/* ReyBox Commerce V2: fast, familiar shopping patterns for the static storefront. */

.commerceV2{
  background:var(--commerce-cream);
  color:var(--commerce-blue);
}

.commerceV2 .header{
  position:sticky;
  top:0;
  z-index:70;
  height:70px;
  background:#fff;
  border-bottom:1px solid rgba(16,42,76,.12);
}

.commerceV2 .headerInner{
  min-height:70px;
}

.commerceV2 .brandLogo{
  width:98px;
}

.commerceV2 .navLinks{
  gap:22px;
}

.commerceV2 .navLinks a{
  font-size:.92rem;
}

.commerceV2 .navCartButton{
  min-height:42px;
  padding:0 16px;
  box-shadow:0 8px 18px rgba(16,42,76,.14);
}

.commerceV2 .topbarTrack.marqueeTrack{
  animation-duration:38s;
}

/* Audience entrance */
.commerceV2 .commerceGate{
  min-height:calc(100svh - 104px);
}

.commerceV2 .gatePanel{
  min-height:680px;
  padding:48px;
  transition:filter .18s ease;
}

.commerceV2 .gatePanel:focus-visible{
  outline:4px solid #fff;
  outline-offset:-6px;
}

.commerceV2 .gateContent{
  max-width:620px;
  padding-bottom:154px;
}

.commerceV2 .gateEyebrow{
  font-size:1.5rem;
}

.commerceV2 .gateTitle{
  font-size:92px;
  line-height:.8;
}

.commerceV2 .gateCopy{
  max-width:500px;
  margin-top:22px;
  font-size:1rem;
}

.commerceV2 .gateMascot{
  right:-2%;
  bottom:92px;
  width:min(25vw,340px);
  opacity:.78;
}

.commerceV2 .gateBusiness .gateMascot{
  right:0;
  width:min(22vw,300px);
}

.commerceV2 .gateWeightRail{
  bottom:24px;
}

.commerceV2 .weightTile{
  flex-basis:118px;
  padding:13px;
  background:rgba(255,255,255,.16);
  backdrop-filter:none;
  animation-duration:.35s;
}

/* Compact storefront hero */
.commerceV2 .shopAudienceHero{
  min-height:590px;
}

.commerceV2 .commerceSlide{
  transition:opacity .32s ease,visibility .32s ease;
}

.commerceV2 .commerceSlide .wrap{
  min-height:590px;
  display:grid;
  grid-template-columns:1fr;
  place-items:center;
}

.commerceV2 .slideCopy{
  position:relative;
  z-index:3;
  width:min(820px,calc(100% - 80px));
  margin:auto;
  padding:92px 0 100px;
  text-align:center;
}

.commerceV2 .slideCopy .badge{
  margin-bottom:18px;
}

.commerceV2 .slideCopy h1,
.commerceV2 .slideCopy h2{
  max-width:820px;
  margin-inline:auto;
  font-size:68px;
  line-height:.88;
}

.commerceV2 .slideCopy p{
  max-width:650px;
  margin:20px auto 0;
  font-size:1.05rem;
}

.commerceV2 .slideCopy .ctaRow{
  justify-content:center;
}

.commerceV2 .valuePromise{
  margin-top:20px;
}

.commerceV2 .slideImageWrap{
  position:absolute;
  right:-4%;
  bottom:-12%;
  z-index:1;
  width:38%;
  height:520px;
  opacity:.54;
  pointer-events:none;
}

.commerceV2 .slideImageWrap::before{
  display:none;
}

.commerceV2 .slideImage{
  width:100%;
  transform:none;
  transition:none;
}

.commerceV2 .commerceSlide.is-active .slideImage{
  transform:none;
}

.commerceV2 .photoSlide .wrap{
  min-height:590px;
  display:grid;
  place-items:center;
}

.commerceV2 .photoSlide .slideCopy{
  max-width:820px;
}

.commerceV2 .photoSlide .slideCopy h1,
.commerceV2 .photoSlide .slideCopy h2,
.commerceV2 .photoSlide .slideCopy p{
  max-width:100%;
}

.commerceV2 .heroAudienceSwitch{
  top:20px;
  right:24px;
  background:rgba(16,42,76,.84);
  backdrop-filter:none;
}

.commerceV2 .heroArrow{
  width:44px;
  height:44px;
  transition:background .16s ease;
}

.commerceV2 .heroArrow:hover{
  transform:translateY(-50%);
}

.commerceV2 .heroSlideControls{
  bottom:22px;
}

/* Shopping command center */
.commerceV2 .shopFilterBand{
  top:70px;
  z-index:45;
  background:#fff;
  backdrop-filter:none;
  box-shadow:0 10px 24px rgba(16,42,76,.08);
}

.catalogCommand{
  display:grid;
  grid-template-columns:minmax(260px,1fr) 220px auto;
  gap:12px;
  align-items:end;
  padding:14px 0 0;
}

.catalogSearch,
.catalogSort{
  display:grid;
  gap:5px;
}

.catalogSearch>span,
.catalogSort>span{
  font:900 11px/1 var(--display);
  text-transform:uppercase;
}

.catalogSearch input,
.catalogSort select{
  width:100%;
  height:44px;
  border:1px solid rgba(16,42,76,.2);
  border-radius:6px;
  background:var(--commerce-cream);
  color:var(--commerce-blue);
  padding:0 13px;
  font:700 .9rem/1 var(--body);
}

.catalogSearch input:focus,
.catalogSort select:focus{
  outline:3px solid rgba(244,102,30,.25);
  border-color:var(--commerce-orange);
}

.catalogResult{
  min-width:100px;
  padding-bottom:12px;
  color:var(--muted);
  font-size:.78rem;
  text-align:right;
}

.catalogResult strong{
  color:var(--commerce-blue);
  font-size:1rem;
}

.commerceV2 .commerceTabs{
  padding:11px 0 13px;
}

.commerceV2 .filterChip{
  min-height:36px;
  padding:0 14px;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}

/* Catalog and product cards */
.commerceV2 #catalogo{
  scroll-margin-top:188px;
  padding-top:78px;
}

.commerceV2 .shopCategoryStack{
  gap:64px;
  margin-top:36px;
}

.commerceV2 .categoryHeader{
  margin-bottom:22px;
  padding-bottom:18px;
}

.commerceV2 .categoryCount{
  font-size:70px;
}

.commerceV2 .productGrid{
  gap:16px;
}

.commerceV2 .productCard{
  border-radius:6px;
  box-shadow:0 8px 22px rgba(16,42,76,.07);
  transition:box-shadow .18s ease,transform .18s ease;
}

.commerceV2 .productCard:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(16,42,76,.12);
}

.commerceV2 .productMedia{
  background:#42c7ff;
}

.commerceV2 .productMedia img{
  transition:transform .22s ease;
}

.commerceV2 .productBody{
  padding:18px;
}

.commerceV2 .productKicker{
  letter-spacing:0;
}

.commerceV2 .productBody h3{
  min-height:2.8rem;
  font-size:1.48rem;
}

.commerceV2 .productDesc{
  min-height:3.9em;
}

.commerceV2 .quickView{
  width:38px;
  height:38px;
  border-radius:50%;
  font-size:1.35rem;
}

.commerceV2 .addBtn{
  min-height:40px;
  padding:0 14px;
}

.commerceV2 .price{
  font-size:1.85rem;
}

.catalogEmpty{
  display:none;
  margin-top:28px;
  padding:34px;
  border:2px solid var(--commerce-blue);
  background:#fff;
  text-align:center;
}

.catalogEmpty.show{
  display:block;
}

.catalogEmpty h3{
  font:900 2rem/1 var(--display);
  text-transform:uppercase;
}

