/** Shopify CDN: Minification failed

Line 421:14 Expected identifier but found whitespace
Line 421:15 Unexpected "1.3"

**/
/* BodiModi Product Page — Premium Typography Update
   All buy box text sized to premium brand standard
   Optimised for clarity, visibility and conversion
   ================================================= */

/* ── Layout ── */
.bm-section { font-family: inherit; }

.bm { padding: var(--bm-pad-top) 0 var(--bm-pad-bot); }

.bm-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--bm-gap);
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .bm-hero { grid-template-columns: 1fr; gap: 24px; }
}

/* ── Gallery ── */
.bm-gal { position: relative; }

.bm-gm {
  position: relative;
  overflow: hidden;
  border-radius: var(--bm-img-radius);
  background: #f5f5f5;
  cursor: zoom-in;
  aspect-ratio: 1/1;
  --zoom-x: 50%;
  --zoom-y: 50%;
}

.bm-gm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .3s ease;
}

.bm-gm.zoomed { cursor: zoom-out; }
.bm-gm.zoomed img {
  transform: scale(2);
  transform-origin: var(--zoom-x) var(--zoom-y);
}

.bm-gm > span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #666;
  background: rgba(255,255,255,.85);
  padding: 3px 8px;
  border-radius: 20px;
  pointer-events: none;
  white-space: nowrap;
}

.bm-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  z-index: 2;
  transition: background .2s;
}
.bm-arr:hover { background: #fff; }
.bm-arr-l { left: 10px; }
.bm-arr-r { right: 10px; }

.bm-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  z-index: 2;
  transition: transform .2s;
}
.bm-wish:hover { transform: scale(1.15); }

.bm-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.bm-thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .2s;
  flex-shrink: 0;
}
.bm-thumb.active,
.bm-thumb:hover { border-color: var(--bm-accent); }
.bm-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Buy Box — ALL TEXT SIZED UP ── */
.bm-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 0;
}

/* Badges */
.bm-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.bm-badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: var(--bm-accent);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}
.bm-badge.sale { background: #27ae60; }

/* Stars row — sized up */
.bm-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* Title — premium large */
.bm-title {
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.25 !important;
  margin: 8px 0 16px !important;
}

/* Price row */
.bm-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}

.bm-price {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1;
}

