@media screen and (max-width:989px){.rrr-desktop-header-section{display:none!important}}@media screen and (min-width:990px){.rrr-desktop-header,.rrr-desktop-header *{box-sizing:border-box}.rrr-desktop-header{position:relative;z-index:50;color:var(--rrr-header-text);font-family:var(--font-body-family, Arial, sans-serif)}.rrr-desktop-header__bar{position:relative;z-index:53;min-height:var(--rrr-header-height);background:var(--rrr-header-bg);border-bottom:1px solid var(--rrr-header-border)}.rrr-desktop-header__inner{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(100%,var(--rrr-content-width));min-height:var(--rrr-header-height);margin:0 auto;padding:0 var(--rrr-side-padding)}.rrr-desktop-header__left,.rrr-desktop-header__right{display:flex;align-items:center}.rrr-desktop-header__left{justify-self:start;gap:28px}.rrr-desktop-header__right{justify-self:end;gap:8px}.rrr-desktop-header__logo{position:static;grid-column:2;justify-self:center;align-self:center;z-index:2;transform:none;min-width:0}.rrr-logo-link{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none;line-height:0}.rrr-desktop-header__left{grid-column:1;min-width:0}.rrr-desktop-header__right{grid-column:3;min-width:0}.rrr-desktop-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.rrr-logo-image{display:block;width:auto;max-height:calc(var(--rrr-header-height) - 18px);object-fit:contain}.rrr-logo-text{font-family:var(--font-heading-family, Georgia, serif);font-size:24px;line-height:1;letter-spacing:.08em}.rrr-desktop-header__primary-nav{display:flex;align-items:center;gap:32px}.rrr-primary-link{position:relative;display:inline-flex;align-items:center;min-height:var(--rrr-header-height);color:var(--rrr-header-text);text-decoration:none;font-size:var(--rrr-menu-font-size);font-weight:700;letter-spacing:var(--rrr-menu-letter-spacing);text-transform:uppercase}.rrr-primary-link:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:1px;background:var(--rrr-header-accent);transform:scaleX(0);transition:transform var(--rrr-animation-speed) ease}.rrr-primary-link:hover,.rrr-primary-link:focus-visible{color:var(--rrr-header-accent)}.rrr-primary-link:hover:after,.rrr-primary-link:focus-visible:after{transform:scaleX(1)}.rrr-header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:var(--rrr-header-text);background:transparent;border:0;border-radius:999px;text-decoration:none;cursor:pointer;transition:color var(--rrr-animation-speed) ease,background-color var(--rrr-animation-speed) ease,transform var(--rrr-animation-speed) ease}.rrr-header-icon:hover,.rrr-header-icon:focus-visible{color:var(--rrr-header-accent);background:color-mix(in srgb,var(--rrr-header-text) 7%,transparent);transform:translateY(-1px)}.rrr-header-icon svg,.rrr-drawer-account svg,.rrr-drawer-close svg,.rrr-drawer-accordion__summary svg,.rrr-drawer-utility-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rrr-menu-lines{display:flex;flex-direction:column;gap:5px;width:24px}.rrr-menu-lines span{display:block;width:100%;height:1.5px;background:currentColor;transition:transform var(--rrr-animation-speed) ease,opacity var(--rrr-animation-speed) ease}.rrr-header-icon--menu[aria-expanded=true] .rrr-menu-lines span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.rrr-header-icon--menu[aria-expanded=true] .rrr-menu-lines span:nth-child(2){opacity:0}.rrr-header-icon--menu[aria-expanded=true] .rrr-menu-lines span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.rrr-header-search{display:flex;align-items:center;width:clamp(190px,20vw,320px);max-width:100%;height:40px;padding-left:16px;color:var(--rrr-header-text);border:1px solid color-mix(in srgb,var(--rrr-header-text) 55%,transparent);border-radius:999px;background:transparent;overflow:hidden}.rrr-header-search:focus-within{border-color:var(--rrr-header-accent);box-shadow:0 0 0 1px var(--rrr-header-accent)}.rrr-header-search__input{min-width:0;flex:1;height:100%;padding:0;color:inherit;background:transparent;border:0;outline:0;font:inherit;font-size:12px}.rrr-header-search__input::placeholder{color:color-mix(in srgb,var(--rrr-header-text) 66%,transparent)}.rrr-header-search__button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:100%;padding:0;color:inherit;background:transparent;border:0;cursor:pointer}.rrr-header-search__button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.rrr-cart-count{position:absolute;right:0;top:1px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;color:var(--rrr-header-bg);background:var(--rrr-header-accent);border-radius:999px;font-size:9px;font-weight:800;line-height:1}.rrr-desktop-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:51;background:#00000094;opacity:0;transition:opacity var(--rrr-animation-speed) ease}.rrr-desktop-drawer-overlay.is-visible{opacity:1}.rrr-desktop-drawer{position:absolute;left:0;right:0;top:100%;z-index:52;max-height:0;color:var(--rrr-drawer-text);background:var(--rrr-drawer-bg);border-bottom:1px solid var(--rrr-header-border);box-shadow:0 24px 60px #0000004d;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-12px);transition:max-height var(--rrr-animation-speed) ease,opacity var(--rrr-animation-speed) ease,transform var(--rrr-animation-speed) ease,visibility 0s linear var(--rrr-animation-speed)}.rrr-desktop-drawer.is-open{max-height:var(--rrr-drawer-max-height);opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.rrr-desktop-drawer__scroll{max-height:var(--rrr-drawer-max-height);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--rrr-header-accent) transparent}.rrr-desktop-drawer__content{width:min(100%,var(--rrr-content-width));margin:0 auto;padding:22px var(--rrr-side-padding) 44px}.rrr-desktop-drawer__top{display:flex;align-items:center;justify-content:space-between;min-height:42px;margin-bottom:8px}.rrr-drawer-account{display:inline-flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-size:12px}.rrr-drawer-account svg{width:20px;height:20px}.rrr-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:inherit;background:transparent;border:1px solid var(--rrr-header-border);border-radius:999px;cursor:pointer}.rrr-drawer-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--rrr-header-border);border-bottom:1px solid var(--rrr-header-border)}.rrr-drawer-tab{position:relative;min-height:52px;color:inherit;background:transparent;border:0;cursor:pointer;font:inherit;font-size:13px;font-weight:700;letter-spacing:.08em}.rrr-drawer-tab:after{content:"";position:absolute;left:20%;right:20%;bottom:-1px;height:2px;background:var(--rrr-header-accent);transform:scaleX(0);transition:transform var(--rrr-animation-speed) ease}.rrr-drawer-tab.is-active{color:var(--rrr-header-accent)}.rrr-drawer-tab.is-active:after{transform:scaleX(1)}.rrr-drawer-section-title{margin:26px 0 12px;font-family:var(--font-heading-family, Georgia, serif);font-size:20px;font-weight:500}.rrr-drawer-cards{display:grid;grid-auto-flow:column;grid-auto-columns:var(--rrr-card-width);gap:var(--rrr-card-gap);margin:22px 0 30px;padding-bottom:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity}.rrr-drawer-card{display:block;min-width:0;color:inherit;text-decoration:none;scroll-snap-align:start}.rrr-drawer-card[hidden]{display:none!important}.rrr-drawer-card__media{position:relative;height:var(--rrr-card-height);border-radius:var(--rrr-card-radius);background:#ffffff0a;overflow:hidden}.rrr-drawer-card__image,.rrr-drawer-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform calc(var(--rrr-animation-speed) * 1.4) ease,opacity var(--rrr-animation-speed) ease}.rrr-drawer-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.rrr-drawer-card__badge{position:absolute;left:8px;top:8px;z-index:2;padding:5px 8px;color:#0b0b0b;background:var(--rrr-header-accent);border-radius:999px;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rrr-drawer-card__copy{display:grid;gap:3px;padding:9px 2px 0}.rrr-drawer-card__title{font-size:12px;font-weight:700}.rrr-drawer-card__subtitle{color:color-mix(in srgb,var(--rrr-drawer-text) 62%,transparent);font-size:10px}.rrr-drawer-card--zoom:hover .rrr-drawer-card__image{transform:scale(1.055)}.rrr-drawer-card--lift{transition:transform var(--rrr-animation-speed) ease}.rrr-drawer-card--lift:hover{transform:translateY(-5px)}.rrr-drawer-card--fade:hover .rrr-drawer-card__image{opacity:.76}.rrr-drawer-accordion{border-top:1px solid var(--rrr-header-border)}.rrr-drawer-accordion:last-child{border-bottom:1px solid var(--rrr-header-border)}.rrr-drawer-accordion[hidden]{display:none!important}.rrr-drawer-accordion__summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;list-style:none;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.02em}.rrr-drawer-accordion__summary::-webkit-details-marker{display:none}.rrr-drawer-accordion__summary svg{width:17px;height:17px;transition:transform var(--rrr-animation-speed) ease}.rrr-drawer-accordion[open] .rrr-drawer-accordion__summary svg{transform:rotate(180deg)}.rrr-drawer-accordion__body{padding:0 0 24px}.rrr-drawer-link-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.rrr-drawer-link-card{display:grid;gap:7px;min-width:0;color:inherit;text-decoration:none}.rrr-drawer-link-card__media{display:block;aspect-ratio:4 / 5;border-radius:calc(var(--rrr-card-radius) * .75);overflow:hidden;background:#ffffff0a}.rrr-drawer-link-card__image,.rrr-drawer-link-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--rrr-animation-speed) ease}.rrr-drawer-link-card:hover .rrr-drawer-link-card__image{transform:scale(1.04)}.rrr-drawer-link-card__text{display:flex;align-items:center;gap:6px;min-width:0;font-size:11px}.rrr-drawer-link-card__text>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rrr-drawer-link-card__text em{flex:0 0 auto;padding:3px 5px;color:#0b0b0b;background:var(--rrr-header-accent);border-radius:999px;font-size:7px;font-style:normal;font-weight:800}.rrr-drawer-utilities{margin-top:24px}.rrr-drawer-utility-link{display:flex;align-items:center;justify-content:space-between;min-height:48px;color:inherit;border-bottom:1px solid var(--rrr-header-border);text-decoration:none;font-size:11px;font-weight:600}.rrr-drawer-utility-link svg{width:15px;height:15px}body.rrr-desktop-drawer-open{overflow:hidden}@media screen and (max-width:1240px){.rrr-desktop-header__left,.rrr-desktop-header__primary-nav{gap:18px}.rrr-header-search{width:210px}.rrr-drawer-link-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}}.rrr-desktop-header__right{display:flex;align-items:center;justify-content:flex-end;gap:6px}.rrr-desktop-header__left{display:flex;align-items:center;justify-content:flex-start}@media screen and (min-width:990px){.rrr-desktop-header{--rrr-ease-premium: cubic-bezier(.22,1,.36,1)}.rrr-desktop-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.rrr-desktop-header__left{grid-column:1;min-width:0}.rrr-desktop-header__logo{position:static;grid-column:2;justify-self:center;align-self:center;min-width:0;transform:none}.rrr-desktop-header__right{grid-column:3;min-width:0}.rrr-header-search{width:clamp(190px,20vw,320px);max-width:100%}.rrr-desktop-header__bar{transition:box-shadow var(--rrr-animation-speed) var(--rrr-ease-premium)}.rrr-desktop-header.is-scrolled .rrr-desktop-header__bar{box-shadow:0 10px 30px #00000038}.rrr-desktop-drawer{transform:translateY(-18px) scaleY(.985);transform-origin:top;transition:max-height var(--rrr-animation-speed) var(--rrr-ease-premium),opacity var(--rrr-animation-speed) var(--rrr-ease-premium),transform var(--rrr-animation-speed) var(--rrr-ease-premium),visibility 0s linear var(--rrr-animation-speed)}.rrr-desktop-drawer.is-open{transform:translateY(0) scaleY(1)}.rrr-desktop-drawer.is-open .rrr-desktop-drawer__content{animation:rrrDesktopDrawerReveal calc(var(--rrr-animation-speed) * 1.2) var(--rrr-ease-premium) both}@keyframes rrrDesktopDrawerReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.rrr-drawer-card__media,.rrr-drawer-link-card__media{box-shadow:inset 0 0 0 1px #ffffff0b}.rrr-drawer-card__title,.rrr-drawer-link-card__text,.rrr-drawer-utility-link{transition:color var(--rrr-animation-speed) ease}.rrr-drawer-card:hover .rrr-drawer-card__title,.rrr-drawer-link-card:hover .rrr-drawer-link-card__text,.rrr-drawer-utility-link:hover{color:var(--rrr-header-accent)}.rrr-header-icon:focus-visible,.rrr-primary-link:focus-visible,.rrr-drawer-tab:focus-visible,.rrr-drawer-close:focus-visible,.rrr-drawer-card:focus-visible,.rrr-drawer-link-card:focus-visible,.rrr-drawer-utility-link:focus-visible{outline:1px solid var(--rrr-header-accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){.rrr-desktop-header *,.rrr-desktop-header *:before,.rrr-desktop-header *:after{animation-duration:1ms!important;transition-duration:1ms!important}}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/rrr-desktop-header.css.map */