.catalogEmpty p{
  margin-top:8px;
  color:var(--muted);
}

/* Product detail */
.commerceV2.productPage main>.section:first-child{
  padding-top:48px;
}

.commerceV2 .productDetail{
  align-items:start;
  gap:54px;
}

.commerceV2 .detailMedia{
  position:sticky;
  top:94px;
  border:1px solid rgba(16,42,76,.12);
}

.commerceV2 .productInfo{
  padding:24px 0;
}

.commerceV2 .productInfo::before{
  content:"Home / Catalogo / Prodotto";
  display:block;
  margin-bottom:26px;
  color:var(--muted);
  font-size:.78rem;
  font-weight:800;
}

.commerceV2 .productInfo h1{
  max-width:720px;
  font-size:64px;
}

.commerceV2 .detailMeta{
  margin-top:28px;
}

.productAssurances{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:24px;
}

.productAssurances span{
  min-height:58px;
  padding:10px;
  border:1px solid rgba(16,42,76,.12);
  background:var(--commerce-cream);
  display:flex;
  align-items:center;
  font-size:.72rem;
  font-weight:800;
}

.productAssurances span::before{
  content:"✓";
  margin-right:7px;
  color:#17653b;
}

.commerceV2 .detailBuy{
  position:sticky;
  bottom:12px;
  z-index:5;
  padding:12px;
  background:#fff;
  border:1px solid rgba(16,42,76,.12);
  box-shadow:0 12px 30px rgba(16,42,76,.12);
}

.commerceV2 .detailBuy .addBtn{
  flex:1;
  min-height:50px;
}

/* Cart */
.commerceV2 .cartHero,
.commerceV2 .checkoutHero{
  padding:52px 0;
}

.commerceV2 .cartHero .h1,
.commerceV2 .checkoutHero .h1{
  max-width:760px;
  margin-top:14px;
  font-size:64px;
}

.commerceV2 .cartRow{
  border:1px solid rgba(16,42,76,.1);
  box-shadow:0 8px 20px rgba(16,42,76,.05);
}

.commerceV2 .summary,
.commerceV2 .checkoutSummary{
  border:1px solid rgba(16,42,76,.12);
  box-shadow:0 10px 24px rgba(16,42,76,.07);
}

.commerceV2 .summary .btn,
.commerceV2 .drawerFoot .btn{
  width:100%;
  justify-content:center;
  margin-top:10px;
}

.commerceV2 .cartDrawer{
  box-shadow:-24px 0 48px rgba(16,42,76,.18);
  transition:transform .22s ease;
}

.commerceV2 .cartScrim{
  transition:opacity .18s ease,visibility .18s ease;
}

/* Checkout */
.checkoutSteps{
  display:flex;
  gap:8px;
  margin-bottom:24px;
}

.checkoutSteps span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  color:rgba(255,255,255,.65);
  font-size:.76rem;
  font-weight:800;
}

.checkoutSteps .done,
.checkoutSteps .active{
  background:#fff;
  color:var(--commerce-blue);
}

.commerceV2 .checkoutHero .lead{
  max-width:680px;
  margin-top:16px;
  color:rgba(255,255,255,.76);
}

.commerceV2 .checkoutLayout{
  grid-template-columns:minmax(0,1fr) 400px;
  align-items:start;
}

.commerceV2 .checkoutForm{
  padding:30px;
}

.checkoutFieldset{
  min-width:0;
  margin:0 0 28px;
  padding:0 0 28px;
  border:0;
  border-bottom:1px solid rgba(16,42,76,.12);
}

.checkoutFieldset legend{
  margin-bottom:18px;
  color:var(--commerce-blue);
  font:900 1.55rem/1 var(--display);
  text-transform:uppercase;
}

.checkoutFieldset legend span{
  color:var(--commerce-orange);
}

.commerceV2 .field label small{
  color:var(--muted);
  font-weight:600;
}

.commerceV2 .field input,
.commerceV2 .field select,
.commerceV2 .field textarea{
  min-height:46px;
  transition:border-color .15s ease,box-shadow .15s ease;
}

.commerceV2 .field input:focus,
.commerceV2 .field select:focus,
.commerceV2 .field textarea:focus{
  outline:0;
  border-color:var(--commerce-orange);
  box-shadow:0 0 0 3px rgba(244,102,30,.16);
}

.paymentChoice{
  display:grid;
  gap:10px;
  margin-top:22px;
}

.stripeCheckoutButton,
.assistedCheckoutButton{
  width:100%;
  min-height:68px;
  padding:13px 17px;
  border-radius:6px;
  display:grid;
  gap:4px;
  text-align:left;
}

.stripeCheckoutButton{
  border:2px solid var(--commerce-blue);
  background:var(--commerce-blue);
  color:#fff;
}

.assistedCheckoutButton{
  border:1px solid rgba(16,42,76,.18);
  background:#fff;
  color:var(--commerce-blue);
}

.stripeCheckoutButton span,
.assistedCheckoutButton span{
  font:900 1.06rem/1 var(--display);
  text-transform:uppercase;
}

.stripeCheckoutButton small,
.assistedCheckoutButton small{
  color:inherit;
  font-size:.73rem;
  opacity:.75;
}

.stripeCheckoutButton[disabled]{
  cursor:wait;
  opacity:.65;
}

.paymentStatus{
  min-height:22px;
  margin-top:10px;
  color:#8b2719;
  font-size:.78rem;
  font-weight:800;
}

.paymentStatus.success{
  color:#17653b;
}

.checkoutSecurity{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  margin-top:10px;
  color:var(--muted);
  font-size:.72rem;
  font-weight:800;
}

.checkoutSecurity span::before{
  content:"✓";
  margin-right:5px;
  color:#17653b;
}

.summaryTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(16,42,76,.12);
}

.summaryTop a{
  color:var(--commerce-orange);
  font-size:.78rem;
  font-weight:900;
  text-decoration:underline;
}

.commerceV2 .checkoutSummary [data-summary]{
  margin-top:12px;
}

/* Success and cancellation */
.paymentResult{
  min-height:calc(100svh - 104px);
  display:grid;
  place-items:center;
  padding:60px 20px;
  text-align:center;
}

.paymentResultInner{
  width:min(660px,100%);
}

.paymentResultIcon{
  width:72px;
  height:72px;
  margin:0 auto 24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--commerce-yellow);
  color:var(--commerce-blue);
  font:900 2rem/1 var(--display);
}

.paymentResult h1{
  font:900 64px/.85 var(--display);
  text-transform:uppercase;
}

.paymentResult p{
  max-width:540px;
  margin:20px auto 0;
  color:var(--muted);
  font-weight:700;
}

.paymentResult .ctaRow{
  justify-content:center;
  margin-top:28px;
}

@media (max-width:1000px){
  .commerceV2 .slideCopy h1,
  .commerceV2 .slideCopy h2{font-size:58px}
  .commerceV2 .checkoutLayout{grid-template-columns:minmax(0,1fr) 340px}
}

@media (max-width:880px){
  .commerceV2 .header{height:64px}
  .commerceV2 .headerInner{min-height:64px}
  .commerceV2 .shopFilterBand{top:64px}
  .commerceV2 .commerceSlide .wrap,
  .commerceV2 .photoSlide .wrap{min-height:610px}
  .commerceV2 .shopAudienceHero{min-height:610px}
  .commerceV2 .slideCopy{padding:88px 0 100px}
  .commerceV2 .slideImageWrap{width:52%;height:420px;right:-14%;opacity:.4}
  .catalogCommand{grid-template-columns:minmax(0,1fr) 190px}
  .catalogResult{grid-column:1/-1;text-align:left;padding:0}
  .commerceV2 .checkoutLayout{grid-template-columns:1fr}
  .commerceV2 .checkoutSummary{order:-1;position:static}
  .commerceV2 .detailMedia{position:static}
}

