:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #f8fafc;
  font-synthesis: none;
  --green: #a67c52;
  --green-dark: #795737;
  --ink: #1a1613;
  --muted: #6f665e;
  --line: #e4d3bc;
  --surface: #ffffff;
  --soft: #f8f6f2;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(46, 42, 38, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(255, 255, 255, .58), rgba(255, 255, 255, .58)),
    url("../assets/white-kraft-texture.png");
  background-size: auto, 850px 850px;
  background-position: center, top center;
  background-repeat: repeat, repeat;
}
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(37, 211, 102, .3); outline-offset: 2px; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: #f8f6f2;
  border-bottom: 1px solid var(--line);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(228, 211, 188, .66), rgba(248, 246, 242, .70)),
    url("../assets/kraft-texture.jpeg") top center / 1500px 1500px repeat-x;
  filter: saturate(.84) contrast(.95);
}
.header-top { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 11px; }
.brand > img { width: 126px; height: 68px; object-fit: contain; }
.brand div { display: none; }
.brand strong { font: 800 17px/1.2 ui-sans-serif, system-ui, sans-serif; letter-spacing: -.03em; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 2px; }
.store-meta { display: flex; align-items: center; gap: 22px; color: #2e2a26; font-size: 12px; }
.store-meta > span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.status { color: #795737 !important; font-weight: 700; background: #f8f6f2; border: 1px solid #e4d3bc; border-radius: 999px; padding: 7px 11px; }
.status i { width: 7px; height: 7px; background: #a67c52; border-radius: 50%; box-shadow: 0 0 0 4px rgba(166,124,82,.14); }
.header-cart, .icon-button { border: 1px solid var(--line); background: #fff; border-radius: 12px; width: 43px; height: 43px; display: grid; place-items: center; cursor: pointer; position: relative; }
.bag-icon, .cart-arrow { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-arrow { width: 18px; height: 18px; }
.header-cart > span { position: absolute; right: -5px; top: -5px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border-radius: 99px; color: white; background: var(--green); font-size: 10px; font-weight: 700; border: 2px solid white; }
.search-wrap { padding: 34px 0 28px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.intro > span { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--green); font-weight: 800; }
.intro h1 { font: 800 clamp(25px, 4vw, 39px)/1.1 ui-sans-serif, system-ui, sans-serif; margin: 7px 0 0; letter-spacing: -.045em; }
.search-box { width: min(440px, 100%); height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #e4d3bc; border-radius: 14px; background: #f8f6f2; color: #a67c52; transition: .2s; }
.search-box:focus-within { border-color: #94a3b8; background: white; box-shadow: 0 0 0 4px rgba(15,23,42,.04); }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-box input::placeholder { color: #94a3b8; }
.search-box kbd { font: 500 10px/1 system-ui; color: #a67c52; border: 1px solid #e4d3bc; border-bottom-width: 2px; padding: 5px 7px; border-radius: 6px; background: white; }
.categories { border-top: 1px solid rgba(166,124,82,.22); position: sticky; top: 0; z-index: 20; background: rgba(248,246,242,.46); backdrop-filter: blur(5px); }
.categories .container { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-block: 13px; }
.categories .container::-webkit-scrollbar { display: none; }
.categories button { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); background: white; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s; }
.categories button:hover { border-color: #94a3b8; }
.categories button.active { color: white; background: #2e2a26; border-color: #2e2a26; }

.main-content { padding-block: 42px 90px; min-height: 65vh; }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.catalog-heading h2 { margin: 5px 0 0; font: 800 24px/1.2 ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
.catalog-heading > p { color: var(--muted); font-size: 12px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 16px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); transition: transform .22s, box-shadow .22s, border-color .22s; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(15,23,42,.08); border-color: #cbd5e1; }
.product-card__open { border: 0; background: none; padding: 0; width: 100%; text-align: left; cursor: pointer; }
.product-card__visual { position: relative; margin: 8px; overflow: hidden; border-radius: 13px; }
.product-art { aspect-ratio: 1; position: relative; display: grid; place-items: center; overflow: hidden; background: #f1f5f9; }
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); opacity: .75; }
.product-art::before { width: 72%; height: 72%; right: -24%; top: -20%; background: rgba(255,255,255,.5); }
.product-art::after { width: 55%; height: 13%; left: 22%; bottom: 17%; background: rgba(15,23,42,.12); filter: blur(9px); }
.product-art span { font: 500 clamp(42px, 6vw, 78px)/1 ui-sans-serif, system-ui, sans-serif; position: relative; z-index: 2; transform: rotate(-5deg); text-shadow: 0 10px 20px rgba(15,23,42,.14); }
.product-art i { position: absolute; width: 70%; height: 70%; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.product-photo { background: #f8f6f2; }
.product-photo::before, .product-photo::after, .product-photo i { display: none; }
.product-photo img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 6px; }
.art-sand { background: linear-gradient(145deg, #f8f6f2, #c9a374); }
.art-clay { background: linear-gradient(145deg, #e4d3bc, #a67c52); }
.art-sage { background: linear-gradient(145deg, #f8f6f2, #e4d3bc); }
.art-blue { background: linear-gradient(145deg, #eadfce, #c9a374); }
.art-rose { background: linear-gradient(145deg, #f8f6f2, #d8c09f); }
.art-plum { background: linear-gradient(145deg, #e4d3bc, #9b704a); }
.art-cream { background: linear-gradient(145deg, #ffffff, #e4d3bc); }
.art-aqua { background: linear-gradient(145deg, #f8f6f2, #c9a374); }
.badge { position: absolute; left: 10px; top: 10px; z-index: 3; background: #c9a374; color: #1a1613; padding: 6px 9px; border-radius: 7px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.badge--offer { background: #a67c52; color: white; }
.visual-hint { position: absolute; bottom: 10px; right: 10px; z-index: 3; display: flex; align-items: center; gap: 5px; color: var(--ink); background: rgba(255,255,255,.88); backdrop-filter: blur(6px); font-size: 10px; font-weight: 700; padding: 7px 9px; border-radius: 8px; opacity: 0; transform: translateY(4px); transition: .2s; }
.product-card:hover .visual-hint { opacity: 1; transform: none; }
.product-card__text { padding: 9px 15px 12px; }
.product-card__text h3 { margin: 5px 0 8px; font: 700 14px/1.3 ui-sans-serif, system-ui, sans-serif; letter-spacing: -.02em; }
.price-line { display: flex; align-items: baseline; gap: 7px; }
.price-line strong { font: 800 16px/1 ui-sans-serif, system-ui, sans-serif; }
.price-line del { color: #94a3b8; font-size: 11px; }
.add-button { margin: 0 14px 14px; width: calc(100% - 28px); height: 38px; display: flex; justify-content: center; align-items: center; gap: 5px; border: 1px solid #e4d3bc; color: var(--green-dark); background: #f8f6f2; border-radius: 10px; font-size: 11px; font-weight: 800; cursor: pointer; transition: .2s; }
.add-button:hover { color: white; background: var(--green); border-color: var(--green); }
.no-results { text-align: center; padding: 90px 20px; }
.no-results > span, .empty-cart > span { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 18px; color: #64748b; background: #edf2f7; }
.no-results h2, .empty-cart h3 { font: 800 20px/1.2 ui-sans-serif, system-ui, sans-serif; margin: 0 0 8px; }
.no-results p, .empty-cart p { color: var(--muted); font-size: 13px; }
.no-results button, .empty-cart button { border: 1px solid var(--line); background: white; border-radius: 10px; padding: 10px 14px; font-weight: 700; cursor: pointer; }

.how-to-buy { margin-top: 76px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: rgba(248,246,242,.82); }
.how-to-buy__heading { max-width: 590px; }
.how-to-buy__heading h2 { margin: 6px 0 8px; font: 800 25px/1.2 ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
.how-to-buy__heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.how-to-buy__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.how-to-buy__steps li { display: flex; align-items: flex-start; gap: 11px; padding: 18px; border: 1px solid rgba(201,163,116,.55); border-radius: 15px; background: #fff; }
.how-to-buy__steps li > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; }
.how-to-buy__steps strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.35; }
.how-to-buy__steps p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.how-to-buy__notice { margin: 17px 0 0; color: var(--green-dark); font-size: 11px; font-weight: 700; }

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: #f8f6f2;
  border-top: 1px solid var(--line);
  padding: 34px 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(248, 246, 242, .78), rgba(248, 246, 242, .84)),
    url("../assets/kraft-texture.jpeg") top center / 1500px 1500px repeat-x;
  filter: saturate(.72) contrast(.92);
}
.site-footer .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand--footer > img { width: 112px; }
.site-footer p { color: #2e2a26; font-size: 11px; font-weight: 700; }
.floating-whatsapp { position: fixed; z-index: 35; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(18,140,67,.32); transition: transform .2s, background .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #1fbd59; }
.floating-whatsapp svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.floating-cart { position: fixed; z-index: 30; bottom: 22px; left: 50%; transform: translateX(-50%); border: 0; min-width: 270px; height: 60px; display: flex; align-items: center; gap: 13px; text-align: left; border-radius: 18px; padding: 0 16px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(15,23,42,.28); cursor: pointer; animation: rise .3s ease-out; }
.floating-cart__icon { width: 38px; height: 38px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 11px; position: relative; }
.floating-cart__icon i { position: absolute; top: -6px; right: -6px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #c9a374; color: #1a1613; font-size: 10px; font-style: normal; font-weight: 800; }
.floating-cart > span:nth-child(2) { display: grid; flex: 1; }
.floating-cart small { color: #cbd5e1; font-size: 10px; }
.floating-cart strong { font-size: 14px; }
@keyframes rise { from { opacity: 0; transform: translate(-50%, 10px); } }

.overlay { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(15,23,42,.58); backdrop-filter: blur(5px); animation: fade .18s ease-out; }
@keyframes fade { from { opacity: 0; } }
.product-modal { width: min(900px, 100%); max-height: min(720px, calc(100vh - 40px)); overflow: auto; position: relative; background: white; border-radius: 24px; box-shadow: var(--shadow); }
.modal-close { position: absolute; z-index: 4; right: 15px; top: 15px; box-shadow: 0 3px 12px rgba(15,23,42,.1); }
.modal-layout { display: grid; grid-template-columns: .92fr 1.08fr; }
.product-art--large { aspect-ratio: auto; min-height: 100%; border-radius: 24px 0 0 24px; }
.product-art--large span { font-size: 110px; }
.product-gallery { min-width: 0; display: grid; grid-template-rows: minmax(380px, 1fr) auto; align-content: stretch; background: #f8f6f2; border-radius: 24px 0 0 24px; overflow: hidden; }
.product-gallery .product-art--large { min-height: 0; height: 100%; border-radius: 0; }
.product-gallery .product-art--large img { object-fit: contain; padding: 12px; }
.gallery-thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 10px 12px 12px; border-top: 1px solid var(--line); scrollbar-width: thin; }
.gallery-thumbnails button { flex: 0 0 58px; width: 58px; height: 58px; overflow: hidden; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.gallery-thumbnails button.selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.gallery-thumbnails img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 7px; }
.modal-content { padding: 46px 42px 36px; }
.modal-content h2 { margin: 7px 0 4px; font: 800 29px/1.15 ui-sans-serif, system-ui, sans-serif; letter-spacing: -.04em; }
.modal-price { display: flex; align-items: baseline; gap: 9px; }
.modal-price strong { font: 800 21px/1.2 ui-sans-serif, system-ui, sans-serif; }
.modal-price del { color: #94a3b8; font-size: 12px; }
.modal-content > p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 13px 0 21px; }
fieldset { border: 0; padding: 0; margin: 0 0 17px; }
legend, .field > span { display: block; font-size: 11px; font-weight: 700; margin-bottom: 8px; }
legend span, .field span small { margin-left: 5px; color: #94a3b8; font-size: 9px; font-weight: 500; }
.option-row, .payment-row { display: flex; flex-wrap: wrap; gap: 7px; }
.option-row button, .payment-row button { border: 1px solid var(--line); background: white; border-radius: 9px; padding: 8px 12px; font-size: 11px; font-weight: 600; cursor: pointer; }
.option-row button.selected, .payment-row button.selected { color: var(--ink); border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: #f8fafc; }
.field { display: block; margin-top: 16px; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); padding: 12px 13px; outline: 0; font-size: 12px; transition: .2s; }
.field textarea { min-height: 70px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #64748b; box-shadow: 0 0 0 3px rgba(100,116,139,.1); }
.modal-action { display: flex; gap: 10px; margin-top: 20px; }
.quantity { height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--line); background: white; border-radius: 11px; }
.quantity button { width: 35px; height: 100%; border: 0; display: grid; place-items: center; background: transparent; cursor: pointer; }
.quantity span { min-width: 25px; text-align: center; font-size: 12px; font-weight: 800; }
.primary-button { min-height: 46px; border: 0; border-radius: 12px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; font-size: 12px; font-weight: 800; cursor: pointer; }
.modal-action .primary-button { flex: 1; }

.drawer-overlay { place-items: stretch end; padding: 0; }
.cart-drawer { width: min(460px, 100%); height: 100%; background: white; display: flex; flex-direction: column; box-shadow: -20px 0 50px rgba(15,23,42,.15); animation: slide .25s ease-out; }
@keyframes slide { from { transform: translateX(30px); opacity: 0; } }
.drawer-header { height: 96px; flex: 0 0 auto; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 3px 0 0; font: 800 23px/1 ui-sans-serif, system-ui, sans-serif; }
.drawer-header h2 span { display: inline-grid; place-items: center; min-width: 23px; height: 23px; padding: 0 5px; border-radius: 7px; font: 700 10px/1 ui-sans-serif, system-ui, sans-serif; color: white; background: var(--green); vertical-align: 3px; }
.cart-list { flex: 1; overflow-y: auto; padding: 6px 24px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr 26px; gap: 13px; padding: 17px 0; border-bottom: 1px solid #edf1f5; position: relative; }
.cart-item .product-art { width: 76px; border-radius: 12px; }
.cart-item .product-art span { font-size: 29px; }
.cart-item__info h3 { font: 700 13px/1.3 ui-sans-serif, system-ui, sans-serif; margin: 1px 0 3px; padding-right: 10px; }
.cart-item__info p { color: var(--muted); font-size: 10px; margin: 0 0 4px; }
.cart-item__info > small { display: block; color: #64748b; font-size: 9px; margin-bottom: 5px; }
.cart-item__info > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cart-item__info .quantity { height: 31px; border-radius: 8px; }
.cart-item__info .quantity button { width: 27px; }
.cart-item__info .quantity span { font-size: 10px; min-width: 18px; }
.cart-item__info strong { font-size: 12px; }
.remove-button { align-self: start; width: 26px; height: 26px; display: grid; place-items: center; border: 0; background: transparent; color: #94a3b8; cursor: pointer; }
.remove-button:hover { color: #dc2626; }
.drawer-footer { padding: 19px 24px 24px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -10px 30px rgba(15,23,42,.04); }
.drawer-footer > div { display: flex; align-items: center; justify-content: space-between; }
.drawer-footer > div span { font-size: 12px; color: var(--muted); }
.drawer-footer > div strong { font: 800 21px/1 ui-sans-serif, system-ui, sans-serif; }
.drawer-footer p { color: #94a3b8; font-size: 9px; margin: 7px 0 14px; }
.drawer-footer .primary-button { width: 100%; }
.empty-cart { margin: auto; text-align: center; padding: 30px; }

.checkout-overlay { padding: 0; background: #f1f5f9; overflow-y: auto; place-items: start center; }
.checkout { width: 100%; min-height: 100vh; background: #f8fafc; }
.checkout-header { height: 86px; padding: 0 max(24px, calc((100vw - 1050px) / 2)); display: grid; grid-template-columns: 120px 1fr 43px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); background: white; position: sticky; top: 0; z-index: 2; }
.checkout-header > div { text-align: center; }
.checkout-header h2 { margin: 3px 0 0; font: 800 20px/1 ui-sans-serif, system-ui, sans-serif; }
.back-button { justify-self: start; display: flex; align-items: center; gap: 5px; border: 0; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.back-button svg { transform: rotate(180deg); }
.checkout-header .icon-button { justify-self: end; }
.checkout-body { width: min(1050px, calc(100% - 40px)); margin: 34px auto 60px; display: grid; grid-template-columns: 1.45fr .8fr; gap: 26px; align-items: start; }
.checkout-form, .order-summary { background: white; border: 1px solid var(--line); border-radius: 18px; }
.checkout-form { padding: 29px 32px 34px; }
.section-heading { display: flex; align-items: center; gap: 11px; margin: 7px 0 15px; }
.section-heading:not(:first-child) { border-top: 1px solid #edf1f5; padding-top: 25px; margin-top: 25px; }
.section-heading > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: white; background: var(--ink); font-size: 10px; font-weight: 800; }
.section-heading h3 { font: 800 14px/1.2 ui-sans-serif, system-ui, sans-serif; margin: 0; }
.section-heading p { color: var(--muted); font-size: 10px; margin: 3px 0 0; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-grid .field, .field--full { margin: 0; }
.field--full { margin-top: 12px; }
.field--error input { border-color: #dc2626; }
.field--error > small { color: #dc2626; font-size: 9px; display: block; margin-top: 4px; }
.choice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-cards label { display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.choice-cards label.checked { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice-cards input { position: absolute; opacity: 0; }
.radio-dot { width: 16px; height: 16px; border: 1px solid #94a3b8; border-radius: 50%; position: relative; }
.checked .radio-dot { border-color: var(--ink); }
.checked .radio-dot::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--ink); }
.choice-cards label div { display: grid; }
.choice-cards strong { font-size: 11px; }
.choice-cards small { color: var(--muted); font-size: 9px; margin-top: 2px; }
.payment-row button { min-width: 90px; height: 39px; display: flex; justify-content: center; align-items: center; gap: 5px; }
.order-summary { padding: 26px; position: sticky; top: 110px; }
.order-summary h3 { margin: 5px 0 18px; font: 800 18px/1.2 ui-sans-serif, system-ui, sans-serif; }
.summary-items { border-block: 1px solid var(--line); padding: 7px 0; max-height: 225px; overflow-y: auto; }
.summary-items > div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; font-size: 10px; }
.summary-items span { display: grid; }
.summary-items small { color: var(--muted); margin-top: 2px; }
.summary-items strong { white-space: nowrap; }
.summary-total { display: flex; align-items: center; justify-content: space-between; padding: 20px 0 17px; }
.summary-total span { color: var(--muted); font-size: 11px; }
.summary-total strong { font: 800 21px/1 ui-sans-serif, system-ui, sans-serif; }
.whatsapp-button { width: 100%; height: 50px; border: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #a67c52; color: white; font-size: 11px; font-weight: 800; cursor: pointer; box-shadow: 0 9px 20px rgba(166,124,82,.22); }
.whatsapp-button:hover { background: var(--green-dark); }
.whatsapp-icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.order-summary > p { margin: 9px 0 0; text-align: center; color: #94a3b8; font-size: 9px; }
.toast { position: fixed; z-index: 100; top: 22px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; background: #0f172a; color: white; box-shadow: var(--shadow); border-radius: 10px; padding: 11px 15px; font-size: 11px; font-weight: 700; animation: drop .2s ease-out; }
@keyframes drop { from { opacity: 0; transform: translate(-50%, -8px); } }

@media (max-width: 850px) {
  .store-meta > span:not(.status) { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .how-to-buy__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkout-body { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1180px); }
  .header-top { height: 69px; }
  .brand > img { width: 96px; height: 52px; }
  .brand small { display: none; }
  .store-meta { margin-left: auto; }
  .status { font-size: 0 !important; padding: 8px; }
  .status i { width: 8px; height: 8px; }
  .header-cart { width: 39px; height: 39px; }
  .search-wrap { padding: 24px 0 20px; display: block; }
  .intro h1 { font-size: 27px; max-width: 300px; }
  .search-box { margin-top: 20px; height: 48px; }
  .search-box kbd { display: none; }
  .categories .container { padding-block: 11px; width: 100%; padding-inline: 12px; }
  .categories button { padding: 8px 13px; }
  .main-content { padding-block: 29px 100px; }
  .catalog-heading { margin-bottom: 17px; }
  .catalog-heading h2 { font-size: 20px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 9px; }
  .how-to-buy { margin-top: 52px; padding: 25px 18px; border-radius: 19px; }
  .how-to-buy__steps { grid-template-columns: 1fr; gap: 9px; margin-top: 21px; }
  .how-to-buy__steps li { padding: 15px; }
  .product-card { border-radius: 15px; }
  .product-card__visual { margin: 6px; border-radius: 11px; }
  .product-art span { font-size: 43px; }
  .badge { left: 7px; top: 7px; padding: 5px 7px; font-size: 8px; }
  .visual-hint { display: none; }
  .product-card__text { padding: 7px 10px 10px; min-height: 79px; }
  .product-card__text h3 { font-size: 12px; margin-block: 4px 7px; }
  .price-line { display: grid; gap: 2px; }
  .price-line strong { font-size: 14px; }
  .price-line del { font-size: 9px; }
  .add-button { margin: 0 9px 9px; width: calc(100% - 18px); height: 36px; font-size: 10px; }
  .site-footer .container { display: grid; }
  .site-footer p { margin: 0; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .floating-whatsapp--with-cart { bottom: 83px; }
  .floating-cart { bottom: 13px; width: calc(100% - 24px); max-width: 360px; height: 58px; }
  .overlay { padding: 0; place-items: end center; }
  .product-modal { max-height: 92dvh; border-radius: 22px 22px 0 0; }
  .modal-layout { display: block; }
  .product-art--large { min-height: auto; aspect-ratio: 1; border-radius: 22px 22px 0 0; }
  .product-art--large span { font-size: 68px; }
  .product-gallery { display: block; border-radius: 22px 22px 0 0; }
  .product-gallery .product-art--large { width: 100%; height: auto; max-height: 48dvh; aspect-ratio: 1; }
  .product-gallery .product-art--large img { padding: 8px; }
  .gallery-thumbnails { padding: 8px 10px 10px; }
  .gallery-thumbnails button { flex-basis: 52px; width: 52px; height: 52px; }
  .modal-content { padding: 25px 19px 22px; }
  .modal-content h2 { font-size: 23px; }
  .modal-content > p { margin-bottom: 17px; }
  .modal-close { right: 11px; top: 11px; }
  .cart-drawer { height: 94dvh; border-radius: 22px 22px 0 0; }
  .drawer-header { height: 82px; padding: 18px; }
  .cart-list { padding-inline: 18px; }
  .drawer-footer { padding: 17px 18px 20px; }
  .checkout-overlay { place-items: start; }
  .checkout-header { height: 76px; padding: 0 13px; grid-template-columns: 70px 1fr 39px; gap: 6px; }
  .checkout-header h2 { font-size: 17px; }
  .back-button { font-size: 0; }
  .back-button svg { width: 22px; height: 22px; }
  .checkout-body { width: calc(100% - 20px); margin: 12px auto 30px; gap: 12px; }
  .checkout-form { padding: 19px 15px 23px; border-radius: 15px; }
  .field-grid, .choice-cards { grid-template-columns: 1fr; }
  .choice-cards { gap: 7px; }
  .order-summary { padding: 20px 16px; border-radius: 15px; }
}

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

/* Tipografia ampliada na finalização do pedido */
.checkout .eyebrow { font-size: 10px; }
.checkout-header h2 { font-size: 22px; }
.section-heading h3 { font-size: 16px; }
.section-heading p { font-size: 12px; }
.checkout .field > span { font-size: 12px; }
.checkout .field input,
.checkout .field textarea { font-size: 13px; }
.choice-cards strong { font-size: 12px; }
.choice-cards small { font-size: 10px; line-height: 1.4; }
.payment-row button { font-size: 12px; }
.order-summary h3 { font-size: 19px; }
.summary-items > div { font-size: 12px; }
.summary-total span { font-size: 12px; }
.whatsapp-button { font-size: 12px; }
.order-summary > p { font-size: 10px; }

@media (max-width: 620px) {
  .checkout-header h2 { font-size: 18px; }
  .section-heading h3 { font-size: 15px; }
  .checkout .field input,
  .checkout .field textarea { font-size: 12px; }
}
