/* Header: white menu on dark bar */
.site-header,
.site-header .header,
.site-header .top-bar {
	color: #ffffff;
}
.site-header a,
.site-header .header a,
.site-header .primary-menu a,
.site-header .top-bar a,
.site-header .top-bar p a,
.site-header .profile-link {
	color: #ffffff !important;
	text-decoration: none;
}
.site-header .primary-menu a:hover,
.site-header .primary-menu > .current-menu-item > a,
.site-header .primary-menu > .current-menu-ancestor > a,
.site-header .top-bar a:hover {
	color: #d1a054 !important;
}
.site-header .primary-menu .sub-menu a {
	color: #ffffff !important;
}
.site-header .nav-trigger,
.site-header .nav-trigger:before,
.site-header .nav-trigger:after {
	background: #ffffff;
}

/* Footer: compact 4-column layout */
.ditay-footer .footer-body {
	padding: 48px 0 28px;
}
.ditay-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1.2fr 1fr 1fr;
	gap: 36px 40px;
	align-items: start;
}
.ditay-footer__col h3 {
	margin: 0 0 16px;
	font-size: 15px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #d1a054;
	font-weight: 500;
}
.ditay-footer__col p,
.ditay-footer__col a {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	line-height: 1.45;
	font-size: 15px;
}
.ditay-footer__col a:hover {
	color: #d1a054;
}
.ditay-footer__phones a {
	display: block;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #fff;
}
.ditay-footer__note {
	opacity: 0.7;
	font-size: 13px !important;
}
.ditay-footer__apps {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 4px;
}
.ditay-footer__apps img {
	display: block;
	height: 40px;
	width: auto;
}
.ditay-footer .social {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}
.ditay-footer .social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.ditay-footer .social a:hover {
	color: #d1a054;
	background: rgba(209, 160, 84, 0.16);
}
.ditay-footer .bottom .inner {
	justify-content: space-between;
}
@media (max-width: 980px) {
	.ditay-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 640px) {
	.ditay-footer__grid {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
	}
	.ditay-footer__apps,
	.ditay-footer .social {
		justify-content: center;
	}
}

/* Mini-cart: white text on dark panel */
.mini-cart {
	background: #1b2024 !important;
	color: #ffffff !important;
}
.mini-cart,
.mini-cart h2,
.mini-cart h3,
.mini-cart p,
.mini-cart span,
.mini-cart .amount,
.mini-cart .quantity,
.mini-cart .woocommerce-mini-cart__total,
.mini-cart .woocommerce-mini-cart__empty-message,
.mini-cart .mini-cart__title {
	color: #ffffff !important;
}
.mini-cart a {
	color: #ffffff !important;
}
.mini-cart input[type="number"],
.mini-cart .qty {
	color: #ffffff !important;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
}
.mini-cart .mini-cart-actions .edit {
	background: #d1a054 !important;
	color: #1b2024 !important;
	font-size: 11px;
	padding: 7px 10px;
}
.mini-cart .mini-cart-footer .checkout,
.mini-cart .checkout {
	background: #d1a054 !important;
	color: #1b2024 !important;
}
.mini-cart .close-btn:before,
.mini-cart .close-btn:after {
	border-top-color: #ffffff;
}

/* Product categories: wrap so every item is visible */
.nav-cat-hr .categories-nav,
.categories-nav {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	align-items: center;
	gap: 8px 20px !important;
	white-space: normal !important;
	overflow: visible !important;
	mask: none !important;
	-webkit-mask: none !important;
	max-width: 1180px;
	padding: 14px 16px 16px !important;
	grid-auto-flow: unset !important;
}
.categories-nav li {
	list-style: none;
	margin: 0;
}
.categories-nav a {
	white-space: nowrap;
	padding: 4px 2px;
	font-size: 13px;
	letter-spacing: 0.04em;
}
.categories-nav .cat-item-61,
.categories-nav a[href*="/product-category/extra/"] {
	display: none !important;
}

/* Cookie bar */
#cookie-notice {
	background: #1b2024 !important;
	border-top: 1px solid rgba(209, 160, 84, 0.35) !important;
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.28);
	padding: 0 !important;
	z-index: 100000 !important;
}
#cookie-notice .cookie-notice-container {
	color: #ffffff !important;
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px 22px;
	flex-wrap: wrap;
	text-align: center;
}
#cookie-notice .cn-text-container {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 14px;
	line-height: 1.45;
	max-width: 720px;
}
#cookie-notice .cn-button,
#cookie-notice #cn-accept-cookie {
	background: #d1a054 !important;
	color: #1b2024 !important;
	border: 0 !important;
	border-radius: 24px !important;
	padding: 10px 22px !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px !important;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.2 !important;
}
#cookie-notice .cn-button:hover,
#cookie-notice #cn-accept-cookie:hover {
	background: #e0b56d !important;
	color: #1b2024 !important;
}
#cookie-notice .cn-close-icon {
	filter: invert(1);
	opacity: 0.55;
}
