/**
 * Header, above-header/top-bar and Astra Pro Mega Menu presentation.
 * Structural markup and sticky behavior remain owned by Astra/Astra Pro.
 */

/* Top bar — content remains editable in Astra Header Builder / HTML 1. */
.ast-above-header-bar {
	background: var(--dl-accent-soft);
	border-bottom: 1px solid rgb(168 117 72 / 18%);
}

.ast-above-header-bar .site-above-header-wrap {
	min-height: 38px;
}

.ast-header-html-1,
.ast-header-html-1 p {
	margin: 0;
}

.dl-topbar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1.5rem, 5vw, 5rem);
	width: 100%;
	color: var(--dl-text);
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.015em;
	white-space: nowrap;
}

.dl-topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.dl-topbar__item::before {
	width: 0.28rem;
	height: 0.28rem;
	background: var(--dl-accent);
	border-radius: 50%;
	content: "";
}

/* Primary header. */
.ast-primary-header-bar {
	background: var(--dl-surface);
	border-bottom: 1px solid var(--dl-border);
}

.ast-primary-header-bar .site-primary-header-wrap {
	max-width: var(--dl-content-wide);
	min-height: 88px;
	padding-inline: var(--dl-gutter);
}

.ast-primary-header-bar .site-primary-header-wrap > .ast-builder-grid-row {
	grid-template-columns: minmax(175px, 205px) minmax(360px, 1fr) minmax(190px, auto);
}

.ast-primary-header-bar .site-header-primary-section-left {
	justify-content: flex-start;
}

.ast-primary-header-bar .site-header-primary-section-center {
	min-width: 0;
	padding-inline: clamp(1rem, 2.5vw, 2.75rem);
}

.ast-primary-header-bar .site-header-primary-section-right {
	gap: 0.5rem;
	justify-content: flex-end;
}

.site-branding img,
.site-logo-img img {
	width: auto;
	max-width: 196px;
	max-height: 50px;
	object-fit: contain;
}

.header-widget-area,
.header-widget-area .widget,
.header-widget-area .wp-block-fibosearch,
.header-widget-area .dgwt-wcas-search-wrapp {
	width: 100%;
	max-width: none;
}

/*
 * The legacy child theme uses `.woocommerce-page .widget-area` for the shop
 * sidebar. Header Widget 1 carries the same generic class, so it incorrectly
 * becomes a nested sticky/scroll container on every WooCommerce screen.
 * Keep the shared FiboSearch component in the Astra header's normal flow.
 */
.site-header .header-widget-area {
	position: static;
	top: auto;
	max-height: none;
	overflow: visible;
}

.header-widget-area .widget,
.header-widget-area .wp-block-fibosearch {
	margin: 0;
}

