@font-face{font-family:Poppins;src:url('../fonts/poppins-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('../fonts/poppins-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('../fonts/poppins-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('../fonts/poppins-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}

:root{
  --yellow:#ffc400;--yellow-dark:#e7aa00;--ink:#111827;--black:#101010;
  --muted:#667085;--soft:#f3f4f6;--line:#e5e7eb;--green:#20c86a;--red:#e82746;
  --surface:#fff;--shell:430px;--radius:12px;--shadow:0 3px 12px rgba(15,23,42,.1);
  --safe-bottom:env(safe-area-inset-bottom,0px);--color-primary:var(--yellow);--color-success:#16a34a;
}

/* Cart drawer fidelity: unboxed mark and reference summary proportions. */
.cart-drawer .drawer-logo{background:transparent}.cart-drawer .drawer-logo img{width:100%;height:100%;object-fit:contain}
@media(min-width:768px){.cart-drawer .drawer-summary{padding:13px}.cart-drawer .drawer-summary>div{padding:8px 0}}

*{box-sizing:border-box}
html{background:#f1f2f4;scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Poppins,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}
body:not(.checkout-body):not(.admin-body){width:min(100%,var(--shell));min-height:100vh;margin-inline:auto;background:#fff;box-shadow:0 0 30px rgba(15,23,42,.06);overflow-x:hidden}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.container{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:14px}
.skip-link{position:fixed;top:-60px;left:12px;z-index:2000;padding:10px 14px;border-radius:8px;background:#fff}.skip-link:focus{top:12px}
.muted{color:var(--muted)}
.eyebrow{margin:0 0 5px;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:700}

/* Reusable controls */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:9px 16px;border:0;border-radius:10px;font-weight:700;transition:transform .15s,filter .15s}
.btn:hover{filter:brightness(.98)}.btn:active{transform:scale(.985)}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;pointer-events:none}
.btn--yellow{background:var(--yellow);color:#080808}.btn--dark{background:#111;color:#fff}.btn--outline{border:1px solid var(--yellow);background:#fff;color:var(--ink)}.btn--ghost{background:transparent}.btn--danger{background:#fee2e2;color:#991b1b}.btn--block{width:100%}
.card,.summary-card,.auth-card,.account-content{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 3px 10px rgba(15,23,42,.05)}
.form-control{display:grid;gap:6px}.form-control label{font-size:12px;font-weight:600}.form-control input,.form-control select,.form-control textarea,.modal input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #cdd4df;border-radius:10px;background:#fff;color:var(--ink);outline:0}.form-control textarea{min-height:92px;resize:vertical}.form-control input:focus,.form-control select:focus,.form-control textarea:focus,.modal input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,196,0,.2)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .span-2{grid-column:1/-1}.form-error{color:#dc2626;font-size:11px}
.empty-state{padding:45px 20px;text-align:center;border:1px solid var(--line);border-radius:12px;background:#fff}.empty-state__icon{font-size:42px}.empty-state h2{font-size:18px}

/* Store header — deliberately remains a mobile storefront on wide screens */
.site-header{position:relative;z-index:100;width:100%;padding:17px 14px 14px;background:var(--black);color:#fff}
.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:13px 8px;width:100%}
.location-trigger{display:flex;grid-column:1;grid-row:1;align-items:center;min-width:0;gap:10px;padding:0;border:0;background:transparent;color:#fff;text-align:left}
.location-trigger__icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:var(--yellow)}
.location-trigger__icon svg{width:29px;height:29px;fill:none;stroke:#111;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.location-trigger small,.location-trigger strong{display:block}.location-trigger small{color:#b5bdcc;font-size:13px;font-weight:500;line-height:1.05}.location-trigger strong{max-width:180px;overflow:hidden;color:#fff;font-size:21px;font-weight:700;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}
.location-trigger .chevron{flex:0 0 17px;width:17px;height:17px;fill:none;stroke:#fff;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.delivery-time{display:flex;grid-column:2;grid-row:1;align-items:center;align-self:start;max-width:132px;gap:6px;padding-top:9px;line-height:1.05}
.delivery-time>svg{flex:0 0 21px;width:21px;height:21px;fill:none;stroke:var(--yellow);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.delivery-time small,.delivery-time strong{display:block}.delivery-time small{color:#fff;font-size:11px;font-weight:700}.delivery-time strong{color:var(--yellow);font-size:11px;font-weight:700}
.header-search{position:relative;grid-column:1/-1;grid-row:2;height:64px}
.header-search>svg{position:absolute;top:50%;left:20px;width:24px;height:24px;transform:translateY(-50%);fill:none;stroke:#9ca3af;stroke-width:2;stroke-linecap:round;pointer-events:none}
.header-search input{width:100%;height:100%;padding:0 50px 0 56px;border:0;border-radius:21px;background:#fff;color:var(--ink);font-size:18px;font-weight:500;outline:0}
.header-search input::placeholder{color:#a2a9b9}.header-search input:focus{box-shadow:0 0 0 3px rgba(255,196,0,.32)}
.search-clear{display:none;position:absolute;top:50%;right:13px;width:30px;height:30px;transform:translateY(-50%);border:0;border-radius:50%;background:#edf0f3;color:#6b7280}.header-search.has-value .search-clear{display:block}
.search-suggestions{position:absolute;top:calc(100% + 7px);right:0;left:0;z-index:10;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 14px 32px rgba(15,23,42,.2)}
.suggestion{display:flex;align-items:center;gap:10px;padding:9px 11px;border-bottom:1px solid var(--line)}.suggestion:last-child{border:0}.suggestion:hover,.suggestion[aria-selected=true]{background:#fff8d7}.suggestion img{width:42px;height:42px;object-fit:contain}.suggestion strong,.suggestion small{display:block}.suggestion strong{font-size:12px}.suggestion small{color:var(--muted);font-size:10px}.suggestion mark{background:#ffe478}

/* Hero and category menu */
.hero{position:relative;overflow:hidden;background:#d6a350}.hero-carousel{position:relative}.hero-slide{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden}.hero-slide picture,.hero-slide img{width:100%;height:100%}.hero-slide img{object-fit:cover;object-position:center}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),transparent 54%)}
.hero-copy{position:absolute;top:26px;left:18px;z-index:2;width:45%;color:#fff;text-transform:uppercase;font-style:italic}.hero-copy small{display:block;color:var(--yellow);font-size:11px;font-weight:700;letter-spacing:.08em}.hero-copy h1{margin:5px 0;font-size:clamp(22px,5vw,34px);font-weight:700;line-height:.98;text-shadow:0 2px 2px rgba(0,0,0,.35)}.hero-copy strong{color:var(--yellow)}
.hero-dots{position:absolute;right:0;bottom:15px;left:0;z-index:3;display:flex;justify-content:center;gap:5px}.hero-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.65)}.hero-dots button.active{width:18px;border-radius:8px;background:var(--yellow)}
.category-wrap{position:relative;z-index:4;margin-top:-22px}.category-panel{padding:23px 12px 17px;border-radius:26px 26px 0 0;background:#fff;box-shadow:0 -9px 24px rgba(15,23,42,.07)}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 6px}
.category-item{position:relative;min-width:0;color:#0f172a;text-align:center;font-size:13px;font-weight:600;line-height:1.12}
.category-item__image{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 8px;overflow:hidden;border-radius:50%;background:#f5f5f5;transition:transform .15s}.category-item:active .category-item__image{transform:scale(.95)}.category-item__image svg,.category-item__image img{width:100%;height:100%;object-fit:contain}.mini-badge{position:absolute;top:-5px;right:4px;z-index:1;padding:2px 5px;border-radius:7px;background:#ef2938;color:#fff;font-size:8px;font-weight:700}

/* Product rails */
.section{padding:23px 0}.section--white{background:#fff}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-inline:6px}.section-heading h2{margin:0;font-size:23px;font-weight:700;line-height:1.1}.section-heading p{display:none}.section-heading a{color:var(--yellow-dark);font-size:12px;font-weight:700}
.product-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 20px)/3);gap:10px;overflow-x:auto;padding:2px 6px 14px;scroll-snap-type:x mandatory;scrollbar-width:none}.product-scroller::-webkit-scrollbar{display:none}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.product-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 3px 9px rgba(15,23,42,.09);scroll-snap-align:start}
.product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#fff}.product-card__image img{width:100%;height:100%;padding:6px;object-fit:contain}
.badge{position:absolute;z-index:2;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:700}.badge--sale{top:0;left:0;background:#ef2938;color:#fff}.badge--age{top:4px;right:4px;background:#111;color:#fff}
.favorite-button{position:absolute;top:34px;right:6px;z-index:3;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#667085;font-size:19px}.favorite-button.active{background:#ffe5e9;color:#e11d48}
.product-card__body{display:flex;min-height:171px;flex-direction:column;padding:8px}.product-card__brand{display:none}.product-card h3{min-height:3.45em;margin:2px 0 3px;overflow:hidden;color:#101828;font-size:11px;font-weight:700;line-height:1.15}.product-card__volume{margin:0;color:#98a2b3;font-size:9px}.product-card del{margin-top:4px;color:#98a2b3;font-size:8px}.product-card__price{display:block;margin-top:2px;color:var(--yellow-dark);font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.15;white-space:nowrap}.product-card small{display:none}.product-action{display:flex;justify-content:flex-end;margin-top:auto;padding-top:8px}
.product-action .add-to-cart--circle{display:flex;align-items:center;justify-content:center;width:100%;min-height:36px;gap:6px;padding:6px 8px;border:0;border-radius:999px;background:var(--yellow);color:#111;font-size:11px;font-weight:700;box-shadow:none}.add-to-cart--circle svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.add-plus{display:none}
.qty-control{display:none;grid-template-columns:34px 1fr 34px;align-items:center;width:100%;height:36px;overflow:hidden;border-radius:999px;background:#eef1f4}.qty-control button{height:100%;border:0;background:#e4e8ed;color:#111;font-size:18px;font-weight:700}.qty-control button:last-child{background:var(--green);color:#fff}.qty-control output{text-align:center;font-weight:700}.product-action.has-quantity .add-to-cart{display:none}.product-action.has-quantity .qty-control{display:grid}

/* Category/search results */
.category-titlebar{display:flex;align-items:center;gap:20px;padding-top:6px;padding-bottom:17px;background:#fff}.category-titlebar a{font-size:27px;font-weight:400}.category-titlebar h1{margin:0;font-size:27px;font-weight:700}.section--category{padding-top:10px;background:#fff}.section--category .filters{display:none}.section--category .product-card{border:0;box-shadow:var(--shadow)}.section--category .product-card__body{min-height:185px;padding:10px}.section--category .product-card h3{font-size:13px}.section--category .product-card__price{font-size:17px}.section--category .product-action .add-to-cart--circle{width:42px;min-height:42px;margin-left:auto;background:var(--green);color:#fff;font-size:22px}.section--category .add-to-cart--circle svg,.section--category .add-label{display:none}.section--category .add-plus{display:inline}

/* Supporting home content */
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.trust-item{display:flex;align-items:center;gap:7px;padding:11px 8px;border:1px solid var(--line);border-radius:10px;background:#fff}.trust-item>span{font-size:20px}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:10px}.trust-item small{color:var(--muted);font-size:8px}.reviews{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.review{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;scroll-snap-align:start}.review-stars{color:#e8ad00}.review blockquote{margin:8px 0;font-size:12px;line-height:1.5}.review cite{font-size:10px;font-style:normal;font-weight:600}

/* Product, cart, account and common pages */
.page-hero{padding:22px 0 18px;background:#111;color:#fff}.page-hero h1{margin:0;font-size:24px}.page-hero p{margin:4px 0 0;color:#cbd5e1;font-size:12px}
.cart-layout,.account-layout,.product-detail,.checkout-layout{display:grid;gap:16px}.cart-list{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:10px;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fff}.cart-item img{width:72px;height:72px;object-fit:contain}.cart-item p{margin:0;color:var(--muted);font-size:10px}.cart-item h2{margin:3px 0;font-size:13px}.cart-item strong{font-size:13px}.cart-item .qty-control{display:grid;width:110px;margin-top:8px}.remove-item{align-self:start;padding:0;border:0;background:transparent;color:#dc2626;font-size:10px}
.summary-card{padding:18px}.summary-card h2{margin:0 0 10px;font-size:18px}.summary-row{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}.summary-row--total{border:0;font-size:17px}.coupon-form{display:flex;gap:7px;margin:13px 0}.coupon-form input{width:100%;min-width:0;padding:10px;border:1px solid #cdd4df;border-radius:9px}.minimum-alert{padding:9px;border-radius:8px;background:#fff5c7;color:#715500;font-size:10px}.checkout-lock{text-align:center;color:var(--muted);font-size:9px}
.product-detail__image{display:grid;place-items:center;min-height:320px;border:1px solid var(--line);border-radius:12px;background:#fff}.product-detail__image img{width:min(82%,400px);max-height:380px;object-fit:contain}.product-detail__info{padding:4px}.product-detail__info h1{margin:4px 0 8px;font-size:25px}.product-detail__info .price{font-size:27px;font-weight:700}.product-detail__info .product-action .add-to-cart{width:100%}.status-pill{display:inline-block;padding:6px 9px;border-radius:999px;background:#dcfce7;color:#166534;font-size:10px;font-weight:600}
.auth-wrap{padding:35px 14px}.auth-card{max-width:480px;margin:auto;padding:22px}.auth-card h1{font-size:23px}.auth-card form,.account-form{display:grid;gap:13px}.auth-links{display:flex;justify-content:space-between;margin-top:14px;font-size:11px}.account-nav{display:grid;gap:6px;align-content:start}.account-nav a{padding:10px;border-radius:8px;background:#fff}.account-nav a.active{background:var(--yellow);font-weight:700}.account-content{padding:18px}.order-card,.address-card,.tracking-card{padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.orders-list,.addresses-list{display:grid;gap:10px}.tracking-timeline{display:grid;gap:10px}.tracking-step{padding:12px;border-left:3px solid #d8dee7}.tracking-step.active{border-color:var(--yellow)}

/* Legal footer */
.legal-footer{width:100%;margin-top:22px;padding:38px 18px calc(92px + var(--safe-bottom));background:var(--black);color:#fff;text-align:center}
.legal-footer__content{width:min(100%,680px);margin-inline:auto}
.legal-footer p{margin:0;color:#fff}
.legal-footer__copyright{font-size:15px;font-weight:700;line-height:1.4}
.legal-footer__copyright strong,.legal-footer__copyright span,.legal-footer__company strong,.legal-footer__company span{display:block}
.legal-footer__company{margin-top:20px;color:#fff;font-size:12px;font-style:normal;font-weight:600;line-height:1.55}
.legal-footer__company strong{margin-bottom:2px;font-size:13px;font-weight:700}

/* Floating cart */
.mobile-cart-bar{position:fixed;right:12px;bottom:calc(10px + var(--safe-bottom));left:12px;z-index:500;display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:62px;gap:10px;padding:7px 12px;border:1px solid #303030;border-radius:16px;background:#111;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.3);opacity:0;transform:translateY(calc(120% + var(--safe-bottom)));transition:.25s}.mobile-cart-bar.is-visible{opacity:1;transform:translateY(0)}.cart-bar__icon{position:relative;display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:var(--yellow)}.cart-bar__icon svg{width:22px;fill:none;stroke:#111;stroke-width:2}.cart-bar__icon b{position:absolute;top:-6px;right:-6px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#fff;color:#111;font-size:9px}.mobile-cart-bar span small,.mobile-cart-bar span strong{display:block}.mobile-cart-bar span small{color:#cbd5e1;font-size:9px}.mobile-cart-bar span strong{font-size:12px}.mobile-cart-bar>strong{color:var(--yellow);font-size:12px}
.modal-open .mobile-cart-bar{display:none}
.cart-drawer{position:fixed;inset:0;z-index:900;display:grid;place-items:end center}.cart-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.08)}.cart-drawer__panel{position:relative;width:min(100% - 20px,560px);max-height:90dvh;overflow:auto;border-radius:14px 14px 0 0;background:#f1f1f2;box-shadow:0 -10px 32px rgba(15,23,42,.2)}.cart-drawer__store{display:flex;align-items:center;height:68px;gap:10px;padding:10px 20px;background:var(--yellow)}.drawer-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#111;color:var(--yellow);font-size:11px;font-weight:700}.cart-drawer__store span{flex:1}.cart-drawer__store strong,.cart-drawer__store small{display:block}.cart-drawer__store strong{font-size:14px}.cart-drawer__store small{font-size:10px}.cart-drawer__store>button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;background:transparent;color:#111}.cart-drawer__store>button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-drawer__body{padding:21px 20px}.cart-drawer__body h2{margin:0 0 15px;font-size:21px}.drawer-items{display:grid;gap:9px}.drawer-item{display:grid;grid-template-columns:66px 1fr auto;align-items:center;gap:10px;padding:11px;border-radius:12px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.05)}.drawer-item img{width:66px;height:66px;object-fit:contain}.drawer-item strong,.drawer-item small,.drawer-item b{display:block;font-size:10px}.drawer-item small{margin-top:4px}.drawer-qty{display:grid;grid-template-columns:25px 18px 25px;align-items:center;text-align:center}.drawer-qty button{width:25px;height:25px;border:0;border-radius:50%;background:#e8ebef;font-weight:700}.drawer-qty button[data-action=increase]{background:#e8ebef}.drawer-remove{grid-column:1/-1;width:auto!important;margin:3px auto 0;background:transparent!important;color:#98a2b3}.drawer-remove svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.drawer-summary{margin-top:15px;padding:16px;border-radius:12px;background:#fff}.drawer-summary>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:12px}.drawer-summary .green{color:#16a34a}.drawer-summary .drawer-total{border:0;font-size:15px}.drawer-summary .drawer-total strong{color:var(--red);font-size:19px}.drawer-summary .btn{margin-top:9px}.drawer-summary p{text-align:center;color:#7b8494;font-size:9px}.drawer-summary p b{color:#8b1f1f}

/* Location modal and feedback */
.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:end center}.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.modal__card{position:relative;width:100%;max-width:470px;padding:24px 20px calc(20px + var(--safe-bottom));border-radius:24px 24px 0 0;background:#fff}.modal__close{position:absolute;top:13px;right:13px;width:34px;height:34px;border:0;border-radius:50%;background:#eef0f2;font-size:21px}.modal-logo{display:grid;place-items:center;width:54px;height:54px;margin-bottom:12px;border-radius:14px;background:var(--yellow);font-weight:700}.modal h2{margin:0;font-size:22px}.modal form{display:grid;gap:9px;margin-top:16px}.modal label{font-size:11px;font-weight:600}.age-note{margin-top:16px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.age-note strong{display:inline-grid;place-items:center;width:29px;height:29px;margin-right:5px;border-radius:50%;background:#111;color:#fff}.location-feedback{margin-top:8px;font-size:11px}.location-feedback.success{color:#16803e}.location-feedback.error{color:#dc2626}
.spinner{display:none;width:15px;height:15px;border:2px solid rgba(0,0,0,.2);border-top-color:#111;border-radius:50%;animation:spin .7s linear infinite}.is-loading .spinner{display:block}
.toast-region{position:fixed;right:14px;bottom:calc(82px + var(--safe-bottom));z-index:1200;display:grid;width:min(350px,calc(100% - 28px));gap:7px}.toast{display:grid;grid-template-columns:25px 1fr 24px;align-items:center;gap:7px;padding:11px;border-radius:11px;background:#111;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.27);font-size:11px}.toast button{border:0;background:transparent;color:#fff}.toast--success .toast__icon{color:#4ade80}.toast--error .toast__icon{color:#f87171}

@keyframes spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Home baseada na referência pública pedidos.corujao.app */
.reference-storefront .hero-slide::after{display:none}
.reference-storefront .hero-slide img{padding:0;object-fit:cover}
.reference-storefront .category-panel{overflow:visible}
.reference-storefront .category-item__image img{width:92%;height:92%;object-fit:contain}
.reference-storefront .category-item--nao-alcoolicos .category-item__image,
.reference-storefront .category-item--chopp .category-item__image{overflow:visible}
.reference-storefront .category-item--nao-alcoolicos .category-item__image img,
.reference-storefront .category-item--chopp .category-item__image img{
  width:auto;
  height:auto;
  max-width:54px;
  max-height:54px;
  aspect-ratio:auto;
  object-fit:contain;
}
.reference-storefront .section{background:#fff}
.reference-storefront .section-heading{margin-bottom:10px}
.reference-storefront .section-heading h2{font-weight:700;letter-spacing:-.035em}
.reference-storefront .section-heading a{color:#e6aa00}
.reference-storefront .product-card{display:flex;min-height:0;flex-direction:column}
.reference-storefront .product-card__image{flex:0 0 auto}
.reference-storefront .product-card__body{flex:1}
.product-card__category{min-height:1.15em;margin:0;color:var(--red);font-size:9px;font-weight:500;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:auto;padding-top:6px}
.product-card__price-copy{display:block;flex:0 0 auto;min-width:0}
.product-card__price-copy>small{display:block!important;margin:0 0 1px;color:#e1a900;font-size:7px;font-weight:600;line-height:1}
.product-card__price-row del{flex:0 1 auto;max-width:54px;margin:0;padding:3px 5px;border-radius:5px;background:#eef0f2;color:#818897;font-size:6px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.reference-storefront .product-action{margin-top:6px;padding-top:0}
.reference-storefront .badge--sale{top:2px;left:2px;padding:4px 6px;font-size:7px}
.modal-logo--image{object-fit:cover;padding:0}
.reference-reviews{padding:28px 14px 34px;background:#fff;text-align:center}
.reference-reviews h2{margin:0 0 18px;text-align:left;font-size:23px}
.reference-rating{display:grid;justify-items:center;padding:18px;border:2px solid var(--line);border-radius:12px;box-shadow:0 2px 7px rgba(15,23,42,.04)}
.reference-rating b{font-size:38px}.reference-rating span{margin:2px 0;color:#f5bd00;font-size:19px;letter-spacing:2px}.reference-rating strong{font-size:11px}.reference-rating small,.reference-reviews>p{color:var(--muted);font-size:9px}.reference-reviews>p{margin:15px 0 0}

@media(min-width:768px){
  .reference-storefront .section>.container{padding-inline:4px}
  .reference-storefront .section-heading{padding-inline:10px}
  .reference-storefront .product-scroller{grid-auto-columns:calc((100% - 14px)/3)}
  .reference-storefront .product-card__image{height:92px;aspect-ratio:auto}
  .reference-storefront .section-heading{margin-bottom:8px}
  .reference-storefront .product-card__body{min-height:137px}
  .reference-storefront .product-card h3{min-height:2.35em;font-size:8px}
  .reference-storefront .product-card__category{font-size:6px}
  .reference-storefront .product-card__price-row{padding-top:5px}
  .reference-storefront .product-card__price-copy>small{font-size:6px}
  .reference-storefront .product-card__price{font-size:10px;white-space:nowrap}
  .reference-storefront .product-card__price-row del{max-width:47px;padding:3px 4px;font-size:5px}
  .reference-storefront .product-action{margin-top:5px}
  .reference-storefront .product-action .add-to-cart--circle{min-height:33px}
  .reference-storefront .badge--sale{font-size:6px}
  .reference-reviews{padding:20px 14px 25px}.reference-reviews h2{font-size:15px}.reference-rating b{font-size:28px}
}

@media(min-width:520px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .section--category .product-card__body{min-height:196px}
  .cart-drawer{place-items:center}.cart-drawer__panel{border-radius:14px}.cart-drawer__store{border-radius:14px 14px 0 0}
  .modal{place-items:center}.modal__card{border-radius:24px}
}

@media(max-width:390px){
  .site-header{padding-inline:10px}.location-trigger__icon{width:46px;height:46px;flex-basis:46px}.location-trigger strong{max-width:135px;font-size:18px}.location-trigger small{font-size:11px}.delivery-time{max-width:104px}.delivery-time small,.delivery-time strong{font-size:9px}.header-search{height:55px}.header-search input{font-size:16px}.category-item{font-size:11px}.category-item__image{width:58px;height:58px}.category-grid{gap:17px 4px}.product-scroller{grid-auto-columns:calc((100% - 16px)/3);gap:8px}.product-card h3{font-size:10px}.product-card__price{font-size:13px}.product-card__body{min-height:160px;padding:6px}.product-action .add-to-cart--circle{font-size:10px}.trust-item{display:block;text-align:center}
}

@media(min-width:768px){
  .site-header{padding:12px 10px 10px}.site-header__inner{gap:9px 6px}.location-trigger{gap:7px}.location-trigger__icon{width:38px;height:38px;flex-basis:38px}.location-trigger__icon svg{width:21px;height:21px}.location-trigger small{font-size:9px}.location-trigger strong{max-width:120px;font-size:14px}.location-trigger .chevron{width:11px;height:11px}.delivery-time{max-width:90px;gap:4px;padding-top:6px}.delivery-time>svg{width:14px;height:14px;flex-basis:14px}.delivery-time small,.delivery-time strong{font-size:7px}.header-search{height:43px}.header-search>svg{left:13px;width:16px;height:16px}.header-search input{padding:0 33px 0 37px;border-radius:14px;font-size:12px}.search-clear{right:9px;width:20px;height:20px}
  .section{padding:15px 0}.section-heading{margin-bottom:8px;padding-inline:4px}.section-heading h2{font-size:15px}.section-heading a{font-size:8px}.product-scroller{grid-auto-columns:calc((100% - 14px)/3);gap:7px;padding:2px 4px 10px}.product-card__body{min-height:114px;padding:5px}.product-card h3{font-size:8px}.product-card__volume{font-size:6px}.product-card del{font-size:6px}.product-card__price{font-size:10px}.product-action{padding-top:5px}.product-action .add-to-cart--circle{min-height:25px;padding:4px 5px;font-size:8px}.add-to-cart--circle svg{width:10px;height:10px}.qty-control{grid-template-columns:23px 1fr 23px;height:25px}.qty-control button{font-size:12px}
  .cart-drawer{place-items:end center}.cart-drawer__backdrop{background:rgba(15,23,42,.035);backdrop-filter:none}.cart-drawer__panel{width:372px;max-height:calc(100dvh - 18px);border-radius:12px 12px 0 0;box-shadow:0 -8px 24px rgba(15,23,42,.16)}.cart-drawer__store{height:45px;gap:7px;padding:7px 13px;border-radius:12px 12px 0 0}.drawer-logo{width:27px;height:27px;border-radius:7px;font-size:8px}.cart-drawer__store strong{font-size:10px}.cart-drawer__store small{font-size:7px}.cart-drawer__store>button{width:28px;height:28px}.cart-drawer__store>button svg{width:12px;height:12px;stroke-width:1.8}.cart-drawer__body{padding:14px 13px}.cart-drawer__body h2{margin:0 0 10px;font-size:15px}.drawer-items{gap:6px}.drawer-item{grid-template-columns:47px 1fr auto;gap:7px;min-height:68px;padding:8px;border-radius:9px;box-shadow:0 3px 8px rgba(15,23,42,.045)}.drawer-item img{width:47px;height:47px}.drawer-item strong,.drawer-item small,.drawer-item b{font-size:8px}.drawer-item small{margin-top:3px}.drawer-qty{grid-template-columns:18px 14px 18px}.drawer-qty button{width:18px;height:18px;font-size:10px}.drawer-remove{margin-top:2px}.drawer-remove svg{width:11px;height:11px}.drawer-summary{margin-top:10px;padding:11px;border-radius:9px}.drawer-summary>div{padding:6px 0;font-size:9px}.drawer-summary .drawer-total{font-size:11px}.drawer-summary .drawer-total strong{font-size:15px}.drawer-summary .btn{min-height:38px;margin-top:7px;border-radius:7px;font-size:9px}.drawer-summary p{margin:8px 0 0;font-size:6px}
}

/* Vitrine inicial: duas ofertas grandes visíveis, como na referência. */
.reference-storefront .section>.container{padding-inline:4px}
.reference-storefront .section-heading{margin-bottom:12px;padding-inline:16px}
.reference-storefront .section-heading h2{font-size:23px}
.reference-storefront .section-heading a{font-size:12px}
.reference-storefront .product-scroller{grid-auto-columns:calc((100% - 10px)/2);gap:10px;padding:2px 4px 16px}
.reference-storefront .product-card{border-radius:9px;box-shadow:0 3px 10px rgba(15,23,42,.13)}
.reference-storefront .product-card__image{height:140px;flex-basis:140px;aspect-ratio:auto}
.reference-storefront .product-card__image img{padding:5px 7px;object-fit:contain}
.reference-storefront .product-card__body{min-height:174px;padding:8px 10px 10px}
.reference-storefront .product-card h3{display:-webkit-box;min-height:2.45em;max-height:2.45em;margin:1px 0 3px;font-size:12px;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.reference-storefront .product-card__category{min-height:1.15em;color:#8790a0;font-size:9px;font-weight:400}
.reference-storefront .product-card__price-row{gap:6px;padding-top:8px}
.reference-storefront .product-card__price-copy>small{font-size:8px}
.reference-storefront .product-card__price{font-size:18px}
.reference-storefront .product-card__price-row del{max-width:72px;padding:4px 6px;font-size:7px}
.reference-storefront .product-action{margin-top:9px}
.reference-storefront .product-action .add-to-cart--circle{min-height:48px;gap:8px;padding:8px 10px;font-size:14px}
.reference-storefront .add-to-cart--circle svg{width:18px;height:18px}
.reference-storefront .qty-control{grid-template-columns:42px 1fr 42px;height:48px}
.reference-storefront .badge--sale{top:3px;left:3px;padding:5px 8px;font-size:9px}

/* Categorias em duas colunas, com fotos e leitura no padrão da referência. */
.category-titlebar{height:44px;gap:17px;padding:0 20px}
.category-titlebar a{display:grid;place-items:center;width:27px;height:32px;flex:0 0 27px;color:#344054}
.category-titlebar a svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.category-titlebar h1{font-size:22px;line-height:1;font-weight:700;letter-spacing:-.45px}
.section--category{padding:14px 0 28px}
.section--category>.container{padding-inline:14px}
.section--category .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.section--category .product-card{display:flex;height:278px;min-height:278px;overflow:hidden;flex-direction:column;border:0;border-radius:9px;box-shadow:0 3px 9px rgba(15,23,42,.14)}
.section--category .product-card__image{height:158px;flex:0 0 158px;aspect-ratio:auto;background:#fff}
.section--category .product-card__image img{width:100%;height:100%;padding:9px 12px 4px;object-fit:contain}
.section--category .badge--sale,.section--category .badge--age{display:none}
.section--category .product-card__body{position:relative;display:flex;min-height:0;flex:1;flex-direction:column;padding:7px 11px 11px}
.section--category .product-card h3{display:-webkit-box;min-height:2.7em;max-height:2.7em;margin:0;overflow:hidden;color:#061126;font-size:12px;font-weight:600;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.section--category .product-card__category{display:none}
.section--category .product-card__price-row{display:flex;align-items:flex-start;flex-direction:column;gap:1px;width:calc(100% - 44px);margin-top:auto;padding:0}
.section--category .product-card__price-copy{display:block;order:2}
.section--category .product-card__price-copy>small{display:none!important}
.section--category .product-card__price{margin:1px 0 0;color:#061126;font-size:16px;font-weight:700;line-height:1;white-space:nowrap}
.section--category .product-card__price-row del{display:block;order:1;max-width:100%;margin:0;padding:0;border-radius:0;background:transparent;color:#8a919e;font-size:9px;line-height:1.15;white-space:nowrap;text-decoration-thickness:1px}
.section--category .product-action{position:absolute;right:11px;bottom:10px;display:block;width:38px;margin:0;padding:0}
.section--category .product-action .add-to-cart--circle{width:38px;height:38px;min-height:38px;margin:0;padding:0;border-radius:50%;background:#20c86a;color:#fff;font-size:25px;font-weight:500;line-height:1;box-shadow:none}
.section--category .product-action .add-to-cart--circle:hover{background:#18b95e}
.section--category .add-to-cart--circle svg,.section--category .add-label{display:none}
.section--category .add-plus{display:inline;transform:translateY(-.5px)}
.section--category .product-action.has-quantity{right:9px;bottom:9px;left:9px;width:auto}
.section--category .product-action.has-quantity .qty-control{grid-template-columns:34px 1fr 34px;width:100%;height:38px;border-radius:999px}
.section--category .product-action.has-quantity .qty-control button{width:34px;height:38px;font-size:18px}
.section--category .product-action.has-quantity .qty-control output{font-size:12px}

@media(max-width:370px){
  .section--category>.container{padding-inline:10px}
  .section--category .product-grid{gap:10px}
  .section--category .product-card{height:258px;min-height:258px}
  .section--category .product-card__image{height:142px;flex-basis:142px}
  .section--category .product-card__body{padding-inline:9px}
  .section--category .product-card h3{font-size:11px}
  .section--category .product-card__price{font-size:14px}
}

/* Pagamento Pix real na página do pedido */
.order-success{text-align:center}.order-success .success-check{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 12px;border-radius:50%;background:#fff4c2;color:#9a7100;font-size:28px;font-weight:700}.order-success.is-paid .success-check{background:#dcfce7;color:#16a34a}.order-success h1{margin:4px 0}.order-success .eyebrow{color:#64748b;font-size:10px;font-weight:700;text-transform:uppercase}.order-success.is-paid .eyebrow{color:#16a34a}.pix-panel{text-align:center}.pix-panel__status{display:inline-block;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#fff8d7;color:#8a6500;font-size:9px;font-weight:700}.pix-panel__qr{display:block;width:240px;height:240px;margin:16px auto;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;object-fit:contain}.copy-code{display:grid;gap:8px}.copy-code textarea{width:100%;min-height:78px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#f8fafc;color:#334155;font:9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;resize:none}.pix-panel__instructions{margin:14px 0 0;padding:13px 13px 13px 30px;border-radius:9px;background:#f8fafc;color:#475467;text-align:left;font-size:10px;line-height:1.55}.pix-panel__instructions li+li{margin-top:5px}
