#header-group{display:none!important}:root{--rfh-cream: #faf7f2;--rfh-cream-dark: #f2ece0;--rfh-brown: #7c4a2d;--rfh-brown-light: #a0623a;--rfh-text: #1c130a;--rfh-text-light: #6b5744;--rfh-border: #e5d9c8;--rfh-white: #ffffff;--rfh-shadow: 0 4px 32px rgba(28, 19, 10, .1);--rfh-shadow-mega: 0 16px 48px rgba(28, 19, 10, .14);--rfh-font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;--rfh-font-sans: "Jost", "DM Sans", system-ui, sans-serif;--rfh-height: 72px}.rf-header{position:sticky;top:0;z-index:9000;background:var(--rfh-cream);border-bottom:1px solid var(--rfh-border);font-family:var(--rfh-font-sans);transition:box-shadow .3s ease}.rf-header.scrolled{box-shadow:var(--rfh-shadow)}.rf-header__inner{max-width:1400px;margin:0 auto;padding:0 24px;height:var(--rfh-height);display:flex;align-items:center;justify-content:space-between;gap:24px}.rf-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.rf-header__logo-img{height:44px;width:auto}.rf-header__logo-text{display:flex;flex-direction:column;line-height:1}.rf-header__logo-name{font-family:var(--rfh-font-serif);font-size:18px;font-weight:600;color:var(--rfh-text);letter-spacing:.02em;white-space:nowrap}.rf-header__logo-sub{font-size:9px;font-weight:400;color:var(--rfh-brown);letter-spacing:.18em;text-transform:uppercase;margin-top:2px}.rf-header__nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.rf-nav-item{position:relative}.rf-nav-item__trigger{display:flex;align-items:center;gap:4px;padding:8px 14px;font-size:13.5px;font-weight:500;color:var(--rfh-text);text-decoration:none;letter-spacing:.02em;border-radius:6px;cursor:pointer;border:none;background:none;font-family:var(--rfh-font-sans);white-space:nowrap;transition:color .2s,background .2s;height:var(--rfh-height);border-bottom:2px solid transparent}.rf-nav-item__trigger svg{width:12px;height:12px;flex-shrink:0;transition:transform .25s ease;color:var(--rfh-text-light)}.rf-nav-item:hover .rf-nav-item__trigger,.rf-nav-item.open .rf-nav-item__trigger{color:var(--rfh-brown);border-bottom-color:var(--rfh-brown)}.rf-nav-item.open .rf-nav-item__trigger svg,.rf-nav-item:hover .rf-nav-item__trigger svg{transform:rotate(180deg)}.rf-mega-panel{position:absolute;top:calc(var(--rfh-height) + 1px);left:50%;transform:translate(-50%);background:var(--rfh-white);border:1px solid var(--rfh-border);border-radius:16px;box-shadow:var(--rfh-shadow-mega);padding:32px;min-width:780px;max-width:1000px;display:none;z-index:9100;animation:rfMegaIn .22s cubic-bezier(.2,0,.2,1) both}.rf-nav-item.open .rf-mega-panel{display:flex}@keyframes rfMegaIn{0%{opacity:0;translateY(-8px)}to{opacity:1}}.rf-nav-item.open .rf-mega-panel{animation:rfPanelFadeIn .2s cubic-bezier(.2,0,.2,1) both}@keyframes rfPanelFadeIn{0%{opacity:0;margin-top:-8px}to{opacity:1;margin-top:0}}.rf-mega-panel__cols{flex:1;display:flex;gap:32px}.rf-mega-col{min-width:140px}.rf-mega-col__title{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--rfh-brown);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--rfh-border)}.rf-mega-col__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rf-mega-col__links a{font-size:13px;color:var(--rfh-text);text-decoration:none;line-height:1.4;transition:color .15s;font-weight:400}.rf-mega-col__links a:hover{color:var(--rfh-brown)}.rf-mega-panel__featured{display:flex;flex-direction:column;gap:12px;flex-shrink:0;width:200px;margin-left:8px;padding-left:24px;border-left:1px solid var(--rfh-border)}.rf-mega-featured-card{text-decoration:none;border-radius:12px;overflow:hidden;position:relative;display:block;background:var(--rfh-cream-dark)}.rf-mega-featured-card img{width:100%;height:110px;object-fit:cover;display:block;transition:transform .35s ease}.rf-mega-featured-card:hover img{transform:scale(1.04)}.rf-mega-featured-card__label{padding:10px 12px;background:var(--rfh-white)}.rf-mega-featured-card__title{font-size:12px;font-weight:600;color:var(--rfh-text);letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;gap:6px}.rf-mega-featured-card__title svg{width:12px;height:12px;color:var(--rfh-brown);flex-shrink:0}.rf-header__icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.rf-header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:none;cursor:pointer;color:var(--rfh-text);transition:background .2s,color .2s;text-decoration:none;position:relative}.rf-header__icon-btn:hover{background:var(--rfh-cream-dark);color:var(--rfh-brown)}.rf-header__icon-btn svg{width:20px;height:20px}.rf-cart-count{position:absolute;top:4px;right:4px;background:var(--rfh-brown);color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.rf-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1c130a80;z-index:9500;display:none;align-items:flex-start;justify-content:center;padding-top:80px;animation:rfFadeIn .2s ease both}.rf-search-overlay.open{display:flex}@keyframes rfFadeIn{0%{opacity:0}to{opacity:1}}.rf-search-box{background:var(--rfh-white);border-radius:16px;padding:24px;width:600px;max-width:calc(100vw - 40px);box-shadow:var(--rfh-shadow-mega)}.rf-search-input-wrap{display:flex;align-items:center;gap:12px;border:1.5px solid var(--rfh-border);border-radius:100px;padding:10px 20px;transition:border-color .2s}.rf-search-input-wrap:focus-within{border-color:var(--rfh-brown)}.rf-search-input-wrap svg{width:18px;height:18px;color:var(--rfh-text-light);flex-shrink:0}.rf-search-input-wrap input{flex:1;border:none;background:none;outline:none;font-size:15px;font-family:var(--rfh-font-sans);color:var(--rfh-text)}.rf-search-input-wrap input::placeholder{color:var(--rfh-text-light)}.rf-search-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:var(--rfh-cream-dark);cursor:pointer;color:var(--rfh-text);flex-shrink:0}.rf-header__hamburger{display:none;flex-direction:column;gap:5px;width:36px;height:36px;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:0}.rf-header__hamburger span{display:block;width:22px;height:1.5px;background:var(--rfh-text);border-radius:2px;transition:all .3s ease}.rf-header__hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.rf-header__hamburger.open span:nth-child(2){opacity:0}.rf-header__hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.rf-mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:320px;max-width:100vw;background:var(--rfh-cream);z-index:9600;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column}.rf-mobile-drawer.open{transform:translate(0)}.rf-mobile-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c130a73;z-index:9590;display:none}.rf-mobile-drawer__overlay.open{display:block}.rf-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--rfh-border)}.rf-mobile-drawer__close{width:36px;height:36px;border-radius:50%;border:none;background:var(--rfh-cream-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--rfh-text)}.rf-mobile-nav{padding:16px 0;flex:1}.rf-mobile-nav__item{border-bottom:1px solid var(--rfh-border)}.rf-mobile-nav__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 20px;font-size:14px;font-weight:500;color:var(--rfh-text);font-family:var(--rfh-font-sans);background:none;border:none;text-align:left;cursor:pointer}.rf-mobile-nav__trigger svg{width:14px;height:14px;color:var(--rfh-text-light);transition:transform .25s}.rf-mobile-nav__item.open .rf-mobile-nav__trigger svg{transform:rotate(180deg)}.rf-mobile-sub{display:none;background:var(--rfh-white);padding:12px 0}.rf-mobile-nav__item.open .rf-mobile-sub{display:block}.rf-mobile-sub__section{padding:8px 20px 4px 32px}.rf-mobile-sub__section-title{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rfh-brown);margin-bottom:8px}.rf-mobile-sub a{display:block;padding:6px 20px 6px 32px;font-size:13px;color:var(--rfh-text);text-decoration:none}.rf-mobile-sub a:hover{color:var(--rfh-brown)}@media(max-width:1100px){.rf-header__nav{display:none}.rf-header__hamburger{display:flex}}@media(max-width:600px){.rf-header__inner{padding:0 16px}.rf-header__logo-name{font-size:15px}}.rf-announce-bar{background:var(--rfh-brown);color:var(--rfh-white);text-align:center;padding:8px 20px;font-size:12px;font-weight:500;letter-spacing:.06em;font-family:var(--rfh-font-sans)}.rf-announce-bar a{color:inherit;text-decoration:underline;margin-left:8px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/rf-mega-header.css.map */
