/** Shopify CDN: Minification failed

Line 810:0 Unexpected "}"

**/
/* OCOA PDP — scoped (generated) v21 ritual-dynamic */

:root{
  
  --green:        #008758;   
  --green-dark:   #2C5236;   
  --green-deep:   #00603E;   
  --teal:         #174A5D;   
  --cream:        #F8EDD9;   
  --cream-2:      #F8EDD9;   
  --cream-line:   #E7D8BC;   
  --yellow:       #F1C400;   
  --yellow-2:     #FEC526;   
  --white:        #FFFFFF;
  --ink:          #2D2A24;   
  --ink-soft:     #2C5236;   
  --strike:       #9A968C;   
  --shoppay:      #5433EB;

  
  --font-display: "Fraunces", "New Spirit", Georgia, serif;        
  --font-body:    "Archivo", system-ui, -apple-system, sans-serif; 
  --wdth: 112;   

  
  --content: 1264px;
  --pad: 24px;
  --radius: 14px;
  --radius-lg: 20px;

  
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}





.ocoa-pdp *{margin:0;padding:0;box-sizing:border-box}
.ocoa-pdp{scroll-behavior:smooth}
.ocoa-pdp{
  font-family:var(--font-body);
  font-stretch:112%;            
  color:var(--ink);
  background:var(--white);
  
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
.ocoa-pdp img{display:block;max-width:100%}
.ocoa-pdp a{color:inherit;text-decoration:none}
.ocoa-pdp button{font-family:inherit;cursor:pointer;border:none;background:none}
.ocoa-pdp h1, .ocoa-pdp h2, .ocoa-pdp h3, .ocoa-pdp h4{font-family:var(--font-display);font-weight:600;color:var(--green);line-height:1.05}
.ocoa-pdp .stars{color:var(--yellow);letter-spacing:1px;font-size:14px}

.ocoa-pdp .wrap{width:min(calc(100% - 48px),var(--content));margin:0 auto}


.ocoa-pdp .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--font-body);font-stretch:112%;font-weight:700;font-size:17px;letter-spacing:.06em;text-transform:uppercase;
  padding:16px 30px;border-radius:0 !important;color:var(--green-dark);
  background:var(--yellow);transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s;
  white-space:nowrap;
}
.ocoa-pdp .btn--yellow{background:var(--yellow);color:var(--green)}
.ocoa-pdp .btn--yellow:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(241,196,0,.4)}
.ocoa-pdp .btn--yellow:active{transform:translateY(1px)}
.ocoa-pdp .btn--outline{background:transparent;color:var(--green);border:1.5px solid var(--green);}
.ocoa-pdp .btn--outline:hover{background:var(--green);color:#fff;transform:translateY(-2px)}
.ocoa-pdp .btn--sm{padding:11px 18px;font-size:12.5px;border-radius:0}


.ocoa-pdp .sticky-shell{position:sticky;top:0;z-index:200}
.ocoa-pdp .announce{background:var(--green);color:var(--cream);overflow:hidden}
.ocoa-pdp .announce__track{display:flex;justify-content:center;white-space:nowrap}
.ocoa-pdp .announce__item{padding:11px 24px;font-size:14px;letter-spacing:.02em;text-align:center}
.ocoa-pdp .announce__item:not(:first-child){display:none}   
@media (max-width:640px){.ocoa-pdp .announce__item{font-size:12px;white-space:normal}}

.ocoa-pdp .nav{
  background:var(--white);
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:20px;
  width:min(calc(100% - 56px),1400px);margin:0 auto;
  padding:22px 0;
}
.ocoa-pdp .nav__toggle, .ocoa-pdp .nav__burger{display:none}
.ocoa-pdp .nav__menu{display:flex;gap:30px;list-style:none;align-items:center}
.ocoa-pdp .nav__menu--left a{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-weight:600;font-size:14px;letter-spacing:.12em;text-transform:uppercase;position:relative}
.ocoa-pdp .nav__menu--left a::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--green);transition:width .25s var(--ease)}
.ocoa-pdp .nav__menu--left a:hover::after{width:100%}
.ocoa-pdp .chev{width:10px;height:7px}
.ocoa-pdp .nav__logo{justify-self:center}
.ocoa-pdp .nav__logo img{height:46px;width:auto}
.ocoa-pdp .nav__right{justify-self:end;display:flex;align-items:center;gap:24px}
.ocoa-pdp .nav__link{color:var(--green);font-weight:600;font-size:14px;letter-spacing:.12em;text-transform:uppercase;position:relative}
.ocoa-pdp .nav__link::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--green);transition:width .25s var(--ease)}
.ocoa-pdp .nav__link:hover::after{width:100%}


.ocoa-pdp .pdp{background:var(--white);padding:24px 0 60px}
.ocoa-pdp .pdp__inner{
  width:min(calc(100% - 48px),var(--content));margin:0 auto;
  display:grid;grid-template-columns:minmax(0,1fr) 600px;gap:48px;align-items:start;
}
.ocoa-pdp .pdp__media{position:sticky;top:90px}


.ocoa-pdp .gallery__stage{position:relative;background:#F8EDD9;border-radius:12px;overflow:hidden;aspect-ratio:1/1}
.ocoa-pdp .gallery__main{width:100%;height:100%;object-fit:cover;transition:opacity .3s var(--ease),transform .45s var(--ease)}
.ocoa-pdp .gallery__main.is-swapping{opacity:0;transform:scale(1.04)}
@media (prefers-reduced-motion: reduce){.ocoa-pdp .gallery__main{transition:none}}
.ocoa-pdp .gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:var(--yellow);color:var(--green);display:grid;place-items:center;transition:transform .2s var(--ease)}
.ocoa-pdp .gallery__arrow svg{width:24px;height:24px}
.ocoa-pdp .gallery__arrow:hover{transform:translateY(-50%) scale(1.08)}
.ocoa-pdp .gallery__arrow--prev{left:16px}
.ocoa-pdp .gallery__arrow--next{right:16px}