.header-widget-area .wp-block-heading,
.header-widget-area .widget-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
	background: transparent;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	height: 52px;
	padding-inline: 3.55rem 1.15rem;
	color: var(--dl-text);
	font-family: var(--dl-font-ui);
	font-size: 0.9375rem;
	background: #fcfbf8;
	border: 1px solid var(--dl-border);
	border-radius: 0.65rem;
	box-shadow: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus:not(:focus-visible) {
	background: #fcfbf8;
	border-color: var(--dl-border);
	box-shadow: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus-visible {
	background: var(--dl-surface);
	border-color: var(--dl-accent);
	box-shadow: var(--dl-focus);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 50%;
	left: 0.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	color: var(--dl-text);
	background: transparent;
	border: 0;
	border-radius: 0.5rem;
	box-shadow: none;
	transform: translateY(-50%);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	position: static;
	width: 20px;
	height: 20px;
	margin: 0;
	color: currentColor;
	fill: currentColor;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:focus-visible {
	box-shadow: var(--dl-focus);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
	color: #89847c;
	opacity: 1;
}

.dgwt-wcas-suggestions-wrapp {
	margin-top: 0.35rem;
	overflow: hidden;
	background: var(--dl-surface);
	border: 1px solid var(--dl-border) !important;
	border-radius: var(--dl-radius-md) !important;
	box-shadow: 0 1.25rem 3rem rgb(23 22 20 / 13%) !important;
}

.dgwt-wcas-suggestion {
	padding: 0.7rem 0.85rem !important;
	border-bottom-color: var(--dl-border) !important;
}

.dgwt-wcas-suggestion-selected,
.dgwt-wcas-suggestion:hover {
	background: var(--dl-accent-soft) !important;
}

.ast-header-account-wrap .ast-header-account,
.ast-site-header-cart .ast-addon-cart-wrap,
.dl-mobile-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 0.7rem;
	color: var(--dl-text);
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.ast-header-account-wrap .ast-header-account:hover,
.ast-site-header-cart .ast-addon-cart-wrap:hover {
	color: var(--dl-accent);
	background: var(--dl-accent-soft);
	border-color: rgb(168 117 72 / 20%);
}

.dl-mobile-search-toggle:focus-visible,
.dl-mobile-search-close:focus-visible,
.ast-header-break-point .main-header-menu-toggle:focus-visible,
.ast-header-break-point .main-header-menu .ast-menu-toggle:focus-visible {
	box-shadow: var(--dl-focus);
}

@media (hover: hover) and (pointer: fine) {
	.dl-mobile-search-toggle:hover {
		color: var(--dl-accent);
		background: var(--dl-accent-soft);
		border-color: rgb(168 117 72 / 20%);
	}
}

.ast-woo-header-cart-info-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.15;
}

.ast-header-account-wrap .ast-header-account-text {
	font-size: 0.78rem;
	font-weight: 700;
}

.ast-site-header-cart .ast-addon-cart-wrap {
	gap: 0.35rem;
}

.ast-site-header-cart .ast-cart-menu-wrap .count {
	min-width: 18px;
	height: 18px;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 17px;
	background: var(--dl-accent) !important;
	border-color: var(--dl-accent) !important;
}

.ast-woo-header-cart-info-wrap .dl-cart-total {
	margin-top: 0.15rem;
	color: var(--dl-muted);
	font-size: 0.6875rem;
	font-weight: 500;
}

.ast-woo-header-cart-info-wrap > .ast-woo-header-cart-total:first-child::before {
	display: block;
	content: "Koszyk";
	color: var(--dl-text);
	font-size: 0.8125rem;
	font-weight: 600;
}

/* Main navigation and Astra Pro Mega Menu. */
.ast-below-header-bar {
	background: var(--dl-surface);
	border-bottom: 1px solid var(--dl-border);
}

.ast-below-header-bar .site-below-header-wrap {
	max-width: var(--dl-content-wide);
	min-height: 54px;
	padding-inline: var(--dl-gutter);
}

.ast-below-header-bar .main-header-menu > .menu-item > .menu-link {
	min-height: 54px;
	padding-inline: clamp(0.75rem, 1.5vw, 1.25rem);
	color: var(--dl-text);
	font-size: 0.875rem;
	font-weight: 650;
	letter-spacing: 0.01em;
}

.ast-below-header-bar .main-header-menu > .menu-item:hover > .menu-link,
.ast-below-header-bar .main-header-menu > .current-menu-item > .menu-link,
.ast-below-header-bar .main-header-menu > .current-menu-ancestor > .menu-link {
	color: var(--dl-accent);
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu {
	gap: 0;
	padding: 1.75rem 2rem 2rem;
	background: var(--dl-surface);
	border: 1px solid var(--dl-border);
	border-top: 2px solid var(--dl-accent);
	border-radius: 0 0 var(--dl-radius-lg) var(--dl-radius-lg);
	box-shadow: var(--dl-shadow-soft);
}

/* Astra calculates the mega-menu position on focus but its hover trigger can
 * leave the panel visually hidden for keyboard users. Keep that calculated
 * position and expose the panel while focus remains inside the menu item. */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:focus-within > .astra-megamenu {
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:focus-within > .astra-megamenu > .menu-item {
	display: block;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:focus-within > .astra-megamenu > .menu-item-heading > .sub-menu {
	position: static;
	display: block;
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu > .menu-item {
	flex: 0 0 25%;
	min-width: 220px;
	padding: 0.65rem 1.25rem 1rem;
}

/* Outdoor has nine peer groups. A bounded multi-row grid avoids the
 * over-wide single row while retaining the menu's source order. */
.ast-desktop .ast-mega-menu-enabled .menu-item-97352 {
	position: static;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-97352 > .astra-megamenu {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	row-gap: 0.25rem;
	width: min(1120px, calc(100vw - (2 * var(--dl-gutter))));
	max-width: min(1120px, calc(100vw - (2 * var(--dl-gutter))));
	padding: 1rem 1.25rem 1.25rem;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%);
}

.ast-desktop .ast-mega-menu-enabled .menu-item-97352 > .astra-megamenu > .menu-item {
	width: auto;
	min-width: 0;
	padding: 0.55rem 1rem 0.85rem;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-97352 > .astra-megamenu > .dl-mega-category--visual > .menu-link {
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 0.65rem;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-97352 > .astra-megamenu > .dl-mega-category--visual > .sub-menu {
	padding-top: 0.15rem;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-97352 > .astra-megamenu > .dl-mega-category--visual > .sub-menu .menu-link {
	padding-block: 0.28rem;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item-heading > .menu-link {
	min-height: auto;
	padding: 0 0 0.65rem;
	color: var(--dl-text);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item-heading > .sub-menu .menu-link {
	min-height: auto;
	padding: 0.42rem 0;
	color: var(--dl-muted);
	font-size: 0.8125rem;
	line-height: 1.35;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item-heading > .sub-menu .menu-link:hover {
	color: var(--dl-accent);
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-link:focus-visible {
	color: var(--dl-accent);
	border-radius: 0.35rem;
	box-shadow: var(--dl-focus);
}

.dl-mega-category__media {
	display: block;
	margin-bottom: 0.65rem;
	overflow: hidden;
	background: var(--dl-bg);
	border-radius: var(--dl-radius-sm);
	aspect-ratio: 16 / 9;
}

.dl-mega-category__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.dl-mega-category > .menu-link:hover .dl-mega-category__image {
	transform: scale(1.025);
}

/* Visual categories at the first mega-menu level are compact cards. Their
 * children stay text-only, so each menu hierarchy has a single image level. */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu > .dl-mega-category--visual > .menu-link {
	display: grid;
	grid-template-columns: minmax(72px, 0.9fr) minmax(0, 1.1fr);
	gap: 0.75rem;
	align-items: center;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu > .dl-mega-category--visual > .menu-link .dl-mega-category__media {
	width: 100%;
	margin: 0;
	aspect-ratio: 4 / 3;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu > .dl-mega-category--visual > .menu-link .dl-mega-category__image {
	object-fit: contain;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu > .dl-mega-category--visual > .sub-menu {
	padding-top: 0.4rem;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading > .sub-menu .dl-mega-category--has-image > .menu-link {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: center;
	width: 100%;
	max-width: none;
	padding: 0.4rem;
	margin: 0.15rem -0.4rem;
	color: var(--dl-text);
	border-radius: 0.55rem;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading > .sub-menu .dl-mega-category__media {
	width: 62px;
	height: 48px;
	margin: 0;
	border-radius: 0.4rem;
	aspect-ratio: auto;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading > .sub-menu .dl-mega-category__image {
	object-fit: contain;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading > .sub-menu .dl-mega-category__label {
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading > .sub-menu > .dl-mega-category--has-image {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading > .sub-menu .dl-mega-category--has-image > .menu-link:hover {
	background: #f7f3ee;
}

/* Astra Pro sticky header: compact, stable and intentionally shadow-light. */
.ast-sticky-active .ast-primary-header-bar,
.ast-sticky-shrunk .ast-primary-header-bar {
	background: rgb(255 255 255 / 96%);
	border-bottom-color: var(--dl-border);
	box-shadow: 0 0.5rem 1.5rem rgb(23 22 20 / 7%);
	backdrop-filter: blur(12px);
}

.ast-sticky-shrunk .site-primary-header-wrap {
	min-height: 68px;
}

.ast-sticky-shrunk #ast-desktop-header .site-branding img,
.ast-sticky-shrunk #ast-desktop-header .site-logo-img img {
	max-height: 42px;
}

.ast-sticky-shrunk .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	height: 50px;
}

/* Mobile search uses the same FiboSearch node moved by header.js. */
.dl-mobile-search-toggle {
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
}

.dl-mobile-search-toggle:hover,
.dl-mobile-search-toggle:focus,
.dl-mobile-search-toggle:active,
.dl-mobile-search-toggle[aria-expanded="true"],
.dl-mobile-search-close:hover,
.dl-mobile-search-close:focus,
.dl-mobile-search-close:active {
	color: var(--dl-text);
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.dl-mobile-search-toggle:focus-visible,
.dl-mobile-search-close:focus-visible {
	box-shadow: var(--dl-focus);
}

.dl-mobile-search-toggle svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.dl-mobile-search-toggle::before {
	display: block;
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23171614' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.75'/%3E%3Cpath d='m16 16 4.25 4.25'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
	content: "";
}

.dl-mobile-search-overlay[hidden] {
	display: none;
}

.dl-mobile-search-overlay {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	align-items: start;
	padding: max(1rem, env(safe-area-inset-top)) 1rem 1rem;
	background: rgb(23 22 20 / 32%);
	backdrop-filter: blur(5px);
}

.dl-mobile-search-panel {
	position: relative;
	width: min(100%, 32rem);
	padding: 1rem;
	margin-inline: auto;
	background: var(--dl-surface);
	border: 1px solid var(--dl-border);
	border-radius: 0.85rem;
	box-shadow: var(--dl-shadow-soft);
}

.dl-mobile-search-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 44px;
	margin-bottom: 0.75rem;
}

.dl-mobile-search-panel__head strong {
	color: var(--dl-text);
	font-family: var(--dl-font-ui);
	font-size: 0.92rem;
	font-weight: 750;
}

.dl-mobile-search-close {
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	color: var(--dl-text);
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
	.dl-mobile-search-close:hover {
		color: var(--dl-accent);
		background: var(--dl-accent-soft);
	}
}

.dl-mobile-search-close::before,
.dl-mobile-search-close::after {
	position: absolute;
	width: 20px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	content: "";
}

.dl-mobile-search-close::before {
	transform: rotate(45deg);
}

.dl-mobile-search-close::after {
	transform: rotate(-45deg);
}

.dl-mobile-search-slot,
.dl-mobile-search-slot .wp-block-fibosearch,
.dl-mobile-search-slot .dgwt-wcas-search-wrapp {
	width: 100%;
	max-width: none;
}

body.dl-mobile-search-open {
	overflow: hidden;
}

@media (max-width: 921px) {
	#page {
		overflow-x: clip;
	}

	.ast-above-header-wrap,
	.ast-above-header-bar.site-above-header-wrap {
		min-height: 34px;
		overflow: hidden;
	}

	.ast-above-header-bar .ast-builder-grid-row,
	.ast-above-header-bar .site-header-section,
	.ast-above-header-bar .ast-header-html-1,
	.ast-above-header-bar .ast-builder-html-element {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.dl-topbar {
		justify-content: center;
		gap: 0.8rem;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		padding-inline: 0.45rem;
		overflow: hidden;
		font-size: 0.625rem;
		letter-spacing: 0;
		scrollbar-width: none;
	}

	.dl-topbar::-webkit-scrollbar {
		display: none;
	}

	.dl-topbar__item {
		flex: 0 0 auto;
	}

	.dl-topbar__item:nth-child(n + 3) {
		display: none;
	}

	.ast-primary-header-bar .site-primary-header-wrap {
		min-height: 62px;
		padding-inline: 0.7rem;
	}

	.ast-primary-header-bar .site-primary-header-wrap > .ast-builder-grid-row {
		grid-template-columns: auto minmax(88px, 1fr) auto;
	}

	.ast-primary-header-bar .site-header-primary-section-right {
		gap: 0.15rem;
	}

	#ast-mobile-header .ast-woo-header-cart-info-wrap {
		display: none !important;
	}

	#ast-mobile-header .ast-site-header-cart .ast-addon-cart-wrap {
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 0;
	}

	#ast-mobile-header .ast-site-header-cart i.astra-icon {
		padding: 0;
	}

	#ast-mobile-header .site-branding img,
	#ast-mobile-header .site-logo-img img,
	.ast-sticky-shrunk #ast-mobile-header .site-branding img,
	.ast-sticky-shrunk #ast-mobile-header .site-logo-img img {
		width: 120px;
		max-width: 120px;
		max-height: 38px;
	}

	.ast-header-break-point .main-header-menu .menu-link,
	.ast-header-break-point .main-header-menu .sub-menu .menu-link {
		min-height: 50px;
		padding-block: 0.78rem;
		color: var(--dl-text);
		border-bottom: 1px solid var(--dl-border);
	}

	.ast-header-break-point .main-header-menu .sub-menu .menu-link {
		padding-left: 2.15rem;
		color: var(--dl-muted);
	}

	.ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-inner {
		background: var(--dl-bg);
	}

	.ast-header-break-point .main-header-menu .current-menu-item > .menu-link,
	.ast-header-break-point .main-header-menu .current-menu-ancestor > .menu-link,
	.ast-header-break-point .main-header-menu .menu-link:hover,
	.ast-header-break-point .main-header-menu .menu-link:focus-visible {
		color: var(--dl-accent);
		background: var(--dl-accent-soft);
	}

	.ast-header-break-point .main-header-menu .ast-menu-toggle {
		width: 44px;
		height: 44px;
		margin: 3px 0;
		padding: 0;
		color: var(--dl-muted);
		background: transparent;
		border: 0;
		border-radius: 0.45rem;
	}

	.ast-header-break-point .main-header-menu .ast-menu-toggle .ast-icon,
	.ast-header-break-point .main-header-menu .ast-menu-toggle svg {
		width: 12px;
		height: 12px;
	}

	.ast-header-break-point .main-header-menu .ast-menu-toggle:focus-visible {
		color: var(--dl-accent);
		background: var(--dl-accent-soft);
	}

	.ast-header-break-point .ast-mobile-popup-header {
		min-height: 64px;
		border-bottom: 1px solid var(--dl-border);
	}

	.dl-mega-category__media {
		display: none !important;
	}
}

@media (max-width: 390px) {
	#ast-mobile-header .site-branding img,
	#ast-mobile-header .site-logo-img img,
	.ast-sticky-shrunk #ast-mobile-header .site-branding img,
	.ast-sticky-shrunk #ast-mobile-header .site-logo-img img {
		width: 116px;
		max-width: 116px;
	}

	.ast-header-account-wrap .ast-header-account,
	.ast-site-header-cart .ast-addon-cart-wrap {
		width: 40px;
		height: 40px;
	}

	.dl-mobile-search-toggle {
		width: 44px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dl-mega-category__image,
	.ast-header-account-wrap .ast-header-account,
	.ast-site-header-cart .ast-addon-cart-wrap,
	.dl-mobile-search-toggle {
		transition: none;
	}
}