.bm-compare {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.bm-save {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #27ae60;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: .02em;
}

/* Installments */
.bm-pay {
  font-size: 14px;
  color: #555;
  margin: -8px 0 14px;
}

/* Urgency */
.bm-urgency {
  font-size: 14px;
  font-weight: 600;
  color: #c0392b;
  background: #fdf0f0;
  border: 1px solid #f5c6cb;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 14px;
}

/* Variant options — label sized up */
.bm-opts {
  margin-bottom: 16px;
}

.bm-opts label {
  display: block;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin-bottom: 8px;
}

.bm-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Pills — text sized up */
.bm-pill {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  border: 2px solid #ddd;
  border-radius: var(--bm-pill-radius);
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
  line-height: 1;
  user-select: none;
}
.bm-pill:hover { border-color: var(--bm-accent); color: var(--bm-accent); }
.bm-pill.active {
  border-color: var(--bm-accent);
  background: var(--bm-accent-soft);
  color: var(--bm-accent);
  font-weight: 700 !important;
}

/* Color swatches */
.bm-swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
  outline: 2px solid #ddd;
  outline-offset: 2px;
  display: inline-block;
}
.bm-swatch:hover { transform: scale(1.12); }
.bm-swatch.active { outline-color: var(--bm-accent); border-color: #fff; }

/* Image swatches */
.bm-img-swatch {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  object-fit: cover;
  transition: border-color .2s;
}
.bm-img-swatch.active { border-color: var(--bm-accent); }

/* Quantity row — qty selector standalone, ATC full width below */
.bm-qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.bm-qty-row label {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

.bm-qty {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.bm-qty button {
  width: 38px;
  height: 38px;
  background: #f5f5f5;
  border: none;
  font-size: 18px !important;
  font-weight: 700;
  cursor: pointer;
  color: #1a1a1a;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bm-qty button:hover { background: #e8e8e8; }

.bm-qty input {
  width: 48px;
  height: 38px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  -moz-appearance: textfield;
}
.bm-qty input::-webkit-outer-spin-button,
.bm-qty input::-webkit-inner-spin-button { -webkit-appearance: none; }

/* Quantity discounts */
.bm-disc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.bm-disc-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px !important;
  color: #1a1a1a !important;
  transition: border-color .2s;
}
.bm-disc-opt.active { border-color: var(--bm-accent); background: var(--bm-accent-soft); }
.bm-disc-opt input { display: none; }
.bm-disc-label { flex: 1; font-size: 15px !important; font-weight: 600 !important; color: #1a1a1a !important; }
.bm-disc-save { font-size: 13px; font-weight: 700; color: #e63946; }

.bm-benefits-header {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 24px 0 12px;
}
/* Benefits */
.bm-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  margin-bottom: 16px;
}

.bm-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5;
}

.bm-benefit::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F042A8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
  line-height: 1.3;
}
.bm-delivery-highlight {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #1a0a10;
  background: #fdf8f5;
  border: 1px solid #F042A8;
  border-radius: 8px;
  padding: 8px 14px;
  margin-top: 10px;
}
/* ATC + Buy Now */
.bm-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.bm-atc {
  width: 100%;
  height: var(--bm-atc-height);
  background: var(--bm-atc-bg);
  color: var(--bm-atc-text);
  border: none;
  border-radius: var(--bm-atc-radius);
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
.bm-atc:hover { background: var(--bm-atc-hover-bg); }
.bm-atc:active { transform: scale(.98); }
.bm-atc:disabled { opacity: .5; cursor: not-allowed; }
.bm-atc.success { background: #27ae60; }

.bm-now {
  width: 100%;
  height: var(--bm-atc-height);
  background: var(--bm-now-bg);
  color: #ffffff !important;
  border: none;
  border-radius: var(--bm-now-radius);
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s;
}
.bm-now:hover { background: var(--bm-now-hover-bg); }

/* Payment icons — Almond Muse style */
.bm-payment-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 0 12px;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 4px;
}

.bm-payment-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bm-payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bm-pay-icon {
  height: 28px;
  width: auto;
  border-radius: 4px;
  display: block;
}

/* Trust badges — sized up */
.bm-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.bm-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #333 !important;
  line-height: 1.3;
}

.bm-trust-item svg {
  flex-shrink: 0;
  color: var(--bm-accent);
}

/* Delivery — sized up */
.bm-delivery {
  font-size: 14px !important;
  color: #444 !important;
  font-weight: 500 !important;
  line-height: 1.5;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  margin: 0;
}

/* ── Sticky bar ── */
.bm-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform .3s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,.1);
}
.bm-sticky.visible { transform: translateY(0); }
.bm-sticky img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.bm-sticky-info { flex: 1; min-width: 0; }
.bm-sticky-name { font-size: 14px; font-weight: 600; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bm-sticky-price { font-size: 15px; font-weight: 700; color: var(--bm-accent); }
.bm-sticky-atc {text-align: center;
  flex-shrink: 0;
  padding: 12px 28px;
background: var(--bm-atc-bg, #f042a8);
  color: #ffffff !important;
  border: none;
  border-radius: var(--bm-atc-radius);
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}
.bm-sticky-atc:hover { background: var(--bm-atc-hover-bg, #d63a94); }

/* ── Hide repeated price in description section ── */
.section-pr_description .nt-pr-price,
.section-pr_description .price,
.section-pr_description .product-price,
.pr_description .nt-pr-price,
.pr_description .price--highlight,
.pr_description .price,
.pr_description [class*="price"],
.pr_description .sale-price,
.pr_description .compare-price {
  display: none !important;
}

/* ── What Makes Us Different ── */
.bm-different {
  max-width: 1280px;
  margin: 60px auto 40px;
  padding: 0 24px;
  text-align: center;
}

.bm-different-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.bm-different-sub {
  font-size: 16px;
  color: #666;
  margin: 0 0 40px;
  font-weight: 400;
}

.bm-different-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.bm-different-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}

.bm-different-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(240,66,168,.15);
  border-color: #F042A8;
}

.bm-different-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.bm-different-content {
  padding: 22px 20px 24px;
}

.bm-different-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.3;
}

.bm-different-problem {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
  line-height: 1.6;
}

.bm-different-problem strong {
  color: #c0392b;
  font-weight: 700;
}

.bm-different-solution {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

.bm-different-solution strong {
  color: #F042A8;
  font-weight: 700;
}

@media (max-width: 768px) {
  .bm-different-grid { grid-template-columns: 1fr; }
  .bm-different-title { font-size: 24px; }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .bm-hero { padding: 0 16px; }
  .bm-title { font-size: 22px !important; }
  .bm-price { font-size: 24px !important; }
  .bm-benefits { grid-template-columns: 1fr 1fr; }
  .bm-trust { grid-template-columns: 1fr; }
  .bm-atc, .bm-now { font-size: 16px !important; }
  .bm-thumb { width: 60px; height: 60px; }
}
.bm-atc-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.bm-atc-popup.active {
  display: flex;
}
.bm-atc-popup-inner {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  max-width: 360px;
  width: 90%;
  text-align: center;
  position: relative;
}
.bm-atc-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}
.bm-atc-popup-msg {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 20px 0;
}
.bm-atc-popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bm-atc-popup-view {
  background: var(--bm-atc-bg, #f042a8);
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.bm-atc-popup-continue {
  background: none;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}