.ocoa-pdp .gallery__thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.ocoa-pdp .gallery__thumbs::-webkit-scrollbar{display:none}
.ocoa-pdp .gallery__thumb{flex:0 0 calc((100% - 4.5*10px)/5.5);aspect-ratio:1/1;overflow:hidden;border:2px solid transparent;background:#F8EDD9;transition:border-color .2s;scroll-snap-align:start;border-radius:0}
.ocoa-pdp .gallery__thumb img{width:100%;height:100%;object-fit:cover}
.ocoa-pdp .gallery__thumb.is-active{border-color:#000}


.ocoa-pdp .ugc{margin-top:40px}
.ocoa-pdp .ugc__title, .ocoa-pdp .addons__title{font-family:var(--font-display);font-weight:600;font-size:24px;color:var(--green);margin-bottom:16px}
.ocoa-pdp .ugc__railwrap{position:relative}
.ocoa-pdp .ugc__row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.ocoa-pdp .ugc__row::-webkit-scrollbar{display:none}
.ocoa-pdp .ugc__cell{flex:0 0 141px;aspect-ratio:141/204;scroll-snap-align:start;border-radius:12px;overflow:hidden;background:#F8EDD9;position:relative}
.ocoa-pdp .ugc__cell img{width:100%;height:100%;object-fit:cover}
.ocoa-pdp .ugc__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--yellow);color:var(--green);display:grid;place-items:center;border:none;cursor:pointer;transition:transform .2s var(--ease),opacity .2s;z-index:3}
.ocoa-pdp .ugc__arrow:hover{transform:translateY(-50%) scale(1.08)}
.ocoa-pdp .ugc__arrow--prev{left:-20px}
.ocoa-pdp .ugc__arrow--next{right:-20px}
.ocoa-pdp .ugc__arrow[hidden]{display:none}
.ocoa-pdp .ugc__arrow svg{width:18px;height:18px}
.ocoa-pdp .ugc__mute{position:absolute;bottom:10px;right:10px;background:rgba(80,80,80,.7);border:none;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;cursor:pointer;font-size:14px;color:#fff;z-index:2;filter:grayscale(1)}
.ocoa-pdp .ugc__mute:hover{background:rgba(80,80,80,.9)}


.ocoa-pdp .addons{margin-top:40px}
.ocoa-pdp .addons__list{display:flex;flex-direction:column;gap:14px}
.ocoa-pdp .addon{display:grid;grid-template-columns:108px 1fr auto;align-items:center;gap:22px;background:var(--cream);border:none;border-radius:14px;padding:16px 20px}
.ocoa-pdp .addon__img{width:108px;height:108px;object-fit:cover;border-radius:10px;background:#F1E1C8}
.ocoa-pdp .addon__name{font-family:var(--font-display);font-weight:600;font-size:22px;line-height:1.1;letter-spacing:0;color:var(--green-dark)}
.ocoa-pdp .addon__price{margin-top:8px;font-size:18px}
.ocoa-pdp .oc-price{color:var(--green);font-weight:700}
.ocoa-pdp .oc-price--was{color:var(--strike);text-decoration:line-through;font-weight:500;margin-left:4px}
.ocoa-pdp .pcard__price .oc-price--was{color:var(--teal)}
.ocoa-pdp .addon__add{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--green);color:var(--green);border-radius:0;padding:13px 22px;font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.05em;transition:.2s var(--ease)}
.ocoa-pdp .addon__add svg{width:18px;height:18px}
.ocoa-pdp .addon__add:hover{background:var(--green);color:#fff}


.ocoa-pdp .rating-row{display:flex;align-items:center;gap:8px}
.ocoa-pdp .rating-row__text{font-size:18px;color:var(--ink-soft);font-weight:400}
.ocoa-pdp .rating-row--light .rating-row__text{color:rgba(255,255,255,.85)}
.ocoa-pdp .rating-row--center{justify-content:center}

.ocoa-pdp .buybox__title{font-size:40px;color:var(--green);margin:12px 0 14px;letter-spacing:-.01em}
.ocoa-pdp .buybox__desc{font-size:15px;color:var(--ink-soft);line-height:1.6}
.ocoa-pdp .benefits{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;margin:22px 0 24px;
  border:1px solid var(--green-dark);border-radius:8px;padding:22px 26px}
.ocoa-pdp .benefits li{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--green-dark)}
.ocoa-pdp .benefits__ic{width:30px;height:30px;object-fit:contain;flex:none}

.ocoa-pdp .choose__label{font-weight:700;font-size:18px;color:var(--green);margin-bottom:10px}
.ocoa-pdp .sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.ocoa-pdp .sizes{margin-bottom:6px}
.ocoa-pdp .size{position:relative;border:1px solid var(--cream-line);background:var(--cream);border-radius:14px;padding:18px 12px 14px;text-align:center;transition:.2s var(--ease);min-height:88px;display:flex;flex-direction:column;justify-content:center;gap:4px}
.ocoa-pdp .size:hover{border-color:var(--green)}
.ocoa-pdp .size.is-active{border:1px solid var(--green);background:var(--yellow);box-shadow:6px 6px 0 0 var(--green)}  
.ocoa-pdp .size__head{font-weight:400;font-size:15px;color:var(--green);font-family:var(--font-body);font-stretch:112%}
.ocoa-pdp .size__sub{font-size:12px;font-weight:500;letter-spacing:.04em;color:var(--green-dark);text-transform:uppercase}
.ocoa-pdp .size__badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--teal);color:var(--yellow);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 11px;border-radius:20px;white-space:nowrap}
.ocoa-pdp .size__badge--best{background:var(--teal);color:var(--yellow)}