@media (max-width:620px){
  .commerceV2 .brandLogo{width:84px}
  .commerceV2 .commerceGate{height:calc(100svh - 94px);min-height:620px}
  .commerceV2 .gatePanel{min-height:0;padding:12px 16px}
  .commerceV2 .gateTitle{font-size:48px}
  .commerceV2 .gateContent{padding:28px 0 72px}
  .commerceV2 .gateCopy{max-width:65%;font-size:.7rem}
  .commerceV2 .gateMascot,
  .commerceV2 .gateBusiness .gateMascot{right:-3%;bottom:4px;width:39vw;opacity:.5}
  .commerceV2 .gateWeightRail{left:16px;right:auto;width:58%;bottom:8px}
  .commerceV2 .weightTile{flex-basis:auto;padding:6px}
  .commerceV2 .shopAudienceHero,
  .commerceV2 .commerceSlide .wrap,
  .commerceV2 .photoSlide .wrap{min-height:570px}
  .commerceV2 .slideCopy{width:calc(100% - 36px);padding:78px 0 86px}
  .commerceV2 .slideCopy h1,
  .commerceV2 .slideCopy h2{font-size:44px;line-height:.9}
  .commerceV2 .slideCopy p{font-size:.9rem}
  .commerceV2 .slideImageWrap{display:none}
  .commerceV2 .heroAudienceSwitch{top:12px;right:12px}
  .commerceV2 .heroArrow{top:auto;bottom:15px}
  .commerceV2 .heroArrowPrev{left:14px}
  .commerceV2 .heroArrowNext{right:14px}
  .catalogCommand{grid-template-columns:1fr;gap:9px}
  .catalogResult{display:none}
  .commerceV2 .commerceTabs{margin-inline:-18px;padding-inline:18px}
  .commerceV2 #catalogo{scroll-margin-top:242px;padding-top:58px}
  .commerceV2 .categoryCount{font-size:52px}
  .commerceV2 .productCard{grid-template-columns:42% 58%}
  .commerceV2 .productMedia{min-height:220px}
  .commerceV2 .productBody{padding:14px}
  .commerceV2 .productBody h3{font-size:1.22rem}
  .commerceV2 .productDesc{-webkit-line-clamp:2}
  .commerceV2 .priceRow{align-items:start;flex-direction:column}
  .commerceV2 .addBtn{width:100%}
  .commerceV2 .productInfo h1{font-size:46px}
  .productAssurances{grid-template-columns:1fr}
  .productAssurances span{min-height:42px}
  .commerceV2 .detailBuy{bottom:8px}
  .commerceV2 .cartHero .h1,
  .commerceV2 .checkoutHero .h1{font-size:48px}
  .checkoutSteps{overflow-x:auto;padding-bottom:2px}
  .checkoutSteps span{flex:none}
  .commerceV2 .checkoutForm,
  .commerceV2 .checkoutSummary{padding:18px}
  .checkoutFieldset{margin-bottom:22px;padding-bottom:22px}
  .checkoutSecurity{display:grid}
  .paymentResult h1{font-size:48px}
}

@media (prefers-reduced-motion:reduce){
  .commerceV2 .commerceSlide,
  .commerceV2 .productCard,
  .commerceV2 .productMedia img,
  .commerceV2 .cartDrawer,
  .commerceV2 .cartScrim{transition:none}
}

/* Commerce V3
   Conversion-first hierarchy, stable geometry and restrained motion. */

.commerceV3{
  --commerce-orange:#f4661e;
  --commerce-orange-dark:#d84e0c;
  --commerce-blue:#0e203f;
  --commerce-blue-soft:#1b3b68;
  --commerce-yellow:#ffc72c;
  --commerce-sky:#66d4ff;
  --commerce-cream:#faf3e4;
  --commerce-white:#fff;
  --commerce-line:rgba(14,32,63,.14);
  overflow-x:clip;
  background:var(--commerce-cream);
}

.commerceV3 *,
.commerceV3 *::before,
.commerceV3 *::after{box-sizing:border-box}

