:root{--primary:#12813b;--primary-dark:#075b2e;--accent:#69c51a;--ink:#082f1c;--muted:#657269;--bg:#f5f9f3;--line:#dce8da;--success:#168746;--radius:18px;--shadow:0 14px 40px rgba(8,47,28,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.announcement{background:#082f1c;color:#fff;text-align:center;padding:8px 16px;font-size:13px}.announcement span{opacity:.35;margin:0 16px}.store-header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--line)}.header-main{height:82px;display:flex;align-items:center;gap:28px}.brand{font-size:24px;font-weight:900;letter-spacing:-1px;white-space:nowrap}.brand span{color:var(--primary)}.search{flex:1;position:relative}.search input{width:100%;border:1px solid var(--line);background:#f7f8fb;border-radius:14px;padding:14px 48px 14px 18px;outline:none}.search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #12813b1a}.search button{position:absolute;right:8px;top:7px;width:38px;height:38px;border:0;border-radius:10px;background:var(--primary);color:#fff;font-size:24px}.header-actions{display:flex;gap:12px}.header-actions>a,.icon-btn{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:#fff}.cart-link{position:relative}.cart-link b{position:absolute;right:-6px;top:-7px;background:var(--accent);color:#fff;border-radius:99px;font-size:11px;min-width:20px;height:20px;display:grid;place-items:center}.mobile-menu{display:none}.category-nav{border-top:1px solid var(--line)}.category-nav .shell{display:flex;gap:28px;height:48px;align-items:center;font-weight:650;font-size:14px}.category-nav a:hover{color:var(--primary)}.nav-deal{color:var(--accent)!important;margin-left:auto}.alert{margin-top:18px;padding:14px 18px;border-radius:12px}.alert-success{background:#dcfce7;color:#166534}.alert-error{background:#fee2e2;color:#991b1b}.hero{position:relative;height:440px;overflow:hidden;background:#dcedd6}.hero-slide{position:absolute;inset:0;opacity:0;transition:.5s;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover;opacity:.56}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,22,42,.88),rgba(23,22,42,.04) 70%)}.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;color:#fff;width:min(1180px,calc(100% - 32px));margin:auto}.hero-content h1{font-size:clamp(38px,6vw,68px);line-height:1;max-width:680px;margin:0 0 16px;letter-spacing:-2.5px}.hero-content p{max-width:540px;font-size:20px;margin:0 0 28px;color:#e8f5e3}.btn{border:0;border-radius:12px;padding:13px 20px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;border:1px solid var(--line)}.btn-accent{background:var(--accent);color:#fff}.btn-lg{padding:17px 28px;font-size:17px}.btn-block{width:100%}.section{padding:64px 0}.section-sm{padding:36px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2{font-size:30px;margin:0;letter-spacing:-1px}.section-head p{margin:4px 0 0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{background:#fff;border-radius:var(--radius);padding:22px;text-align:center;box-shadow:var(--shadow);transition:.2s}.category-card:hover{transform:translateY(-4px)}.category-icon{height:116px;border-radius:14px;background:linear-gradient(135deg,#edf7e9,#e4f2dd);display:grid;place-items:center;font-size:50px;margin-bottom:15px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1;display:block;position:relative;background:#f1f2f7}.product-image img{width:100%;height:100%;object-fit:cover}.discount{position:absolute;z-index:2;top:14px;left:14px;background:var(--accent);color:#fff;border-radius:9px;padding:5px 9px;font-weight:800;font-size:13px}.product-info{padding:16px}.product-info h3{font-size:16px;line-height:1.35;margin:8px 0 14px;min-height:43px}.stars{color:#f5a623;font-size:13px}.stars span{color:var(--muted)}.price-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.price-row strong{font-size:21px}.price-row del{color:#999}.benefits{background:#fff;border-block:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit{display:flex;gap:14px;align-items:center}.benefit-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eaf6e5;font-size:22px}.benefit strong{display:block}.benefit small{color:var(--muted)}.page-hero{padding:48px 0;background:linear-gradient(135deg,#eaf6e5,#f2f9ed)}.page-hero h1{margin:0;font-size:42px}.breadcrumb{color:var(--muted);font-size:14px;margin-bottom:10px}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:28px}.filters{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;height:max-content}.filters label{display:block;font-weight:700;margin:16px 0 7px}.filters input,.filters select{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px}.gallery-main{aspect-ratio:1/1;background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--line)}.gallery-main img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{width:76px;height:76px;border:2px solid transparent;border-radius:12px;padding:0;overflow:hidden;background:#fff}.thumbs button.active{border-color:var(--primary)}.thumbs img{width:100%;height:100%;object-fit:cover}.detail-info h1{font-size:38px;line-height:1.14;margin:10px 0 14px}.detail-meta{display:flex;gap:18px;color:var(--muted);font-size:14px;flex-wrap:wrap}.detail-price{font-size:36px;font-weight:900;margin:20px 0}.detail-price del{font-size:20px;color:#999;margin-left:10px}.stock-good{color:var(--success);font-weight:750}.buy-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-top:22px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;width:140px;margin-bottom:14px}.quantity button{border:0;background:#f5f5fa;width:40px;height:42px}.quantity input{border:0;width:58px;text-align:center;outline:0}.buy-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trust-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.trust-list div{background:#f5f9f3;border-radius:12px;padding:12px;text-align:center;font-size:13px}.tabs{margin-top:50px}.tab-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;margin-bottom:18px}.tab-panel h2{margin-top:0}.specs{white-space:pre-line}.review{padding:18px 0;border-bottom:1px solid var(--line)}.review:last-child{border:0}.review-head{display:flex;justify-content:space-between}.review-form{display:grid;gap:12px}.review-form input,.review-form select,.review-form textarea,.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:11px;background:#fff}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:26px}.cart-items,.order-card,.checkout-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.cart-row{display:grid;grid-template-columns:84px 1fr auto auto;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-row img{width:84px;height:84px;object-fit:cover;border-radius:12px}.cart-row:last-child{border:0}.summary{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;height:max-content;position:sticky;top:150px}.summary-line{display:flex;justify-content:space-between;padding:8px 0}.summary-total{font-size:21px;border-top:1px solid var(--line);margin-top:8px;padding-top:16px}.checkout-offers{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.offer-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px}.offer-card img{aspect-ratio:1;object-fit:cover;border-radius:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.store-footer{background:#082f1c;color:#cac9d5;margin-top:70px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding:54px 0}.footer-grid h4{color:#fff}.footer-grid a{display:block;margin:8px 0}.brand-light{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #302f43;padding:18px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:var(--shadow);z-index:30}.empty{text-align:center;padding:60px;background:#fff;border:1px dashed #ccc;border-radius:20px}.success-box{text-align:center;background:#fff;border-radius:24px;padding:60px;max-width:720px;margin:60px auto;border:1px solid var(--line)}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.catalog-layout,.cart-layout,.checkout-layout{grid-template-columns:1fr}.filters{position:static}.summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.benefit-grid{grid-template-columns:1fr 1fr}.header-main{gap:10px}.search{order:3;flex-basis:100%}.header-main{height:auto;min-height:72px;flex-wrap:wrap;padding:12px 0}.header-main .search{padding-bottom:10px}.mobile-menu{display:grid}.category-nav{display:none}.category-nav.open{display:block}.category-nav .shell{height:auto;padding:16px 0;flex-direction:column;align-items:flex-start;gap:14px}.nav-deal{margin-left:0}.hero{height:390px}.checkout-offers{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.shell{width:min(100% - 22px,1180px)}.announcement span{display:none}.brand{font-size:20px}.header-actions>a{width:40px;height:40px}.hero{height:420px}.hero-content h1{font-size:40px}.hero-content p{font-size:16px}.section{padding:42px 0}.product-grid{gap:10px}.product-info{padding:12px}.product-info h3{font-size:14px}.price-row{display:block}.price-row strong{font-size:18px}.category-grid{gap:10px}.benefit-grid,.footer-grid{grid-template-columns:1fr}.product-detail{gap:24px}.detail-info h1{font-size:30px}.buy-actions{grid-template-columns:1fr}.trust-list{grid-template-columns:1fr}.cart-row{grid-template-columns:66px 1fr}.cart-row>:nth-child(3),.cart-row>:nth-child(4){grid-column:2}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.checkout-offers{grid-template-columns:1fr 1fr}.page-hero h1{font-size:32px}}
.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.promo-banner{min-height:180px;border-radius:20px;overflow:hidden;position:relative;background:#222;color:#fff}.promo-banner img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.55}.promo-banner span{position:absolute;inset:auto 22px 20px}.promo-banner strong,.promo-banner small{display:block}.promo-banner strong{font-size:22px}.device-mobile{display:none!important}
.category-icon img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.quick-order-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.quick-order-modal.open{display:flex}.quick-order-backdrop{position:absolute;inset:0;background:rgba(5,35,20,.76);backdrop-filter:blur(4px)}.quick-order-dialog{position:relative;width:min(680px,100%);max-height:calc(100vh - 30px);overflow:auto;background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.quick-order-close{position:absolute;right:16px;top:14px;border:0;background:#f1f2f7;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}.quick-order-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.quick-order-head>span{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:#edf8e8;font-size:25px}.quick-order-head h2{margin:0}.quick-order-head p{margin:3px 0 0;color:var(--muted)}.quick-order-form{display:grid;gap:17px}.payment-options{border:0;padding:0;margin:0}.payment-options legend{font-weight:750;margin-bottom:8px}.payment-option{display:flex!important;align-items:center;gap:12px;border:1px solid var(--line);border-radius:13px;padding:14px;margin-bottom:9px;cursor:pointer}.payment-option:has(input:checked){border-color:var(--primary);background:#f0f8ec;box-shadow:0 0 0 2px #12813b17}.payment-option input{width:20px!important;margin:0}.payment-option span,.payment-option b,.payment-option small{display:block}.payment-option small{color:var(--muted);margin-top:2px}.quick-order-summary{display:flex;justify-content:space-between;gap:15px;background:#f5f9f3;padding:14px;border-radius:13px}.form-consent{text-align:center;color:var(--muted)}
.success-check{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;background:#dcfce7;color:#15803d;font-size:48px;font-weight:900}.success-number{font-size:20px}.success-number strong{color:var(--primary)}.success-total{display:flex;justify-content:space-between;max-width:360px;margin:24px auto;padding:15px 18px;border-radius:14px;background:#f5f9f3}.success-total strong{font-size:20px}
.success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.tracking-shell{max-width:960px}.tracking-form{max-width:580px;margin:0 auto}.tracking-form-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.tracking-form-head>span{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#eaf6e5;font-size:25px}.tracking-form-head h2,.tracking-form-head p{margin:0}.tracking-form-head p{color:var(--muted);font-size:14px}.tracking-form .alert{margin:0 0 18px}.tracking-result{margin-top:28px}.tracking-summary-card{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}.tracking-summary-card>div{display:flex;flex-direction:column;gap:5px;min-width:0}.tracking-summary-card small,.tracking-shipping small{color:var(--muted)}.tracking-summary-card strong{overflow-wrap:anywhere}.tracking-status{width:max-content;max-width:100%;padding:5px 10px;border-radius:99px;font-size:13px;font-weight:800}.tracking-shipping{display:flex;align-items:center;gap:14px;margin-top:16px;padding:18px 20px;border:1px solid #cce4c5;border-radius:18px;background:#f2f9ef}.tracking-shipping>span{font-size:28px}.tracking-shipping strong,.tracking-shipping small{display:block}.tracking-shipping p{margin:4px 0 0}.tracking-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:18px}.tracking-card{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}.tracking-card h2{margin:0 0 16px;font-size:20px}.tracking-product{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.tracking-product:last-child{border:0}.tracking-product img{width:58px;height:58px;border-radius:10px;object-fit:cover}.tracking-product span b,.tracking-product span small{display:block}.tracking-product small{color:var(--muted)}.tracking-timeline{display:grid;gap:0}.tracking-step{position:relative;display:flex;gap:12px;padding:0 0 22px}.tracking-step:not(:last-child):before{content:"";position:absolute;left:6px;top:14px;bottom:0;width:2px;background:var(--line)}.tracking-step i{position:relative;z-index:1;flex:0 0 14px;width:14px;height:14px;margin-top:5px;border-radius:50%;box-shadow:0 0 0 4px #fff}.tracking-step b,.tracking-step small{display:block}.tracking-step small{color:var(--muted)}
.account-choice{border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin:0 0 18px;background:#f8fbf6}.account-choice legend{font-weight:800;padding:0 6px}.account-choice label{display:inline-flex;align-items:center;gap:7px;margin-right:22px}.account-choice input{width:auto!important}.active-account{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.account-password small{display:block;color:var(--muted);margin-top:4px}.account-form{max-width:520px;margin:auto}.account-head{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:20px}.account-head h2,.account-head p{margin:0}.account-orders{width:100%;border-collapse:collapse}.account-orders th,.account-orders td{text-align:left;padding:12px;border-bottom:1px solid var(--line)}
@media(max-width:560px){.device-desktop{display:none!important}.device-mobile{display:block!important}.promo-grid{grid-template-columns:1fr}.tracking-summary-card{grid-template-columns:1fr 1fr}.tracking-grid{grid-template-columns:1fr}.tracking-form{padding:18px}.tracking-product{grid-template-columns:52px 1fr}.tracking-product>strong{grid-column:2}.success-box{padding:38px 18px}.success-actions{flex-direction:column}.success-actions .btn{width:100%}}
.brand img{display:block;max-width:220px;max-height:58px;object-fit:contain}.brand-light img{filter:brightness(0) invert(1)}.social-links{display:flex;flex-wrap:wrap;gap:8px}.social-links a{margin:0!important;padding:6px 10px;border:1px solid #45435b;border-radius:8px;font-size:12px}.store-footer p{overflow-wrap:anywhere}@media(max-width:560px){.brand img{max-width:155px;max-height:46px}}
.hero-slide-artwork img{opacity:1}.hero-artwork-link{position:absolute;inset:0;z-index:2}

/* Quick order: compact, touch-friendly checkout experience */
.quick-order-dialog{width:min(760px,100%);padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff}
.quick-order-head{flex:0 0 auto;margin:0;padding:24px 70px 20px 28px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff 45%,#f3faef)}
.quick-order-head>span{flex:0 0 54px;width:54px;height:54px;box-shadow:inset 0 0 0 1px #d7edcf}
.quick-order-head h2{font-size:26px;line-height:1.15;letter-spacing:-.5px}
.quick-order-head p{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:540px}
.quick-order-close{z-index:3;right:20px;top:20px;width:42px;height:42px;line-height:1;color:var(--ink);transition:.2s}
.quick-order-close:hover{background:#e6e7ee;transform:rotate(5deg)}
.quick-order-form{overflow-y:auto;padding:24px 28px 28px;gap:20px;overscroll-behavior:contain}
.quick-order-form .account-choice{margin:0;padding:16px 18px;background:#f7faf5}
.quick-order-form .account-choice legend{font-size:14px;color:var(--muted)}
.quick-order-form .account-choice label{min-height:34px;font-weight:700;cursor:pointer}
.quick-order-form .form-grid{gap:16px}
.quick-order-form .form-grid>label{display:flex;flex-direction:column;gap:7px;min-width:0;font-size:13px;font-weight:800;color:#24412f}
.quick-order-form [hidden]{display:none!important}
.quick-order-form input:not([type="radio"]),.quick-order-form select,.quick-order-form textarea{display:block;width:100%;min-width:0;border:1px solid #d9dbe5;border-radius:12px;background:#fff;padding:13px 14px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s,background .2s}
.quick-order-form textarea{min-height:108px;resize:vertical;line-height:1.45}
.quick-order-form input::placeholder,.quick-order-form textarea::placeholder{color:#9a9ca8}
.quick-order-form input:not([type="radio"]):focus,.quick-order-form select:focus,.quick-order-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #12813b17;background:#fbfef9}
.quick-order-form label small{font-weight:500;color:var(--muted)}
.quick-order-form .payment-options{border-top:1px solid var(--line);padding-top:18px}
.quick-order-form .payment-options legend{font-size:14px;font-weight:850;margin-bottom:10px;padding-right:8px}
.quick-order-form .payment-option{min-height:72px;padding:13px 15px;margin-bottom:10px;background:#fff;transition:.2s}
.quick-order-form .payment-option:hover{border-color:#81b875;background:#f7fbf4}
.quick-order-form .payment-option b{font-size:14px}
.quick-order-form .payment-option small{font-size:12px;line-height:1.35}
.quick-order-summary{align-items:center;border:1px solid #d7e8d1;background:linear-gradient(135deg,#f2f8ee,#edf7e8);padding:16px 18px}
.quick-order-summary span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:13px}
.quick-order-summary strong{flex:0 0 auto;font-size:21px;color:var(--primary-dark)}
.quick-order-form>.btn-block{min-height:54px;border-radius:14px;box-shadow:0 10px 24px rgba(105,197,26,.22)}
.quick-order-form>.btn-block:hover{filter:brightness(.96)}
.quick-order-form .form-consent{display:block;font-size:11px;line-height:1.45}

@media(max-width:560px){
  .quick-order-modal{align-items:flex-end;padding:0}
  .quick-order-backdrop{backdrop-filter:blur(2px)}
  .quick-order-dialog{width:100%;max-height:94dvh;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,.25)}
  .quick-order-dialog:before{content:"";display:block;position:absolute;z-index:4;top:7px;left:50%;width:42px;height:4px;border-radius:99px;background:#d6d7df;transform:translateX(-50%)}
  .quick-order-head{padding:23px 58px 16px 18px;gap:11px}
  .quick-order-head>span{width:45px;height:45px;flex-basis:45px;border-radius:13px;font-size:21px}
  .quick-order-head h2{font-size:22px}
  .quick-order-head p{max-width:240px;font-size:13px}
  .quick-order-close{right:13px;top:16px;width:38px;height:38px;font-size:23px}
  .quick-order-form{padding:18px 16px calc(22px + env(safe-area-inset-bottom));gap:16px}
  .quick-order-form .account-choice{padding:12px 14px}
  .quick-order-form .account-choice label{display:flex;margin:2px 0!important;width:100%;font-size:14px}
  .quick-order-form .form-grid{grid-template-columns:1fr;gap:14px}
  .quick-order-form .form-grid .full{grid-column:auto}
  .quick-order-form input:not([type="radio"]),.quick-order-form select,.quick-order-form textarea{font-size:16px;padding:12px 13px}
  .quick-order-form .payment-option{min-height:68px}
  .quick-order-summary{position:static;margin-inline:0;box-shadow:none}
}

/* Favori Ürünlerim brand palette */
.header-main{height:92px}
.brand img{width:240px;max-width:240px;max-height:76px;object-fit:contain}
.btn-accent,.discount{color:#082f1c}
.hero-overlay{background:linear-gradient(90deg,rgba(8,47,28,.9),rgba(8,47,28,.04) 70%)}
.product-card:hover{border-color:#b8d8ae}
.store-footer{color:#d7e6db}
.footer-bottom{border-top-color:#2d5b42}
.social-links a{border-color:#49715a}
.quick-order-form>.btn-block{box-shadow:0 10px 24px rgba(105,197,26,.22)}
@media(max-width:560px){
  .header-main{display:grid;grid-template-columns:40px minmax(0,1fr) auto;height:auto;min-height:76px;padding:10px 0;gap:8px}
  .mobile-menu{grid-column:1;grid-row:1}
  .brand{grid-column:2;grid-row:1;justify-self:center;min-width:0}
  .brand img{width:140px;max-width:140px;max-height:56px}
  .header-actions{grid-column:3;grid-row:1;gap:4px}
  .header-actions>a{width:34px;height:34px;border-radius:10px;font-size:14px}
  .search{grid-column:1/-1;grid-row:2;order:initial;padding:0!important}
}

/* Product page: keep primary purchase actions reachable on mobile */
@media(max-width:560px){
  body:has(.buy-actions){padding-bottom:calc(82px + env(safe-area-inset-bottom))}
  .buy-actions{
    position:fixed;
    z-index:60;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    gap:8px;
    padding:10px 11px calc(10px + env(safe-area-inset-bottom));
    border-top:1px solid var(--line);
    background:rgba(255,255,255,.97);
    box-shadow:0 -10px 30px rgba(8,47,28,.14);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px)
  }
  .buy-actions .btn{
    flex:1 1 0;
    min-width:0;
    min-height:50px;
    padding:12px 8px;
    border-radius:11px;
    font-size:14px;
    white-space:nowrap
  }
}

/* Product details: compact accessible tabs */
.product-tabs{margin-top:50px}
.product-tab-nav{display:flex;gap:7px;padding:7px;border:1px solid var(--line);border-radius:16px 16px 0 0;background:#eef5eb;overflow-x:auto;scrollbar-width:none}
.product-tab-nav::-webkit-scrollbar{display:none}
.product-tab-nav button{flex:1 1 0;min-width:135px;border:0;border-radius:11px;padding:13px 18px;background:transparent;color:var(--muted);font-weight:800;white-space:nowrap;cursor:pointer;transition:.2s}
.product-tab-nav button:hover{color:var(--primary-dark);background:#ffffffb8}
.product-tab-nav button.active{color:#fff;background:var(--primary);box-shadow:0 6px 16px rgba(18,129,59,.2)}
.product-tab-nav button span{display:inline-grid;min-width:22px;height:22px;margin-left:5px;padding:0 6px;place-items:center;border-radius:99px;background:#ffffff2b;font-size:12px}
.product-tab-panel{min-height:180px;padding:30px;background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 20px 20px}
.product-tab-panel[hidden]{display:none!important}
.product-tab-panel h2{margin:0 0 18px;font-size:24px}
.product-tab-panel .review-form{max-width:720px}
@media(max-width:560px){
  .product-tabs{margin-top:30px}
  .product-tab-nav{gap:5px;padding:5px;border-radius:14px 14px 0 0}
  .product-tab-nav button{min-width:max-content;padding:11px 14px;font-size:13px}
  .product-tab-panel{min-height:150px;padding:22px 17px;border-radius:0 0 16px 16px}
  .product-tab-panel h2{font-size:20px;margin-bottom:14px}
}

/* Admin-managed social media icon links */
.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px}
.social-links .social-icon{width:42px;height:42px;margin:0!important;padding:0;border:1px solid #ffffff38;border-radius:12px;display:grid;place-items:center;color:#fff;background:#ffffff12;transition:transform .2s,border-color .2s,background .2s}
.social-links .social-icon:hover{transform:translateY(-3px);border-color:#82d66c;background:#ffffff20}
.social-links .social-icon svg{width:21px;height:21px;display:block;fill:currentColor;stroke:currentColor;stroke-width:1.8}
.social-links .social-icon svg path{stroke:none}
.social-links .social-icon .social-dot{fill:currentColor;stroke:none}
.social-links .social-instagram svg rect,.social-links .social-instagram svg circle:not(.social-dot){fill:none}
.social-links .social-icon .social-play{fill:#082f1c;stroke:none}
.social-links .social-icon span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.social-links .social-instagram:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}
.social-links .social-facebook:hover{background:#1877f2}
.social-links .social-youtube:hover{background:#ff0000}
.social-links .social-tiktok:hover{background:#111}

/* Product image carousel */
.product-gallery{min-width:0}.gallery-main{position:relative;touch-action:pan-y;outline:none}.gallery-main:focus-visible{box-shadow:0 0 0 4px rgba(18,129,59,.2)}
.gallery-main img.gallery-image-change{animation:galleryImageIn .28s ease both}@keyframes galleryImageIn{from{opacity:.4;transform:scale(.985)}to{opacity:1;transform:scale(1)}}
.gallery-arrow{position:absolute;z-index:4;top:50%;width:48px;height:48px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;padding:0;color:#123b24;background:rgba(255,255,255,.62);box-shadow:0 8px 24px rgba(8,47,28,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:35px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .2s,transform .2s,box-shadow .2s}
.gallery-arrow:hover{background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(8,47,28,.25);transform:translateY(-50%) scale(1.06)}.gallery-arrow:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.gallery-arrow[hidden]{display:none!important}.gallery-prev{left:14px}.gallery-next{right:14px}
.gallery-counter{position:absolute;z-index:3;right:14px;bottom:14px;padding:5px 9px;border:1px solid rgba(255,255,255,.55);border-radius:99px;color:#fff;background:rgba(8,47,28,.55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:11px;font-weight:800}.gallery-counter[hidden]{display:none!important}
.thumbs{overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity;padding-bottom:4px}.thumbs button{flex:0 0 76px;scroll-snap-align:center;cursor:pointer}.thumbs button:focus-visible{outline:3px solid rgba(18,129,59,.28);outline-offset:2px}
@media(max-width:560px){.gallery-arrow{width:42px;height:42px;font-size:30px;background:rgba(255,255,255,.58)}.gallery-prev{left:9px}.gallery-next{right:9px}.gallery-counter{right:10px;bottom:10px}.thumbs button{flex-basis:64px;width:64px;height:64px}}

/* Product view counter badge */
.detail-meta{align-items:center;gap:10px}
.view-count-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border:1px solid #cce4c5;border-radius:999px;background:#eaf6e5;color:var(--primary-dark);font-weight:750;line-height:1.2}
.announcement{font-weight:800}
.product-favorite-form{display:inline-flex;margin-top:12px}.product-favorite-form .btn{width:44px;height:44px;padding:0;border-radius:50%;font-size:25px;line-height:1;color:#c52156;box-shadow:0 5px 15px rgba(197,33,86,.12)}.product-favorite-form .btn:hover{border-color:#e7a4b9;background:#fff3f6}.product-favorite-form .is-favorite{color:#fff;background:#d92d65;border-color:#d92d65}.product-favorite-form .is-favorite:hover{background:#bd1f52}
.trust-list div{min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #cfe4c9;background:linear-gradient(135deg,#f2faef,#e8f5e3);color:#164f2b;font-weight:850;box-shadow:0 4px 12px rgba(18,129,59,.06)}.trust-list div:nth-child(2){border-color:#c9dfef;background:linear-gradient(135deg,#f2f9fd,#e6f3fa);color:#155276}.trust-list div:nth-child(3){border-color:#ead9b9;background:linear-gradient(135deg,#fffaf0,#fbf0dc);color:#795014}
.product-favorite-form{display:none!important}.buy-actions{display:flex}.buy-actions .btn:not(.product-favorite-btn){flex:1 1 0}.product-favorite-btn{flex:0 0 54px;width:54px;min-width:54px;padding:0!important;border-radius:13px;font-size:26px;line-height:1;color:#c52156;box-shadow:0 5px 15px rgba(197,33,86,.12)}.product-favorite-btn:hover{border-color:#e7a4b9;background:#fff3f6}.product-favorite-btn.is-favorite{color:#fff;background:#d92d65;border-color:#d92d65}.product-favorite-btn.is-favorite:hover{background:#bd1f52}
@media(max-width:560px){.buy-actions .product-favorite-btn{flex:0 0 50px;width:50px;min-width:50px;padding:0;font-size:25px}}
.quantity-price-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 16px;padding:0;border:0}.quantity-price-options legend{grid-column:1/-1;margin-bottom:1px;font-size:14px;font-weight:850}.quantity-price-options label{position:relative;cursor:pointer}.quantity-price-options input{position:absolute;opacity:0;pointer-events:none}.quantity-price-options span{height:100%;min-height:82px;display:flex;flex-direction:column;justify-content:center;padding:11px;border:1px solid var(--line);border-radius:12px;background:#f8faf7;transition:.16s}.quantity-price-options b,.quantity-price-options strong,.quantity-price-options small{display:block}.quantity-price-options b{font-size:13px}.quantity-price-options strong{margin-top:3px;color:var(--primary-dark);font-size:17px}.quantity-price-options small{margin-top:2px;color:var(--muted);font-size:10px}.quantity-price-options input:checked+span{border-color:var(--primary);background:#eaf6e5;box-shadow:0 0 0 2px rgba(18,129,59,.14)}
@media(max-width:560px){.quantity-price-options{grid-template-columns:repeat(2,minmax(0,1fr))}.quantity-price-options span{min-height:74px}}

/* Product engagement counters and favorites */
.product-engagement{display:flex;flex-wrap:wrap;gap:8px;margin:13px 0 5px}.product-engagement span{display:inline-flex;align-items:center;gap:4px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;font-size:12px;line-height:1.2;font-weight:650}.product-engagement b{font-size:13px}.engagement-view{color:#075b2e;background:#eaf6e5}.engagement-favorite{color:#b42350;background:#fff0f4}.engagement-cart{color:#8a4b08;background:#fff7df}.engagement-sale{color:#166534;background:#ecfdf3}.product-favorite-form{margin-top:14px}.product-favorite-form .is-favorite{color:#fff;background:#d92d65}.favorite-link{position:relative}.favorite-link b{position:absolute;right:-6px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:99px;display:grid;place-items:center;color:#fff;background:#d92d65;font-size:11px}.product-card{position:relative}.card-favorite{position:absolute;z-index:5;right:12px;top:12px}.card-favorite input{display:none}.card-favorite button{width:38px;height:38px;border:1px solid #dfe8dc;border-radius:50%;display:grid;place-items:center;color:#d92d65;background:rgba(255,255,255,.94);box-shadow:0 5px 16px rgba(8,47,28,.12);font-size:22px;cursor:pointer}
@media(max-width:560px){.product-engagement{gap:6px}.product-engagement span{padding:6px 8px;font-size:11px}.card-favorite{right:8px;top:8px}.card-favorite button{width:34px;height:34px}}
