:root{
  --shop-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --shop-ink:#17211d;
  --shop-muted:#64716b;
  --shop-green:#153f32;
  --shop-green-hover:#1c503f;
  --shop-green-soft:#eef5f1;
  --shop-surface:#ffffff;
  --shop-bg:#f7f8f6;
  --shop-line:#dfe5e1;
  --shop-danger:#9f302b;
  --shop-shadow:0 18px 46px rgba(25,46,37,.08);
}

html,body,button,input,select,textarea{
  font-family:var(--shop-font)!important;
}

h1,h2,h3,h4,h5,h6,strong,b,summary{
  font-family:var(--shop-font)!important;
}

/* Loja direta */
body.clean-store{
  min-width:320px;
  margin:0;
  color:var(--shop-ink);
  background:var(--shop-surface);
  -webkit-font-smoothing:antialiased;
}

.clean-store *{box-sizing:border-box}
.clean-store .cr-container{width:min(1160px,calc(100% - 40px))}

.clean-utility{
  min-height:34px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:var(--shop-green);
  font-size:12px;
  font-weight:600;
}

.clean-utility-viewport{width:100%;overflow:hidden}
.clean-utility-track{
  display:flex;
  align-items:center;
  width:max-content;
  will-change:transform;
  animation:cleanUtilityMarquee 22s linear infinite;
}

.clean-utility-group{flex:0 0 max(100vw,560px);display:flex;align-items:center;justify-content:space-around;gap:34px;padding:0 24px}
@keyframes cleanUtilityMarquee{to{transform:translateX(-50%)}}
.clean-utility:hover .clean-utility-track{animation-play-state:paused}

