.rh3-header-group{position:sticky;top:0;z-index:100}.rh3-header-section{position:relative;top:auto;z-index:auto}.rh3-header{--rh3-brown: #5a3025;--rh3-cream: #fff9ec;--rh3-lemon: #fcf99d;display:block;min-height:76px;padding:8px 0;background:var(--rh3-cream);color:var(--rh3-brown);font-family:DM Sans,Arial,sans-serif;transition:background .18s ease}.rh3-header[data-is-home=true]:not(.is-scrolled){background:var(--rh3-cream)}.rh3-header.is-scrolled{background:transparent}.rh3-header__glass{position:relative;isolation:isolate;width:min(1240px,calc(100% - clamp(40px,8vw,128px)));min-height:60px;margin:auto;padding:0 12px 0 28px;display:grid;grid-template-columns:auto 1fr auto;gap:clamp(24px,4vw,50px);align-items:center;overflow:hidden;border:1px solid rgba(90,48,37,.1);border-radius:20px;background:linear-gradient(118deg,#ffffff7a,#fff9ec33);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #5a30250b,0 2px 5px #28171309,0 14px 38px #5a302512;-webkit-backdrop-filter:blur(20px) saturate(165%);backdrop-filter:blur(20px) saturate(165%)}.rh3-header__glass:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 12% -25%,rgba(255,255,255,.82),transparent 35%),linear-gradient(108deg,rgba(255,255,255,.2),transparent 37%,rgba(252,249,157,.11) 72%,rgba(255,255,255,.2));content:"";pointer-events:none}.rh3-header.is-scrolled .rh3-header__glass{border-color:#5a302521;background:linear-gradient(118deg,#ffffffad,#fff9ec61);box-shadow:inset 0 1px #ffffffeb,0 18px 46px #5a30251f;-webkit-backdrop-filter:blur(24px) saturate(175%);backdrop-filter:blur(24px) saturate(175%)}.rh3-header__logo{width:150px;min-height:44px;display:inline-flex;align-items:center}.rh3-header__logo img{width:100%;height:auto;display:block}.rh3-header__nav{display:flex;justify-content:center;gap:clamp(22px,3vw,46px)}.rh3-header__nav a{position:relative;min-height:44px;display:inline-flex;align-items:center;color:inherit;font-size:12px;font-weight:600;text-decoration:none}.rh3-header__nav a:after{position:absolute;right:0;bottom:5px;left:0;height:1px;transform:scaleX(0);background:currentColor;content:"";transition:transform .18s ease}.rh3-header__nav a:hover:after,.rh3-header__nav a:focus-visible:after{transform:scaleX(1)}.rh3-header__actions{display:flex;align-items:center;gap:8px}.rh3-button{min-height:54px;padding:10px 10px 10px 20px;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--rh3-brown);border-radius:999px;background:var(--rh3-brown);color:#fff;font-size:11px;font-weight:700;letter-spacing:.09em;line-height:1;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.rh3-button--small{min-height:44px;padding:7px 8px 7px 16px;font-size:10px}.rh3-button__arrow{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--rh3-lemon);color:var(--rh3-brown);font-size:17px;transition:transform .48s cubic-bezier(.2,.75,.25,1)}.rh3-button:hover,.rh3-button:focus-visible{transform:translateY(-2px);background:#281713;box-shadow:0 12px 28px #2817132e}.rh3-button:hover .rh3-button__arrow,.rh3-button:focus-visible .rh3-button__arrow{transform:rotate(45deg)}.rh3-button--secondary{background:transparent;color:var(--rh3-brown)}.rh3-button--secondary:hover,.rh3-button--secondary:focus-visible{color:#fff}.rh3-header__cart{display:flex}.rh3-header__cart header-actions{display:flex}.rh3-header__cart .rh-header__cart-link{width:44px;height:44px;min-width:44px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:var(--rh3-brown);transition:color .18s ease,transform .18s ease}.rh3-header__cart .rh-header__cart-link:hover{color:#281713;transform:translateY(-1px)}.rh3-header__cart cart-icon{position:relative;width:21px;height:21px;display:block}.rh3-header__cart cart-icon>svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.rh3-header__cart .cart-bubble{position:absolute;top:-9px;right:-10px}.rh3-header__menu{width:44px;height:44px;padding:0;display:none;border:1px solid rgba(90,48,37,.35);border-radius:50%;background:transparent;cursor:pointer}.rh3-header__menu span{width:18px;height:1px;margin:5px auto;display:block;background:var(--rh3-brown)}.rh3-menu-backdrop{position:fixed;z-index:108;top:0;right:0;bottom:0;left:0;opacity:0;background:#17131038;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .22s ease}.rh3-menu-backdrop.is-open{opacity:1}.rh3-mobile-menu{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;padding:8px clamp(20px,4vw,64px) 24px;display:flex;flex-direction:column;overflow-y:auto;opacity:0;visibility:hidden;transform:none;background:linear-gradient(180deg,#fffdf7,#fff9ec 72%,#f8eddc);color:var(--rh3-brown);transition:opacity .22s ease,visibility .22s step-end}.rh3-mobile-menu.is-open{opacity:1;visibility:visible;transform:none;transition:opacity .22s ease,visibility 0ms step-start}.rh3-mobile-menu__head{min-height:60px;padding:0 12px 0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(90,48,37,.12);border-radius:18px;background:#fff9ecc7;box-shadow:inset 0 1px #ffffffad,0 8px 24px #2817130f}.rh3-mobile-menu__close{position:relative;width:44px;height:44px;padding:0;border:1px solid rgba(90,48,37,.32);border-radius:50%;background:transparent;cursor:pointer}.rh3-mobile-menu__close span{position:absolute;top:50%;left:50%;width:17px;height:1px;background:currentColor}.rh3-mobile-menu__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.rh3-mobile-menu__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.rh3-mobile-menu__links{margin:clamp(38px,7vh,66px) 2px 28px}.rh3-mobile-menu__links a{min-height:58px;padding:14px 2px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(90,48,37,.16);color:inherit;font-family:Manrope,Avenir Next,Arial,sans-serif;font-size:clamp(25px,7vw,31px);font-weight:500;letter-spacing:-.035em;line-height:1.08;text-decoration:none}.rh3-mobile-menu__links a:first-child{border-top:1px solid rgba(90,48,37,.16)}.rh3-mobile-menu__links a>span:last-child{font-family:DM Sans,Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:.14em}.rh3-mobile-menu__actions{margin-top:auto;display:grid;gap:10px}.rh3-mobile-menu__note{margin:22px 2px 0;padding-top:18px;border-top:1px solid rgba(90,48,37,.16)}.rh3-mobile-menu__note>span,.rh3-mobile-menu__note strong{display:block}.rh3-mobile-menu__note>span{margin-bottom:7px;font-size:8px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.rh3-mobile-menu__note strong{max-width:330px;font-family:Manrope,Avenir Next,Arial,sans-serif;font-size:19px;font-weight:500}.rh3-footer{padding:clamp(72px,8vw,118px) clamp(20px,4vw,64px) 30px;background:#281713;color:#fff;font-family:DM Sans,Arial,sans-serif}.rh3-footer__main{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:clamp(34px,5vw,72px)}.rh3-footer__brand img{width:min(280px,100%);height:auto}.rh3-footer__brand p{max-width:430px;margin:28px 0 0;color:#ffffffb8;font-size:15px;line-height:1.7}.rh3-footer nav{display:flex;flex-direction:column;gap:13px}.rh3-footer h3{margin:0 0 9px;color:#fcf99d;font-family:DM Sans,Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.rh3-footer nav a{width:fit-content;color:#ffffffc7;font-size:14px;text-decoration:none}.rh3-footer nav a:hover,.rh3-footer nav a:focus-visible{color:#fcf99d}.rh3-footer__contact,.rh3-footer__disclosures,.rh3-footer__bottom{max-width:1280px;margin-right:auto;margin-left:auto}.rh3-footer__contact{margin-top:54px;padding:24px 0;display:flex;gap:12px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.rh3-footer__contact a{min-height:44px;padding:10px 17px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;font-size:13px;text-decoration:none}.rh3-footer__disclosures{padding:26px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;color:#ffffff94}.rh3-footer__disclosures p{margin:0;font-size:11px;line-height:1.6}.rh3-footer__bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}.rh3-footer__bottom p{margin:0;color:#ffffff7a;font-size:12px}.rh3-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.rh3-header :focus-visible,.rh3-footer :focus-visible{outline:3px solid #fff9ec;outline-offset:2px;box-shadow:0 0 0 5px #5a3025}body.rh3-menu-open{overflow:hidden}@media(max-width:980px){.rh3-header__glass{width:calc(100% - 20px);padding:0 6px 0 18px;grid-template-columns:1fr auto}.rh3-mobile-menu{padding-right:10px;padding-left:10px}.rh3-mobile-menu__head{width:calc(100vw - 20px);flex:0 0 60px;align-self:center;padding-right:6px}.rh3-mobile-menu__links,.rh3-mobile-menu__note{margin-right:12px;margin-left:12px}.rh3-mobile-menu__actions{margin-right:10px;margin-left:10px}.rh3-header__nav,.rh3-header__actions>.rh3-button{display:none}.rh3-header__menu{display:block}.rh3-footer__main{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}}@media(max-width:760px){.rh3-footer{padding-top:68px}.rh3-footer__main{grid-template-columns:1fr 1fr}.rh3-footer__brand{grid-column:1 / -1;margin-bottom:20px}.rh3-footer__disclosures{grid-template-columns:1fr}}@media(max-width:480px){.rh3-header__logo{width:144px}.rh3-footer__main{grid-template-columns:1fr}.rh3-footer__brand{grid-column:auto}.rh3-footer__contact{align-items:stretch;flex-direction:column}}@media(prefers-reduced-motion:reduce){.rh3-header *,.rh3-footer *{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/return-lemon-drop-global.css.map */