.ocoa-pdp .purchase{display:flex;flex-direction:column;gap:12px;margin:22px 0}
.ocoa-pdp .purch{display:grid;grid-template-columns:auto 1fr;gap:0 14px;align-items:start;border:1px solid var(--green-dark);background:#fff;border-radius:12px;padding:16px 18px;cursor:pointer;transition:.2s var(--ease);overflow:hidden}
.ocoa-pdp .purch input{display:none}
.ocoa-pdp .purch__radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--cream-line);margin-top:2px;flex:none;position:relative;transition:.2s}
.ocoa-pdp .purch.is-active{border-color:var(--green-dark);background:#fff}
.ocoa-pdp .purch.is-active .purch__radio{border-color:var(--green)}
.ocoa-pdp .purch.is-active .purch__radio::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--green)}
.ocoa-pdp .purch__head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;flex-wrap:wrap}
.ocoa-pdp .purch__name{font-weight:700;font-size:18px;color:var(--teal)}
.ocoa-pdp .purch__now{color:var(--teal);font-weight:700;font-size:18px}
.ocoa-pdp .purch__unit{font-size:11px;color:var(--ink-soft);font-weight:600}
.ocoa-pdp .purch__was{color:var(--teal);text-decoration:line-through;font-size:18px;margin-left:2px;font-weight:500}
.ocoa-pdp .purch__bullets{list-style:none;margin:10px 0 0;display:flex;flex-direction:column;gap:5px}
.ocoa-pdp .purch__bullets li{position:relative;padding-left:18px;font-size:13px;color:var(--ink-soft)}
.ocoa-pdp .purch__bullets li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}
.ocoa-pdp .purch__gift{grid-column:1/-1;margin:14px -18px -16px;padding:14px 18px;background:var(--cream);font-size:13px;color:var(--teal);display:flex;align-items:center;gap:10px}
.ocoa-pdp .purch__gift-tag{display:inline-block;background:var(--green);color:#fff;font-weight:700;font-size:12px;letter-spacing:.05em;padding:4px 10px;border-radius:6px;border:1px solid var(--green)}

.ocoa-pdp .atc{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:stretch;margin-bottom:24px}
.ocoa-pdp .qty{display:flex;align-items:center;border:1px solid #B6D3C2;border-radius:0;overflow:hidden;background:var(--cream)}
.ocoa-pdp .qty__btn{width:42px;height:100%;font-size:18px;color:var(--green);font-weight:500}
.ocoa-pdp .qty__btn:hover{background:#eef6f1}
.ocoa-pdp .qty__n{min-width:30px;text-align:center;font-weight:700;color:var(--green)}
.ocoa-pdp .atc__btn{width:100%;font-size:18px;padding:18px;border-radius:0;color:var(--green);font-weight:700}
.ocoa-pdp .atc__arrow{width:20px;height:20px}

.ocoa-pdp .trust{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:18px;text-align:center}
.ocoa-pdp .trust li{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:12px;font-weight:600;color:var(--ink-soft);line-height:1.3}
.ocoa-pdp .trust__ic{height:48px;width:auto;object-fit:contain}

.ocoa-pdp .installments{text-align:center;font-size:15px;color:var(--ink-soft);margin-bottom:26px}
.ocoa-pdp .installments strong{color:var(--green-dark)}
.ocoa-pdp .installments a{text-decoration:underline}


.ocoa-pdp .acc summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;padding:20px 0;font-family:var(--font-display);font-weight:600;font-size:17px;color:var(--green)}
.ocoa-pdp .acc summary::-webkit-details-marker{display:none}
.ocoa-pdp .acc summary::after{content:"";width:22px;height:22px;border-radius:50%;border:1.5px solid var(--green);flex:none;background:
   linear-gradient(var(--green),var(--green)) center/9px 1.5px no-repeat,
   linear-gradient(var(--green),var(--green)) center/1.5px 9px no-repeat;transition:transform .3s var(--ease)}
.ocoa-pdp .acc[open] summary::after{background:
   linear-gradient(var(--green),var(--green)) center/9px 1.5px no-repeat;transform:rotate(180deg)}
.ocoa-pdp .acc__body{padding:0 0 22px;font-size:14px;color:var(--ink-soft);line-height:1.65}
.ocoa-pdp .acc__body p{max-width:60ch}
.ocoa-pdp .accordion{border:1px solid var(--green-dark);border-radius:10px;padding:4px 22px}
.ocoa-pdp .accordion .acc{border-bottom:1px solid var(--cream-line)}
.ocoa-pdp .accordion .acc:last-child{border-bottom:none}


.ocoa-pdp .props{background:var(--green);color:var(--cream)}
.ocoa-pdp .props__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto;display:flex;align-items:center;justify-content:center;gap:34px;padding:16px 0;flex-wrap:wrap}
.ocoa-pdp .prop{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:400;letter-spacing:.06em;text-transform:uppercase}
.ocoa-pdp .prop__ic{width:20px;height:20px;border-radius:50%;background:var(--cream);color:var(--green);display:grid;place-items:center;font-size:11px;font-weight:700}
.ocoa-pdp .props__div{width:1px;height:20px;background:rgba(248,236,217,.4)}
/* props marquee: leading divider + duplicate set are only used by the mobile loop below */
.ocoa-pdp .props__inner > .props__div:first-child{display:none}
.ocoa-pdp .prop--dup,.ocoa-pdp .props__div--dup{display:none}


.ocoa-pdp .results{background:#F8EDD9;padding:80px 0}
.ocoa-pdp .results__inner{width:min(calc(100% - 128px),1312px);margin:0 auto;display:grid;grid-template-columns:500px 1fr;gap:40px;align-items:start}
.ocoa-pdp .results__intro{background:none;color:var(--ink-soft);border-radius:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start;gap:24px}
.ocoa-pdp .results__head{display:flex;flex-direction:column;gap:12px}
.ocoa-pdp .results__cta{width:100%;justify-content:flex-start;gap:8px;padding:24px 28px;text-transform:uppercase;letter-spacing:1.5px;font-size:20px}
.ocoa-pdp .results__cta::after{content:"\2197";font-size:1em;line-height:1}
.ocoa-pdp .results .rating-row__text{color:var(--ink-soft)}
.ocoa-pdp .results__title{color:var(--green);font-family:var(--font-display);font-weight:600;font-size:52px;margin:0;line-height:1;letter-spacing:1px}
.ocoa-pdp .results__sub{color:var(--ink-soft);font-size:18px;margin:0;line-height:24px}
.ocoa-pdp .results__intro .btn{align-self:stretch;font-size:14px;padding:15px 18px;white-space:normal;text-align:center}
.ocoa-pdp .results__railwrap{position:relative;overflow:hidden;}
.ocoa-pdp .results__rail{display:flex;align-items:stretch;gap:13px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:0}
.ocoa-pdp .results__rail::-webkit-scrollbar{display:none}
.ocoa-pdp .results__arrow{position:absolute;top:190px;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:var(--yellow);color:var(--green);display:grid;place-items:center;z-index:4;border:none;cursor:pointer;transition:transform .2s var(--ease),opacity .2s var(--ease)}
.ocoa-pdp .results__arrow:hover{transform:translateY(-50%) scale(1.08)}
.ocoa-pdp .results__arrow svg{width:24px;height:24px}
.ocoa-pdp .results__arrow--prev{left:-12px}
.ocoa-pdp .results__arrow--next{right:-12px}
.ocoa-pdp .results__arrow[disabled]{opacity:.3;pointer-events:none;cursor:default}
.ocoa-pdp .vidcard{flex:0 0 262px;height:380px;scroll-snap-align:start;position:relative;border-radius:8px;overflow:hidden;background:#fff;min-height:0}
.ocoa-pdp .vidcard__media{position:absolute;inset:0;overflow:hidden}
.ocoa-pdp .vidcard__media img, .ocoa-pdp .vidcard__video{width:100%;height:100%;object-fit:cover;display:block}
.ocoa-pdp .vidcard__mute{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:8px;background:rgba(0,0,0,.45);color:#fff;display:grid;place-items:center;backdrop-filter:blur(2px)}
.ocoa-pdp .vidcard__mute svg{width:17px;height:17px}
.ocoa-pdp .vidcard__chip{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:10px;padding:34px 12px 12px;
  background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,0))}
.ocoa-pdp .vidcard__thumb{width:42px;height:42px;flex:none;border-radius:8px;object-fit:cover;background:#fff}
.ocoa-pdp .vidcard__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}
.ocoa-pdp .vidcard__name{font-weight:600;font-size:15px;color:#fff;line-height:1.15}
.ocoa-pdp .vidcard__price{font-size:14px;color:#fff;font-weight:700}
.ocoa-pdp .vidcard__cart{flex:none;width:34px;height:34px;border-radius:50%;background:var(--ink-soft);color:#fff;display:grid;place-items:center;transition:transform .2s var(--ease)}
.ocoa-pdp .vidcard__cart svg{width:18px;height:18px}
.ocoa-pdp .vidcard__cart:hover{transform:scale(1.08)}


.ocoa-pdp .clean{background:var(--white);padding:6px 0 40px}
.ocoa-pdp .clean__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .clean__title{text-align:center;font-size:52px;color:var(--green);margin-bottom:22px}
.ocoa-pdp .clean__badges{display:flex;flex-wrap:wrap;gap:30px;background:var(--cream);border-radius:10px;padding:14px 32px;width:fit-content;max-width:100%;margin:0 auto 40px}
.ocoa-pdp .cbadge{color:var(--green);font-weight:400;font-size:16px}
.ocoa-pdp .clean__grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.ocoa-pdp .clean__collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}
.ocoa-pdp .clean__collage img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);aspect-ratio:1/1}
.ocoa-pdp .clean__copy{display:flex;flex-direction:column;gap:22px}
.ocoa-pdp .promise{position:relative;background:#fff;border:1px solid #D6DED9;border-radius:var(--radius);padding:30px 24px 22px}
.ocoa-pdp .promise__tag{position:absolute;top:-14px;left:22px;background:var(--teal);color:var(--yellow);font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;padding:7px 16px;border-radius:20px}
.ocoa-pdp .promise p{font-size:17px;color:var(--ink-soft);line-height:1.6}
.ocoa-pdp .clean__cta{align-self:flex-start}
.ocoa-pdp .clean__ulta{display:inline-flex;align-items:center;gap:9px;font-size:18px;color:#F37830;font-weight:600;background:#FBE9DD;border:1px solid #F3A07A;border-radius:30px;padding:9px 20px;align-self:center}
.ocoa-pdp .clean__ulta-logo{height:20px;width:auto;display:block}
.ocoa-pdp .clean__ulta strong{color:#F37830}


.ocoa-pdp .steps{background:var(--white);padding:30px 0 80px;text-align:center}
.ocoa-pdp .steps__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .steps__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green-dark);font-weight:700;font-size:15px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.ocoa-pdp .steps__dot{color:var(--green)}
.ocoa-pdp .steps__title{font-size:52px;color:var(--green);max-width:760px;margin:0 auto 18px}
.ocoa-pdp .steps__sub{font-size:15px;color:var(--ink-soft);max-width:62ch;margin:0 auto 44px;line-height:1.6}
.ocoa-pdp .steps__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}
.ocoa-pdp .step__media{position:relative;aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;background:transparent}
.ocoa-pdp .step__media img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.ocoa-pdp .steps__grid .step:nth-child(2) .step__media img{object-position:50% 12%}
.ocoa-pdp .step__num{position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--green);display:grid;place-items:center;font-weight:700;font-family:var(--font-display);font-size:24px}
.ocoa-pdp .step figcaption{margin-top:16px;font-size:17px;color:var(--ink-soft);line-height:1.6;max-width:42ch;margin-inline:auto}


.ocoa-pdp .ingtiles{background:var(--white);padding:10px 0 70px}
.ocoa-pdp .ingtiles__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ocoa-pdp .ingtile{text-align:center}
.ocoa-pdp .ingtile figcaption{font-family:var(--font-display);font-weight:600;font-size:32px;color:var(--green);margin-bottom:18px;line-height:1.1}
.ocoa-pdp .ingtile img{width:100%;aspect-ratio:1/1;object-fit:contain}


.ocoa-pdp .claro{background:var(--white);padding:40px 0 70px;text-align:center}
.ocoa-pdp .claro__inner{width:min(calc(100% - 48px),820px);margin:0 auto}
.ocoa-pdp .claro__title{font-size:52px;color:var(--green);margin-bottom:28px}
.ocoa-pdp .claro__list{display:flex;flex-direction:column;gap:14px;text-align:left}
.ocoa-pdp .claro__item{background:#fff;border:1px solid var(--cream-line);border-radius:14px;padding:0 22px}
.ocoa-pdp .claro__item summary{list-style:none;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;cursor:pointer;padding:18px 0}
.ocoa-pdp .claro__item summary::-webkit-details-marker{display:none}
.ocoa-pdp .claro__item summary img{width:48px;height:48px;object-fit:contain;border-radius:8px;grid-row:1/3}
.ocoa-pdp .claro__name{grid-column:2;font-family:var(--font-display);font-weight:600;font-size:20px;color:var(--green-dark);text-transform:uppercase;letter-spacing:.02em}
.ocoa-pdp .claro__sub{grid-column:2;grid-row:2;font-size:12px;color:var(--ink-soft);font-weight:500;margin-top:2px}
.ocoa-pdp .claro__item summary::after{content:"";grid-column:3;grid-row:1/3;width:18px;height:11px;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='black' stroke-width='1.6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='black' stroke-width='1.6'/%3E%3C/svg%3E") center/contain no-repeat;
  background-color:var(--green);transition:transform .3s var(--ease)}
.ocoa-pdp .claro__item[open] summary::after{transform:rotate(180deg)}
.ocoa-pdp .claro__item .acc__body{padding:0 0 20px 64px}
.ocoa-pdp .claro__cta{margin-top:30px}


.ocoa-pdp .press{background:var(--white);padding:30px 0 60px;text-align:center}
.ocoa-pdp .press__title{font-size:40px;color:var(--green);margin-bottom:40px;text-transform:uppercase;letter-spacing:.02em}
.ocoa-pdp .press__row{width:min(calc(100% - 48px),1200px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.ocoa-pdp .press__row img{height:54px;width:auto;object-fit:contain}
.ocoa-pdp .press__logo--dup{display:none}
@keyframes ocoa-press-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes ocoa-props-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}



.ocoa-pdp .ritual{background:var(--white);padding:40px 0 80px;text-align:center}
.ocoa-pdp .ritual__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .ritual__title{font-size:52px;color:var(--green);margin-bottom:34px}
.ocoa-pdp .ritual__rail{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:8px;text-align:left}
.ocoa-pdp .ritual__rail::-webkit-scrollbar{display:none}
.ocoa-pdp .pcard{flex:0 0 286px;scroll-snap-align:start;background:#fff;border:1px solid var(--cream-line);border-radius:var(--radius);overflow:hidden;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.ocoa-pdp .pcard:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(0,0,0,.08)}
.ocoa-pdp .pcard__media{position:relative;aspect-ratio:1/1;background:#FFFFFF;overflow:hidden}
.ocoa-pdp .pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}
.ocoa-pdp .pcard:hover .pcard__media img{transform:scale(1.04)}
.ocoa-pdp .pcard__tag{position:absolute;top:12px;left:12px;background:var(--green-dark);color:var(--cream);font-weight:700;font-size:11px;letter-spacing:.05em;padding:4px 9px;border-radius:5px;text-transform:uppercase}
.ocoa-pdp .pcard__tag--best{background:var(--green-dark);color:var(--cream)}
.ocoa-pdp .pcard__body{padding:16px 18px 20px}
.ocoa-pdp .pcard__name{font-weight:700;font-size:17px;color:var(--green);min-height:42px}
.ocoa-pdp .pcard__rate{display:flex;align-items:center;gap:6px;font-size:15px;color:var(--ink-soft);margin:6px 0}
.ocoa-pdp .pcard__ss{font-size:14px;color:var(--ink-soft);margin-bottom:8px}
.ocoa-pdp .pcard__price{margin-bottom:14px;font-size:20px}
.ocoa-pdp .pcard__add{width:100%;margin-bottom:10px}
.ocoa-pdp .pcard__once{display:block;text-align:center;font-size:14px;color:var(--green);text-decoration:underline}


.ocoa-pdp .reviews{background:var(--cream);padding:30px 0 80px}
.ocoa-pdp .reviews__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .reviews__head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}
.ocoa-pdp .reviews__title{font-size:52px;color:var(--green);margin-bottom:8px}
.ocoa-pdp .reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ocoa-pdp .review{background:#fff;border:1px solid var(--cream-line);border-radius:var(--radius);padding:30px 30px 26px}
.ocoa-pdp .review__top{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:var(--green-dark);margin-bottom:16px}
.ocoa-pdp .review__top .stars{font-size:17px}
.ocoa-pdp .review__body{font-size:18px;color:var(--ink-soft);line-height:1.65;min-height:150px}
.ocoa-pdp .review__body a{color:var(--green);text-decoration:underline}
.ocoa-pdp .review__who{display:flex;align-items:center;gap:12px;margin-top:18px}
.ocoa-pdp .review__name{font-weight:700;font-size:18px;color:var(--green)}
.ocoa-pdp .review__ver{font-size:14px;color:var(--green);font-weight:600}
.ocoa-pdp .review__meta{font-size:14px;color:var(--ink-soft);margin-top:4px}
.ocoa-pdp .reviews__more{text-align:center;margin-top:30px}


.ocoa-pdp .ba{background:var(--white);padding:30px 0 80px;text-align:center}
.ocoa-pdp .ba__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .ba__title{font-size:52px;color:var(--green);margin:14px 0 36px}
.ocoa-pdp .ba__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ocoa-pdp .bacard{text-align:left}
.ocoa-pdp .bacard__pair{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.ocoa-pdp .bacard__pair figure{position:relative;aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;background:#F8EDD9}
.ocoa-pdp .bacard__pair img{width:100%;height:100%;object-fit:cover}
.ocoa-pdp .bacard__pair figcaption{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.92);color:var(--green-dark);font-size:14px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;padding:3px 12px;border-radius:20px}
.ocoa-pdp .bacard__pair figcaption.is-after{background:var(--green);color:#fff}
.ocoa-pdp .bacard__quote{font-family:var(--font-body);font-weight:600;font-size:18px;color:var(--green);margin-bottom:8px}
.ocoa-pdp .bacard__body{font-size:13.5px;color:var(--ink-soft);line-height:1.6}
.ocoa-pdp .bacard__foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px}
.ocoa-pdp .bacard__name{font-weight:700;font-size:18px;color:var(--green)}
.ocoa-pdp .bacard__rate{display:flex;align-items:center;gap:6px;font-size:18px;color:var(--ink-soft);font-weight:400}


.ocoa-pdp .faq{background:var(--white);padding:40px 0 80px}
.ocoa-pdp .faq__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:50px;align-items:start}
.ocoa-pdp .faq__title{font-size:52px;color:var(--green);margin-bottom:26px;line-height:1.05}
.ocoa-pdp .faq__tabs{display:inline-flex;flex-direction:column;background:var(--cream-2);border-radius:10px;padding:8px;gap:4px;min-width:160px}
.ocoa-pdp .faq__tab{text-align:left;padding:10px 16px;border-radius:7px;font-weight:600;font-size:18px;color:var(--teal);transition:.2s}
.ocoa-pdp .faq__tab.is-active{background:var(--yellow);color:var(--teal)}
.ocoa-pdp .faq__list .acc{border-bottom:1px solid var(--cream-line)}
.ocoa-pdp .faq__list .acc summary{padding:22px 0;color:var(--green)}
.ocoa-pdp .faq__list .acc__body{font-size:18px}
.ocoa-pdp .faq__list .acc summary::after{border:none;border-radius:0;width:18px;height:11px;background:
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23008758' stroke-width='1.6'/%3E%3C/svg%3E") center/contain no-repeat}
.ocoa-pdp .faq__list .acc[open] summary::after{transform:rotate(180deg)}


.ocoa-pdp .quiz{background:var(--white);padding:20px 0 70px}
.ocoa-pdp .quiz__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto;background:var(--cream-2);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr 420px;align-items:center;min-height:340px}
.ocoa-pdp .quiz__copy{padding:54px 56px}
.ocoa-pdp .quiz__title{font-size:52px;color:var(--green);margin-bottom:14px;line-height:1.05}
.ocoa-pdp .quiz__sub{font-size:18px;color:var(--ink-soft);max-width:42ch;margin-bottom:24px;line-height:1.6}
.ocoa-pdp .quiz__copy .rating-row{margin-top:22px}
.ocoa-pdp .quiz__copy .rating-row__text{color:var(--ink-soft)}
.ocoa-pdp .quiz__img{width:100%;height:100%;object-fit:cover;align-self:stretch}


.ocoa-pdp .social{background:var(--white);padding:40px 0 50px;text-align:center}
.ocoa-pdp .social__head{display:flex;justify-content:space-between;align-items:center;width:min(calc(100% - 48px),var(--content));margin:0 auto 22px}
.ocoa-pdp .social__title{color:var(--green);font-size:52px}
.ocoa-pdp .social__handle{color:var(--green);font-weight:600;font-size:24px;letter-spacing:.04em;font-family:var(--font-display)}
.ocoa-pdp .social__strip{display:flex;gap:14px;width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .social__tile{flex:1;aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:transparent}
.ocoa-pdp .social__tile img{width:100%;height:100%;object-fit:cover;display:block}
.ocoa-pdp .social__full{width:100%;height:auto;object-fit:cover;display:block}


.ocoa-pdp .confidence{background:var(--cream);padding:64px 0}
.ocoa-pdp .confidence__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto;text-align:center}
.ocoa-pdp .confidence__title{font-size:52px;color:var(--green);margin-bottom:44px}
.ocoa-pdp .confidence__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ocoa-pdp .conf{display:flex;flex-direction:column;align-items:center;gap:10px}
.ocoa-pdp .conf__ic{color:var(--green-dark)}
.ocoa-pdp .conf__ic svg{width:40px;height:40px}
.ocoa-pdp .conf__t{font-family:var(--font-display);font-weight:600;font-size:24px;color:var(--green)}
.ocoa-pdp .conf__d{font-size:18px;color:var(--ink-soft);max-width:24ch;line-height:1.5}


.ocoa-pdp .footer{background:var(--green);color:var(--cream);padding:54px 0 40px}
.ocoa-pdp .footer__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}
.ocoa-pdp .footer__logo{display:block;text-align:center;margin-bottom:40px}
.ocoa-pdp .footer__logo img{height:120px;width:auto;margin:0 auto}
.ocoa-pdp .footer__cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}
.ocoa-pdp .footer h4{font-family:var(--font-body);font-stretch:112%;font-weight:700;color:var(--cream);font-size:16px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px}
.ocoa-pdp .footer__contact h4{font-size:22px}
.ocoa-pdp .footer__link{display:block;color:rgba(248,236,217,.9);font-size:14px;margin-bottom:12px;transition:.15s}
.ocoa-pdp .footer__link:hover{color:#fff}
.ocoa-pdp .footer__link--u{text-decoration:underline;font-size:15px;margin-bottom:18px}
.ocoa-pdp .footer__mail{display:inline-flex;align-items:center;gap:8px}
.ocoa-pdp .footer__mail svg{width:18px;height:18px}
.ocoa-pdp .footer__social{display:flex;gap:16px;margin-top:6px}
.ocoa-pdp .footer__social a{color:var(--cream);transition:.15s}
.ocoa-pdp .footer__social svg{width:22px;height:22px}
.ocoa-pdp .footer__social a:hover{opacity:.7}
.ocoa-pdp .footer__bar{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid rgba(248,236,217,.2);padding-top:24px;flex-wrap:wrap}
.ocoa-pdp .footer__copy{font-size:13px;color:rgba(248,236,217,.8)}
.ocoa-pdp .footer__pay{display:flex;gap:6px;flex-wrap:wrap}
.ocoa-pdp .paychip{background:#fff;color:#333;font-size:9px;font-weight:700;padding:4px 6px;border-radius:4px}
.ocoa-pdp .footer__selects{display:flex;gap:12px}
.ocoa-pdp .footer__sel{background:transparent;border:none;color:var(--cream);font-family:inherit;font-size:13px;cursor:pointer}
.ocoa-pdp .footer__sel option{color:#333}


.ocoa-pdp .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:calc(var(--i,0) * 80ms)}
.ocoa-pdp .reveal.in{opacity:1;transform:none}







.ocoa-pdp .ba{background:var(--white);padding:40px 0 80px;text-align:center}
.ocoa-pdp .ba__title{font-size:52px;color:var(--green);margin:14px 0 40px}


.ocoa-pdp .bacard{
  text-align:left;
  background:var(--cream);
  border:1px solid var(--cream-line);
  border-radius:var(--radius);
  padding:16px 16px 20px;
}


.ocoa-pdp .bacard__pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.ocoa-pdp .bacard__pair figure{display:flex;flex-direction:column;gap:8px}
.ocoa-pdp .bacard__shot{position:relative;aspect-ratio:3/4;border-radius:10px;overflow:hidden;background:#F8EDD9}
.ocoa-pdp .bacard__shot img{width:100%;height:100%;object-fit:cover}


.ocoa-pdp .bacard__pair figcaption{
  position:static;transform:none;background:none;padding:0;border-radius:0;
  text-align:center;color:var(--green-dark);font-size:14px;font-weight:400;
  letter-spacing:.04em;text-transform:none;
}
.ocoa-pdp .bacard__pair figcaption.is-after{background:none;color:var(--green-dark)}


.ocoa-pdp .bacard__quote{font-family:var(--font-body);font-weight:600;font-size:18px;color:var(--green);line-height:1.3;margin-bottom:8px}
.ocoa-pdp .bacard__body{font-size:14px;color:var(--green-dark);line-height:1.6;margin-bottom:0}
.ocoa-pdp .bacard__foot{display:flex;justify-content:space-between;align-items:center;margin-top:16px}
.ocoa-pdp .bacard__name{font-weight:600;font-size:18px;color:var(--green)}
.ocoa-pdp .bacard__rate{display:flex;align-items:center;gap:6px;font-size:18px;color:var(--green-dark);font-weight:400}


.ocoa-pdp .ba .rating-row__text{color:var(--green-dark);font-size:18px}




.ocoa-pdp .claro__list{gap:10px}
.ocoa-pdp .claro__item{border-radius:12px;padding:0 16px}


.ocoa-pdp .claro__item summary{grid-template-columns:56px 1fr auto;gap:16px;padding:16px 0}


.ocoa-pdp .claro__item summary img{width:56px;height:56px;object-fit:contain;border-radius:4px;background:#f8edd9;padding:4px}


.ocoa-pdp .claro__name{font-size:20px;line-height:28px}
.ocoa-pdp .claro__sub{font-size:14px;line-height:18px;margin-top:7px}


.ocoa-pdp .claro__item .acc__body{padding:0 0 16px 72px;line-height:1.45}



.ocoa-pdp .ingtiles{background:var(--white);padding:80px 0}
.ocoa-pdp .ingtiles__inner{width:min(calc(100% - 160px),var(--content));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}
.ocoa-pdp .ingtile{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.ocoa-pdp .ingtile figcaption{font-family:var(--font-display);font-weight:600;font-size:32px;line-height:38px;color:#008758;margin:0}
.ocoa-pdp .ingtile img{width:auto;max-width:100%;height:auto;max-height:171px;aspect-ratio:auto;object-fit:contain}



.ocoa-pdp .quiz{background:var(--white);padding:20px 0 44px}
.ocoa-pdp .quiz__copy{padding:56px 60px;display:flex;flex-direction:column;align-items:flex-start}
.ocoa-pdp .quiz__title{font-size:50px;color:var(--green);margin:0 0 16px;line-height:1.06;letter-spacing:-.01em}
.ocoa-pdp .quiz__sub{font-size:16px;color:var(--ink-soft);max-width:40ch;margin:0 0 30px;line-height:1.6}

.ocoa-pdp .quiz__copy .btn--yellow{
  width:100%;justify-content:center;text-align:center;
  padding:18px 30px;border-radius:8px;
  font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:15px;
  display:inline-flex;align-items:center;gap:9px
}
.ocoa-pdp .quiz__copy .btn--yellow::after{content:"\2197";font-size:15px;font-weight:700;line-height:1}
.ocoa-pdp .quiz__copy .rating-row{margin-top:26px;display:flex;align-items:center;gap:10px}
.ocoa-pdp .quiz__copy .rating-row .stars{font-size:16px}
.ocoa-pdp .quiz__copy .rating-row__text{color:var(--ink-soft);font-size:15px}
.ocoa-pdp .quiz__img{width:100%;height:100%;object-fit:cover;object-position:center top;align-self:stretch}



.ocoa-pdp .reviews{background:var(--cream);padding:40px 0 90px}
.ocoa-pdp .reviews__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto}


.ocoa-pdp .reviews__head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:34px}
.ocoa-pdp .reviews__title{font-size:48px;color:var(--green);margin-bottom:12px;letter-spacing:-.01em}
.ocoa-pdp .reviews__head .rating-row{gap:8px}
.ocoa-pdp .reviews__head .rating-row .stars{font-size:16px}
.ocoa-pdp .reviews__head .rating-row__text{font-size:15px;color:var(--ink-soft)}
.ocoa-pdp .reviews__head .btn--outline{flex:0 0 auto;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:14px 26px}


.ocoa-pdp .reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}


.ocoa-pdp .review{background:#fff;border:1px solid var(--cream-line);border-radius:var(--radius);padding:28px 28px 24px;display:flex;flex-direction:column}
.ocoa-pdp .review__top{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:var(--green);margin-bottom:14px}
.ocoa-pdp .review__top .stars{font-size:15px}
.ocoa-pdp .review__rating{font-weight:700;color:var(--green)}
.ocoa-pdp .review__body{font-size:15px;color:var(--ink-soft);line-height:1.6;flex:1 1 auto;min-height:132px}
.ocoa-pdp .review__body p{margin:0}
.ocoa-pdp .review__body a{color:var(--green);text-decoration:underline;font-weight:600}


.ocoa-pdp .review__foot{margin-top:20px}
.ocoa-pdp .review__who{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ocoa-pdp .review__name{font-weight:700;font-size:15px;color:var(--green)}
.ocoa-pdp .review__ver{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--green);font-weight:600;white-space:nowrap}
.ocoa-pdp .review__ver-ico{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--green);color:#fff;font-size:9px;font-weight:700;line-height:1}
.ocoa-pdp .review__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;font-size:13px;color:var(--ink-soft)}
.ocoa-pdp .review__loc{color:var(--ink-soft)}
.ocoa-pdp .review__date{color:var(--ink-soft);white-space:nowrap}


.ocoa-pdp .reviews__more{text-align:center;margin-top:36px}
.ocoa-pdp .reviews__more .btn--yellow{min-width:240px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:16px 30px}




.ocoa-pdp .pcard{
  flex:0 0 286px;scroll-snap-align:start;background:#fff;
  border:1px solid var(--cream-line);border-radius:16px;overflow:hidden;
  display:flex;flex-direction:column;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);
}
.ocoa-pdp .pcard:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(0,0,0,.08)}


.ocoa-pdp .pcard__media{position:relative;aspect-ratio:1/1;background:#FFFFFF;overflow:hidden}
.ocoa-pdp .pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}
.ocoa-pdp .pcard:hover .pcard__media img{transform:scale(1.04)}


.ocoa-pdp .pcard__tag{
  position:absolute;top:12px;left:12px;
  background:var(--green-dark);color:var(--cream);
  font-weight:700;font-size:10px;letter-spacing:.06em;line-height:1;
  padding:6px 12px;border-radius:999px;text-transform:uppercase;
}
.ocoa-pdp .pcard__tag--best{background:var(--green-dark);color:var(--cream)}


.ocoa-pdp .pcard__body{padding:16px 16px 18px;display:flex;flex-direction:column}
.ocoa-pdp .pcard__name{font-weight:700;font-size:16px;line-height:1.25;color:var(--green);min-height:40px;margin-bottom:8px}


.ocoa-pdp .pcard__rate{display:flex;align-items:center;gap:7px;margin:0 0 6px}
.ocoa-pdp .pcard__rate .stars{color:var(--yellow);font-size:14px;letter-spacing:1px;line-height:1}
.ocoa-pdp .pcard__reviews{font-size:14px;color:var(--ink-soft);font-weight:400}


.ocoa-pdp .pcard__ss{font-size:13px;color:var(--ink-soft);margin-bottom:8px}


.ocoa-pdp .pcard__price{margin-bottom:14px;font-size:18px;line-height:1}
.ocoa-pdp .pcard__price .oc-price{color:var(--green);font-weight:700;font-size:18px}
.ocoa-pdp .pcard__price .oc-price--was{color:var(--strike);text-decoration:line-through;font-weight:500;font-size:16px;margin-left:6px}


.ocoa-pdp .pcard__add{
  width:100%;margin-bottom:12px;
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  background:var(--yellow);color:var(--green);border:none;
  font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;
  padding:14px 18px;border-radius:8px;cursor:pointer;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease);
}
.ocoa-pdp .pcard__add:hover{transform:none;box-shadow:none}
.ocoa-pdp .pcard__add:active{transform:translateY(1px)}
.ocoa-pdp .pcard__add-arrow{width:14px;height:14px;flex:none}


.ocoa-pdp .pcard__once{display:block;text-align:center;font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:2px}




.ocoa-pdp .steps{background:var(--white);padding:28px 0 72px;text-align:center}


.ocoa-pdp .steps__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green-dark);font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.ocoa-pdp .steps__dot{color:var(--green);font-size:11px}


.ocoa-pdp .steps__title{font-family:var(--font-display);font-weight:600;font-size:42px;line-height:1.05;color:var(--green);max-width:900px;margin:0 auto 14px}


.ocoa-pdp .steps__sub{font-size:14px;color:var(--ink-soft);max-width:none;margin:0 auto 26px;line-height:1.55}


.ocoa-pdp .steps__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:24px}


.ocoa-pdp .step__media{position:relative;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:transparent}
.ocoa-pdp .step__media img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}