.clean-utility span{display:inline-flex;align-items:center;gap:7px}
.clean-utility span::before{content:"✓";color:#b9d8ca;font-size:11px;font-weight:800}

.clean-store .clean-header{
  position:sticky;
  top:0;
  z-index:60;
  height:72px;
  color:var(--shop-ink);
  border-bottom:1px solid var(--shop-line);
  background:rgba(255,255,255,.96);
  box-shadow:none;
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

.clean-store .clean-header .cr-header-inner{
  height:72px;
  display:flex;
  justify-content:space-between;
}

.clean-store .clean-header .cr-brand{
  position:static;
  transform:none;
  width:auto;
  height:64px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
}

.clean-store .clean-header .cr-brand img{width:82px;height:58px;flex:0 0 auto}
.clean-store .clean-header .cr-header-actions{grid-column:auto;gap:12px}

.clean-store .clean-header .cr-track-link{
  min-height:42px;
  display:inline-flex;
  padding:0 13px;
  border:1px solid transparent;
  border-radius:10px;
  color:#45524c;
  font-size:13px;
  font-weight:650;
  letter-spacing:0;
  text-transform:none;
}

.clean-store .clean-header .cr-track-link::after{display:none}
.clean-store .clean-header .cr-track-link:hover{border-color:var(--shop-line);background:#f8faf8}
.clean-store .clean-header .cr-track-link svg{display:block;width:18px;height:18px}

.clean-store .clean-header .cr-cart-button{
  min-width:52px;
  height:42px;
  padding:0 10px;
  border:1px solid var(--shop-green);
  border-radius:10px;
  color:#fff;
  background:var(--shop-green);
  box-shadow:none;
}

.clean-store .clean-header .cr-cart-button:hover{transform:none;background:var(--shop-green-hover);box-shadow:none}
.clean-store .clean-header .cr-cart-button svg{width:19px;height:19px}
.clean-store .clean-header .cr-cart-button span{min-width:18px;height:18px;color:var(--shop-green);background:#fff;font-size:10px}

.clean-product{padding:42px 0 56px;background:var(--shop-bg)}

.clean-product-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(410px,.96fr);
  align-items:start;
  gap:42px;
}

.clean-store .clean-gallery{position:sticky;top:98px}
.clean-store .clean-main-image{
  aspect-ratio:1/1;
  border:1px solid var(--shop-line);
  border-radius:18px;
  background:#eceae5;
  box-shadow:none;
}

.clean-store .clean-main-image img{object-fit:cover;transition:none}
.clean-photo-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:8px;
  color:#fff;
  background:rgba(18,32,26,.72);
  font-size:11px;
  font-weight:600;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}

.clean-store .clean-thumbs{gap:9px;margin-top:10px;padding:1px}
.clean-store .clean-thumbs .gallery-thumb{
  width:54px;
  height:54px;
  flex-basis:54px;
  padding:2px;
  border-color:var(--shop-line);
  border-radius:11px;
}

.clean-store .clean-thumbs .gallery-thumb img{border-radius:8px}
.clean-store .clean-thumbs .gallery-thumb.active{border-color:var(--shop-green);box-shadow:0 0 0 1px var(--shop-green)}

.clean-buy-card{
  padding:30px;
  border:1px solid var(--shop-line);
  border-radius:18px;
  background:var(--shop-surface);
  box-shadow:var(--shop-shadow);
}

.clean-product-meta{display:flex;align-items:center;gap:10px;color:var(--shop-muted);font-size:12px;font-weight:600}
.clean-stock-badge{padding:6px 9px;border-radius:999px;color:var(--shop-green);background:var(--shop-green-soft);font-size:11px;font-weight:700}

.clean-buy-card h1{
  margin:13px 0 8px;
  color:var(--shop-ink);
  font-size:clamp(30px,3vw,40px);
  font-weight:750;
  line-height:1.08;
  letter-spacing:-.035em;
}

.clean-description{margin:0;color:var(--shop-muted);font-size:14px;line-height:1.6}
.clean-price-row{display:flex;align-items:baseline;gap:12px;margin-top:22px}
.clean-price-row strong{color:var(--shop-green);font-size:34px;font-weight:750;line-height:1;letter-spacing:-.035em}
.clean-price-row del{color:#8a9590;font-size:14px}
.clean-pix-note{display:flex;align-items:center;gap:7px;margin:10px 0 0;color:#4f5d56;font-size:12px}
.clean-pix-note span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--shop-green);font-size:10px}
.clean-divider,.clean-section-divider{height:1px;margin:23px 0;background:var(--shop-line)}

.clean-selector-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:11px}
.clean-selector-head label,.clean-quantity-row label{display:block;color:var(--shop-ink);font-size:14px;font-weight:700}
.clean-selector-head>span{color:var(--shop-muted);font-size:12px}
.clean-selector-head>span strong{color:var(--shop-ink)}

.clean-store .clean-color-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.clean-store .clean-color-options .v15-color-option{
  min-height:60px;
  gap:9px;
  padding:7px;
  border-color:var(--shop-line);
  border-radius:12px;
  transition:border-color .16s ease,background .16s ease;
}

.clean-store .clean-color-options .v15-color-option:hover{border-color:#9fb2a8;background:#fafcfb}
.clean-store .clean-color-options .v15-color-option.active{border-color:var(--shop-green);background:var(--shop-green-soft);box-shadow:0 0 0 1px var(--shop-green)}
.clean-store .clean-color-options .v15-color-thumb{width:44px;height:44px;flex-basis:44px;border-radius:9px}
.clean-store .clean-color-options .v15-color-option-copy strong{font-size:12px;font-weight:700}
.clean-store .clean-color-options .v15-color-option-copy small{font-size:10px}

.clean-quantity-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid var(--shop-line);
}

.clean-store .clean-qty{height:44px;grid-template-columns:42px 42px 42px;margin-top:9px;border-color:var(--shop-line);border-radius:10px}
.clean-store .clean-qty button{color:var(--shop-green);font-size:20px}
.clean-store .clean-qty strong{font-size:13px}
.clean-stock-copy{display:grid;gap:4px;text-align:right}
.clean-stock-copy strong{color:var(--shop-green);font-size:12px}
.clean-stock-copy small{color:var(--shop-muted);font-size:11px}

.clean-purchase-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:22px}
.clean-store .clean-purchase-actions .cr-btn{
  width:100%;
  min-height:52px;
  padding:0 18px;
  border-radius:11px;
  font-size:14px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  box-shadow:none;
}