.commerceV3 .wrap{width:min(1240px,calc(100% - 48px))}
body.commerceV3:not(.commerceGateBody) main>section:last-child{margin-bottom:0;padding-bottom:clamp(72px,8vw,112px)}
.commerceV3.commerceGateBody main{margin-bottom:0;padding-bottom:0;background:var(--commerce-cream)}
.commerceV3 .footer{position:relative;z-index:2;background:#0e203f}
.commerceV3 .footer::before{content:"";display:block;height:5px;background:var(--commerce-yellow)}
.commerceV3 .prefooterArt{display:none}
.commerceV3 a:focus-visible,
.commerceV3 button:focus-visible,
.commerceV3 input:focus-visible,
.commerceV3 select:focus-visible,
.commerceV3 textarea:focus-visible{outline:3px solid var(--commerce-yellow);outline-offset:3px}

.commerceV3 .header{
  height:72px;
  border-bottom:1px solid var(--commerce-line);
  background:#fff;
  box-shadow:none;
}
.commerceV3 .headerInner{min-height:72px}
.commerceV3 .brandLogo{width:124px}
.commerceV3 .navLinks{gap:24px}
.commerceV3 .navLinks a{font-size:.88rem}
.commerceV3 .navCartButton{
  min-height:44px;
  padding:0 17px;
  border-radius:4px;
  box-shadow:none;
}
.commerceV3 .navCartButton:hover{background:var(--commerce-orange)}
.commerceV3 .topbarTrack.marqueeTrack{animation-duration:42s}

.commerceV3 .btn,
.commerceV3 .addBtn{
  border-radius:4px;
  letter-spacing:0;
  transition:transform .18s ease,background-color .18s ease,color .18s ease;
}
.commerceV3 .btn:hover,
.commerceV3 .addBtn:hover{transform:translateY(-2px)}
.commerceV3 .textLink{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:inherit;
  font-size:.84rem;
  font-weight:900;
  text-transform:uppercase;
}
.commerceV3 .textLink span{transition:transform .18s ease}
.commerceV3 .textLink:hover span{transform:translateX(4px)}

/* Audience portal */
.commerceV3 .portalMain{background:var(--commerce-cream)}
.commercePortal{
  min-height:calc(100svh - 106px);
  padding:28px;
  display:grid;
  grid-template-rows:auto minmax(480px,1fr) auto;
  gap:20px;
}
.portalIntro{
  width:min(1420px,100%);
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,430px);
  align-items:end;
  gap:48px;
}
.portalKicker,
.portalIndex{
  display:block;
  font:900 .76rem/1 var(--display);
  text-transform:uppercase;
}
.portalKicker{margin-bottom:8px;color:var(--commerce-orange)}
.portalIntro h1{
  margin:0;
  font:900 clamp(3.25rem,6vw,5.75rem)/.84 var(--display);
  text-transform:uppercase;
}
.portalIntro>p{
  max-width:430px;
  padding-bottom:4px;
  color:#4b5563;
  font-size:.98rem;
  font-weight:700;
}
.portalChoices{
  width:min(1420px,100%);
  min-height:0;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
}
.portalChoice{
  position:relative;
  min-width:0;
  min-height:480px;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  color:#fff;
}
.portalChoice::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(14,32,63,.36);
  opacity:0;
  transition:opacity .24s ease;
}
.portalPrivate{background:var(--commerce-orange)}
.portalBusiness{background:var(--commerce-blue)}
.portalChoiceCopy{
  position:relative;
  z-index:3;
  width:min(58%,540px);
  min-height:100%;
  padding:clamp(34px,4vw,64px);
  padding-bottom:94px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.portalIndex{margin-bottom:18px;color:rgba(255,255,255,.72)}
.portalChoice h2{
  margin:0;
  font:900 clamp(4rem,7vw,7.5rem)/.76 var(--display);
  text-transform:uppercase;
}
.portalChoiceCopy>p{
  max-width:500px;
  margin-top:22px;
  color:rgba(255,255,255,.9);
  font-size:.94rem;
  font-weight:700;
}
.portalBenefits{
  margin:20px 0 0;
  padding:0;
  display:grid;
  gap:7px;
  list-style:none;
  font-size:.78rem;
  font-weight:800;
}
.portalBenefits li::before{content:"+";margin-right:8px;color:var(--commerce-yellow)}
.portalCta{
  min-height:48px;
  margin-top:24px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  gap:18px;
  background:#fff;
  color:var(--commerce-blue);
  font:900 .88rem/1 var(--display);
  text-transform:uppercase;
}
.portalCta span{font-size:1.25rem;transition:transform .18s ease}
.portalChoice:hover .portalCta span{transform:translateX(5px)}
.portalChoice:hover::after{opacity:.13}
.portalProduct{
  position:absolute;
  right:-4%;
  bottom:-10%;
  z-index:2;
  width:52%;
  height:88%;
  display:grid;
  place-items:end center;
  pointer-events:none;
}
.portalProduct img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  transform-origin:center bottom;
  transition:transform .35s cubic-bezier(.22,.8,.28,1);
}
.portalChoice:hover .portalProduct img{transform:translateY(-7px) scale(1.025)}
.portalValue{
  position:absolute;
  right:14%;
  top:7%;
  z-index:2;
  padding:9px 11px;
  background:var(--commerce-yellow);
  color:var(--commerce-blue);
  font:900 .78rem/1 var(--display);
  text-transform:uppercase;
}
.portalBackdrop{
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  opacity:.42;
  transform:scale(1.01);
  transition:transform .5s cubic-bezier(.22,.8,.28,1),opacity .25s ease;
}
.portalBusiness::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(14,32,63,.58);
}
.portalBusiness:hover .portalBackdrop{opacity:.5;transform:scale(1.035)}
.portalChoiceFoot{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:4;
  min-height:58px;
  padding:0 clamp(34px,4vw,64px);
  border-top:1px solid rgba(255,255,255,.24);
  display:flex;
  align-items:center;
  gap:22px;
  font:900 .7rem/1 var(--display);
  text-transform:uppercase;
}
.portalChoiceFoot span+span::before{content:"/";margin-right:22px;color:rgba(255,255,255,.45)}
.portalTrust{
  width:min(1420px,100%);
  min-height:36px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  color:#5e6570;
  font-size:.7rem;
  font-weight:800;
}
.portalTrust span::before{content:"✓";margin-right:7px;color:#17653b}

/* Storefront slider */
.commerceV3 .shopAudienceHero,
.commerceV3 .commerceSlide .wrap,
.commerceV3 .photoSlide .wrap{min-height:570px}
.commerceV3 .shopAudienceHero{background:var(--commerce-orange)}
.commerceV3.audience-business .shopAudienceHero{background:var(--commerce-blue)}
.commerceV3 .commerceSlide{transition:opacity .34s ease,visibility .34s ease}
.commerceV3 .commerceSlide .wrap{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  place-items:stretch;
  align-items:center;
  gap:44px;
}
.commerceV3 .slideCopy{
  width:100%;
  max-width:650px;
  margin:0;
  padding:84px 0 96px;
  text-align:left;
}
.commerceV3 .slideCopy h1,
.commerceV3 .slideCopy h2{
  max-width:12ch;
  margin:0;
  font-size:clamp(3.35rem,5.5vw,4.65rem);
  line-height:.88;
  text-wrap:balance;
}
.commerceV3 .slideCopy p{
  max-width:580px;
  margin:20px 0 0;
  font-size:1rem;
}
.commerceV3 .slideCopy .ctaRow{justify-content:flex-start}
.commerceV3 .slideImageWrap{
  position:relative;
  right:auto;
  bottom:auto;
  width:100%;
  height:500px;
  opacity:1;
}
.commerceV3 .slideImage{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
}
.commerceV3 .photoSlide::before{background:rgba(14,32,63,.62)}
.commerceV3 .photoSlide[data-audience="privato"]::before{background:rgba(82,30,8,.55)}
.commerceV3 .photoSlide .wrap{
  display:grid;
  grid-template-columns:1fr;
  place-items:center;
}
.commerceV3 .photoSlide .slideCopy{
  width:min(800px,calc(100% - 80px));
  max-width:800px;
  margin:auto;
  text-align:center;
}
.commerceV3 .photoSlide .slideCopy h1,
.commerceV3 .photoSlide .slideCopy h2,
.commerceV3 .photoSlide .slideCopy p{max-width:100%;margin-inline:auto}
.commerceV3 .heroAudienceSwitch{
  top:18px;
  right:max(24px,calc((100vw - 1240px)/2));
  border:1px solid rgba(255,255,255,.24);
  border-radius:4px;
  background:rgba(14,32,63,.88);
}
.commerceV3 .heroAudienceSwitch a{border-radius:2px}
.commerceV3 .heroArrow{
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(14,32,63,.86);
  box-shadow:none;
}
.commerceV3 .heroArrow:hover{background:var(--commerce-orange);transform:translateY(-50%) scale(1.06)}
.commerceV3 .heroSlideControls{bottom:27px}
.commerceV3 .heroDot{width:26px;height:4px;border-radius:0}
.commerceV3 .heroProgress{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:6;
  height:4px;
  background:rgba(255,255,255,.2);
  overflow:hidden;
}
.commerceV3 .heroProgress span{
  display:block;
  width:100%;
  height:100%;
  background:var(--commerce-yellow);
  transform:scaleX(0);
  transform-origin:left center;
}
.commerceV3 .heroProgress span.is-running{animation:commerceHeroProgress 5.2s linear both}
@keyframes commerceHeroProgress{to{transform:scaleX(1)}}

.commerceV3 .commercePromiseBar{border-bottom:1px solid var(--commerce-line)}
.commerceV3 .promiseItem{min-height:96px}

/* Catalog controls */
.commerceV3 .shopFilterBand{
  top:72px;
  border-bottom:1px solid var(--commerce-line);
  box-shadow:0 10px 24px rgba(14,32,63,.07);
}
.commerceV3 .catalogCommand{
  grid-template-columns:minmax(300px,1fr) 220px auto;
  padding-top:13px;
}
.commerceV3 .catalogSearch input,
.commerceV3 .catalogSort select{
  height:46px;
  border-radius:4px;
  background:#fff;
}
.commerceV3 .catalogSearch input{padding-left:42px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230e203f' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 14px center}
.commerceV3 .commerceTabs{gap:7px}
.commerceV3 .filterChip{
  min-height:36px;
  border-radius:4px;
  background:#fff;
}
.commerceV3 .filterChip.active{background:var(--commerce-blue);color:#fff}
.commerceV3 .filterReset{margin-left:auto;border-style:dashed}
.commerceV3 #catalogo{scroll-margin-top:190px;padding-top:76px}
.commerceV3 #catalogo .sectionHead{max-width:920px}
.commerceV3 .shopCategoryStack{gap:72px;margin-top:42px}
.commerceV3 .categoryHeader{
  align-items:end;
  border-bottom:2px solid var(--commerce-blue);
  padding-bottom:20px;
}
.commerceV3 .categoryHeaderText{max-width:760px}
.commerceV3 .categoryCount{font-size:60px;color:rgba(14,32,63,.18)}
.commerceV3 .productGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.commerceV3 .productCard{
  min-width:0;
  border:1px solid var(--commerce-line);
  border-radius:4px;
  display:flex;
  flex-direction:column;
  box-shadow:none;
  contain:layout paint;
}
.commerceV3 .productCard[hidden]{display:none}
.commerceV3 .productCard:hover{
  transform:translateY(-4px);
  border-color:rgba(14,32,63,.28);
  box-shadow:0 16px 30px rgba(14,32,63,.1);
}
.commerceV3 .productMedia{
  min-height:0;
  aspect-ratio:1/1;
  background:var(--commerce-sky);
}
.commerceV3 .productMedia img{padding:8%;object-fit:contain}
.commerceV3 .productBody{
  flex:1;
  padding:18px;
  display:flex;
  flex-direction:column;
}
.commerceV3 .productKicker{font-size:.72rem}
.commerceV3 .productBody h3{
  min-height:2.45em;
  font-size:1.55rem;
  line-height:.96;
}
.commerceV3 .productMeta{margin-top:11px}
.commerceV3 .productDesc{
  min-height:3.9em;
  margin-top:14px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.commerceV3 .priceRow{
  margin-top:auto;
  padding-top:20px;
  align-items:end;
}
.commerceV3 .price{font-size:2rem}
.commerceV3 .retailValue{text-decoration:none}
.commerceV3 .retailValue s{margin-left:3px}
.commerceV3 .savingLabel{
  display:block;
  margin-top:4px;
  color:#17653b;
  font-size:.69rem;
  font-weight:900;
}
.commerceV3 .quickView{
  width:40px;
  height:40px;
  border-radius:50%;
  box-shadow:none;
}
.commerceV3 .addBtn{
  min-height:42px;
  border-radius:4px;
}
.commerceV3 .addBtn.is-added{background:#17653b;color:#fff}
.commerceV3 .productValue{border-radius:3px}
.commerceV3 .catalogEmpty{border-radius:4px}

/* Support without mascots */
.commerceV3 .commerceSupport{
  background:var(--commerce-yellow);
  color:var(--commerce-blue);
}
.commerceSupportInner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);
  align-items:center;
  gap:clamp(48px,8vw,110px);
}
.commerceSupportInner>div{max-width:720px}
.commerceV3 .aiQuestions{margin-top:26px}
.commerceV3 .aiQuestion{
  min-height:42px;
  border-radius:4px;
  transition:transform .18s ease,background-color .18s ease;
}
.commerceV3 .aiQuestion:hover{transform:translateY(-2px);background:var(--commerce-blue);color:#fff}
.supportCard{
  padding:30px;
  border:2px solid var(--commerce-blue);
  background:#fff;
  color:var(--commerce-blue);
}
.supportStatus{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.74rem;
  font-weight:900;
  text-transform:uppercase;
}
.supportStatus i{width:9px;height:9px;border-radius:50%;background:#24a35a;box-shadow:0 0 0 5px rgba(36,163,90,.12)}
.supportCard h3{margin-top:24px;font:900 3rem/.86 var(--display);text-transform:uppercase}
.supportCard ul{margin:24px 0;padding:0;display:grid;gap:12px;list-style:none;font-size:.82rem;font-weight:800}
.supportCard li{padding-bottom:11px;border-bottom:1px solid var(--commerce-line)}
.supportCard li::before{content:"✓";margin-right:8px;color:#17653b}
.supportCard .btn{width:100%;justify-content:center}

/* Product detail */
.commerceV3.productPage main>section:last-child{padding-bottom:96px}
.productStage{padding:26px 0 84px;background:var(--commerce-cream)}
.commerceBreadcrumb{
  margin-bottom:24px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#6b7280;
  font-size:.75rem;
  font-weight:800;
}
.commerceBreadcrumb a:hover{color:var(--commerce-orange)}
.commerceV3 .productDetail{
  grid-template-columns:minmax(420px,.95fr) minmax(0,1fr);
  gap:clamp(42px,6vw,84px);
}
.commerceV3 .detailMedia{
  top:98px;
  border:0;
  border-radius:4px;
  background:var(--commerce-sky);
}
.commerceV3 .detailMedia img{padding:6%;object-fit:contain}
.commerceV3 .productInfo{padding:18px 0}
.commerceV3 .productInfo::before{display:none}
.commerceV3 .productInfo h1{
  max-width:12ch;
  margin-top:20px;
  font-size:clamp(3rem,5.4vw,4.9rem);
  line-height:.86;
  text-wrap:balance;
}
.commerceV3 .productInfo .price{margin-top:24px;font-size:3.3rem}
.commerceV3 .productLead{margin-top:20px}
.commerceV3 .productSavings{
  display:inline-flex;
  margin-top:9px;
  padding:7px 9px;
  background:#e6f5eb;
  color:#17653b;
  font-size:.75rem;
  font-weight:900;
}
.commerceV3 .productAvailability{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.78rem;
  font-weight:900;
}
.commerceV3 .productAvailability::before{content:"";width:9px;height:9px;border-radius:50%;background:#24a35a}
.commerceV3 .productAssurances{margin-top:26px}
.commerceV3 .productAssurances span{background:#fff}
.commerceV3 .detailMeta{margin-top:28px}
.commerceV3 .productDetailsList{margin-top:20px;border-top:1px solid var(--commerce-line)}
.commerceV3 .productDetailsList details{border-bottom:1px solid var(--commerce-line)}
.commerceV3 .productDetailsList summary{
  position:relative;
  padding:15px 34px 15px 0;
  cursor:pointer;
  font-size:.82rem;
  font-weight:900;
}
.commerceV3 .productDetailsList summary::after{content:"+";position:absolute;right:4px;font-size:1.2rem}
.commerceV3 .productDetailsList details[open] summary::after{content:"-"}
.commerceV3 .productDetailsList details p{padding:0 34px 16px 0;color:#5e6570;font-size:.82rem}
.commerceV3 .detailBuy{
  bottom:10px;
  margin-top:26px;
  padding:10px;
  border-radius:4px;
}
.commerceV3 .detailBuy .addBtn{min-height:52px}
.productInsight{
  padding:clamp(72px,8vw,112px) 0;
  background:var(--commerce-blue);
  color:#fff;
}
.productInsightGrid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:80px;align-items:start}
.productInsight h2{margin-top:20px;font:900 clamp(3.2rem,6vw,5.9rem)/.82 var(--display);text-transform:uppercase}
.productInsight p{max-width:620px;margin-top:22px;color:rgba(255,255,255,.72);font-weight:700}
.productInsight .textLink{margin-top:26px;color:var(--commerce-yellow)}
.productInsightFacts{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.productInsightFacts article{min-height:300px;padding:24px;background:#fff;color:var(--commerce-blue);display:flex;flex-direction:column}
.productInsightFacts b{font:900 3.5rem/.8 var(--display);color:var(--commerce-orange)}
.productInsightFacts h3{margin-top:auto;font:900 1.45rem/.95 var(--display);text-transform:uppercase}
.productInsightFacts p{margin-top:10px;color:#5e6570;font-size:.78rem}
.relatedHead{display:flex;align-items:end;justify-content:space-between;gap:32px}
.relatedHead>div{max-width:760px}
.relatedGrid{margin-top:34px}

/* Cart */
.commerceV3 .cartHero,
.commerceV3 .checkoutHero{padding:54px 0;background:var(--commerce-blue)}
.cartHeroInner,
.checkoutHeroInner{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:64px;align-items:end}
.commerceV3 .cartHero .h1,
.commerceV3 .checkoutHero .h1{
  max-width:780px;
  margin-top:15px;
  font-size:clamp(3.2rem,6vw,5rem);
  text-wrap:balance;
}
.commerceV3 .cartHero .lead,
.commerceV3 .checkoutHero .lead{max-width:680px;margin-top:18px;color:rgba(255,255,255,.74)}
.commerceV3 .cartHero .badge,
.commerceV3 .checkoutHero .badge{
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.1);
  color:#fff;
}
.commerceV3 .cartHero .badge .dot,
.commerceV3 .checkoutHero .badge .dot{background:var(--commerce-orange)}
.cartHeroTrust{display:grid;border-top:1px solid rgba(255,255,255,.2)}
.cartHeroTrust span{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.75);font-size:.78rem;font-weight:800}
.cartHeroTrust b{display:inline-block;min-width:82px;color:var(--commerce-yellow);font:900 1.15rem/1 var(--display);text-transform:uppercase}
.cartContent{padding-top:64px}
.cartContentHead{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.cartContentHead h2{font:900 2.5rem/1 var(--display);text-transform:uppercase}
.commerceV3 .cartLayout{grid-template-columns:minmax(0,1fr) 380px;gap:24px}
.commerceV3 .cartRow{
  grid-template-columns:110px minmax(0,1fr) auto;
  padding:14px;
  border-radius:4px;
  box-shadow:none;
}
.commerceV3 .cartRow .productThumb{width:110px;background:var(--commerce-sky);border-radius:3px;padding:8px}
.commerceV3 .cartInfo h4{font:900 1.45rem/1 var(--display);text-transform:uppercase}
.commerceV3 .summary,
.commerceV3 .checkoutSummary{border-radius:4px;box-shadow:none}
.commerceV3 .summary{top:98px;padding:24px}
.commerceV3 .summary h2{margin-bottom:16px}
.commerceV3 .summarySavings{margin:12px 0;padding:11px;background:#e6f5eb;color:#17653b;font-size:.78rem;font-weight:900}
.commerceV3 .emptyCart{border:1px solid var(--commerce-line);border-radius:4px;background:#fff}
.commerceReassurance{padding:34px 0;background:#fff;border-top:1px solid var(--commerce-line)}
.commerceReassurance .wrap{display:grid;grid-template-columns:repeat(3,1fr)}
.commerceReassurance article{min-height:84px;padding:0 28px;border-right:1px solid var(--commerce-line);display:grid;align-content:center;gap:5px}
.commerceReassurance article:first-child{padding-left:0}
.commerceReassurance article:last-child{border-right:0}
.commerceReassurance b{font:900 1.1rem/1 var(--display);text-transform:uppercase}
.commerceReassurance span{color:#6b7280;font-size:.78rem;font-weight:700}

/* Drawer and toast */
.commerceV3 .cartDrawer{width:min(500px,100%);background:#fff}
.commerceV3 .drawerHead{padding:20px 22px}
.commerceV3 .drawerBody{background:var(--commerce-cream)}
.commerceV3 .drawerRow{border:1px solid var(--commerce-line);border-radius:4px}
.commerceV3 .drawerRow .productThumb{background:var(--commerce-sky)}
.commerceV3 .drawerContinue{
  width:100%;
  min-height:42px;
  margin-top:8px;
  border:1px solid var(--commerce-line);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
}
.commerceV3 .cartToast{border-radius:4px}

/* Checkout */
.commerceV3 .checkoutHeaderNote{display:flex;align-items:center;gap:7px;color:#17653b;font-size:.76rem;font-weight:900}
.checkoutHeroSeal{
  width:190px;
  height:190px;
  justify-self:end;
  border:2px solid rgba(255,255,255,.25);
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
}
.checkoutHeroSeal b{font:900 3rem/.8 var(--display);color:var(--commerce-yellow);text-transform:uppercase}
.checkoutHeroSeal span{font:900 1.1rem/1 var(--display);text-transform:uppercase}
.checkoutHeroSeal small{max-width:120px;margin:9px auto 0;color:rgba(255,255,255,.65);font-size:.63rem;font-weight:800}
.commerceV3 .checkoutSection{padding-top:56px}
.commerceV3 .checkoutLayout{grid-template-columns:minmax(0,1fr) 390px;gap:24px}
.commerceV3 .checkoutForm,
.commerceV3 .checkoutSummary{padding:28px;border-radius:4px}
.checkoutFormHead{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid var(--commerce-blue);display:flex;align-items:end;justify-content:space-between;gap:24px}
.checkoutFormHead span,
.summaryTop>div>span{color:var(--commerce-orange);font-size:.7rem;font-weight:900;text-transform:uppercase}
.checkoutFormHead h2{margin-top:4px;font:900 2.2rem/1 var(--display);text-transform:uppercase}
.profileFillButton{
  min-height:38px;
  padding:0 12px;
  border:1px solid var(--commerce-line);
  border-radius:4px;
  background:var(--commerce-cream);
  color:var(--commerce-blue);
  font-size:.72rem;
  font-weight:900;
}
.profileFillButton[hidden]{display:none}
.commerceV3 .checkoutFieldset{margin-bottom:26px;padding-bottom:26px}
.commerceV3 .checkoutFieldset legend{font-size:1.45rem}
.businessCheckoutFields{margin-top:16px;padding:16px;border:1px solid var(--commerce-line);background:var(--commerce-cream)}
.businessCheckoutFields[hidden]{display:none}
.commerceV3 .field input,
.commerceV3 .field select,
.commerceV3 .field textarea{min-height:48px;border-radius:4px}
.commerceV3 .consentRow{padding:14px;border:1px solid var(--commerce-line);background:var(--commerce-cream)}
.commerceV3 .stripeCheckoutButton,
.commerceV3 .assistedCheckoutButton{border-radius:4px}
.commerceV3 .checkoutSummary{top:96px}
.checkoutGuarantee{margin-top:18px;padding:14px;background:var(--commerce-cream);border-left:4px solid var(--commerce-yellow)}
.checkoutGuarantee b{font:900 .9rem/1 var(--display);text-transform:uppercase}
.checkoutGuarantee p{margin-top:6px;color:#68707b;font-size:.74rem;font-weight:700}
.summaryProduct{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid var(--commerce-line);
}
.summaryProduct img{width:58px;height:58px;padding:4px;background:var(--commerce-sky);object-fit:contain}
.summaryProduct span{font-size:.76rem;font-weight:800}
.summaryProduct small{display:block;margin-top:3px;color:#6b7280}
.summaryProduct strong{font-size:.82rem}

/* Assistant: keep the service, remove the recurring mascot. */
.commerceV3 .reyChatLauncher{
  right:18px;
  bottom:18px;
  min-width:150px;
  height:52px;
  padding:0 18px 0 52px;
  border:2px solid var(--commerce-yellow);
  border-radius:4px;
  background:var(--commerce-blue);
  box-shadow:0 14px 34px rgba(14,32,63,.3);
}
.commerceV3 .reyChatLauncher::before{
  content:"?";
  position:absolute;
  left:10px;
  top:8px;
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--commerce-yellow);
  color:var(--commerce-blue);
  font:900 1.15rem/1 var(--display);
}
.commerceV3 .reyChatLauncher img{display:none}
.commerceV3 .reyChatLauncher span{position:static}
.commerceV3.productPage .reyChatLauncher,
.commerceV3.cartPage .reyChatLauncher,
.commerceV3.checkoutPage .reyChatLauncher{
  min-width:0;
  width:52px;
  padding:0;
}
.commerceV3.productPage .reyChatLauncher::before,
.commerceV3.cartPage .reyChatLauncher::before,
.commerceV3.checkoutPage .reyChatLauncher::before{left:8px}
.commerceV3.productPage .reyChatLauncher span,
.commerceV3.cartPage .reyChatLauncher span,
.commerceV3.checkoutPage .reyChatLauncher span{display:none}
.commerceV3 .reyChat{border-radius:4px;box-shadow:0 24px 70px rgba(14,32,63,.3)}

/* Account area */
.commerceV3.accountPage .accountHero{padding:72px 0}
.commerceV3.accountPage .accountHeroInner{grid-template-columns:1fr;min-height:250px;align-items:center}
.commerceV3.accountPage .accountHero .h1{
  max-width:980px;
  font-size:clamp(3.4rem,7vw,6.2rem);
  line-height:.84;
  text-wrap:balance;
}
.commerceV3.accountPage .accountShell{grid-template-columns:240px minmax(0,1fr);gap:24px}
.commerceV3.accountPage .accountAside,
.commerceV3.accountPage .accountForm{border:1px solid var(--commerce-line);border-radius:4px;box-shadow:none}
.commerceV3.accountPage .accountAsideNav a,
.commerceV3.accountPage .choiceControl label,
.commerceV3.accountPage .field input,
.commerceV3.accountPage .field select,
.commerceV3.accountPage .field textarea{border-radius:4px}
.profileEmptyMark{
  width:84px;
  height:84px;
  margin:0 auto 22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--commerce-yellow);
  color:var(--commerce-blue);
  font:900 2rem/1 var(--display);
}

@media (max-width:1050px){
  .portalChoiceCopy{width:67%}
  .portalProduct{right:-12%;width:58%}
  .commerceV3 .productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .productInsightGrid{grid-template-columns:1fr;gap:48px}
  .productInsightFacts article{min-height:240px}
  .commerceV3 .productDetail{grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);gap:38px}
  .commerceSupportInner{grid-template-columns:minmax(0,1fr) 330px;gap:44px}
  .commerceV3.accountPage .accountShell{grid-template-columns:220px minmax(0,1fr)}
}

@media (max-width:880px){
  .commerceV3 .header,
  .commerceV3 .headerInner{height:64px;min-height:64px}
  .commerceV3 .wrap{width:min(100% - 36px,1240px)}
  .commercePortal{padding:20px}
  .portalIntro{grid-template-columns:1fr;gap:12px}
  .portalIntro>p{max-width:650px}
  .portalChoiceCopy{width:72%;padding:32px;padding-bottom:82px}
  .portalChoice h2{font-size:5rem}
  .commerceV3 .commerceSlide .wrap{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);min-height:560px}
  .commerceV3 .shopAudienceHero,
  .commerceV3 .photoSlide .wrap{min-height:560px}
  .commerceV3 .slideCopy{padding:78px 0 92px}
  .commerceV3 .slideCopy h1,
  .commerceV3 .slideCopy h2{font-size:3.45rem}
  .commerceV3 .slideImageWrap{height:410px}
  .commerceV3 .shopFilterBand{top:64px}
  .commerceV3 .catalogCommand{grid-template-columns:minmax(0,1fr) 190px}
  .commerceV3 .catalogResult{grid-column:1/-1}
  .commerceSupportInner{grid-template-columns:1fr}
  .supportCard{max-width:560px}
  .commerceV3 .productDetail{grid-template-columns:1fr}
  .commerceV3 .detailMedia{position:relative;top:auto;max-width:620px;margin:auto}
  .productInsightFacts{grid-template-columns:repeat(3,1fr)}
  .cartHeroInner,
  .checkoutHeroInner{grid-template-columns:1fr}
  .cartHeroTrust{grid-template-columns:repeat(3,1fr)}
  .cartHeroTrust span{padding:14px;border-right:1px solid rgba(255,255,255,.2)}
  .cartHeroTrust b{display:block;margin-bottom:5px}
  .commerceV3 .cartLayout,
  .commerceV3 .checkoutLayout{grid-template-columns:1fr}
  .commerceV3 .summary,
  .commerceV3 .checkoutSummary{position:static}
  .commerceV3 .checkoutSummary{order:-1}
  .checkoutHeroSeal{display:none}
  .commerceV3.accountPage .accountShell{grid-template-columns:1fr}
  .commerceV3.accountPage .accountAside{position:static}
  .commerceV3.accountPage .accountAsideNav{display:flex;overflow-x:auto}
  .commerceV3.accountPage .accountAsideNav a{flex:none}
}

@media (min-width:621px) and (max-height:800px){
  .commercePortal{
    min-height:calc(100svh - 106px);
    padding:16px 22px;
    grid-template-rows:auto minmax(0,1fr) auto;
    gap:12px;
  }
  .portalIntro{gap:30px}
  .portalIntro h1{font-size:clamp(3.2rem,5vw,4.7rem)}
  .portalIntro>p{font-size:.86rem}
  .portalChoice{min-height:0}
  .portalChoiceCopy{
    padding:24px clamp(28px,3vw,46px) 68px;
  }
  .portalIndex{margin-bottom:10px}
  .portalChoice h2{font-size:clamp(4rem,6vw,6.1rem)}
  .portalChoiceCopy>p{margin-top:13px;font-size:.82rem}
  .portalBenefits{margin-top:11px;gap:4px;font-size:.7rem}
  .portalCta{min-height:40px;margin-top:13px;font-size:.78rem}
  .portalChoiceFoot{
    min-height:48px;
    padding-inline:clamp(28px,3vw,46px);
  }
  .portalTrust{min-height:26px}
}

@media (max-width:620px){
  .commerceV3 .wrap{width:calc(100% - 28px)}
  .commerceV3 .brandLogo{width:86px}
  .commerceV3 .topbarTrack.marqueeTrack{animation-duration:34s}
  .commercePortal{
    height:calc(100svh - 96px);
    min-height:0;
    padding:10px;
    grid-template-rows:82px minmax(0,1fr);
    gap:8px;
  }
  .portalIntro{
    grid-template-columns:1fr;
    align-content:center;
    gap:4px;
  }
  .portalKicker{margin-bottom:3px;font-size:.6rem}
  .portalIntro h1{font-size:2.3rem;line-height:.9}
  .portalIntro>p{
    max-width:100%;
    padding:0;
    font-size:.67rem;
    line-height:1.25;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .portalChoices{
    width:100%;
    height:100%;
    margin:0 auto;
    align-self:stretch;
    min-height:0;
    grid-template-columns:1fr;
    grid-template-rows:1fr 1fr;
    gap:4px;
  }
  .portalChoice{min-height:0}
  .portalChoiceCopy{
    width:70%;
    min-height:0;
    padding:15px 14px 12px;
    justify-content:center;
  }
  .portalIndex{margin-bottom:5px;font-size:.54rem}
  .portalChoice h2{font-size:2.65rem;line-height:.78}
  .portalChoiceCopy>p{
    max-width:100%;
    margin-top:7px;
    font-size:.61rem;
    line-height:1.22;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .portalBenefits,
  .portalChoiceFoot,
  .portalTrust{display:none}
  .portalCta{min-height:31px;margin-top:8px;padding:0 9px;gap:10px;font-size:.59rem}
  .portalCta span{font-size:.85rem}
  .portalProduct{right:-5%;bottom:-12%;width:42%;height:100%}
  .portalValue{right:5px;top:8px;padding:5px 6px;font-size:.52rem}
  .portalBackdrop{object-position:65% center}
  .portalBusiness::before{background:rgba(14,32,63,.66)}
  .commerceV3 .shopAudienceHero,
  .commerceV3 .commerceSlide .wrap,
  .commerceV3 .photoSlide .wrap{min-height:530px}
  .commerceV3 .commerceSlide .wrap{
    display:block;
    min-height:530px;
  }
  .commerceV3 .slideCopy{
    width:calc(100% - 38px);
    max-width:none;
    padding:78px 0 150px;
    text-align:left;
  }
  .commerceV3 .slideCopy h1,
  .commerceV3 .slideCopy h2{
    max-width:10.5ch;
    margin:0;
    font-size:clamp(2.65rem,13vw,3.5rem);
    line-height:.86;
  }
  .commerceV3 .slideCopy p{
    max-width:94%;
    margin:16px 0 0;
    font-size:.82rem;
    line-height:1.35;
  }
  .commerceV3 .slideCopy .ctaRow{justify-content:flex-start}
  .commerceV3 .slideImageWrap{
    display:block;
    position:absolute;
    right:-13%;
    bottom:-8%;
    width:62%;
    height:300px;
    opacity:.42;
  }
  .commerceV3 .photoSlide .slideCopy{
    width:calc(100% - 54px);
    padding:82px 0 102px;
    text-align:center;
  }
  .commerceV3 .photoSlide .slideCopy h1,
  .commerceV3 .photoSlide .slideCopy h2,
  .commerceV3 .photoSlide .slideCopy p{margin-inline:auto}
  .commerceV3 .heroAudienceSwitch{top:11px;right:11px}
  .commerceV3 .heroArrow{top:auto;bottom:17px;width:40px;height:40px}
  .commerceV3 .heroArrow:hover{transform:none}
  .commerceV3 .heroSlideControls{bottom:29px}
  .commerceV3 .promiseGrid{grid-template-columns:1fr 1fr}
  .commerceV3 .promiseItem{min-height:82px;padding:13px 10px}
  .commerceV3 .promiseItem b{font-size:.95rem}
  .commerceV3 .promiseItem span{font-size:.65rem}
  .commerceV3 .shopFilterBand{position:relative;top:auto}
  .commerceV3 .catalogCommand{grid-template-columns:1fr;gap:8px}
  .commerceV3 .catalogResult{display:block;padding:0;text-align:left}
  .commerceV3 .commerceTabs{margin-inline:-14px;padding-inline:14px;overflow-x:auto;flex-wrap:nowrap}
  .commerceV3 .filterChip{flex:none}
  .commerceV3 .filterReset{margin-left:0}
  .commerceV3 #catalogo{scroll-margin-top:64px;padding-top:54px}
  .commerceV3 #catalogo .sectionHead .h2{font-size:2.8rem}
  .commerceV3 .shopCategoryStack{gap:52px;margin-top:30px}
  .commerceV3 .categoryHeader{align-items:start}
  .commerceV3 .categoryHeader .h2{font-size:2.45rem}
  .commerceV3 .categoryHeader .lead{font-size:.8rem}
  .commerceV3 .categoryCount{font-size:3rem}
  .commerceV3 .productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .commerceV3 .productCard{display:flex;grid-template-columns:none}
  .commerceV3 .productMedia{min-height:0;aspect-ratio:1}
  .commerceV3 .productMedia img{padding:8%}
  .commerceV3 .quickView{left:auto;right:8px;top:8px;width:34px;height:34px}
  .commerceV3 .productBadges{top:8px;left:8px;display:grid;gap:4px}
  .commerceV3 .productBadge{font-size:.52rem;padding:5px 6px}
  .commerceV3 .productValue{left:7px;right:auto;bottom:7px;padding:6px;font-size:.54rem}
  .commerceV3 .productBody{padding:11px}
  .commerceV3 .productKicker{font-size:.56rem}
  .commerceV3 .productBody h3{min-height:2.45em;margin-top:6px;font-size:1rem;line-height:.95}
  .commerceV3 .productMeta{gap:3px;margin-top:7px}
  .commerceV3 .metaPill{padding:4px 5px;font-size:.56rem}
  .commerceV3 .productDesc{display:none}
  .commerceV3 .priceRow{padding-top:12px;align-items:stretch;flex-direction:column}
  .commerceV3 .price{font-size:1.45rem}
  .commerceV3 .retailValue{font-size:.54rem}
  .commerceV3 .savingLabel{font-size:.56rem}
  .commerceV3 .addBtn{width:100%;min-height:36px;padding:0 7px;font-size:.72rem}
  .commerceSupportInner{gap:34px}
  .commerceV3 .commerceSupport .h2{font-size:3rem}
  .commerceV3 .aiQuestions{display:grid}
  .supportCard{padding:22px}
  .supportCard h3{font-size:2.45rem}
  .productStage{padding:18px 0 56px}
  .commerceBreadcrumb{margin-bottom:14px}
  .commerceV3 .productDetail{gap:24px}
  .commerceV3 .productInfo h1{font-size:2.9rem}
  .commerceV3 .productInfo .price{font-size:2.7rem}
  .commerceV3 .productAssurances{grid-template-columns:1fr}
  .commerceV3 .detailBuy{position:static;padding:0;border:0;box-shadow:none}
  .commerceV3 .detailBuy .addBtn,
  .commerceV3 .detailBuy .btn{width:100%;justify-content:center}
  .productInsightGrid{gap:34px}
  .productInsight h2{font-size:3.15rem}
  .productInsightFacts{grid-template-columns:1fr}
  .productInsightFacts article{min-height:150px}
  .relatedHead{align-items:start;flex-direction:column}
  .relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .commerceV3 .cartHero,
  .commerceV3 .checkoutHero{padding:40px 0}
  .commerceV3 .cartHero .h1,
  .commerceV3 .checkoutHero .h1{font-size:3.25rem}
  .cartHeroTrust{grid-template-columns:1fr}
  .cartHeroTrust span{padding:10px 0;border-right:0}
  .cartHeroTrust b{display:inline-block;margin:0;min-width:76px}
  .cartContent{padding-top:42px}
  .cartContentHead{align-items:start;flex-direction:column;gap:10px}
  .commerceV3 .cartRow{grid-template-columns:84px minmax(0,1fr)}
  .commerceV3 .cartRow .productThumb{width:84px}
  .commerceV3 .cartControls{grid-column:2;display:flex;align-items:center;justify-content:space-between}
  .commerceReassurance .wrap{grid-template-columns:1fr}
  .commerceReassurance article{min-height:70px;padding:14px 0;border-right:0;border-bottom:1px solid var(--commerce-line)}
  .commerceReassurance article:last-child{border-bottom:0}
  .checkoutSteps{margin-bottom:18px}
  .checkoutSteps span{padding:7px 9px;font-size:.65rem}
  .commerceV3 .checkoutForm,
  .commerceV3 .checkoutSummary{padding:18px}
  .checkoutFormHead{align-items:start;flex-direction:column;gap:10px}
  .commerceV3 .formGrid{grid-template-columns:1fr}
  .commerceV3 .field.full{grid-column:auto}
  .commerceV3 .reyChatLauncher{right:10px;bottom:10px;min-width:0;width:50px;padding:0}
  .commerceV3 .reyChatLauncher::before{left:7px}
  .commerceV3 .reyChatLauncher span{display:none}
  .commerceV3.accountPage .accountHero{padding:46px 0}
  .commerceV3.accountPage .accountHeroInner{min-height:210px}
  .commerceV3.accountPage .accountHero .h1{font-size:3.25rem}
  .commerceV3.accountPage .accountForm{padding:18px}
}

@media (max-width:360px){
  .portalIntro h1{font-size:2rem}
  .portalChoice h2{font-size:2.35rem}
  .portalChoiceCopy>p{-webkit-line-clamp:1}
  .commerceV3 .productGrid,
  .relatedGrid{grid-template-columns:1fr}
}

@media (max-width:620px) and (max-height:700px){
  .commercePortal{grid-template-rows:68px minmax(0,1fr)}
  .portalIntro>p{display:none}
  .portalChoiceCopy>p{-webkit-line-clamp:1}
  .portalCta{margin-top:6px}
}

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