/* FacialMasks PDP Layout v1.0.8 — approved mockup UI */
body.fmpdp-v102{
  --green:#2cad37;--green-dark:#178b24;--orange:#ff6b23;--text:#171b18;
  --muted:#69706c;--line:#e6e9e7;--soft:#fafbfa;--radius:10px;
  background:#fff;color:var(--text);
}
body.fmpdp-v102 .fmpdp-page,body.fmpdp-v102 .fmpdp-page *{box-sizing:border-box}
body.fmpdp-v102 .fmpdp-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:16px 0 44px}
body.fmpdp-v102 .fmpdp-breadcrumb{margin:0 0 16px;font-size:12px;color:#828984}
body.fmpdp-v102 .fmpdp-breadcrumb a{color:#777e79;text-decoration:none}
body.fmpdp-v102 .fmpdp-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:42px;align-items:start}
body.fmpdp-v102 .fmpdp-gallery-stage{position:relative;height:505px;display:flex;align-items:center;justify-content:center;background:#fafbfa;overflow:hidden}
body.fmpdp-v102 .fmpdp-slide{display:none;width:100%;height:100%;margin:0;align-items:center;justify-content:center}
body.fmpdp-v102 .fmpdp-slide.is-active{display:flex}
body.fmpdp-v102 .fmpdp-slide img{width:auto!important;height:auto!important;max-width:86%!important;max-height:455px!important;object-fit:contain!important}
body.fmpdp-v102 .fmpdp-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #e2e5e3;border-radius:50%;background:#fff;font-size:26px;line-height:1;cursor:pointer}
body.fmpdp-v102 .fmpdp-gallery-arrow.is-prev{left:18px}body.fmpdp-v102 .fmpdp-gallery-arrow.is-next{right:18px}
body.fmpdp-v102 .fmpdp-thumbs{display:flex;gap:10px;padding:12px 0 0;overflow-x:auto}
body.fmpdp-v102 .fmpdp-thumb{flex:0 0 84px;width:84px;height:78px;padding:5px;border:1px solid var(--line);background:#fff}
body.fmpdp-v102 .fmpdp-thumb.is-active{border:2px solid var(--green)}
body.fmpdp-v102 .fmpdp-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}
body.fmpdp-v102 .fmpdp-tabs{margin-top:16px}
body.fmpdp-v102 .fmpdp-tablist{display:flex;gap:32px;border-bottom:1px solid var(--line);overflow-x:auto}
body.fmpdp-v102 .fmpdp-tablist button{position:relative;padding:13px 0 11px;border:0;background:none;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}
body.fmpdp-v102 .fmpdp-tablist button.is-active{color:#19251d}
body.fmpdp-v102 .fmpdp-tablist button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--green)}
body.fmpdp-v102 .fmpdp-tabpanel{display:none;padding:14px 0 0}
body.fmpdp-v102 .fmpdp-tabpanel.is-active{display:block}
body.fmpdp-v102 .fmpdp-tabpanel h2{margin:0 0 8px;font-size:20px}
body.fmpdp-v102 .fmpdp-tabpanel p,body.fmpdp-v102 .fmpdp-product-content{font-size:13px;line-height:1.6;color:#555d58}
body.fmpdp-v102 .fmpdp-summary{padding-top:2px}
body.fmpdp-v102 .fmpdp-sale-badge{display:inline-block;padding:4px 8px;margin-bottom:8px;border-radius:999px;background:#ffefe7;color:var(--orange);font-size:12px;font-weight:700}
body.fmpdp-v102 .fmpdp-title{margin:0 0 8px;font-size:32px;line-height:1.08;letter-spacing:-.02em}
body.fmpdp-v102 .fmpdp-brand-rating{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:8px;font-size:12px;color:#636a66}
body.fmpdp-v102 .fmpdp-stars .star-rating{margin:0}
body.fmpdp-v102 .fmpdp-review-link,body.fmpdp-v102 .fmpdp-write-inline{color:#616864;text-decoration:none}
body.fmpdp-v102 .fmpdp-short-description{font-size:13px;line-height:1.5;color:#555d58;margin-bottom:8px}
body.fmpdp-v102 .fmpdp-short-description p{margin:0}
body.fmpdp-v102 .fmpdp-price-line{display:flex;align-items:center;gap:12px;margin:8px 0 10px}
body.fmpdp-v102 .fmpdp-price{font-size:25px;color:var(--orange);font-weight:750}
body.fmpdp-v102 .fmpdp-price del{font-size:18px;color:#a3a8a5;margin-right:7px;font-weight:500}
body.fmpdp-v102 .fmpdp-price ins{text-decoration:none}
body.fmpdp-v102 .fmpdp-save-pill{padding:4px 9px;border-radius:999px;background:#fff0e9;color:var(--orange);font-size:12px;font-weight:700}
body.fmpdp-v102 .fmpdp-size-choice{margin:10px 0 12px}
body.fmpdp-v102 .fmpdp-size-label{margin-bottom:6px;font-size:11px;font-weight:800;letter-spacing:.04em}
body.fmpdp-v102 .fmpdp-size-option{display:inline-flex;align-items:center;gap:16px;padding:8px 10px;border:2px solid var(--green);border-radius:6px;font-size:12px}
body.fmpdp-v102 .fmpdp-purchase-form form.cart{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important}
body.fmpdp-v102 .fmpdp-purchase-form .quantity{min-width:92px}
body.fmpdp-v102 .fmpdp-purchase-form .quantity input.qty{min-height:44px}
body.fmpdp-v102 .fmpdp-purchase-form .single_add_to_cart_button{flex:1!important;min-height:44px!important;border:0!important;border-radius:24px!important;background:var(--green)!important;color:#fff!important;font-weight:700!important}
body.fmpdp-v102 .fmpdp-secondary-actions{display:flex;gap:20px;align-items:center;margin:8px 0 12px;font-size:12px}
body.fmpdp-v102 .fmpdp-subscribe{margin:12px 0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}
body.fmpdp-v102 .fmpdp-subscribe-heading{display:flex;gap:9px;margin-bottom:8px}
body.fmpdp-v102 .fmpdp-subscribe-heading>span{color:var(--green);font-size:23px}
body.fmpdp-v102 .fmpdp-subscribe-heading strong{display:block;font-size:14px}
body.fmpdp-v102 .fmpdp-subscribe-heading p{margin:2px 0 0;font-size:11px;color:#757b77}
body.fmpdp-v102 .fmpdp-subscribe-row{display:grid;grid-template-columns:18px 1fr auto;gap:7px;align-items:center;padding:9px 0;border-top:1px solid var(--line);font-size:12px}
body.fmpdp-v102 .fmpdp-radio{width:14px;height:14px;border:1px solid #a1a6a2;border-radius:50%}
body.fmpdp-v102 .fmpdp-subscribe-row.is-selected .fmpdp-radio{border:4px solid var(--green)}
body.fmpdp-v102 .fmpdp-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px 0;margin-bottom:5px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.fmpdp-v102 .fmpdp-trust-row>div{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;gap:0 7px}
body.fmpdp-v102 .fmpdp-trust-row>div>span{grid-row:1/3;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:2px solid var(--green);border-radius:50%;color:var(--green)}
body.fmpdp-v102 .fmpdp-trust-row strong{font-size:11px;line-height:1.2}
body.fmpdp-v102 .fmpdp-trust-row small{font-size:10px;line-height:1.2;color:#7b817d}
body.fmpdp-v102 .fmpdp-specs{margin:0}
body.fmpdp-v102 .fmpdp-specs>div{display:grid;grid-template-columns:124px 1fr;gap:10px;padding:7px 0;border-bottom:1px solid var(--line)}
body.fmpdp-v102 .fmpdp-specs dt{font-size:12px;font-weight:700}
body.fmpdp-v102 .fmpdp-specs dd{margin:0;font-size:12px;line-height:1.35;color:#676e69}
body.fmpdp-v102 .fmpdp-care-card{display:flex;align-items:center;gap:12px;margin:10px 0 0 155px;padding:13px 16px;background:#eff8f0;border-radius:6px}
body.fmpdp-v102 .fmpdp-care-icon{font-size:28px}
body.fmpdp-v102 .fmpdp-care-card strong{display:block;font-size:12px}.fmpdp-care-card small{display:block;margin-top:2px;font-size:10px;color:#66736a}
body.fmpdp-v102 .fmpdp-promo-banner{margin-top:26px}
body.fmpdp-v102 .fmpdp-promo-banner img{display:block;width:100%!important;height:auto!important;border-radius:0}
body.fmpdp-v102 .fmpdp-product-row{margin-top:24px}
body.fmpdp-v102 .fmpdp-product-row>h2,body.fmpdp-v102 .fmpdp-reviews>h2{margin:0 0 12px;font-size:20px}
body.fmpdp-v102 .fmpdp-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
body.fmpdp-v102 .fmpdp-product-card{display:grid;grid-template-columns:68px 1fr 26px;gap:7px;min-height:104px;padding:9px;border:1px solid var(--line);background:#fff}
body.fmpdp-v102 .fmpdp-card-image{display:flex;align-items:center;justify-content:center}
body.fmpdp-v102 .fmpdp-card-image img{width:66px!important;height:78px!important;object-fit:contain!important}
body.fmpdp-v102 .fmpdp-card-copy{display:flex;flex-direction:column;justify-content:space-between}
body.fmpdp-v102 .fmpdp-card-title{font-size:11px;line-height:1.22;color:#353b37;text-decoration:none}
body.fmpdp-v102 .fmpdp-card-price{font-size:12px;font-weight:700;color:var(--green)}
body.fmpdp-v102 .fmpdp-card-cart{align-self:end;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:5px;color:#222;text-decoration:none;font-size:17px}
body.fmpdp-v102 .fmpdp-reviews{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
body.fmpdp-v102 .fmpdp-review-summary{display:grid;grid-template-columns:160px 1fr 330px 120px;gap:24px;align-items:center;padding:6px 0 16px}
body.fmpdp-v102 .fmpdp-review-score strong{display:block;font-size:34px;line-height:1}
body.fmpdp-v102 .fmpdp-review-score span{display:block;margin-top:4px;font-size:11px;color:#777}
body.fmpdp-v102 .fmpdp-review-bars>div{display:grid;grid-template-columns:40px 1fr 36px;gap:7px;align-items:center;margin:4px 0;font-size:11px}
body.fmpdp-v102 .fmpdp-bar{height:7px;border-radius:20px;background:#eceeed;overflow:hidden}
body.fmpdp-v102 .fmpdp-bar i{display:block;height:100%;background:var(--green)}
body.fmpdp-v102 .fmpdp-review-gallery{display:flex;gap:6px;align-items:center}
body.fmpdp-v102 .fmpdp-review-photo{width:68px;height:68px;overflow:hidden}
body.fmpdp-v102 .fmpdp-review-photo img{width:100%!important;height:100%!important;object-fit:cover!important}
body.fmpdp-v102 .fmpdp-more-photos{width:68px;height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);font-size:12px;text-align:center}
body.fmpdp-v102 .fmpdp-more-photos span{font-size:9px;color:#777}
body.fmpdp-v102 .fmpdp-write-review{display:flex;align-items:center;justify-content:center;height:38px;border:1px solid var(--line);border-radius:5px;color:#222;text-decoration:none;font-size:11px;font-weight:700}
body.fmpdp-v102 .fmpdp-review-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.fmpdp-v102 .fmpdp-review-card{min-height:180px;padding:15px;border:1px solid var(--line);background:#fff}
body.fmpdp-v102 .fmpdp-review-meta{display:flex;justify-content:space-between;gap:8px;margin:5px 0 7px;font-size:11px}
body.fmpdp-v102 .fmpdp-verified{color:var(--green);font-weight:600}
body.fmpdp-v102 .fmpdp-review-card h3{margin:0 0 6px;font-size:13px}
body.fmpdp-v102 .fmpdp-review-card p{margin:0;font-size:12px;line-height:1.45;color:#525954}
body.fmpdp-v102 .fmpdp-review-card-photo{width:74px;height:74px;margin-top:10px;overflow:hidden}
body.fmpdp-v102 .fmpdp-review-card-photo img{width:100%!important;height:100%!important;object-fit:cover!important}
body.fmpdp-v102 .fmpdp-review-form{display:none}
body.fmpdp-v102 .fmpdp-page small,body.fmpdp-v102 .fmpdp-page .fmpdp-card-title,body.fmpdp-v102 .fmpdp-page .fmpdp-review-meta,body.fmpdp-v102 .fmpdp-page .fmpdp-review-bars>div{font-size:12px!important}
@media(max-width:1024px){
body.fmpdp-v102 .fmpdp-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.92fr);gap:26px}
body.fmpdp-v102 .fmpdp-gallery-stage{height:460px}
body.fmpdp-v102 .fmpdp-slide img{max-height:410px!important}
body.fmpdp-v102 .fmpdp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.fmpdp-v102 .fmpdp-review-summary{grid-template-columns:150px 1fr 220px}
body.fmpdp-v102 .fmpdp-write-review{grid-column:3}
}
@media(max-width:767px){
body.fmpdp-v102 .fmpdp-shell{width:calc(100% - 24px)}
body.fmpdp-v102 .fmpdp-hero{grid-template-columns:1fr;gap:18px}
body.fmpdp-v102 .fmpdp-gallery-stage{height:390px}
body.fmpdp-v102 .fmpdp-slide img{max-width:92%!important;max-height:345px!important}
body.fmpdp-v102 .fmpdp-title{font-size:27px}
body.fmpdp-v102 .fmpdp-trust-row{grid-template-columns:1fr}
body.fmpdp-v102 .fmpdp-care-card{margin-left:0}
body.fmpdp-v102 .fmpdp-product-grid{grid-template-columns:1fr 1fr}
body.fmpdp-v102 .fmpdp-review-summary{grid-template-columns:1fr;gap:12px}
body.fmpdp-v102 .fmpdp-review-gallery{flex-wrap:wrap}
body.fmpdp-v102 .fmpdp-review-cards{grid-template-columns:1fr}
}