.clean-store .clean-purchase-actions .cr-btn:hover{transform:none}
.clean-store .clean-purchase-actions .cr-btn-primary{background:var(--shop-green);box-shadow:none}
.clean-store .clean-purchase-actions .cr-btn-primary:hover{background:var(--shop-green-hover);box-shadow:none}
.clean-store .clean-purchase-actions .cr-btn-outline{border-color:#cbd6d0;background:#fff}

.clean-freight{margin-top:22px;padding:18px;border:1px solid var(--shop-line);border-radius:14px;background:#fafbfa}
.clean-freight-heading{display:flex;align-items:center;gap:11px}
.clean-freight-heading>svg{width:24px;height:24px;flex:0 0 24px;color:var(--shop-green)}
.clean-freight-heading>div{display:grid;gap:3px}
.clean-freight-heading strong{font-size:14px}
.clean-freight-heading small{color:var(--shop-muted);font-size:11px}

.clean-store .clean-freight-form{grid-template-columns:1fr 108px;gap:8px;margin-top:13px}
.clean-store .clean-freight-form input{height:46px;border-color:#cfd8d3;border-radius:10px;font-size:14px}
.clean-store .clean-freight-form button{height:46px;border-radius:10px;background:var(--shop-green);font-size:12px;font-weight:700}
.clean-store .clean-freight-form button:hover{background:var(--shop-green-hover)}

.clean-store .clean-freight-results{gap:8px;margin-top:11px}
.clean-store .clean-freight-results .v15-freight-item{padding:11px 12px;border:1px solid var(--shop-line);border-radius:10px;color:var(--shop-muted);font-size:11px;background:#fff}
.clean-store .clean-freight-results .v15-freight-destination{padding:9px 10px;border-radius:9px;font-size:11px}
.clean-store .clean-freight-results .v15-freight-error{padding:12px;border-radius:10px;font-size:11px}
.clean-store .clean-freight-results .v15-freight-error{display:grid;gap:5px;border:1px solid #e8c7c2;color:#7d2923;background:#fff7f6}
.clean-store .clean-freight-results .v15-freight-error strong{font-size:12px}
.clean-store .clean-freight-results .v15-freight-error span{color:#875a55;font-size:10px;line-height:1.45}
.clean-store .clean-freight-results .v15-freight-error a,.cep-check-button{width:max-content;display:inline-flex;align-items:center;justify-content:center;margin-top:5px;padding:8px 10px;border:1px solid #c9d8d0;border-radius:8px;color:var(--shop-green);background:#fff;font-size:10px;font-weight:750;text-decoration:none}
.clean-store .clean-cep-help{margin-top:10px;padding:0;border:0;background:transparent;font-size:10px}
.clean-store .clean-cep-help a{font-size:10px}

.clean-help-row{display:flex;flex-wrap:wrap;gap:9px 16px;margin-top:17px;color:var(--shop-muted);font-size:11px}
.clean-help-row span::before{content:"✓";margin-right:5px;color:var(--shop-green);font-weight:800}
.clean-help-row a{color:var(--shop-green);font-weight:700;text-decoration:underline;text-underline-offset:3px}

.clean-benefits{padding:38px 0;border-top:1px solid var(--shop-line);border-bottom:1px solid var(--shop-line);background:#fff}
.clean-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.clean-benefit-grid article{min-width:0;display:grid;grid-template-columns:44px 1fr;gap:14px;padding:8px 30px;border-right:1px solid var(--shop-line)}
.clean-benefit-grid article:first-child{padding-left:0}
.clean-benefit-grid article:last-child{padding-right:0;border-right:0}
.clean-benefit-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:var(--shop-green);background:var(--shop-green-soft)}
.clean-benefit-icon svg{width:21px;height:21px}
.clean-benefit-grid h2{margin:1px 0 6px;font-size:15px;font-weight:700;letter-spacing:-.01em}
.clean-benefit-grid p{margin:0;color:var(--shop-muted);font-size:12px;line-height:1.55}

.clean-details{padding:64px 0;background:var(--shop-bg)}
.clean-details-grid{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);gap:76px;align-items:start}
.clean-details-grid>div:first-child>span{color:var(--shop-green);font-size:12px;font-weight:700}
.clean-details-grid h2{margin:9px 0 0;font-size:30px;line-height:1.18;letter-spacing:-.03em}
.clean-detail-list{border-top:1px solid #ccd6d1}
.clean-detail-list details{border-bottom:1px solid #ccd6d1}
.clean-detail-list summary{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-size:14px;font-weight:650}
.clean-detail-list summary::-webkit-details-marker{display:none}
.clean-detail-list summary span{color:var(--shop-green);font-size:19px;transition:transform .16s ease}
.clean-detail-list details[open] summary span{transform:rotate(45deg)}
.clean-detail-list p{margin:-2px 0 20px;color:var(--shop-muted);font-size:13px;line-height:1.65}

.clean-store .clean-footer{padding:34px 0 18px;background:#102a21}
.clean-footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:28px}
.clean-store .clean-footer .cr-footer-brand img{width:54px;height:54px}
.clean-store .clean-footer .cr-footer-brand span{font-size:16px;font-weight:700}
.clean-store .clean-footer .cr-footer-links{gap:22px}
.clean-store .clean-footer .cr-footer-links a{font-size:12px}
.clean-store .clean-footer .cr-footer-bottom{font-size:10px;letter-spacing:0;text-transform:none}

.clean-brand-name{display:block;color:#153f32;font-size:15px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}
.clean-footer-centered{flex-direction:column;justify-content:center;text-align:center;gap:18px}
.clean-store .clean-footer .clean-footer-centered .cr-footer-links{justify-content:center}
.clean-footer-bottom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 18px;text-align:center}
.clean-footer-bottom a{color:inherit;text-decoration:none}
.clean-footer-bottom a:hover{text-decoration:underline}
.clean-mobile-buybar{display:none!important}

.clean-store .clean-whatsapp{right:18px;bottom:18px;width:48px;height:48px;border-radius:14px;box-shadow:0 10px 24px rgba(18,56,42,.2)}
.clean-store .clean-whatsapp svg{width:23px;height:23px}

.clean-store .clean-cart{width:min(410px,100%);background:#fff;box-shadow:-18px 0 55px rgba(15,36,27,.16)}
.clean-store .clean-cart .cart-drawer-head{padding:21px 22px;border-color:var(--shop-line)}
.clean-store .clean-cart .cart-drawer-head small{font-size:10px;letter-spacing:.08em}
.clean-store .clean-cart .cart-drawer-head h2{font-size:22px;font-weight:700}
.clean-store .clean-cart .cart-drawer-head button{border-color:var(--shop-line);border-radius:10px}
.clean-store .clean-cart .cart-items{padding:10px 22px}
.clean-store .clean-cart .cart-item{grid-template-columns:82px 1fr;gap:14px;padding:17px 0;border-color:var(--shop-line)}
.clean-store .clean-cart .cart-item>img{width:82px;height:82px;border-radius:11px}
.clean-store .clean-cart .cart-item-info strong{font-size:14px;font-weight:700}
.clean-store .clean-cart .cart-item-info span{font-size:11px}
.clean-store .clean-cart .cart-item-info b{font-size:13px}
.clean-store .clean-cart .cart-qty{height:36px;border-color:var(--shop-line);border-radius:9px}
.clean-store .clean-cart .cart-remove{font-size:10px}
.clean-store .clean-cart .cart-empty strong{font-size:18px}
.clean-store .clean-cart .cart-empty span{font-size:12px}
.clean-store .clean-cart .cart-footer{padding:20px 22px calc(18px + env(safe-area-inset-bottom));border-color:var(--shop-line)}
.clean-store .clean-cart .cart-total span{font-size:12px}
.clean-store .clean-cart .cart-total strong{font-size:25px}
.clean-store .clean-cart .cart-footer>small{font-size:10px}
.clean-store .clean-cart #cartCheckout{min-height:50px;border-radius:11px;font-size:13px;text-transform:none;box-shadow:none}
.clean-continue-shopping{width:100%;height:40px;margin-top:6px;border:0;color:var(--shop-muted);background:transparent;font-size:12px;font-weight:650}
.clean-continue-shopping:hover{color:var(--shop-green)}

.clean-store .clean-toast{
  bottom:22px;
  max-width:min(90vw,390px);
  padding:11px 14px;
  border-radius:10px;
  color:#fff;
  background:#1d2924;
  font-size:12px;
  font-weight:600;
}

.clean-mobile-buybar{display:none}

/* Checkout em duas etapas */
body.clean-checkout{
  min-width:320px;
  min-height:100vh;
  color:var(--shop-ink);
  background:var(--shop-bg);
  font-family:var(--shop-font)!important;
}

body.clean-checkout .clean-checkout-header{border-color:var(--shop-line);background:rgba(255,255,255,.96)}
body.clean-checkout .cr-checkout-header-inner{min-height:70px!important}
body.clean-checkout .cr-checkout-back{color:#4d5b54;font-size:12px;letter-spacing:0;text-transform:none}
body.clean-checkout .secure-label{color:var(--shop-green);font-size:11px;letter-spacing:0;text-transform:none}

body.clean-checkout .clean-checkout-grid{
  width:min(1080px,calc(100% - 40px));
  grid-template-columns:minmax(0,1fr) 310px;
  gap:28px;
  padding:34px 0 64px;
}

body.clean-checkout .checkout-main{gap:15px}
body.clean-checkout .clean-checkout-intro{padding:3px 1px 1px}
body.clean-checkout .clean-checkout-intro>span{font-size:11px;letter-spacing:.04em;text-transform:none}
body.clean-checkout .clean-checkout-intro>span::before{display:none}
body.clean-checkout .clean-checkout-intro h1{max-width:650px;margin:7px 0 7px;font-size:34px;font-weight:750;line-height:1.15;letter-spacing:-.035em}
body.clean-checkout .clean-checkout-intro p{font-size:13px;line-height:1.5}

body.clean-checkout .clean-checkout-progress{display:flex;align-items:center;justify-content:flex-start;padding:13px 2px 5px}
body.clean-checkout .clean-checkout-progress .step-dot{min-width:116px;display:grid;justify-items:center;gap:5px;padding:0;border:0;color:#89958f;background:transparent;font-size:12px}
body.clean-checkout .clean-checkout-progress .step-dot span{width:31px;height:31px;display:grid;place-items:center;border:1px solid #cdd7d2;border-radius:50%;color:#69766f;background:#fff;font-size:11px;font-weight:700}
body.clean-checkout .clean-checkout-progress .step-dot small{font-size:11px;font-weight:650;letter-spacing:0;text-transform:none}
body.clean-checkout .clean-checkout-progress .step-dot.active span{color:#fff;border-color:var(--shop-green);background:var(--shop-green);box-shadow:none}
body.clean-checkout .clean-checkout-progress .step-dot.done span{color:var(--shop-green);border-color:#aac0b5;background:var(--shop-green-soft)}
body.clean-checkout .clean-checkout-progress .step-dot.active small,body.clean-checkout .clean-checkout-progress .step-dot.done small{color:var(--shop-green)}
body.clean-checkout .clean-checkout-progress>i{width:84px;height:1px;margin-bottom:18px;background:#cdd7d2}

body.clean-checkout .clean-checkout-card,body.clean-checkout .clean-order-summary{
  border:1px solid var(--shop-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 12px 35px rgba(25,46,37,.06);
}

body.clean-checkout .clean-checkout-card{padding:27px}
body.clean-checkout .checkout-card-title{align-items:flex-start;gap:12px;margin-bottom:20px}
body.clean-checkout .checkout-card-title>span{width:34px;height:34px;border-radius:10px;color:#fff;background:var(--shop-green);font-size:12px;box-shadow:none}
body.clean-checkout .checkout-card-title h2,body.clean-checkout .order-summary h2{font-size:20px;font-weight:720;line-height:1.2;letter-spacing:-.02em}
body.clean-checkout .checkout-card-title p{margin-top:3px;font-size:12px;line-height:1.5}
body.clean-checkout .clean-address-title{margin-top:0}

body.clean-checkout .clean-form-grid{gap:14px}
body.clean-checkout .form-group{gap:7px}
body.clean-checkout .form-group label{color:#36423c;font-size:12px;font-weight:650;letter-spacing:0;text-transform:none}
body.clean-checkout .form-group label span{color:#89938e;font-weight:500}
body.clean-checkout .form-group>small:not(.zip-lookup-status){margin-top:-2px;color:#84908a;font-size:10px;line-height:1.4}
body.clean-checkout .form-group input,body.clean-checkout .form-group select{
  height:50px;
  padding:0 13px;
  border:1px solid #cfd8d3;
  border-radius:10px;
  color:var(--shop-ink);
  background:#fff;
  font-size:14px;
}

body.clean-checkout .form-group input::placeholder{color:#a0aaa5}
body.clean-checkout .form-group input:focus,body.clean-checkout .form-group select:focus{border-color:var(--shop-green);box-shadow:0 0 0 3px rgba(21,63,50,.09)}
body.clean-checkout .zip-lookup-status{font-size:10px;line-height:1.4}
body.clean-checkout .cr-cep-help-link{margin-top:2px;font-size:10px}
body.clean-checkout .clean-section-divider{margin:27px 0}

.clean-shipping-block{margin-top:25px;padding-top:22px;border-top:1px solid var(--shop-line)}
.clean-shipping-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}
.clean-shipping-heading h3{margin:0;font-size:16px;font-weight:700}
.clean-shipping-heading p{margin:4px 0 0;color:var(--shop-muted);font-size:11px}
body.clean-checkout .clean-shipping-heading .btn{min-height:42px;padding:0 14px;border-radius:9px;font-size:11px;box-shadow:none}

body.clean-checkout .shipping-options{gap:8px;margin-top:13px}
body.clean-checkout .notice{padding:13px;border-color:#dae3de;border-radius:10px;color:#596760;background:#f7faf8;font-size:11px}
body.clean-checkout .notice.error{border-color:#eccbc7;color:var(--shop-danger);background:#fff7f6}
body.clean-checkout .shipping-option{padding:13px;border-color:var(--shop-line);border-radius:11px;background:#fff}
body.clean-checkout .shipping-option.active{border-color:var(--shop-green);background:var(--shop-green-soft);box-shadow:0 0 0 1px var(--shop-green)}
body.clean-checkout .shipping-option strong{font-size:12px}
body.clean-checkout .shipping-option small{font-size:10px}

body.clean-checkout .btn{min-height:49px;border-radius:10px;font-size:13px;font-weight:700;letter-spacing:0;box-shadow:none}
body.clean-checkout .btn:hover{transform:none;box-shadow:none}
body.clean-checkout .btn-primary{background:var(--shop-green);box-shadow:none}
body.clean-checkout .btn-primary:hover{background:var(--shop-green-hover);box-shadow:none}
body.clean-checkout .btn-outline{border-color:#bdcdc5;background:#fff}
body.clean-checkout .btn-ghost{color:#536159;background:#eef2f0}
body.clean-checkout .clean-step-actions{margin-top:24px}
body.clean-checkout .clean-step-actions.single .btn{width:100%;min-width:0}
body.clean-checkout .finish-button{min-height:52px;font-size:13px}

body.clean-checkout .clean-payment-grid{grid-template-columns:1fr}
body.clean-checkout .payment-option{min-height:78px;padding:13px;border-color:var(--shop-line);border-radius:11px;background:#fff}
body.clean-checkout .payment-option.active{border-color:var(--shop-green);background:var(--shop-green-soft);box-shadow:0 0 0 1px var(--shop-green)}
body.clean-checkout .payment-option .payment-icon{width:42px;height:42px;color:var(--shop-green);background:#e4f0ea}
body.clean-checkout .payment-option strong{font-size:14px;font-weight:700}
body.clean-checkout .payment-option small{font-size:11px}

.clean-payment-note{display:grid;grid-template-columns:25px 1fr;gap:10px;margin-top:15px;padding:13px;border-radius:10px;background:#f6f9f7;color:var(--shop-muted)}
.clean-payment-note>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--shop-green);font-size:11px}
.clean-payment-note strong{color:var(--shop-ink);font-size:12px}
.clean-payment-note p{margin:3px 0 0;font-size:11px;line-height:1.5}
body.clean-checkout .privacy-note{font-size:10px;line-height:1.5}

body.clean-checkout .clean-order-summary{position:sticky;top:94px;padding:18px}
body.clean-checkout .summary-title-row{margin-bottom:10px;padding-bottom:14px;border-color:var(--shop-line)}
body.clean-checkout .summary-title-row h2{margin:0;font-size:18px}
body.clean-checkout .summary-title-row a{font-size:11px}
body.clean-checkout .summary-product-v12{grid-template-columns:56px 1fr;gap:10px;padding:10px 0}
body.clean-checkout .summary-product-v12 img{width:56px;height:56px;border-radius:9px}
body.clean-checkout .summary-product-v12>div>strong:first-child{font-size:13px;font-weight:700}
body.clean-checkout .summary-product-v12>div>div{margin-top:3px;font-size:10px;line-height:1.45}
body.clean-checkout .summary-product-v12>div>strong:last-child{font-size:12px}
body.clean-checkout .summary-line{font-size:12px}
body.clean-checkout .summary-line.total{font-size:14px}
body.clean-checkout .summary-line.total strong{font-size:20px}
body.clean-checkout .cr-summary-note{grid-template-columns:27px 1fr;border-radius:10px}
body.clean-checkout .cr-summary-note p{font-size:10px}
body.clean-checkout .cr-summary-note strong{font-size:11px}
body.clean-checkout.checkout-step-2 .clean-order-summary{padding:15px}
body.clean-checkout.checkout-step-2 .summary-product-v12{grid-template-columns:48px 1fr;padding:8px 0}
body.clean-checkout.checkout-step-2 .summary-product-v12 img{width:48px;height:48px}
body.clean-checkout.checkout-step-2 .cr-summary-note{display:none}

body.clean-checkout .clean-checkout-footer{font-size:10px}
body.clean-checkout .clean-checkout-footer a{font-size:10px;letter-spacing:0;text-transform:none}

body.clean-checkout .pix-brand strong,body.clean-checkout .pix-heading h2{font-family:var(--shop-font)!important}
body.clean-checkout .pix-heading h2{font-weight:750}
body.clean-checkout .payment-modal{padding:18px;background:rgba(242,246,243,.98);-webkit-backdrop-filter:none;backdrop-filter:none}
body.clean-checkout .pix-modal-card{border:1px solid var(--shop-line);border-radius:18px;background:#fff;box-shadow:0 22px 64px rgba(21,63,50,.12)}
body.clean-checkout .pix-qr-card{border-radius:13px}
body.clean-checkout .pix-code{border-radius:10px}
.pix-order-totals{width:100%;display:grid;gap:7px;margin-top:13px;padding-top:12px;border-top:1px solid var(--shop-line)}
.pix-order-totals>div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--shop-muted);font-size:10px}
.pix-order-totals strong{color:var(--shop-ink);font-size:11px}
.pix-order-totals .total{margin-top:2px;padding-top:8px;border-top:1px dashed #d8e1dc;color:var(--shop-ink);font-weight:700}
.pix-order-totals .total strong{color:var(--shop-green);font-size:15px}
.clean-cep-error{display:grid!important;gap:5px}
.clean-cep-error strong{color:var(--shop-danger);font-size:12px}
.clean-cep-error>span{color:#875a55;font-size:10px;line-height:1.45}

@media(max-width:940px){
  .clean-product-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.95fr);gap:24px}
  .clean-buy-card{padding:24px}
  .clean-benefit-grid article{padding-inline:18px}
}

@media(max-width:850px){
  .clean-product{padding-top:24px}
  .clean-product-grid{grid-template-columns:1fr;max-width:720px}
  .clean-store .clean-gallery{position:static}
  .clean-buy-card{padding:26px}
  .clean-benefit-grid{grid-template-columns:1fr}
  .clean-benefit-grid article,.clean-benefit-grid article:first-child,.clean-benefit-grid article:last-child{padding:18px 0;border-right:0;border-bottom:1px solid var(--shop-line)}
  .clean-benefit-grid article:last-child{border-bottom:0}
  .clean-details-grid{grid-template-columns:1fr;gap:28px}

  body.clean-checkout .clean-checkout-grid{grid-template-columns:1fr;width:min(720px,calc(100% - 30px));padding-top:27px}
  body.clean-checkout .checkout-main{grid-row:1}
  body.clean-checkout .clean-order-summary{position:static;grid-row:2}
}

@media(max-width:620px){
  .clean-store .cr-container{width:calc(100% - 24px)}
  .clean-utility{min-height:31px;font-size:10px}
  .clean-utility-track{animation-duration:17s}
  .clean-utility-group{gap:24px;padding-inline:18px}
  .clean-store .clean-header,.clean-store .clean-header .cr-header-inner{height:64px}
  .clean-store .clean-header .cr-brand{width:auto;height:58px;gap:6px}
  .clean-store .clean-header .cr-brand img{width:64px;height:53px}
  .clean-brand-name{font-size:10px;letter-spacing:.08em}
  .clean-store .clean-header .cr-track-link{width:42px;height:42px;padding:0;border-color:var(--shop-line);font-size:0}
  .clean-store .clean-header .cr-track-link svg{width:20px;height:20px}
  .clean-store .clean-header .cr-cart-button{min-width:50px}

  .clean-product{padding:14px 0 32px}
  .clean-product-grid{gap:14px}
  .clean-store .clean-main-image{border-radius:14px}
  .clean-photo-badge{left:10px;bottom:10px;font-size:10px}
  .clean-store .clean-thumbs{gap:6px;margin-top:7px}
  .clean-store .clean-thumbs .gallery-thumb{width:46px;height:46px;flex-basis:46px;border-radius:8px}
  .clean-buy-card{padding:20px 16px;border-radius:14px;box-shadow:0 8px 24px rgba(25,46,37,.05)}
  .clean-buy-card h1{font-size:28px}
  .clean-description{font-size:13px}
  .clean-price-row{margin-top:18px}
  .clean-price-row strong{font-size:31px}
  .clean-selector-head{align-items:flex-start}
  .clean-selector-head>span{padding-top:2px;font-size:10px;text-align:right}
  .clean-store .clean-color-options{grid-template-columns:1fr 1fr}
  .clean-store .clean-color-options .v15-color-option{min-height:58px;gap:7px}
  .clean-store .clean-color-options .v15-color-thumb{width:40px;height:40px;flex-basis:40px}
  .clean-store .clean-color-options .v15-color-swatch{display:none}
  .clean-store .clean-color-options .v15-color-option-copy strong{font-size:11px}
  .clean-store .clean-color-options .v15-color-option-copy small{font-size:9px}
  .clean-quantity-row{align-items:center}
  .clean-store .clean-freight-form{grid-template-columns:1fr 92px}
  .clean-store .clean-cep-help{align-items:flex-start;display:grid;gap:3px}
  .clean-help-row{display:grid;gap:7px}

  .clean-benefits{padding:24px 0}
  .clean-benefit-grid article{grid-template-columns:40px 1fr;gap:12px}
  .clean-benefit-icon{width:38px;height:38px}
  .clean-details{padding:42px 0}
  .clean-details-grid h2{font-size:25px}
  .clean-detail-list summary{min-height:58px}

  .clean-footer-main{display:grid;justify-items:center;padding-bottom:24px}
  .clean-store .clean-footer .cr-footer-links{justify-content:center;gap:16px}
  .clean-store .clean-footer .cr-footer-bottom{display:grid;justify-items:center;gap:8px}
  .clean-store .clean-whatsapp{bottom:18px}

  .clean-mobile-buybar{
    position:fixed;
    z-index:58;
    left:0;
    right:0;
    bottom:0;
    min-height:70px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top:1px solid var(--shop-line);
    background:rgba(255,255,255,.97);
    box-shadow:0 -10px 28px rgba(25,46,37,.1);
    -webkit-backdrop-filter:blur(14px);
    backdrop-filter:blur(14px);
  }
  .clean-mobile-buybar>div{display:grid;gap:2px}
  .clean-mobile-buybar small{color:var(--shop-muted);font-size:10px}
  .clean-mobile-buybar strong{color:var(--shop-green);font-size:18px}
  .clean-mobile-buybar .cr-btn{min-height:46px;padding:0 20px;border-radius:10px;font-size:12px;text-transform:none;box-shadow:none}
  .clean-store .clean-toast{bottom:22px;font-size:11px}

  body.clean-checkout .cr-checkout-header-inner{min-height:64px!important}
  body.clean-checkout .cr-checkout-back{font-size:0}
  body.clean-checkout .secure-label{font-size:0}
  body.clean-checkout .clean-checkout-grid{width:calc(100% - 20px);gap:12px;padding:18px 0 44px}
  body.clean-checkout .clean-order-summary{padding:16px;border-radius:14px}
  body.clean-checkout .clean-checkout-intro{margin-top:9px}
  body.clean-checkout .clean-checkout-intro h1{font-size:28px}
  body.clean-checkout .clean-checkout-intro p{font-size:12px}
  body.clean-checkout .clean-checkout-progress{justify-content:center;padding-top:8px}
  body.clean-checkout .clean-checkout-progress .step-dot{min-width:100px}
  body.clean-checkout .clean-checkout-progress>i{width:42px}
  body.clean-checkout .clean-checkout-card{padding:19px 14px;border-radius:14px}
  body.clean-checkout .checkout-card-title{margin-bottom:18px}
  body.clean-checkout .checkout-card-title h2{font-size:18px}
  body.clean-checkout .checkout-card-title p{font-size:11px}
  body.clean-checkout .clean-form-grid{grid-template-columns:1fr;gap:12px}
  body.clean-checkout .form-group.full{grid-column:auto}
  body.clean-checkout .form-group input,body.clean-checkout .form-group select{height:49px;font-size:16px}
  .clean-shipping-heading{align-items:flex-start;display:grid}
  body.clean-checkout .clean-shipping-heading .btn{width:100%}
  body.clean-checkout .clean-step-actions{position:sticky;bottom:0;z-index:5;margin-inline:-2px;padding:15px 2px calc(4px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,0),#fff 24%)}
  body.clean-checkout .clean-step-actions .btn{flex:1;padding-inline:10px;font-size:11px}
  body.clean-checkout .clean-payment-grid{grid-template-columns:1fr}
  body.clean-checkout .clean-checkout-footer{display:grid;justify-items:center;padding-bottom:72px;text-align:center}
  body.clean-checkout .payment-modal{padding:0;align-items:start;overflow-y:auto;background:#f4f7f5}
  body.clean-checkout .pix-modal-card{width:100%;min-height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none}
  body.clean-checkout .pix-payment-layout{padding-bottom:28px}
  body.clean-checkout .pix-qr-card{box-shadow:none}
}

@media(prefers-reduced-motion:reduce){
  .clean-store *,body.clean-checkout *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
  .clean-utility-track{width:100%;transform:none!important}
  .clean-utility-group:first-child{min-width:100%;justify-content:space-around}
  .clean-utility-group[aria-hidden="true"]{display:none}
}