.ocoa-pdp .step__num{position:absolute;top:14px;left:14px;width:28px;height:28px;border-radius:50%;background:var(--yellow);color:var(--green);display:grid;place-items:center;font-weight:700;font-family:var(--font-display);font-size:16px;line-height:1}


.ocoa-pdp .step figcaption{margin-top:14px;font-size:13px;color:var(--ink-soft);line-height:1.5;max-width:none;margin-inline:0;text-align:left}


.ocoa-pdp .steps__cta{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;padding:18px 24px;border-radius:6px;font-size:14px;letter-spacing:.12em;white-space:nowrap}
.ocoa-pdp .steps__cta::after{content:"\2197";font-size:14px;line-height:1}


@media (max-width:1024px){
  .ocoa-pdp .nav{grid-template-columns:auto 1fr auto;gap:14px;padding:16px 0}
  .ocoa-pdp .nav__burger{display:flex;flex-direction:column;gap:5px;width:26px;cursor:pointer}
  .ocoa-pdp .nav__burger span{height:2px;background:var(--green);border-radius:2px;transition:.3s}
  .ocoa-pdp .nav__menu--left{position:fixed;inset:0 30% 0 0;background:var(--cream);flex-direction:column;align-items:flex-start;padding:90px 30px;gap:22px;transform:translateX(-105%);transition:transform .35s var(--ease);box-shadow:6px 0 30px rgba(0,0,0,.12);z-index:210}
  .ocoa-pdp .nav__toggle:checked ~ .nav__menu--left{transform:none}
  .ocoa-pdp .nav__logo{justify-self:center}
  .ocoa-pdp .nav__right{gap:14px}
  .ocoa-pdp .nav__link--account, .ocoa-pdp .nav__link--search, .ocoa-pdp .nav__subscribe{display:none}

  .ocoa-pdp .pdp__inner{grid-template-columns:1fr;gap:36px;width: 100%;}
  .ocoa-pdp .pdp{ padding: 24px 12px 60px;}
  .ocoa-pdp .pdp__media{position:static;}
  .ocoa-pdp .pdp__buy{max-width:none}

  .ocoa-pdp .results__inner{grid-template-columns:1fr}
  .ocoa-pdp .results__title{font-size:34px}

  .ocoa-pdp .clean__grid{grid-template-columns:1fr;gap:26px}
  .ocoa-pdp .faq__inner{grid-template-columns:1fr;gap:28px}
  .ocoa-pdp .faq__tabs{flex-direction:row;width:100%}
  .ocoa-pdp .quiz__inner{grid-template-columns:1fr 320px}

  .ocoa-pdp .confidence__grid{grid-template-columns:1fr 1fr;gap:34px 20px}
  .ocoa-pdp .footer__cols{grid-template-columns:1fr 1fr;gap:30px}

  .ocoa-pdp .ingtiles__inner, .ocoa-pdp .reviews__grid, .ocoa-pdp .ba__grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 -24px;padding:0 24px}
  .ocoa-pdp .ingtiles__inner::-webkit-scrollbar, .ocoa-pdp .reviews__grid::-webkit-scrollbar, .ocoa-pdp .ba__grid::-webkit-scrollbar{display:none}
  .ocoa-pdp .ingtile{flex:0 0 40%}
  .ocoa-pdp .review{flex:0 0 60%}
  .ocoa-pdp .bacard{flex:0 0 70%}
  .ocoa-pdp .clean__title, .ocoa-pdp .steps__title, .ocoa-pdp .ritual__title, .ocoa-pdp .ba__title, .ocoa-pdp .confidence__title, .ocoa-pdp .faq__title, .ocoa-pdp .quiz__title, .ocoa-pdp .claro__title{font-size:34px}
}


