.fbscc-third-pair-unlock-banner{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:9px 14px;border-bottom:1px solid rgba(204,23,116,.2);background:#fff7fb;color:#2f2430;text-align:center;font-family:inherit;position:relative;z-index:8}.fbscc-third-pair-unlock-banner__icon{font-size:18px}.fbscc-third-pair-unlock-banner__copy{display:flex;align-items:baseline;justify-content:center;gap:8px;flex-wrap:wrap}.fbscc-third-pair-unlock-banner strong{font-size:13px;color:#cc1774}.fbscc-third-pair-unlock-banner small{font-size:11px;color:#5f6570}.fbscc-third-pair-shop-price{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:wrap}.fbscc-third-pair-shop-price del{opacity:.62;font-size:.92em}.fbscc-third-pair-shop-price ins{text-decoration:none;color:#cc1774;font-weight:800}.fbscc-third-pair-shop-price small{flex-basis:100%;display:block;margin-top:2px;color:#34b29c;font-size:10px;line-height:1.2;font-weight:700}.fbscc-third-pair-atc-active{position:relative}.fbscc-third-pair-product-price{align-items:baseline;gap:8px}@media(max-width:849px){.fbscc-third-pair-unlock-banner{padding:8px 10px}.fbscc-third-pair-unlock-banner__copy{display:grid;gap:1px;text-align:left}.fbscc-third-pair-unlock-banner strong{font-size:12px}.fbscc-third-pair-unlock-banner small{font-size:10px}}

/* 1.6.6 — On the mobile product page the unlock banner already explains the offer.
 * Keep the price row compact: remove duplicate helper copy in JS and center the price. */
@media(max-width:849px){
  body.single-product .fbscc-third-pair-product-page-price{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:baseline;
    text-align:center;
  }
  body.single-product [data-fbscc-third-pair-shop-price="1"]{
    width:100%;
    text-align:center;
  }
}
