/* CPG Header: isolated styles. Site variables are consumed with safe fallbacks. */
.cpg-h-header {
	--cpg-h-container-max: 1600px;
	--cpg-h-container-gutter: clamp(16px, 3vw, 36px);
	--cpg-h-main-height: 100px;
	--cpg-h-navbar-height: 54px;
	--cpg-h-mobile-height: 64px;
	--cpg-h-mega-menu-max-height: min(72vh, 640px);
	--cpg-h-transition-fast: 160ms;
	--cpg-h-transition-base: 220ms;
	--cpg-h-easing: cubic-bezier(.2, .8, .2, 1);
	--cpg-h-z-header: 900;
	--cpg-h-z-mega-menu: 920;
	--cpg-h-z-overlay: 990;
	--cpg-h-z-drawer: 1000;
	position: relative;
	width: 100%;
	z-index: var(--cpg-h-z-header);
}
.woocommerce-cart .cpg-h-header,.woocommerce-account .cpg-h-header {
    background: var(--cpg-cream);
}
.cpg-h-header[data-cpg-h-compact="true"] {
	left: 0;
	position: fixed;
	right: 0;
	top: var(--wp-admin--admin-bar--height, 0px);
	width: 100%;
}
.cpg-h-header--mobile-search-hidden { --cpg-h-mobile-height: 71px; }
.cpg-h-header__sticky-spacer { height: 0; transition: height var(--cpg-h-transition-fast) var(--cpg-h-easing); }
.cpg-h-header *, .cpg-h-header *::before, .cpg-h-header *::after { box-sizing: border-box; }
.cpg-h-header__desktop { display: none; }
.cpg-h-header__sticky-nav-slot { display: none; }
.cpg-h-header__skip-link { background: #fff; border-radius: 0 0 8px 8px; left: 16px; padding: 10px 14px; position: fixed; top: -100px; z-index: calc(var(--cpg-h-z-drawer) + 1); }
.cpg-h-header__skip-link:focus { top: 0; }
.cpg-h-mobile-header { color: #fff; height: var(--cpg-h-mobile-height); }
.cpg-h-mobile-header__bar { backface-visibility: hidden; background: var(--cpg-red-primary);border-radius: 0 0 var(--cpg-border-radius-field) var(--cpg-border-radius-field);display: flex; flex-direction: column; gap: 5px; margin: 0 auto; max-width: var(--cpg-h-container-max); padding: 9px var(--cpg-h-container-gutter) 12px; transform: translate3d(0, 0, 0); transition: transform 360ms cubic-bezier(.22, .61, .36, 1); will-change: transform; }
.cpg-h-mobile-header__main-row { align-items: center; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; min-height: 50px; width: 100%; }
.cpg-h-header[data-cpg-h-mobile-bar-hidden="true"] .cpg-h-mobile-header { pointer-events: none; }
.cpg-h-header[data-cpg-h-mobile-bar-hidden="true"] .cpg-h-mobile-header__bar { transform: translate3d(0, -100%, 0); }
.cpg-h-mobile-header button, .cpg-h-mobile-drawer button:not(.cpg-h-mobile-drawer__overlay) { appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; }
.cpg-h-mobile-header__menu-button, .cpg-h-mobile-header__action-slot, .cpg-h-mobile-drawer__back { align-items: center; display: inline-flex; height: 44px; justify-content: center; min-width: 44px; padding: 8px; }
.cpg-h-mobile-header svg, .cpg-h-mobile-drawer svg { fill: none; height: 28px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round;width: 28px; }
.cpg-h-mobile-header__brand { min-width: 0; text-align: center;    display: flex;
    padding-left: 15px; }
.cpg-h-header__logo { display: inline-block; line-height: 0; max-width: 100%; transition:none }
.cpg-h-header__logo svg { display: block; height: auto; max-width: 100%; width: min(100%, 504px);stroke:none }
.cpg-h-header__wordmark { color: inherit; display: inline-block; font-size: clamp(22px, 6vw, 34px); letter-spacing: .02em; line-height: 1; text-decoration: none; white-space: nowrap; }
.cpg-h-header__wordmark sup { font-size: .25em; margin-left: 3px; vertical-align: super; }
.cpg-h-mobile-header__menu-button { position: relative; }
.cpg-h-mobile-header__menu-icon { display: grid; gap: 8px; width: 25px; }
.cpg-h-mobile-header__menu-icon span { background: currentColor; border-radius: 999px; display: block; height: 2.3px; transform-origin: center; transition: transform var(--cpg-h-transition-fast) var(--cpg-h-easing); width: 100%; }
.cpg-h-header[data-cpg-h-mobile-menu-open="true"] .cpg-h-mobile-header__menu-icon { gap: 0; }
.cpg-h-header[data-cpg-h-mobile-menu-open="true"] .cpg-h-mobile-header__menu-icon span:first-child { transform: translateY(1.5px) rotate(45deg); }
.cpg-h-header[data-cpg-h-mobile-menu-open="true"] .cpg-h-mobile-header__menu-icon span:last-child { transform: translateY(-1.5px) rotate(-45deg); }
.cpg-h-mobile-header__actions { align-items: center; display: flex; justify-content: flex-end; }
.cpg-h-mobile-header__action-slot { color: inherit; }
.cpg-h-mobile-header__action-slot > * { align-items: center; color: inherit; display: inline-flex; min-height: 44px; }
.cpg-h-mobile-header__search-row { align-items: center; display: flex; gap: 10px; min-width: 0; width: 100%; }
.cpg-h-mobile-header__bar .cpg-h-mobile-header__search-trigger { font-family: var(--cpg-title-font);align-items: center; appearance: none; background: var(--cpg-white-bg); border: 0; border-radius: var(--cpg-border-radius-s); color: var(--cpg-red); cursor: pointer; display: flex; flex: 1; gap: 16px; justify-content: flex-start; line-height: 1.1; padding: 9px 24px; text-align: left; width: 100%; }
.cpg-h-mobile-header__bar .cpg-h-mobile-header__search-trigger svg { fill: none; flex: 0 0 auto; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 22px; }
.cpg-h-mobile-header__bar .cpg-h-mobile-header__search-trigger span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpg-h-mobile-drawer { bottom: 0; left: 0; pointer-events: none; position: fixed; right: 0; top: 0; z-index: var(--cpg-h-z-drawer); }
.cpg-h-mobile-drawer[data-cpg-h-open="true"] { pointer-events: auto; }
.cpg-h-mobile-drawer__overlay { background-color: transparent; inset: 0; position: absolute; transition: background-color 360ms cubic-bezier(.22, .61, .36, 1); width: 100%; }
.cpg-h-mobile-drawer[data-cpg-h-open="true"] .cpg-h-mobile-drawer__overlay { background-color: var(--cpg-backdrop-bg); }
.cpg-h-mobile-drawer__panel { backface-visibility: hidden; background: var(--cpg-white-bg); border-radius: 0; display: grid; grid-template-rows: auto minmax(0,1fr); height: 100%; max-width: 680px; overflow: hidden; position: relative; transform: translate3d(-100%, 0, 0); transition: transform 360ms cubic-bezier(.22, .61, .36, 1); will-change: transform; width: min(100%, 480px); }
.cpg-h-mobile-drawer[data-cpg-h-open="true"] .cpg-h-mobile-drawer__panel { transform: translate3d(0, 0, 0); }
.cpg-h-mobile-drawer__header { align-items: center; border-bottom: 1px solid rgb(130 77 77 / 14%); display: grid; grid-template-columns: minmax(0, 1fr); min-height: 68px; padding: 8px 24px; }
.cpg-h-mobile-drawer__heading { font-size: 22px; }
.cpg-h-mobile-drawer__header-wishlist { display: none; }
.cpg-h-mobile-drawer__body { overflow: hidden; position: relative; }
.cpg-h-mobile-screen[data-cpg-h-return-focus="true"] .cpg-h-mobile-screen__link { font-size: 17px; }
.cpg-h-mobile-screen { background: var(--cpg-white-bg); display: flex; flex-direction: column; inset: 0; opacity: 0; overflow-y: auto; padding: 6px 24px 40px; position: absolute; transform: translateX(16%); transition: opacity var(--cpg-h-transition-fast) var(--cpg-h-easing), transform var(--cpg-h-transition-base) var(--cpg-h-easing); visibility: hidden; }
.cpg-h-mobile-screen[data-cpg-h-screen-state="active"] { opacity: 1; transform: translateX(0); visibility: visible; }
.cpg-h-mobile-screen[data-cpg-h-screen-state="previous"] { opacity: 0; transform: translateX(-16%); visibility: hidden; }
.cpg-h-mobile-screen__title { align-items: center; display: flex; font-size: 14px; gap: 8px; letter-spacing: .12em; margin: 15px 0; text-transform: uppercase; }
.cpg-h-mobile-screen__back { align-items: center; appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; display: inline-flex; flex: 0 0 44px; height: 44px; justify-content: center; margin: -10px 0 -10px -12px; padding: 8px; width: 44px; }
.cpg-h-mobile-screen__back svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 22px; }
.cpg-h-mobile-screen__list { list-style: none; margin: 0; padding: 0; }
.cpg-h-mobile-screen__section-title {     font-family: var(--cpg-title-font);border: 0; color: var(--cpg-label-muted); font-size: 11px; letter-spacing: .12em; line-height: 1.3; padding: 28px 0 0; text-transform: uppercase; }
.cpg-h-mobile-screen__section-title:first-child { padding-top: 0; }
.cpg-h-mobile-screen__item { border-bottom: 1px solid rgb(130 77 77 / 14%); min-height: 52px;margin:0 }
.cpg-h-mobile-screen__link {     font-family: var(--cpg-title-font);color: var(--cpg-color-text);align-items: center; display: flex; font-size: 19px; gap: 8px; min-height: 52px; text-decoration: none; }
.cpg-h-mobile-screen__next {     font-family: var(--cpg-title-font);color: var(--cpg-color-text);align-items: center; appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 48px; min-height: 58px; padding: 5px 0; text-align: left; width: 100%; }
.cpg-h-mobile-screen__next .cpg-h-mobile-screen__link { min-width: 0; padding-right: 8px; }
.cpg-h-mobile-screen__next svg { height: 21px; width: 21px;stroke-width:2 }
.cpg-h-header :is(a, button):focus-visible { outline: 0; outline-offset: 0; }
.cpg-h-mobile-drawer :is(a, button, [tabindex="-1"]):focus { box-shadow: none; outline: 0; outline-offset: 0; }
@media (max-width: 1200px) {
	.cpg-h-header__actions {
        position: relative;
    }
    .cpg-h-header__nav-link, .cpg-h-header__utility-link {
        font-size: 14px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.cpg-h-header__main-container { grid-template-columns: minmax(220px, 285px) minmax(260px, 1fr) auto; }
	.cpg-h-header__search-bar .cpg-search-submit { padding-left: 14px; padding-right: 14px; }
	.cpg-h-header__nav-link { font-size: 14px; padding-left: 6px; padding-right: 6px; }
	.cpg-h-header__utility-link { padding-left: 10px; padding-right: 10px; }
}
@media (max-width: 1023px) {
	.cpg-h-header { min-height: var(--cpg-h-mobile-height); }
	.cpg-h-mobile-header { left: 0; position: fixed; right: 0; top: var(--wp-admin--admin-bar--height, 0px); z-index: var(--cpg-h-z-header); }
	.cpg-h-mobile-header__brand .cpg-h-header__logo { max-width: 100%; }
	.cpg-h-mobile-drawer[data-cpg-h-open="true"] { pointer-events: none; }
	.cpg-h-mobile-drawer[data-cpg-h-open="true"] .cpg-h-mobile-drawer__overlay { inset: var(--cpg-h-mobile-height) 0 0; pointer-events: auto; }
	.cpg-h-mobile-drawer__panel { height: calc(100% - var(--cpg-h-mobile-height)); margin-top: var(--cpg-h-mobile-height); }
	.cpg-h-mobile-drawer[data-cpg-h-open="true"] .cpg-h-mobile-drawer__panel { pointer-events: auto; }
	.woocommerce-cart .cpg-h-mobile-header__bar {
	    gap: 0;
	    padding: 9px var(--cpg-h-container-gutter) 9px;
	}
	.cpg-h-mobile-header__search-row form {
	    width: 100%;
	}
}
@media (min-width: 1024px) {
	.cpg-h-mobile-header, .cpg-h-mobile-drawer { display: none; }
	.cpg-h-header__desktop { display: block; }
	.cpg-h-header__main { background: var(--cpg-red-primary); color: #fff; min-height: var(--cpg-h-main-height); }
	.cpg-h-header__container { margin: 0 auto; max-width: var(--cpg-h-container-max); padding-left: var(--cpg-h-container-gutter); padding-right: var(--cpg-h-container-gutter); }
	.cpg-h-header__main-container { align-items: center; display: grid; gap: clamp(18px, 2vw, 44px); grid-template-columns: minmax(240px, 350px) minmax(300px, 1fr) auto; min-height: var(--cpg-h-main-height); }
	.cpg-h-header__brand { min-width: 0;display:flex; }
	.cpg-h-header__brand .cpg-h-header__logo {width: 320px }
	.cpg-h-header__search-bar { min-width: 0; }
	.cpg-h-header__search-bar > * { min-width: 0; width: 100%; }
	.cpg-h-header__search-bar .cpg-smart-search-form { align-items: center; background: var(--cpg-white-bg); border-radius: var(--cpg-border-radius-field); display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 44px; overflow: hidden;        padding: 0 10px; }
	.cpg-h-header__search-bar input[name="s"] { appearance: none; background: transparent; border: 0; color: var(--cpg-color-text); min-width: 0; outline: 0; padding: 10px 18px; width: 100%;font-size:17px }
	.cpg-h-header__search-bar input[name="s"]::placeholder {     font-family: var(--cpg-title-font);color: var(--cpg-red); opacity: 1; }
	.cpg-h-header__search-bar .cpg-search-submit { align-items: center; appearance: none; border: 0; border-radius: 999px; color: var(--cpg-red);background: transparent; cursor: pointer; display: inline-flex; font-size: 14px; justify-content: center; min-height: 46px; min-width: 46px; padding: 0; }
	.cpg-h-header__search-bar .cpg-search-submit-icon { align-items: center; display: inline-flex; height: 22px; justify-content: center; width: 22px; }
	.cpg-h-header__search-bar .cpg-search-submit-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; width: 22px; }
	.cpg-h-header__search-bar .cpg-search-submit:hover, .cpg-h-header__search-bar .cpg-search-submit:focus-visible { background: var(--cpg-red-light); }
	.cpg-h-header__actions { align-items: center; display: flex; justify-content: flex-end; min-height: 44px;gap:12px }
	.cpg-h-header__action-slot { align-items: center; display: inline-flex; min-height: 44px }
	.cpg-h-header__action-slot--cart-sticky { display: none; }
	.cpg-h-header__action-slot > * { align-items: center; color: inherit; display: inline-flex; min-height: 44px; }
	.cpg-h-main-navbar { background: var(--cpg-white-bg);         border-bottom: 1px solid rgb(130 77 77 / 14%); min-height: var(--cpg-h-navbar-height); }
	.cpg-h-header__navbar-container { align-items: stretch; display: flex; justify-content: space-between; min-height: var(--cpg-h-navbar-height); }
	.cpg-h-header__nav-list, .cpg-h-header__utility { align-items: stretch; display: flex; }
	.cpg-h-header__nav-item { align-items: center; display: flex; position: relative;         padding: 0 12px;}
	.cpg-h-header__nav-item--categories { border-left: 1px solid rgb(130 77 77 / 14%); border-right: 1px solid rgb(130 77 77 / 14%); margin-right: clamp(8px, 1.6vw, 30px); padding: 0 12px; }
	.cpg-h-header__nav-link, .cpg-h-header__utility-link {         font-family: var(--cpg-title-font);color: var(--cpg-color-text);align-items: center; display: inline-flex; gap: 4px; min-height: 44px; padding: 8px 0; text-decoration: none; white-space: nowrap; }
	.cpg-h-header__nav-link--button, .cpg-h-header__nav-expand { appearance: none; background: transparent; border: 0; cursor: pointer; }
	.cpg-h-header__nav-link--button { padding-left: 2px; }
	    .cpg-h-header__nav-link svg {
        fill: none;
        height: auto;
        stroke: var(--cpg-red);
        stroke-width: 1.8;
        width: 25px;
    }
	.cpg-h-header__nav-link--button > svg:last-child, .cpg-h-header__nav-expand svg { fill: none;
        height: 18px;
        stroke: var(--cpg-red);
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
        width: 18px;
        transition: all .2s ease-in-out;
        transform: rotate(90deg); }
    .cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__nav-expand svg {stroke: var(--cpg-white-bg); }
    .cpg-h-header__nav-item:hover .cpg-h-header__nav-expand svg, .cpg-h-header__nav-link--button:hover > svg:last-child {    transform: rotate(270deg); }
	.cpg-h-header__nav-expand { align-items: center; color: var(--cpg-color-text); display: inline-flex; height: 44px; justify-content: center; padding: 0 5px 0 0; width: 27px; }
	.cpg-h-header__utility { margin-left: auto; }
	.cpg-h-header__utility-link:first-child { border-left: none}
	.cpg-h-header__utility-link { border-left: 1px solid rgb(130 77 77 / 14%); color: var(--cpg-red-primary); font-size: 14px; padding-left: 18px; padding-right: 18px; }
	.cpg-h-header__nav-link:hover, .cpg-h-header__nav-link:focus-visible, .cpg-h-header__utility-link:hover, .cpg-h-header__utility-link:focus-visible { color: var(--cpg-color-text); }
	.cpg-h-header__dropdown, .cpg-h-mega-menu { background: var(--cpg-white-bg); box-shadow: 2px 4px 1px rgb(59 10 8 / 3%);        border: 1px solid rgb(130 77 77 / 14%); opacity: 0; pointer-events: none; position: absolute; transform: translateY(-6px); transition: opacity var(--cpg-h-transition-base) var(--cpg-h-easing), transform var(--cpg-h-transition-base) var(--cpg-h-easing), visibility var(--cpg-h-transition-base); visibility: hidden; z-index: var(--cpg-h-z-mega-menu); }
	.cpg-h-header__nav-item[data-cpg-h-open="true"] > .cpg-h-header__dropdown, .cpg-h-header__nav-item[data-cpg-h-open="true"] > .cpg-h-mega-menu { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
	.cpg-h-header__dropdown { border-radius: 0 0 var(--cpg-border-radius-m) var(--cpg-border-radius-m); left: 0; min-width: 280px; padding: 10px; top: 100%; }
	.cpg-h-header__dropdown-list { list-style: none; margin: 0; padding: 0; }
	.cpg-h-header__dropdown-item { align-items: center; display: grid; grid-template-columns: minmax(0, 1fr) 40px; position: relative; }
	.cpg-h-header__dropdown-list a { font-family: var(--cpg-title-font);color: var(--cpg-color-text);display: block; padding: 13px 14px; text-decoration: none; border-radius: var(--cpg-border-radius-s); }
	.cpg-h-header__dropdown-item:hover > a, .cpg-h-header__dropdown-list a:focus-visible { background: var(--cpg-cream); color: var(--cpg-red-primary); }
	.cpg-h-header__dropdown-expand { align-items: center; appearance: none; background: transparent; border: 0; color: var(--cpg-red-primary); cursor: pointer; display: inline-flex; height: 44px; justify-content: center; width: 40px; }
	.cpg-h-header__dropdown-expand svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 20px; }
	.cpg-h-header__dropdown--nested { border-radius:var(--cpg-border-radius-m); left: calc(100% + 8px); min-height: 100%; min-width: 340px; opacity: 0; pointer-events: none; top: -10px; transform: translateX(-6px); visibility: hidden; }
	.cpg-h-header__dropdown-item[data-cpg-h-dropdown-active="true"] > .cpg-h-header__dropdown--nested { opacity: 1; pointer-events: auto; transform: translateX(0); visibility: visible; }
	.cpg-h-mega-menu { border-radius: 0 0 var(--cpg-border-radius-card) var(--cpg-border-radius-card); display: grid; grid-template-columns: minmax(180px, .8fr) minmax(340px, 2fr) minmax(205px, .95fr); left: 0; max-height: var(--cpg-h-mega-menu-max-height); overflow: hidden; top: 100%; width: min(1000px, calc(100vw - (var(--cpg-h-container-gutter) * 2))); }
	.cpg-h-header__nav-item--categories .cpg-h-mega-menu { left: calc(var(--cpg-h-container-gutter) * -1); width: min(1160px, calc(100vw - (var(--cpg-h-container-gutter) * 2))); }
	.cpg-h-mega-menu__parents {         border-right: 1px solid rgb(130 77 77 / 14%); overflow-y: auto; padding: 16px 10px; }
	.cpg-h-mega-menu__parent {         font-family: var(--cpg-title-font);        color: var(--cpg-color-text);align-items: center; appearance: none; background: transparent; border: 0; border-radius: var(--cpg-border-radius-s); cursor: pointer; display: flex; justify-content: space-between; padding: 12px; text-align: left; width: 100%; }
	.cpg-h-mega-menu__parent svg { fill: none; height: 17px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 17px; }
	.cpg-h-mega-menu__parent:hover, .cpg-h-mega-menu__parent[data-cpg-h-group-active="true"] { background: var(--cpg-cream); color: var(--cpg-red-primary); }
	.cpg-h-mega-menu__content { min-height: 340px; overflow-y: auto; padding: 26px 30px; }
	.cpg-h-mega-menu__group { display: none; }
	.cpg-h-mega-menu__group[data-cpg-h-group-active="true"] { animation: cpg-h-fade-in 150ms var(--cpg-h-easing); display: block; }
	.cpg-h-mega-menu__group-title { font-family: var(--cpg-title-font);color: var(--cpg-label-muted); display: inline-block; font-size: 20px; margin-bottom: 20px; text-decoration: none; }
	.cpg-h-mega-menu__columns { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cpg-h-mega-menu__column-title, .cpg-h-mega-menu__leaf { font-family: var(--cpg-title-font);color: var(--cpg-color-text); font-size: 15px; text-decoration: none; }
	.cpg-h-mega-menu__column ul { list-style: none; margin: 9px 0 0; padding: 0; }
	.cpg-h-mega-menu__column li + li { margin-top: 7px; }
	.cpg-h-mega-menu__column li a { color: #674f4f; font-size: 14px; text-decoration: none; }
	.cpg-h-mega-menu__column :is(a:hover, a:focus-visible), .cpg-h-mega-menu__group-title:hover, .cpg-h-mega-menu__leaf:hover { color: var(--cpg-red-primary); }
	.cpg-h-mega-menu__banner { min-height: 300px; overflow: hidden; position: relative; }
	.cpg-h-mega-menu__banner-item { display: none; height: 100%; }
	.cpg-h-mega-menu__banner-item[data-cpg-h-group-active="true"] { animation: cpg-h-fade-in 150ms var(--cpg-h-easing); display: flex; flex-direction: column; }
	.cpg-h-mega-menu__banner-item[data-cpg-h-banner-featured="false"] { background: transparent; }
	.cpg-h-mega-menu__banner-item img { object-fit: cover; width: calc(100% + 48px); }
	.cpg-h-mega-menu__banner-item strong { font-size: 18px; }
	.cpg-h-mega-menu__banner-item p { color: #674f4f; font-size: 14px; line-height: 1.35; margin: 8px 0 14px; }
	.cpg-h-mega-menu__banner-item a { font-family: var(--cpg-title-font);color: var(--cpg-red-primary); font-size: 14px; margin-top: auto; text-decoration: none; }
	.cpg-h-header__nav-link small { background: var(--cpg-red-primary); border-radius: 999px; color: #fff; font-size: 9px; line-height: 1; padding: 3px 5px; }
	.cpg-h-header__nav-link--current, .cpg-h-header__utility-link--current { color: var(--cpg-red-primary); }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__main { min-height: 68px; }
	.cpg-h-header[data-cpg-h-compact="true"] { box-shadow: none; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__main-container { gap: clamp(16px, 2vw, 28px); grid-template-columns: minmax(230px, 330px) minmax(0, 1fr) auto; min-height: 68px; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__brand .cpg-h-header__logo { width:290px }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__search-bar, .cpg-h-header[data-cpg-h-compact="true"] .cpg-h-main-navbar { display: none; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__action-slot--cart-desktop { display: none; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__action-slot--cart-sticky { display: inline-flex; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot { display: block; min-width: 0; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot > .cpg-h-header__nav-list { align-items: center; justify-content: center; min-width: 0; overflow: visible; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-item--categories { display: none; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-link, .cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-expand { color: #fff; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-link { font-size: clamp(14px, 1.25vw, 17px); min-height: 52px; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-link:hover, .cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-link:focus-visible { color: #fff; text-decoration: underline; }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-item > :is(.cpg-h-header__dropdown, .cpg-h-mega-menu) { left: var(--cpg-h-panel-left, 16px); margin: 0; position: fixed; right: auto; top: var(--cpg-h-panel-top, 68px); }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-item > .cpg-h-header__dropdown { max-width: calc(100vw - 32px); width: var(--cpg-h-panel-width, 280px); }
	.cpg-h-header[data-cpg-h-compact="true"] .cpg-h-header__sticky-nav-slot .cpg-h-header__nav-item > .cpg-h-mega-menu { max-width: calc(100vw - 32px); width: var(--cpg-h-panel-width, min(1000px, calc(100vw - 32px))); }
}
@media (max-width: 820px) {
	.woocommerce-account .cpg-h-mobile-header__search-row .cpg-h-mobile-header__action-slot {
	    display: none;
	}
}
@media (max-width: 767px) {
	.cpg-h-header:not(.cpg-h-header--mobile-search-hidden) .cpg-h-mobile-header__actions .cpg-h-mobile-header__action-slot--account { display: none; }
	.cpg-h-mobile-header__search-row .cpg-h-mobile-header__search-trigger { min-width: 0; width: 100%; }
	.cpg-h-mobile-header__search-row .cpg-h-mobile-header__action-slot--account { align-items: center; display: inline-flex; flex: 0 0 auto; justify-content: center; }
	.cpg-h-mobile-header__brand {
	    padding-left: 0;
	    justify-content: center;
	}
	.cpg-h-mobile-header__menu-button, .cpg-h-mobile-header__action-slot, .cpg-h-mobile-drawer__back {
	    padding: 0;
	}
	.woocommerce-cart .cpg-h-mobile-header__actions .cpg-h-mobile-header__action-slot:last-child {
	    display: none;
	}
}
@media (max-width: 575px) {
	.cpg-h-header {
	    --cpg-h-mobile-height: 62px;
	}
	.cpg-h-mobile-header__brand .cpg-h-header__logo {
        max-width: 270px;
    }
    .cpg-h-mobile-header__bar {
	    gap: 3px;
	    padding: 9px 10px;
	}
}
@media (max-width: 480px) {
	.cpg-h-mobile-drawer__header { grid-template-columns: minmax(0, 1fr) auto; }
	.cpg-h-mobile-drawer__header-wishlist { align-items: center; display: flex; justify-content: flex-end; }
	    .cpg-h-mobile-drawer__header-wishlist .cpg-h-mobile-header__action-slot--wishlist {
        font-family: var(--cpg-title-font);
        align-items: center;
        display: inline-flex;
        justify-content: center;
        background: var(--cpg-red-light);
        border-radius: var(--cpg-border-radius-s);
        padding: 0 12px;
        height: 37px;
    }
	.cpg-h-mobile-screen__link {
	    font-size: 17px;
	}
}
@media (max-width: 425px) {
	.cpg-h-header {
	    --cpg-h-mobile-height: 57px;
	}
	.cpg-h-mobile-drawer__heading {
	    font-size: 19px;
	}
	.cpg-h-mobile-screen__title {
	    font-size: 13px;
	}
	.cpg-h-mobile-screen[data-cpg-h-return-focus="true"] .cpg-h-mobile-screen__link { font-size: 15px; }
	.cpg-h-mobile-screen__section-title {
	    letter-spacing: .10em;
	    padding: 20px 0 0;
	    margin-bottom: 0;
	}
	.cpg-h-mobile-header__bar .cpg-h-mobile-header__search-trigger {
	    gap: 8px;
	    font-size: 14px;
	    padding: 7px 20px;
	}
	.cpg-h-mobile-header__main-row {
	    min-height: 42px;
	}
	.cpg-h-mobile-header__bar {
	    gap: 0;
	    padding: 9px 9px 6px;
	}
	.woocommerce-account .cpg-h-mobile-header__bar {
        gap: 4px;
        padding: 9px 9px 10px;
    }
	.cpg-h-mobile-header__brand .cpg-h-header__logo {
        max-width: 240px;
    }
}
@media (prefers-reduced-motion: reduce) {
	.cpg-h-header *, .cpg-h-header *::before, .cpg-h-header *::after { animation-duration: .01ms; scroll-behavior: auto; transition-duration: .01ms; }
}
@keyframes cpg-h-fade-in { from { opacity: 0; transform: translateX(5px); } to { opacity: 1; transform: translateX(0); } }