@media (max-width:640px){
  .ocoa-pdp .nav__menu--left{inset:0 20% 0 0}
  .ocoa-pdp .buybox__title{font-size:28px}
  .ocoa-pdp .benefits{grid-template-columns:1fr 1fr;gap:10px 12px}
  .ocoa-pdp .sizes{grid-template-columns:1fr;gap:8px}
  .ocoa-pdp .size{flex-direction:row;justify-content:flex-start;text-align:left;min-height:0;padding:14px 16px;gap:10px}
  .ocoa-pdp .size__badge{left:auto;right:12px;top:50%;transform:translateY(-50%)}
  .ocoa-pdp .trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 10px}
  .ocoa-pdp .trust li{flex:0 0 28%}
  .ocoa-pdp .atc{display:flex;gap:12px}
  .ocoa-pdp .qty{justify-self:start}
  .ocoa-pdp .accordion{padding:4px 16px}
  .ocoa-pdp .results__intro{gap:12px;}

  .ocoa-pdp .ugc__row{grid-template-columns:repeat(4,1fr);gap:8px}
 /* props: horizontal marquee on mobile (desktop stays static) */
  .ocoa-pdp .props{overflow:hidden}
  .ocoa-pdp .props__inner{width:max-content;max-width:none;margin:0;flex-wrap:nowrap;gap:26px;animation:ocoa-props-marquee 20s linear infinite;will-change:transform}
  .ocoa-pdp .props__div{display:block}
  .ocoa-pdp .props__inner > .props__div:first-child{display:block}
  .ocoa-pdp .prop--dup{display:flex}
  .ocoa-pdp .props__div--dup{display:block}

  .ocoa-pdp .results__title{font-size:30px}
  .ocoa-pdp .results{padding:48px 0}
  .ocoa-pdp .results__inner{width:100%;padding-left:16px;gap:22px}
  .ocoa-pdp .results__intro{padding-right:16px;text-align:center;}
  .ocoa-pdp .results__rail{padding-right:0}
  .ocoa-pdp .results__arrow--prev{left:4px}
  .ocoa-pdp .results__arrow--next{right:4px}
  .ocoa-pdp .vidcard{flex:0 0 64%}
  .ocoa-pdp .clean__title, .ocoa-pdp .steps__title, .ocoa-pdp .ritual__title, .ocoa-pdp .ba__title, .ocoa-pdp .confidence__title, .ocoa-pdp .faq__title, .ocoa-pdp .quiz__title, .ocoa-pdp .claro__title, .ocoa-pdp .reviews__title{font-size:28px}
  .ocoa-pdp .clean__collage{gap:10px}
  .ocoa-pdp .steps__grid{grid-template-columns:1fr;gap:24px}

  .ocoa-pdp .ugc__railwrap{ overflow: hidden; max-width: 350px;}
  .ocoa-pdp .addon{ grid-template-columns: 1fr;
    grid-template-rows: 1fr;}}
  
  .ocoa-pdp .quiz__copy{padding-inline: 14px !important;}
  .ocoa-pdp .social__head{flex-direction: column;}
  .ocoa-pdp .rating-row__text{font-size: 14px;}
  
  .ocoa-pdp .addon__img{
    width: 100%;
    height: auto;
  }

  .ocoa-pdp .addon__add{
    justify-content: center;
  }

  .ocoa-pdp .clean__cta, .ocoa-pdp .steps__cta, .ocoa-pdp .claro__cta, .ocoa-pdp .results__cta{
    text-wrap: wrap;
  }

  .ocoa-pdp .claro__cta{
    min-width: unset !important;
    max-width: 100%;
    text-wrap: wrap;
  }
  .ocoa-pdp .benefits li{font-size: 12px;}
  .ocoa-pdp .ingtile{flex:0 0 64%}
  .ocoa-pdp .review{flex:0 0 82%}
  .ocoa-pdp .bacard{flex:0 0 86%}
  .ocoa-pdp .pcard{flex:0 0 calc(50% - 11px)}
  .ocoa-pdp .pcard__name{font-size:15px !important;min-height:0;margin-bottom:6px}
  .ocoa-pdp .pcard__add{font-size:13px}

  .ocoa-pdp .reviews__head{flex-direction:column;align-items:flex-start;gap:14px}
  /* .ocoa-pdp .confidence__grid{grid-template-columns:1fr;gap:30px} */
  .ocoa-pdp .quiz__img{order:2;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center top}
  .ocoa-pdp .quiz__copy{padding:34px 26px}
  .ocoa-pdp .footer__cols{grid-template-columns:1fr 1fr;gap:24px}
  .ocoa-pdp .footer__contact{grid-column:1/-1}
  .ocoa-pdp .footer__bar{flex-direction:column;align-items:flex-start;gap:18px}
  .ocoa-pdp .social__title{font-size:24px}
  .ocoa-pdp .press__viewport{overflow:hidden;width:100%}
  .ocoa-pdp .press__row{width:max-content;max-width:none;margin:0;flex-wrap:nowrap;justify-content:flex-start;gap:40px;animation:ocoa-press-marquee 22s linear infinite;will-change:transform}
  .ocoa-pdp .press__row img{height:30px;flex:none}
  .ocoa-pdp .press__logo--dup{display:inline-block}
}

