:root{--red: #C8102E;--red-dark: #a50d24;--red-light: rgba(200,16,46,.08);--black: #111111;--dark: #1a1a1a;--mid: #555555;--muted: #888888;--border: #e8e8e8;--bg-light: #fafafa;--bg-cream: #fdf6f0;--white: #ffffff;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--ease: cubic-bezier(.23,1,.32,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--white);color:var(--dark);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{font-family:var(--font-sans)}.page-width{max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:768px){.page-width{padding:0 32px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:100px;font-family:var(--font-sans);font-size:.95rem;font-weight:700;cursor:pointer;border:2px solid transparent;transition:all .18s var(--ease);text-decoration:none;white-space:nowrap;letter-spacing:.01em}.btn:active{transform:scale(.97)}.btn--primary{background:var(--red);color:var(--white);border-color:var(--red);box-shadow:0 4px 16px #c8102e40}.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 6px 24px #c8102e59;transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--red);border-color:var(--red)}.btn--outline:hover{background:var(--red);color:var(--white)}.btn--white{background:var(--white);color:var(--red);border-color:var(--white)}.btn--white:hover{background:#f0f0f0}.btn--lg{padding:16px 36px;font-size:1.05rem}.btn--sm{padding:9px 18px;font-size:.85rem}.btn--block{display:flex;width:100%}.section-header{text-align:center;margin-bottom:48px}.section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:12px}.section-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.8rem);color:var(--dark);margin-bottom:14px;line-height:1.2}.section-sub{font-size:1rem;color:var(--muted);max-width:560px;margin:0 auto;line-height:1.7}.section-cta{text-align:center;margin-top:48px}.announce-bar{background:var(--red);color:var(--white);text-align:center;padding:10px 20px;font-size:.85rem;font-weight:600;letter-spacing:.02em}.announce-bar a{color:var(--white);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 1px 12px #0000000d}.header-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}@media(min-width:768px){.header-inner{padding:0 32px;height:70px}}.logo-link{display:flex;flex-direction:column;text-decoration:none;flex-shrink:0}.logo-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--dark);line-height:1.1}.logo-sub{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.main-nav{display:none;align-items:center;gap:4px}@media(min-width:768px){.main-nav{display:flex}}.main-nav a{font-size:.9rem;font-weight:600;color:var(--mid);padding:6px 14px;border-radius:100px;transition:all .15s}.main-nav a:hover{color:var(--dark);background:var(--bg-light)}.main-nav a.active{color:var(--red)}.header-actions{display:flex;align-items:center;gap:8px}.cart-link{position:relative;background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--dark);padding:8px;border-radius:50%;transition:all .15s;display:flex;align-items:center;justify-content:center}.cart-link:hover{background:var(--bg-light);color:var(--red)}.cart-count{position:absolute;top:2px;right:2px;background:var(--red);color:var(--white);font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:background .15s}.hamburger:hover{background:var(--bg-light)}.hamburger span{display:block;width:22px;height:2px;background:var(--dark);border-radius:2px;transition:all .2s}@media(min-width:768px){.hamburger{display:none}}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:12px 20px 20px;gap:4px}.mobile-nav a{font-size:1rem;font-weight:600;color:var(--dark);padding:12px 16px;border-radius:var(--radius-md);transition:all .15s;display:block}.mobile-nav a:hover{background:var(--bg-light);color:var(--red)}.mobile-nav .btn{margin-top:8px;width:100%;justify-content:center}.mobile-nav.open{display:flex}.hours-banner{background:#fff8f0;border-bottom:1px solid #ffe0c0;text-align:center;padding:10px 20px;font-size:.85rem;color:#7a4000;font-weight:500}.hours-banner i{color:#e67e22;margin-right:6px}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:-440px;width:440px;max-width:100vw;height:100%;background:var(--white);z-index:201;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026;transition:right .3s var(--ease)}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-drawer-header h2{font-size:1.15rem;font-weight:700}.cart-drawer-close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--muted);padding:6px;border-radius:50%;transition:all .15s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.cart-drawer-close:hover{background:var(--bg-light);color:var(--red)}.cart-drawer-items{flex:1;overflow-y:auto;padding:16px 24px}.cart-empty-state{text-align:center;padding:48px 0;color:var(--muted)}.cart-empty-icon{font-size:3rem;margin-bottom:16px}.btn-shop-now{display:inline-block;margin-top:16px;padding:12px 28px;background:var(--red);color:var(--white);border-radius:100px;font-weight:700;text-decoration:none;font-size:.9rem}.cart-drawer-footer{padding:16px 24px 24px;border-top:1px solid var(--border)}.cart-subtotal-row{display:flex;justify-content:space-between;font-weight:700;margin-bottom:14px;font-size:1rem}.btn-checkout-drawer{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:var(--red);color:var(--white);border-radius:100px;font-weight:700;font-size:1rem;text-decoration:none;transition:background .15s;box-shadow:0 4px 16px #c8102e40}.btn-checkout-drawer:hover{background:var(--red-dark)}.cart-drawer-note{text-align:center;font-size:.78rem;color:var(--muted);margin-top:10px;line-height:1.5}.drawer-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);align-items:flex-start}.drawer-item:last-child{border-bottom:none}.drawer-item__img{width:64px;height:64px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0}.drawer-item__img-placeholder{width:64px;height:64px;border-radius:var(--radius-md);background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.drawer-item__info{flex:1;min-width:0}.drawer-item__title{font-size:.9rem;font-weight:600;margin-bottom:2px;line-height:1.3}.drawer-item__variant{font-size:.78rem;color:var(--muted)}.drawer-item__price{font-size:.9rem;font-weight:700;color:var(--red);margin-top:4px}.drawer-item__qty{display:flex;align-items:center;gap:8px;margin-top:8px}.drawer-qty-btn{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--border);background:var(--white);cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:all .15s;color:var(--dark)}.drawer-qty-btn:hover{border-color:var(--red);color:var(--red)}.drawer-qty-num{font-size:.9rem;font-weight:600;min-width:20px;text-align:center}.drawer-item__remove{background:none;border:none;cursor:pointer;color:#ccc;font-size:.85rem;padding:4px;flex-shrink:0;margin-top:2px;transition:color .15s}.drawer-item__remove:hover{color:var(--red)}#back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--red);color:var(--white);border:none;cursor:pointer;font-size:1rem;display:none;align-items:center;justify-content:center;z-index:99;box-shadow:0 4px 16px #c8102e4d;transition:all .2s}#back-to-top.visible{display:flex}#back-to-top:hover{background:var(--red-dark);transform:translateY(-2px)}.site-footer{background:var(--black);color:#ccc;padding:60px 0 0;margin-top:80px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 20px 48px;display:grid;grid-template-columns:1fr;gap:36px}@media(min-width:640px){.footer-inner{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;padding:0 32px 48px}}.footer-logo{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:4px}.footer-logo-sub{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:14px}.footer-brand p{font-size:.88rem;line-height:1.7;color:#999}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:36px;height:36px;border-radius:50%;background:#222;color:#ccc;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all .15s}.footer-social a:hover{background:var(--red);color:var(--white)}.footer-col h4{color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{color:#999;font-size:.88rem;transition:color .15s}.footer-col a:hover{color:var(--red)}.footer-col p{font-size:.88rem;color:#999;margin-bottom:8px;display:flex;align-items:flex-start;gap:8px}.footer-col i{color:var(--red);width:14px;flex-shrink:0;margin-top:3px}.footer-order-btn{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:10px 20px;background:var(--red);color:var(--white);border-radius:100px;font-size:.85rem;font-weight:700;transition:background .15s}.footer-order-btn:hover{background:var(--red-dark)}.footer-bottom{border-top:1px solid #222;padding:20px;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:8px;font-size:.8rem;color:#555;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;padding:20px 32px}}.hero-section{background:linear-gradient(135deg,#1a0a00,#2d1000,#1a0a00);padding:60px 0 48px;overflow:hidden}@media(min-width:768px){.hero-section{padding:80px 0}}.hero-inner{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:900px){.hero-inner{grid-template-columns:1fr 1fr;gap:60px}}.hero-badge{display:inline-block;background:#c8102e26;color:#ff6b6b;border:1px solid rgba(200,16,46,.3);padding:5px 14px;border-radius:100px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.hero-title{font-family:var(--font-serif);font-size:clamp(2rem,6vw,3.6rem);font-weight:800;color:var(--white);line-height:1.12;margin-bottom:18px}.hero-title em{font-style:italic;color:var(--red)}.hero-sub{font-size:1rem;color:#bbb;line-height:1.7;margin-bottom:32px;max-width:480px}.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.hero-btns .btn{min-width:140px}@media(max-width:480px){.hero-btns{flex-direction:column}.hero-btns .btn{width:100%}}.hero-stats{display:flex;gap:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.hero-stat__value{display:block;font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--white)}.hero-stat__label{display:block;font-size:.75rem;color:#888;margin-top:2px}.hero-image-wrap{position:relative;display:flex;align-items:center;justify-content:center;order:-1}@media(min-width:900px){.hero-image-wrap{order:0}}.hero-img{width:100%;max-width:520px;border-radius:var(--radius-xl);box-shadow:0 24px 60px #00000080;object-fit:cover;aspect-ratio:4/3}.hero-img-placeholder{width:100%;max-width:520px;aspect-ratio:4/3;border-radius:var(--radius-xl);background:#ffffff0d;border:2px dashed rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.hero-img-placeholder__inner{text-align:center;color:#666}.hero-img-placeholder__inner p{margin-top:12px;font-size:.9rem;line-height:1.5}.hero-float-badge{position:absolute;bottom:20px;right:20px;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);border-radius:var(--radius-md);padding:10px 16px;font-size:.82rem;font-weight:600;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1)}.hero-float-badge i{color:#4ade80}.how-it-works-section{padding:72px 0;background:var(--bg-light)}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.step-card{background:var(--white);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.step-number{width:52px;height:52px;border-radius:50%;background:var(--red);color:var(--white);font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0;box-shadow:0 4px 16px #c8102e40}.step-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px;color:var(--dark);line-height:1.3}.step-card p{font-size:.82rem;color:var(--muted);line-height:1.6}.featured-menu-section{padding:72px 0}.menu-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}.menu-tab{padding:9px 22px;border-radius:100px;border:1.5px solid var(--border);background:var(--white);color:var(--muted);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s}.menu-tab:hover{border-color:var(--red);color:var(--red)}.menu-tab.active{background:var(--red);border-color:var(--red);color:var(--white);box-shadow:0 4px 12px #c8102e33}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:640px){.products-grid{gap:18px}}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .2s var(--ease),box-shadow .2s var(--ease);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__img-link{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:var(--bg-light);flex-shrink:0}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .35s var(--ease)}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-light);color:#bbb;gap:8px}.product-card__img-placeholder span{font-size:2.5rem}.product-card__img-placeholder p{font-size:.75rem;text-align:center;line-height:1.4}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--red);color:var(--white);font-size:.65rem;font-weight:700;padding:3px 9px;border-radius:100px;letter-spacing:.05em;text-transform:uppercase}.product-card__badge--popular{background:#7c3aed}.product-card__body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}@media(min-width:768px){.product-card__body{padding:16px 18px 18px}}.product-card__type{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--red);margin-bottom:4px}.product-card__title{font-size:.92rem;font-weight:700;color:var(--dark);margin-bottom:6px;line-height:1.3}@media(min-width:768px){.product-card__title{font-size:1rem}}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--red)}.product-card__desc{font-size:.78rem;color:var(--muted);line-height:1.5;margin-bottom:12px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.product-card__desc{font-size:.82rem}}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-card__price{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.price-regular{font-size:1rem;font-weight:800;color:var(--dark)}.price-sale{font-size:1rem;font-weight:800;color:var(--red)}.price-compare{font-size:.8rem;color:#bbb;text-decoration:line-through}.product-card__link{font-size:.8rem;font-weight:700;color:var(--red);white-space:nowrap;display:flex;align-items:center;gap:4px;transition:gap .15s}.product-card__link:hover{gap:8px}.menu-empty{text-align:center;padding:60px 20px;background:var(--bg-light);border-radius:var(--radius-lg);color:var(--muted);font-size:1rem;line-height:1.7;border:1px dashed var(--border)}.delivery-info-section{padding:72px 0;background:var(--white)}.delivery-cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.delivery-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.delivery-cards{grid-template-columns:repeat(4,1fr)}}.delivery-card{background:var(--bg-light);border-radius:var(--radius-lg);padding:28px 24px;border:1px solid var(--border);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.delivery-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.delivery-card__icon{width:52px;height:52px;border-radius:14px;background:var(--red-light);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:18px;flex-shrink:0}.delivery-card h3{font-size:1rem;font-weight:700;margin-bottom:10px;color:var(--dark)}.delivery-card p{font-size:.88rem;color:var(--muted);line-height:1.6}.delivery-card ul{font-size:.88rem;color:var(--muted);line-height:1.8}.delivery-card ul li:before{content:"\b7  ";color:var(--red);font-weight:700}.social-proof-strip{background:var(--bg-cream);border-top:1px solid #f0e0d0;border-bottom:1px solid #f0e0d0;padding:16px 0;overflow:hidden}.social-proof-inner{display:flex;gap:48px;white-space:nowrap;animation:marquee 30s linear infinite}.social-proof-item{display:flex;align-items:center;gap:10px;flex-shrink:0;font-size:.88rem;color:var(--mid)}.social-proof-stars{color:#f59e0b;font-size:.75rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hours-cta-section{padding:72px 0;background:var(--red);color:var(--white);overflow:hidden}.hours-cta-inner{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:768px){.hours-cta-inner{grid-template-columns:1fr auto;gap:60px}}.hours-cta-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;opacity:.7;margin-bottom:12px}.hours-cta-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin-bottom:14px;line-height:1.2}.hours-cta-sub{font-size:1rem;opacity:.85;max-width:480px;line-height:1.7;margin-bottom:24px}.hours-list{margin-bottom:28px;display:flex;flex-direction:column;gap:8px}.hours-row{display:flex;align-items:center;gap:16px;font-size:.95rem}.hours-row i{opacity:.7;width:16px}.hours-day{font-weight:500;opacity:.85}.hours-time{font-weight:800;font-size:1.1rem}.hours-cta-btns{display:flex;gap:12px;flex-wrap:wrap}.hours-badge{width:160px;height:160px;border-radius:50%;background:#ffffff1f;border:2px solid rgba(255,255,255,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;flex-shrink:0}.hours-badge__open{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;opacity:.7}.hours-badge__time{font-family:var(--font-serif);font-size:1.2rem;font-weight:800;line-height:1.2}.hours-badge__days{font-size:.75rem;opacity:.7}.collection-hero{background:linear-gradient(135deg,#2d1000,#1a0a00);padding:48px 0 40px;text-align:center;color:var(--white)}.collection-hero-label{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#f99;margin-bottom:12px}.collection-hero-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;margin-bottom:14px}.collection-hero-sub{font-size:1rem;color:#bbb;max-width:520px;margin:0 auto;line-height:1.7}.collection-section{padding:40px 0 80px}.collection-tabs-wrap{border-bottom:2px solid var(--border);margin-bottom:40px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collection-tabs-wrap::-webkit-scrollbar{display:none}.collection-tabs{display:flex;gap:0;white-space:nowrap;min-width:max-content}.collection-tab{padding:14px 22px;border:none;background:none;font-size:.92rem;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;white-space:nowrap}.collection-tab:hover{color:var(--dark)}.collection-tab.active{color:var(--red);border-bottom-color:var(--red)}.collection-notice{background:#fff8f0;border:1px solid #ffe0c0;border-radius:var(--radius-md);padding:14px 18px;font-size:.85rem;color:#7a4000;margin-bottom:32px;line-height:1.6}.collection-group{margin-bottom:48px}.collection-group-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;margin-bottom:6px;color:var(--dark)}.collection-group-count{font-size:.85rem;color:var(--muted);margin-bottom:20px}.product-section{padding:32px 0 72px}.breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:28px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.breadcrumb a{color:var(--muted);transition:color .15s}.breadcrumb a:hover{color:var(--red)}.breadcrumb-sep{color:#ccc}.product-layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:56px}}.gallery-main{border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-light);aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.gallery-main-img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);text-align:center;padding:40px}.gallery-placeholder p{font-size:.88rem;line-height:1.5}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.gallery-thumb{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--bg-light);padding:0;transition:border-color .15s}.gallery-thumb.active{border-color:var(--red)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:8px}.product-title{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:16px;line-height:1.2;color:var(--dark)}.product-price-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.product-price{font-size:2rem;font-weight:800;color:var(--red)}.product-compare{font-size:1.1rem;color:#bbb;text-decoration:line-through}.product-save-badge{background:var(--red);color:var(--white);padding:3px 10px;border-radius:100px;font-size:.75rem;font-weight:700}.product-description{font-size:.93rem;color:var(--mid);line-height:1.7;margin-bottom:24px}.product-option{margin-bottom:20px}.option-label{display:block;font-size:.78rem;font-weight:700;color:var(--dark);margin-bottom:10px;text-transform:uppercase;letter-spacing:.06em}.option-label-optional{font-weight:400;color:var(--muted);font-size:.75rem;text-transform:none;letter-spacing:0}.option-values{display:flex;gap:8px;flex-wrap:wrap}.option-btn{padding:8px 18px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--white);color:var(--dark);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s}.option-btn:hover{border-color:var(--red);color:var(--red)}.option-btn.active{background:var(--red);border-color:var(--red);color:var(--white)}.product-qty-row{margin-bottom:20px}.qty-selector{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:var(--radius-sm);width:fit-content;overflow:hidden}.qty-btn{width:44px;height:44px;background:var(--bg-light);border:none;cursor:pointer;font-size:1.2rem;font-weight:700;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:var(--red);color:var(--white)}.qty-input{width:56px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:700;color:var(--dark);-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-atc-row{margin-bottom:20px}.btn--atc{width:100%;font-size:1rem;padding:16px;border-radius:var(--radius-md)}.product-trust{display:flex;gap:16px;flex-wrap:wrap;font-size:.82rem;color:var(--muted);padding-top:16px;border-top:1px solid var(--border)}.product-trust span{display:flex;align-items:center;gap:6px}.product-trust i{color:var(--red)}.customization-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.custom-tag{padding:7px 16px;border-radius:100px;border:1.5px solid var(--border);background:var(--white);color:var(--dark);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s;font-family:var(--font-sans)}.custom-tag:hover{border-color:var(--red);color:var(--red)}.custom-tag.active{background:var(--red);border-color:var(--red);color:var(--white)}.special-instructions-input{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:.88rem;color:var(--dark);line-height:1.6;resize:vertical;transition:border-color .15s;background:var(--white)}.special-instructions-input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px #c8102e14}.special-instructions-input::placeholder{color:#bbb}.char-counter{text-align:right;font-size:.75rem;color:#bbb;margin-top:4px}.product-info-cards{margin-top:24px;display:flex;flex-direction:column;gap:10px}.product-info-card{display:flex;align-items:flex-start;gap:12px;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px}.product-info-card i{color:var(--red);font-size:.95rem;margin-top:3px;flex-shrink:0}.product-info-card strong{display:block;font-size:.88rem;font-weight:700;color:var(--dark);margin-bottom:2px}.product-info-card p{font-size:.82rem;color:var(--muted);margin:0}.cart-section{padding:32px 0 72px}.cart-title{font-family:var(--font-serif);font-size:1.8rem;margin-bottom:28px;color:var(--dark)}.cart-layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 360px}}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--border)}@media(min-width:640px){.cart-item{grid-template-columns:80px 1fr auto auto auto}}.cart-item__img{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-light)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.8rem}.cart-item__title{font-size:.95rem;font-weight:700;margin-bottom:3px;line-height:1.3}.cart-item__title a{color:var(--dark);text-decoration:none}.cart-item__title a:hover{color:var(--red)}.cart-item__variant{font-size:.8rem;color:var(--muted);margin-bottom:3px}.cart-item__price{font-size:.85rem;color:var(--red);font-weight:700}.cart-item__qty{display:flex;align-items:center;gap:8px}.cart-qty-dec,.cart-qty-inc{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--border);background:var(--white);cursor:pointer;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .15s;color:var(--dark)}.cart-qty-dec:hover,.cart-qty-inc:hover{border-color:var(--red);color:var(--red)}.cart-qty-display{font-size:.95rem;font-weight:700;min-width:22px;text-align:center}.cart-item__line-price{font-size:.95rem;font-weight:700;color:var(--dark);display:none}@media(min-width:640px){.cart-item__line-price{display:block}}.cart-remove{background:none;border:none;cursor:pointer;color:#ccc;font-size:.9rem;padding:4px;transition:color .15s}.cart-remove:hover{color:var(--red)}.cart-summary{background:var(--bg-light);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border);position:sticky;top:90px}.cart-summary__title{font-size:1.1rem;font-weight:700;margin-bottom:18px}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);font-size:.92rem}.cart-summary__delivery{color:var(--muted)}.cart-summary__total{font-weight:800;font-size:1rem;border-bottom:none;padding-top:14px;margin-top:4px}.cart-summary .btn{margin-top:18px;border-radius:var(--radius-md)}.cart-summary__note{font-size:.76rem;color:var(--muted);margin-top:10px;text-align:center;line-height:1.5}.cart-empty{text-align:center;padding:72px 20px}.cart-empty__icon{font-size:4rem;margin-bottom:18px}.cart-empty h2{font-family:var(--font-serif);font-size:1.6rem;margin-bottom:10px}.cart-empty p{color:var(--muted);margin-bottom:24px}.page-section{padding:48px 0 80px}.page-hero{background:var(--bg-light);border-bottom:1px solid var(--border);padding:48px 0 40px}.page-hero-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--dark);margin-bottom:10px}.page-hero-sub{font-size:1rem;color:var(--muted)}.page-content{max-width:760px}.page-content h2{font-family:var(--font-serif);font-size:1.4rem;margin:32px 0 12px}.page-content p{font-size:.95rem;color:var(--mid);line-height:1.8;margin-bottom:16px}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.faq-question{width:100%;text-align:left;padding:18px 20px;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--dark);display:flex;justify-content:space-between;align-items:center;gap:16px;transition:background .15s;font-family:var(--font-sans)}.faq-question:hover{background:var(--bg-light)}.faq-question i{color:var(--muted);flex-shrink:0;transition:transform .2s}.faq-question.open i{transform:rotate(180deg)}.faq-answer{display:none;padding:0 20px 18px;font-size:.9rem;color:var(--mid);line-height:1.7}.faq-answer.open{display:block}.not-found-section{padding:80px 0;text-align:center}.not-found-section h1{font-family:var(--font-serif);font-size:clamp(2rem,6vw,4rem);color:var(--red);margin-bottom:16px}.not-found-section p{font-size:1rem;color:var(--muted);margin-bottom:28px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .5s var(--ease) both}.animate-fade-in{animation:fadeIn .4s var(--ease) both}.reveal{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.hero-copy{color:var(--white)}@media(max-width:640px){.hero-section{padding:40px 0 36px}.hero-title{font-size:clamp(1.75rem,8vw,2.4rem)}.hero-sub{font-size:.9rem;margin-bottom:24px}.hero-btns{gap:10px;margin-bottom:28px}.hero-btns .btn{padding:13px 22px;font-size:.9rem}.hero-stats{gap:16px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.hero-stats::-webkit-scrollbar{display:none}.hero-stat__value{font-size:1.1rem}.hero-stat__label{font-size:.68rem}.hero-float-badge{font-size:.75rem;padding:8px 12px;bottom:12px;right:12px}}@media(max-width:640px){.how-it-works-section{padding:48px 0}.steps-grid{grid-template-columns:repeat(2,1fr);gap:10px}.step-card{padding:18px 14px}.step-number{width:40px;height:40px;font-size:1.1rem;margin-bottom:12px}.step-card h3{font-size:.82rem}.step-card p{font-size:.75rem}}@media(max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card__body{padding:10px 10px 12px}.product-card__title{font-size:.82rem}.product-card__desc{display:none}.price-regular,.price-sale{font-size:.9rem}.product-card__link{font-size:.75rem}}@media(max-width:380px){.products-grid{grid-template-columns:1fr}}@media(max-width:640px){.featured-menu-section{padding:48px 0}.menu-tabs{gap:6px}.menu-tab{padding:7px 14px;font-size:.82rem}.section-header{margin-bottom:28px}.section-title{font-size:clamp(1.5rem,6vw,2rem)}}@media(max-width:640px){.delivery-info-section{padding:48px 0}.delivery-cards{grid-template-columns:1fr;gap:12px}.delivery-card{padding:20px 18px}}@media(min-width:640px)and (max-width:1023px){.delivery-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hours-cta-section{padding:48px 0}.hours-badge{display:none}.hours-cta-title{font-size:clamp(1.5rem,6vw,2rem)}}@media(max-width:640px){.collection-hero{padding:32px 0 28px}.collection-hero-title{font-size:clamp(1.6rem,7vw,2.4rem)}.collection-section{padding:24px 0 60px}.collection-group{margin-bottom:36px}.collection-group-title{font-size:1.2rem}}@media(max-width:640px){.product-section{padding:20px 0 60px}.product-layout{gap:24px}.gallery-thumbs{display:none}.product-title{font-size:clamp(1.4rem,6vw,1.8rem)}.product-price{font-size:1.6rem}.customization-tags{gap:6px}.custom-tag{padding:6px 12px;font-size:.8rem}}@media(max-width:640px){.cart-section{padding:20px 0 60px}.cart-item{grid-template-columns:64px 1fr;gap:10px}.cart-item__line-price{display:none}.cart-summary{position:static}}@media(max-width:640px){.site-footer{padding:40px 0 0;margin-top:48px}.footer-inner{gap:28px;padding:0 20px 36px}}@media(max-width:640px){.announce-bar{font-size:.75rem;padding:8px 16px}}@media(max-width:640px){.hours-banner{font-size:.78rem;padding:8px 16px}}@media(max-width:640px){.section-header{margin-bottom:24px}.section-sub{font-size:.88rem}}@media(max-width:640px){.social-proof-item{font-size:.8rem}}@media(max-width:640px){.page-hero{padding:32px 0 28px}.page-hero-title{font-size:clamp(1.5rem,6vw,2rem)}.page-section{padding:28px 0 60px}}@media(max-width:480px){.cart-drawer{width:100vw;right:-100vw}.cart-drawer.open{right:0}}@media(max-width:640px){#back-to-top{bottom:16px;right:16px;width:40px;height:40px;font-size:.9rem}}@media(max-width:899px){.hero-image-wrap{order:-1;max-height:260px;overflow:hidden}.hero-img{max-width:100%;aspect-ratio:16/9;object-fit:cover}.hero-img-placeholder{aspect-ratio:16/9;max-width:100%}}@media(max-width:480px){.hero-image-wrap{max-height:220px}}@media(min-width:641px)and (max-width:1023px){.products-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{gap:32px}}.page-width{padding-left:16px;padding-right:16px}@media(min-width:640px){.page-width{padding-left:24px;padding-right:24px}}@media(min-width:1024px){.page-width{padding-left:32px;padding-right:32px}}.product-card__img-link{aspect-ratio:4/3}@media(max-width:640px){.product-card__img-link{aspect-ratio:1}}@media(max-width:640px){.collection-tabs-wrap{margin-bottom:24px}.collection-tab{padding:12px 16px;font-size:.85rem}}@media(max-width:640px){.collection-notice{font-size:.78rem;padding:12px 14px}}@media(max-width:640px){.header-inner{height:56px}.logo-name{font-size:1.1rem}}@media(max-width:640px){.product-card__badge{font-size:.58rem;padding:2px 7px;top:6px;left:6px}}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--red);outline-offset:2px}::selection{background:#c8102e26;color:var(--dark)}
/*# sourceMappingURL=/cdn/shop/t/40/assets/theme.css.map */