/* props: no marquee motion — fall back to a static wrapped row on mobile */
@media (max-width:640px) and (prefers-reduced-motion:reduce){
  .ocoa-pdp .props__inner{animation:none;width:auto;flex-wrap:wrap;gap:10px 18px}
  .ocoa-pdp .props__inner > .props__div:first-child{display:none}
  .ocoa-pdp .prop--dup,.ocoa-pdp .props__div--dup{display:none}
}


@media (prefers-reduced-motion:reduce){
  .ocoa-pdp .reveal{opacity:1!important;transform:none!important}
  .ocoa-pdp .announce__track{animation:none}
  .ocoa-pdp .press__row{animation:none}
  .ocoa-pdp *{scroll-behavior:auto}
}


.ocoa-pdp [data-widget-container-wrapper], .ocoa-pdp .rc-container-wrapper, .ocoa-pdp .rc-container, .ocoa-pdp .rc-template, .ocoa-pdp [data-banners], .ocoa-pdp [data-banner]{display:none !important}



.ocoa-pdp .atc__btn{opacity:1 !important;transform:none !important;transition:background .2s ease,color .2s ease,filter .15s ease !important;animation:none !important}

.ocoa-pdp .clean{padding-top:80px}

.ocoa-pdp .clean__cta, .ocoa-pdp .steps__cta, .ocoa-pdp .claro__cta{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;letter-spacing:.04em}
.ocoa-pdp .clean__cta::after, .ocoa-pdp .steps__cta::after, .ocoa-pdp .claro__cta::after{content:"\2197";font-size:1.05em;line-height:1}

.ocoa-pdp .steps{padding-top:76px;padding-bottom:84px}

.ocoa-pdp .ugc__cell{position:relative;cursor:pointer;border:none;padding:0;background:none;display:block;width:100%}
.ocoa-pdp .ugc__cell img{display:block;width:100%}
.ocoa-pdp .ugc__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
.ocoa-pdp .ugc__play svg{width:54px;height:54px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35));transition:transform .15s ease}
.ocoa-pdp .ugc__cell:hover .ugc__play svg{transform:scale(1.07)}
.ocoa-pdp .ugc__lightbox{position:fixed;inset:0;z-index:99999;background:rgba(10,20,15,.86);display:flex;align-items:center;justify-content:center}
.ocoa-pdp .ugc__lightbox[hidden]{display:none}
.ocoa-pdp .ugc__lb-video{max-width:min(92vw,440px);max-height:86vh;width:auto;border-radius:16px;background:#000}
.ocoa-pdp .ugc__lb-close{position:absolute;top:18px;right:26px;font-size:44px;line-height:1;color:#fff;background:none;border:none;cursor:pointer;z-index:2}



.ocoa-pdp .cbadge{font-size:18px !important}
.ocoa-pdp .clean__ulta{font-size:22px !important}

.ocoa-pdp .clean__cta, .ocoa-pdp .steps__cta, .ocoa-pdp .claro__cta, .ocoa-pdp .results__cta{font-size:20px !important}

.ocoa-pdp .claro__name{font-family:var(--font-body) !important}

.ocoa-pdp .faq summary{font-family:var(--font-body) !important}

.ocoa-pdp .size__sub{font-size:14px !important}
.ocoa-pdp .size__badge{font-size:14px !important}
.ocoa-pdp .purch__now, .ocoa-pdp .purch__was{font-size:20px !important}
.ocoa-pdp .purch__gift-tag{font-size:14px !important}

.ocoa-pdp .vidcard__price{font-size:16px !important}

.ocoa-pdp .reviews__title{font-size:52px !important}
.ocoa-pdp .reviews .rating-row__text{font-size:18px !important}
.ocoa-pdp .reviews__more .btn--yellow{font-size:20px !important}
.ocoa-pdp .reviews__head .btn--outline{font-size:20px !important}
.ocoa-pdp .review__rating{font-size:18px !important;color:var(--ink-soft) !important}
.ocoa-pdp .review__name{font-size:18px !important}

.ocoa-pdp .quiz{background:#fff}
.ocoa-pdp .quiz__title{font-size:52px !important}
.ocoa-pdp .quiz__sub{font-size:18px !important}
.ocoa-pdp .quiz__copy .btn--yellow{font-size:20px !important}
.ocoa-pdp .quiz__copy .rating-row__text{font-size:18px !important}

.ocoa-pdp .pcard__tag{font-size:14px !important}
.ocoa-pdp .pcard__name{font-size:18px !important}
.ocoa-pdp .pcard__reviews{font-size:18px !important}
.ocoa-pdp .pcard__ss{font-size:18px !important}
.ocoa-pdp .pcard__price .oc-price{font-size:24px !important;font-family:var(--font-display) !important}
.ocoa-pdp .pcard__price .oc-price--was{font-size:24px !important;font-family:var(--font-display) !important;color:var(--teal) !important}
.ocoa-pdp .pcard__add{font-size:20px !important}
.ocoa-pdp .pcard__once{font-size:16px !important}

.ocoa-pdp .steps__eyebrow{font-size:16px !important}
.ocoa-pdp .steps__sub, .ocoa-pdp .steps__sub p, .ocoa-pdp .steps__sub *{color:var(--ink-soft) !important}
.ocoa-pdp .steps__sub, .ocoa-pdp .steps__sub p{font-size:18px !important}
.ocoa-pdp .step__num{font-size:24px !important}
.ocoa-pdp .step figcaption{font-size:18px !important}


.ocoa-pdp .ritual__rail{gap:24px !important}
.ocoa-pdp .pcard{flex:0 0 calc((100% - 72px)/4) !important;border:none !important;border-radius:12px !important;box-shadow:0 1px 4px rgba(44,82,54,.08) !important}
.ocoa-pdp .pcard__media{aspect-ratio:389/355 !important;background:transparent !important}
.ocoa-pdp .pcard__tag, .ocoa-pdp .pcard__tag--best{background:#008758 !important;color:var(--cream) !important;border-radius:999px !important;padding:4px 14px !important;top:14px !important;left:14px !important}
.ocoa-pdp .pcard__body{padding:18px 16px 16px !important}
.ocoa-pdp .ritual__railwrap{position:relative}
.ocoa-pdp .ritual__arrow{position:absolute;top:180px;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:var(--yellow);color:var(--green);display:grid;place-items:center;z-index:4;border:none;cursor:pointer;transition:transform .2s var(--ease)}
.ocoa-pdp .ritual__arrow:hover{transform:translateY(-50%) scale(1.08)}
.ocoa-pdp .ritual__arrow--prev{left:-12px}
.ocoa-pdp .ritual__arrow--next{right:-12px}
.ocoa-pdp .ritual__arrow svg{width:24px;height:24px}


.ocoa-pdp .quiz__copy .btn--yellow{width:100% !important;justify-content:center !important}

.ocoa-pdp .social__strip{width:min(calc(100% - 24px),1440px) !important;max-width:none !important;gap:10px !important}



.ocoa-pdp .props__inner{justify-content:space-between !important}

.ocoa-pdp .press__row img{height:54px !important}

.ocoa-pdp .bacard__pair{grid-template-columns:1fr 1fr !important;gap:10px !important;align-items:start !important}
.ocoa-pdp .bacard__pair figure{min-width:0 !important;margin:0 !important;height:auto !important;display:flex;flex-direction:column;gap:6px}
.ocoa-pdp .bacard__shot{aspect-ratio:4/5 !important;height:auto !important;min-width:0}
.ocoa-pdp .bacard__shot img{width:100% !important;height:100% !important;object-fit:cover}

.ocoa-pdp .confidence{border-bottom:0 !important}
.ocoa-pdp .confidence__inner{border-bottom:0 !important}

.ocoa-pdp .claro__cta{width:auto !important;min-width:376px;max-width:none;display:inline-flex !important;margin:30px auto 0 !important}


.ocoa-pdp .purch__freq{margin-top:12px;display:flex;align-items:center;gap:10px}
.ocoa-pdp .purch__freq-label{font-size:14px;color:var(--ink-soft);font-weight:600}
.ocoa-pdp .purch__freq-select{flex:1;padding:9px 12px;border:1px solid var(--cream-line);border-radius:8px;font-size:14px;font-family:var(--font-body);color:var(--green-dark);background:#fff;cursor:pointer}
.ocoa-pdp .stickyatc{position:fixed;left:0;right:0;bottom:0;z-index:9000;background:#fff;border-top:1px solid var(--cream-line);box-shadow:0 -4px 20px rgba(0,0,0,.08);padding:10px 0}
.ocoa-pdp .stickyatc[hidden]{display:none}
.ocoa-pdp .stickyatc__inner{width:min(calc(100% - 48px),var(--content));margin:0 auto;display:flex;align-items:center;gap:16px}
.ocoa-pdp .stickyatc__img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex:none;background:#F8EDD9}
.ocoa-pdp .stickyatc__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.ocoa-pdp .stickyatc__name{font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--green);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ocoa-pdp .stickyatc__price{font-size:15px;color:var(--ink-soft);font-weight:700}
.ocoa-pdp .stickyatc__btn{flex:none;min-width:200px}
@media (max-width:640px){.ocoa-pdp .stickyatc__name{font-size:15px}.ocoa-pdp .stickyatc__btn{min-width:130px}.ocoa-pdp .stickyatc__inner{gap:10px}}


.ocoa-pdp .ingtiles{display:none !important}

/* QC 2026-06-10 — mobile: Build Your Curl Ritual shows 2 cards, not 3 squished */
@media (max-width:640px){
  .ocoa-pdp .pcard{flex:0 0 calc(50% - 12px) !important}
  .ocoa-pdp .pcard__name{font-size:15px !important;min-height:0}
  .ocoa-pdp .pcard__add{font-size:13px !important}
  .ocoa-pdp .props__inner{align-items: start;}
  .ocoa-pdp .clean__badges{display:grid; grid-template-columns: 1fr 1fr;gap: 20px;width: 100%;}
  .ocoa-pdp .cbadge{ font-size: 15px !important;text-wrap: nowrap;}
  .ocoa-pdp .clean__ulta{font-size: 18px !important;width:100%;justify-content:center;}
  .ocoa-pdp .quiz__title{font-size: 42px !important;text-align:center;}
  .quiz__sub{text-align:center;}
  .ocoa-pdp .quiz__copy .rating-row__text{font-size: 10px !important;}

}


/* QC 2026-06-10 — Ritual: remove all hover motion on the cards + Quick Add */
.ocoa-pdp .pcard:hover{transform:none !important;box-shadow:0 1px 4px rgba(44,82,54,.08) !important}
.ocoa-pdp .pcard:hover .pcard__media img{transform:none !important}
.ocoa-pdp .pcard__add:hover{transform:none !important;box-shadow:none !important}


.ocoa-pdp .pcard__tag{display:none !important}
.ocoa-pdp .pcard__media{display:block}
.ocoa-pdp a.pcard__name{text-decoration:none;display:block}
.ocoa-pdp a.pcard__name:hover{text-decoration:underline}


#MainContent{overflow:visible !important}
.shopify-section-group-header-group:has(.site-header){position:sticky !important;top:0;z-index:100}
.site-header{position:relative}
@media (min-width:1025px){
  .site-header .py-5{padding-top:6px !important;padding-bottom:6px !important}
  .site-header .py-2{padding-top:4px !important;padding-bottom:4px !important}
  .site-header .py-2\.5{padding-top:4px !important;padding-bottom:4px !important}
  .site-header .flex.justify-between.items-center > *{padding-top:0 !important;padding-bottom:0 !important}
}
