/* Product page (front/product.blade.php) */
.pdp { --pdp-accent: #07a8a9; --pdp-ink: #1d2340; --pdp-muted: #6b7191; --pdp-line: #e6e9f2; --pdp-soft: #eef8f8; color: var(--pdp-ink); padding: 0 0 20px; font-family: inherit; }
.pdp *, .pdp *::before, .pdp *::after { box-sizing: border-box; }
.pdp a { text-decoration: none; }
.pdp ul { margin: 0; padding: 0; list-style: none; }
.pdp h1, .pdp h2, .pdp h3 { text-transform: none; letter-spacing: 0; }

/* breadcrumb */
.pdp-crumbs { background: #fff !important; padding: 14px 0 6px; border: 0; }
.pdp-crumbs .pages { display: flex; flex-wrap: wrap; gap: 4px 0; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.pdp-crumbs .pages li { display: inline-flex; align-items: center; color: var(--pdp-muted, #6b7191); }
.pdp-crumbs .pages li + li::before { content: "»"; margin: 0 9px; color: #9aa0bd; }
.pdp-crumbs .pages a { color: #4a5070; }
.pdp-crumbs .pages a:hover { color: #07a8a9; }
.pdp-crumbs .pages li:last-child span { color: #1d2340; }

/* top: gallery + purchase panel */
.pdp-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: start; padding-top: 14px; }

/* gallery */
.pdp-stage { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / .82; border-radius: 20px; background: #f3f5f8; overflow: hidden; }
.pdp-stage img { max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; padding: 28px; }
.pdp-tag { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 5px 12px; border-radius: 8px; background: #1a8d4a; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .4px; }
.pdp-nav { position: absolute; top: 50%; z-index: 2; width: 42px; height: 42px; margin-top: -21px; border: 0; border-radius: 50%; background: #fff; color: #1d2340; box-shadow: 0 3px 12px rgba(29, 35, 64, .18); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.pdp-nav:hover { background: #f4f6fb; }
.pdp-prev { left: 14px; } .pdp-next { right: 14px; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.pdp-thumb { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / .78; padding: 0; border: 1.5px solid transparent; border-radius: 12px; background: #f3f5f8; overflow: hidden; cursor: pointer; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; padding: 6px; }
.pdp-thumb.is-active { border-color: var(--pdp-accent); }
.pdp-thumb.is-extra { display: none; }
.pdp-thumbs.is-open .pdp-thumb.is-extra { display: flex; }
.pdp-thumb.pdp-more { font-size: 13px; font-weight: 600; color: #1d2340; }
.pdp-thumbs.is-open .pdp-more { display: none; }

/* purchase panel */
.pdp-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.pdp-brand { display: block; margin-bottom: 4px; font-size: 13px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; color: #1d2340; }
.pdp-name { margin: 0; font-size: 30px; line-height: 1.2; font-weight: 700; color: #1d2340; }
.pdp-sub { margin: 6px 0 0; font-size: 16px; color: #4a5070; }
.pdp-stock { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex: 0 0 auto; }
.pdp-pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 999px; background: #e6f6ec; color: #17784a; font-size: 12.5px; font-weight: 600; white-space: nowrap; }
.pdp-pill i { width: 10px; height: 10px; border-radius: 50%; background: #1fa45a; }
.pdp-pill.is-out { background: #fdecee; color: #c62f3e; } .pdp-pill.is-out i { background: #c62f3e; }
.pdp-sku { font-size: 12.5px; color: var(--pdp-muted); }

.pdp-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 14px 0 12px; font-size: 14px; color: #4a5070; }
.pdp-rating b { color: #1d2340; }
.pdp-rating a { margin-left: 4px; color: #1f5fd6; text-decoration: underline; text-underline-offset: 2px; }
.pdp-rating .ratings { margin: 0; }

.pdp-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 14px; margin: 0; }
.pdp .pdp-price .price { margin: 0; font-size: 34px; line-height: 1.1; font-weight: 700; color: #1d2340; }
.pdp-price del { font-size: 18px; color: #9aa0bd; }
.pdp-off { padding: 4px 11px; border-radius: 8px; background: #fdecee; color: #c62f3e; font-size: 13px; font-weight: 700; }
.pdp-video { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #f2f5fa; color: #1d2340; font-size: 12px; }
.pdp-tax { margin: 4px 0 18px; font-size: 13.5px; color: var(--pdp-muted); }
.pdp-license { display: flex; flex-wrap: wrap; gap: 6px 22px; margin: 0 0 14px; font-size: 14px; }

/* options: size, colour, attributes */
.pdp-opt { margin: 0 0 18px; }
.pdp-opt .title { margin: 0 0 9px; font-size: 14px; font-weight: 600; color: #1d2340; }
.pdp-opt .siz-list, .pdp-opt .color-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pdp-opt .siz-list li { margin: 0; }
.pdp-opt .siz-list .box { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; height: 42px; padding: 0 14px; border: 1.5px solid #d8dcec; border-radius: 10px; background: #fff; color: #1d2340; font-size: 14px; font-weight: 600; cursor: pointer; }
.pdp-opt .siz-list li.active .box, .pdp-opt .siz-list .box:hover { border-color: var(--pdp-accent); color: var(--pdp-accent); background: #f2fbfb; }
.pdp-opt .color-list li { margin: 0; }
.pdp-opt .color-list .box { display: block; width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1.5px #d0d5e6; cursor: pointer; }
.pdp-opt .color-list li.active .box { box-shadow: 0 0 0 2px var(--pdp-accent); }
.pdp-attr { margin: 0 0 14px; }
.pdp-attr.is-single { display: none; }
.pdp-attr-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.pdp-radio { position: relative; margin: 0; cursor: pointer; }
.pdp-radio input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.pdp-radio > span { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 16px; border: 1.5px solid #d8dcec; border-radius: 10px; background: #fff; font-size: 14px; font-weight: 500; color: #1d2340; }
.pdp-radio > span em { font-style: normal; color: var(--pdp-muted); font-size: 12.5px; }
.pdp-radio input:checked + span { border-color: var(--pdp-accent); background: #f2fbfb; color: #0b6f70; }
.pdp-radio input:focus-visible + span { outline: 2px solid var(--pdp-accent); outline-offset: 2px; }
.pdp-power-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.pdp-power-grid label { display: block; margin: 0 0 4px; font-size: 12.5px; font-weight: 600; text-transform: capitalize; color: #4a5070; }
.pdp-power-grid select { width: 100%; height: 44px; border: 1.5px solid #d8dcec; border-radius: 10px; padding: 0 12px; background: #fff; }

/* specification chips */
.pdp-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 4px 0 20px; }
.pdp-spec { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 11px 12px; border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.pdp-spec-i { flex: 0 0 auto; color: #3a4270; display: inline-flex; }
.pdp-spec small { display: block; font-size: 11.5px; line-height: 1.2; color: var(--pdp-muted); }
.pdp-spec b { display: block; font-size: 13px; line-height: 1.25; font-weight: 600; color: #1d2340; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pdp-spec > span:last-child { min-width: 0; }

/* buttons */
.pdp-buy { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; }
.pdp-buy .pdp-qty ul { display: flex; align-items: center; height: 54px; border: 1.5px solid #d8dcec; border-radius: 999px; overflow: hidden; background: #fff; }
.pdp-buy .pdp-qty li { margin: 0; }
.pdp-buy .qtminus, .pdp-buy .qtplus { display: flex; align-items: center; justify-content: center; width: 40px; height: 54px; cursor: pointer; color: #1d2340; background: none; border: 0; }
.pdp-buy .qtminus:hover, .pdp-buy .qtplus:hover { background: #f4f6fb; }
.pdp-buy .qttotal { display: block; min-width: 26px; text-align: center; font-size: 16px; font-weight: 700; line-height: 54px; }
.pdp-btn { flex: 1 1 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 54px; padding: 0 18px; border-radius: 999px; font-size: 16px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: filter .15s, background .15s; }
.pdp-btn-primary { background: var(--pdp-accent); border: 1.5px solid var(--pdp-accent); color: #fff !important; box-shadow: 0 8px 18px rgba(7, 168, 169, .26); }
.pdp-btn-primary:hover { filter: brightness(.94); }
.pdp-btn-outline { background: #fff; border: 1.5px solid var(--pdp-accent); color: var(--pdp-accent) !important; }
.pdp-btn-outline:hover { background: #f2fbfb; }
.pdp-btn-disabled { background: #e9ecf6; border: 1.5px solid #e9ecf6; color: #6b7191 !important; cursor: not-allowed; }
.pdp-heart { flex: 0 0 54px; width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid #d8dcec; border-radius: 50%; background: #fff; color: #1d2340; font-size: 20px; }
.pdp-heart:hover { color: #e0245e; border-color: #e0245e; }
.pdp-lens { margin: 0 0 16px; padding: 12px 14px; border-radius: 12px; background: #fff8e1; }
.pdp-lens a { font-weight: 700; color: #7a5b00; } .pdp-lens small { display: block; margin-top: 2px; color: #7a5b00; }

/* trust row and strip */
.pdp-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0 0 16px; padding: 14px 0; border-top: 1px solid var(--pdp-line); border-bottom: 1px solid var(--pdp-line); }
.pdp-trust li { display: flex; align-items: center; gap: 9px; min-width: 0; }
.pdp-trust-i { flex: 0 0 auto; color: #3a4270; display: inline-flex; }
.pdp-trust b, .pdp-trust small { display: block; }
.pdp-trust b { font-size: 12.5px; line-height: 1.25; font-weight: 600; }
.pdp-trust small { font-size: 12px; line-height: 1.25; color: var(--pdp-muted); }
.pdp-strip { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: 14px; background: var(--pdp-soft); color: #1d2340; }
.pdp-strip-i { color: #1d2340; display: inline-flex; flex: 0 0 auto; }
.pdp-strip-t { flex: 1; min-width: 0; }
.pdp-strip-t b, .pdp-strip-t small { display: block; }
.pdp-strip-t b { font-size: 15px; font-weight: 700; }
.pdp-strip-t small { font-size: 13.5px; color: #4a5070; }
.pdp-strip > i { color: #1d2340; }
.pdp-strip:hover { background: #e2f3f3; }
.pdp-ship { margin: 14px 0 0; font-size: 14px; color: #4a5070; }
.pdp-report { margin-top: 10px; font-size: 13px; }
.pdp-report a { color: var(--pdp-muted); }

/* highlights band */
.pdp-band { margin: 34px 0 0; padding: 22px 0; background: var(--pdp-soft); }
.pdp-band ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pdp-band li { display: flex; align-items: center; gap: 12px; }
.pdp-band-i { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--pdp-accent); }
.pdp-band b, .pdp-band small { display: block; }
.pdp-band b { font-size: 15px; font-weight: 700; } .pdp-band small { font-size: 13.5px; color: #4a5070; }

/* lower area: tabs + side cards */
.pdp-lower { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 44px; align-items: start; padding-top: 28px; }
.pdp-tab-bar { display: flex; flex-wrap: wrap; gap: 6px 4px; border-bottom: 1px solid var(--pdp-line); margin-bottom: 22px; }
.pdp-tab-bar button { position: relative; padding: 14px 20px; border: 0; background: none; font-size: 15.5px; font-weight: 600; color: #4a5070; cursor: pointer; }
.pdp-tab-bar button:hover { color: var(--pdp-accent); }
.pdp-tab-bar button.is-active { color: var(--pdp-accent); }
.pdp-tab-bar button.is-active::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: var(--pdp-accent); }
.pdp-panel { display: none; }
.pdp-panel.is-active { display: block; }
.pdp-h2 { margin: 0 0 14px; font-size: 21px; font-weight: 700; color: #1d2340; }
.pdp-rich { font-size: 15px; line-height: 1.75; color: #4a5070; }
.pdp-rich ul { list-style: disc; padding-left: 22px; }
.pdp-rich li { margin: 0 0 4px; }
.pdp-rich * { font-family: inherit !important; color: inherit !important; font-size: inherit !important; margin-left: 0; }
.pdp-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.pdp-table th, .pdp-table td { padding: 12px 14px; border-bottom: 1px solid var(--pdp-line); text-align: left; }
.pdp-table th { width: 38%; font-weight: 600; color: #1d2340; background: #f8fafc; }
.pdp-table td { color: #4a5070; }
.pdp-rev-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.pdp-rev-head .stars { font-size: 20px; font-weight: 700; } .pdp-rev-head .stars i { color: #f5a300; }
.pdp-login-note { margin: 18px 0 0; }
.pdp-wholesale { margin-top: 26px; }

/* side cards */
.pdp-aside { display: flex; flex-direction: column; gap: 16px; }
.pdp-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px; background: var(--pdp-soft); }
.pdp-card b, .pdp-card small { display: block; }
.pdp-card b { font-size: 14px; font-weight: 700; } .pdp-card small { font-size: 12.5px; color: #4a5070; line-height: 1.35; }
.pdp-eye { align-items: flex-start; padding: 20px; gap: 16px; }
.pdp-eye-i { flex: 0 0 68px; width: 68px; height: 68px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--pdp-accent); }
.pdp-eye b { font-size: 16px; } .pdp-eye p { margin: 4px 0 8px; font-size: 13.5px; color: #4a5070; line-height: 1.45; }
.pdp-eye a { font-size: 14px; font-weight: 600; color: var(--pdp-accent); }
.pdp-promo { display: block; border-radius: 16px; overflow: hidden; background: #f3f5f8; }
.pdp-promo img { display: block; width: 100%; height: auto; }
.pdp-mini { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pdp-mini .pdp-card { padding: 14px; gap: 10px; align-items: flex-start; }
.pdp-mini-i { flex: 0 0 auto; color: var(--pdp-accent); display: inline-flex; }
.pdp-seller { flex-direction: column; align-items: flex-start; gap: 4px; }
.pdp-seller p { margin: 0; font-weight: 700; } .pdp-seller a { font-size: 13.5px; font-weight: 600; color: var(--pdp-accent); }

/* related */
.pdp-related { margin: 46px 0 0; }
.pdp-rel-head { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.pdp-rel-head h2 { margin: 0; font-size: 26px; font-weight: 700; color: #1d2340; }
.pdp-rel-head span { flex: 1; height: 1px; background: var(--pdp-line); }
.pdp-rel-head a { font-size: 14.5px; font-weight: 600; color: var(--pdp-accent); }
.pdp-rel-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.pdp-rel-grid .hp-card { width: auto; min-width: 0; --hp-accent: var(--pdp-accent); --hp-ink: #1d2340; --hp-muted: #6b7191; --hp-line: #e6e9f2; }
.pdp-rel-grid .hp-card:nth-child(n+6) { display: none; }
.pdp-rel-grid .hp-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #dde1ea; border-radius: 16px; overflow: hidden; box-shadow: 0 1px 4px rgba(29, 35, 64, .05); }
.pdp-rel-grid .hp-card:hover { border-color: var(--pdp-accent); }

/* banner */
.pdp-banner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 40px 0 10px; min-height: 150px; padding: 0 0 0 40px; overflow: hidden; border-radius: 20px; background: linear-gradient(90deg, #e3f3fb, #d5ecf5); color: #1d2340; }
.pdp-banner-t { flex: 0 1 40%; padding: 24px 0; }
.pdp-banner-t b { display: block; font-size: 27px; line-height: 1.2; font-weight: 700; }
.pdp-banner-t small { display: block; margin-top: 8px; font-size: 15px; color: #4a5070; }
.pdp-banner-btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; height: 46px; padding: 0 24px; border-radius: 999px; background: #0f2a4a; color: #fff; font-size: 15px; font-weight: 600; }
.pdp-banner img { flex: 1 1 auto; align-self: stretch; min-width: 0; max-height: 180px; object-fit: cover; object-position: center; margin-left: auto; width: 42%; }

/* ---------- tablets ---------- */
@media (max-width: 991.98px) {
  .pdp-top { grid-template-columns: 1fr; gap: 24px; }
  .pdp-lower { grid-template-columns: 1fr; gap: 28px; }
  .pdp-band ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-rel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pdp-rel-grid .hp-card:nth-child(n+4) { display: none; }
}
/* ---------- phones ---------- */
@media (max-width: 767.98px) {
  .pdp-crumbs .pages { font-size: 12.5px; }
  .pdp-name { font-size: 24px; }
  .pdp-head { flex-direction: column; gap: 10px; }
  .pdp-stock { flex-direction: row; align-items: center; }
  .pdp .pdp-price .price { font-size: 28px; }
  .pdp-stage img { padding: 14px; }
  .pdp-thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .pdp-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-buy { flex-wrap: wrap; }
  .pdp-buy .pdp-qty { flex: 0 0 100%; }
  .pdp-buy .pdp-qty ul { width: max-content; height: 46px; } .pdp-buy .qtminus, .pdp-buy .qtplus { height: 46px; } .pdp-buy .qttotal { line-height: 46px; }
  .pdp-btn { height: 50px; font-size: 15px; padding: 0 12px; }
  .pdp-heart { flex: 0 0 50px; width: 50px; height: 50px; }
  .pdp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-tab-bar { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .pdp-tab-bar::-webkit-scrollbar { display: none; }
  .pdp-tab-bar button { flex: 0 0 auto; padding: 12px 14px; font-size: 14.5px; }
  .pdp-band { margin-top: 24px; } .pdp-band ul { gap: 12px; }
  .pdp-band-i { flex-basis: 44px; width: 44px; height: 44px; }
  .pdp-rel-head h2 { font-size: 22px; } .pdp-rel-head span { display: none; } .pdp-rel-head { justify-content: space-between; }
  .pdp-rel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pdp-rel-grid .hp-card:nth-child(n+5) { display: none; }
  .pdp-mini { grid-template-columns: 1fr; }
  .pdp-banner { flex-direction: column; align-items: flex-start; padding: 24px 22px 0; gap: 14px; }
  .pdp-banner-t { flex: none; padding: 0; } .pdp-banner-t b { font-size: 22px; }
  .pdp-banner img { width: 100%; max-height: 160px; margin: 0; }
  .pdp-banner-btn { margin-bottom: 22px; }
}
@media (max-width: 420px) { .pdp-power-grid { grid-template-columns: 1fr; } }

/* the home-page card partial is reused for related products */
.pdp-rel-grid .hp-img { position: relative; display: flex; align-items: center; justify-content: center; height: 170px; background: #f7f9fc; }
.pdp-rel-grid .hp-img img { width: 100%; height: 100%; object-fit: contain; padding: 14px; mix-blend-mode: multiply; }
.pdp-rel-grid .hp-off { position: absolute; left: 10px; top: 10px; padding: 4px 9px; border-radius: 999px; background: #e8f7ee; color: #17784a; font-size: 11.5px; font-weight: 700; }
.pdp-rel-grid .hp-wish { position: absolute; right: 10px; top: 10px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #fff; color: #4a5070; box-shadow: 0 2px 8px rgba(29, 35, 64, .14); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.pdp-rel-grid .hp-body { display: flex; flex-direction: column; gap: 4px; padding: 14px; flex: 1; }
.pdp-rel-grid .hp-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; font-size: 14.5px; font-weight: 600; line-height: 1.35; color: #1d2340; }
.pdp-rel-grid .hp-cat { font-size: 12.5px; color: #6b7191; }
.pdp-rel-grid .hp-rate { font-size: 12.5px; font-weight: 600; color: #b26a00; } .pdp-rel-grid .hp-rate i { color: #f5a300; font-size: 11px; } .pdp-rel-grid .hp-rate em { font-style: normal; font-weight: 400; color: #6b7191; }
.pdp-rel-grid .hp-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.pdp-rel-grid .hp-price strong { font-size: 18px; color: #1d2340; } .pdp-rel-grid .hp-price del { font-size: 13px; color: #9aa0bd; }
.pdp-rel-grid .hp-add { display: flex; align-items: center; justify-content: center; width: 100%; height: 40px; margin-top: 8px; border: 0; border-radius: 999px; background: var(--pdp-accent); color: #fff !important; font-size: 14px; font-weight: 700; cursor: pointer; }
.pdp-rel-grid .hp-add.is-out { background: #e9ecf6; color: #6b7191 !important; cursor: not-allowed; }

/* refinements */
.pdp-crumbs .pages li::after, .pdp-crumbs .pages li::before { content: none; }
.pdp-crumbs .pages li + li::before { content: "»"; margin: 0 9px; color: #9aa0bd; }
.pdp-heart svg { display: block; }
.pdp-trust b { font-size: 12.5px; } .pdp-trust li { align-items: flex-start; }
.pdp-mini .pdp-card { flex-direction: column; gap: 8px; }
.pdp-mini .pdp-card > span:last-child b { font-size: 14px; }

/* keep grid children from stretching the page wider than the screen */
.pdp-top > *, .pdp-lower > *, .pdp-main, .pdp-aside, .pdp-info, .pdp-gallery, .pdp-panel, #pdp-tabs { min-width: 0; }
.pdp-rich, .pdp-rich * { max-width: 100%; overflow-wrap: anywhere; }
.pdp-rich img { height: auto; }
.pdp-rich table { display: block; overflow-x: auto; }
.pdp-eye > div, .pdp-strip-t, .pdp-card > span:last-child { min-width: 0; }
.pdp-eye p { overflow-wrap: anywhere; }
.pdp { overflow-x: clip; }
@media (max-width: 767.98px) {
  .pdp-tab-bar { max-width: 100%; }
}

/* breadcrumb: one separator only (the theme adds its own icon after each link) */
.pdp-crumbs .pages li a::after { content: none !important; }
.pdp-crumbs .pages li a { margin-right: 0; font-size: inherit; }
/* bullets stay inside the page margin */
.pdp .pdp-rich ul { padding-left: 20px; }
.pdp .pdp-rich ol { padding-left: 22px; }

/* ---------- compact sizing (smaller than the first version) ---------- */
.pdp-top { gap: 36px; padding-top: 8px; }
.pdp-brand { font-size: 11.5px; letter-spacing: .28em; }
.pdp-name { font-size: 22px; line-height: 1.25; }
.pdp-sub { margin-top: 4px; font-size: 14px; }
.pdp-pill { padding: 4px 10px; font-size: 12px; } .pdp-sku { font-size: 11.5px; }
.pdp-rating { margin: 10px 0 8px; font-size: 13px; gap: 6px; }
.pdp .pdp-price .price { font-size: 26px; }
.pdp-price del { font-size: 15px; } .pdp-off { padding: 3px 9px; font-size: 12px; }
.pdp-tax { margin: 2px 0 14px; font-size: 12.5px; }
.pdp-opt { margin-bottom: 14px; } .pdp-opt .title { margin-bottom: 7px; font-size: 13px; }
.pdp-opt .siz-list .box { min-width: 44px; height: 36px; padding: 0 12px; font-size: 13px; border-radius: 9px; }
.pdp-opt .color-list .box { width: 28px; height: 28px; }
.pdp-radio > span { min-height: 36px; padding: 0 14px; font-size: 13px; }
.pdp-specs { gap: 8px; margin: 2px 0 16px; }
.pdp-spec { padding: 9px 10px; border-radius: 10px; gap: 8px; }
.pdp-spec-i svg { width: 20px; height: 20px; }
.pdp-spec small { font-size: 11px; } .pdp-spec b { font-size: 12.5px; }
.pdp-buy { gap: 10px; margin-bottom: 14px; }
.pdp-btn { height: 44px; font-size: 14.5px; padding: 0 16px; box-shadow: none; }
.pdp-btn-primary { box-shadow: 0 5px 12px rgba(7, 168, 169, .22); }
.pdp-heart { flex-basis: 44px; width: 44px; height: 44px; font-size: 18px; }
.pdp-heart svg { width: 20px; height: 20px; }
.pdp-trust { gap: 8px; padding: 12px 0; margin-bottom: 12px; }
.pdp-trust b { font-size: 12px; } .pdp-trust small { font-size: 11.5px; }
.pdp-trust-i svg { width: 21px; height: 21px; }
.pdp-strip { padding: 12px 16px; gap: 12px; border-radius: 12px; }
.pdp-strip-i svg { width: 32px; height: 32px; }
.pdp-strip-t b { font-size: 14px; } .pdp-strip-t small { font-size: 12.5px; }
.pdp-ship { margin-top: 10px; font-size: 13px; }
.pdp-band { margin-top: 26px; padding: 16px 0; }
.pdp-band-i { flex-basis: 44px; width: 44px; height: 44px; } .pdp-band-i svg { width: 22px; height: 22px; }
.pdp-band b { font-size: 14px; } .pdp-band small { font-size: 12.5px; }
.pdp-tab-bar button { padding: 12px 16px; font-size: 14.5px; }
.pdp-h2 { font-size: 18px; } .pdp-rich { font-size: 14px; line-height: 1.7; } .pdp-table { font-size: 14px; }
.pdp-lower { grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; padding-top: 22px; }
.pdp-eye { padding: 16px; } .pdp-eye-i { flex-basis: 56px; width: 56px; height: 56px; } .pdp-eye-i svg { width: 28px; height: 28px; }
.pdp-eye b { font-size: 15px; } .pdp-eye p { font-size: 13px; } .pdp-eye a { font-size: 13px; }
.pdp-card b { font-size: 13px; } .pdp-card small { font-size: 12px; }
.pdp-rel-head h2 { font-size: 21px; } .pdp-related { margin-top: 36px; }
.pdp-banner { min-height: 120px; margin-top: 30px; padding-left: 32px; } .pdp-banner-t b { font-size: 22px; } .pdp-banner-t small { font-size: 14px; } .pdp-banner-btn { height: 42px; font-size: 14px; }
.pdp-stage { aspect-ratio: 1 / .76; }
.pdp-stage img { padding: 20px; }
@media (max-width: 767.98px) {
  .pdp-name { font-size: 20px; }
  .pdp .pdp-price .price { font-size: 24px; }
  .pdp-btn { height: 44px; font-size: 14px; }
}

/* ---------- calmer, aligned purchase block: one rhythm (16px) between the rows ---------- */
.pdp .pdp-specs { margin: 0 0 16px; }
.pdp .pdp-buy { margin: 0 0 16px; }
.pdp .pdp-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px 14px; align-items: center; margin: 0 0 16px; padding: 14px 0; border-top: 1px solid var(--pdp-line); border-bottom: 1px solid var(--pdp-line); }
.pdp .pdp-trust li { display: flex; align-items: center; gap: 10px; min-width: 0; }
.pdp .pdp-trust-i { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #f2f6f9; color: #3a4270; }
.pdp .pdp-trust-i svg { width: 17px; height: 17px; }
.pdp .pdp-trust li > span:last-child { min-width: 0; }
.pdp .pdp-trust b { display: block; font-size: 12px; line-height: 1.3; font-weight: 600; color: #1d2340; }
.pdp .pdp-trust small { display: block; font-size: 11.5px; line-height: 1.3; color: var(--pdp-muted); }
.pdp .pdp-strip { margin: 0 0 14px; }
.pdp .pdp-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 0; padding: 0; }
.pdp .pdp-foot .pdp-ship, .pdp .pdp-foot .pdp-report { margin: 0; font-size: 12.5px; color: var(--pdp-muted); }
.pdp .pdp-foot .pdp-ship b { font-weight: 600; color: #4a5070; }
.pdp .pdp-foot .pdp-report:hover { color: #c62f3e; }
@media (max-width: 767.98px) { .pdp .pdp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* notify me when back in stock */
.pdp .pdp-notify { margin: 0 0 16px; padding: 14px 16px; border-radius: 12px; background: #f4f7fb; }
.pdp .pdp-notify[hidden] { display: none; }
.pdp .pdp-notify-t { margin: 0 0 10px; font-size: 13px; color: #4a5070; }
.pdp .pdp-notify-t b { color: #1d2340; }
.pdp .pdp-notify-row { display: flex; gap: 8px; }
.pdp .pdp-notify-row input { flex: 1 1 0; min-width: 0; height: 42px; padding: 0 14px; border: 1.5px solid #d8dcec; border-radius: 999px; background: #fff; font-size: 14px; }
.pdp .pdp-notify-row input:focus { outline: 0; border-color: var(--pdp-accent); }
.pdp .pdp-notify-row .pdp-btn { flex: 0 0 auto; height: 42px; padding: 0 22px; }
.pdp .pdp-notify-msg { min-height: 0; margin: 8px 0 0; font-size: 13px; }
.pdp .pdp-notify-msg:empty { display: none; }
.pdp .pdp-notify-msg.is-ok { color: #17784a; } .pdp .pdp-notify-msg.is-err { color: #c62f3e; }
.pdp .pdp-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.pdp .pdp-notify [hidden] { display: none !important; }
.pdp .pdp-notify.is-done { background: #e9f7ee; }
.pdp .pdp-notify.is-done .pdp-notify-msg { margin: 0; font-size: 14px; font-weight: 600; }
.pdp .pdp-btn.is-done { background: #e9f7ee; border-color: #e9f7ee; color: #17784a !important; box-shadow: none; cursor: default; }
@media (max-width: 575.98px) { .pdp .pdp-notify-row { flex-direction: column; } .pdp .pdp-notify-row .pdp-btn { width: 100%; } }

/* sticky buy bar (phones) */
.pdp-sticky { display: none; }
@media (max-width: 767.98px) {
  .pdp-sticky:not([hidden]) { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1025; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #e6e9f2; box-shadow: 0 -6px 18px rgba(29, 35, 64, .1); animation: pdpUp .18s ease-out; }
  .pdp-sticky-in { display: flex; gap: 10px; }
  .pdp-sticky .pdp-btn { flex: 1 1 0; height: 46px; font-size: 14.5px; box-shadow: none; }
  @keyframes pdpUp { from { transform: translateY(100%); } to { transform: none; } }
  .pdp-has-sticky { padding-bottom: 72px; }
  /* keep the floating WhatsApp and back-to-top buttons above the bar */
  body.pdp-sticky-on .float { bottom: 150px !important; }
  body.pdp-sticky-on .bottomtotop i { bottom: 100px !important; }
}
@media (prefers-reduced-motion: reduce) { .pdp-sticky { animation: none !important; } }
/* the compact-size rules above must not undo the tablet/phone layout */
@media (max-width: 991.98px) {
  .pdp-lower { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .pdp-top { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
/* the sticky bar lives outside .pdp, so it needs its own colour variables */
.pdp-sticky { --pdp-accent: #07a8a9; --pdp-line: #e6e9f2; }
.pdp-sticky .pdp-btn-outline { background: #fff; border: 1.5px solid #07a8a9; color: #07a8a9 !important; }
.pdp-sticky .pdp-btn-primary { background: #07a8a9; border: 1.5px solid #07a8a9; color: #fff !important; }

/* ---------- picture viewer (opens when the main picture is clicked) ---------- */
.pdp-stage img { cursor: zoom-in; }
.pdp-lb { position: fixed; inset: 0; z-index: 100001; display: flex; flex-direction: column; background: rgba(10, 14, 30, .97); color: #fff; visibility: hidden; opacity: 0; transition: opacity .18s; font-family: inherit; }
.pdp-lb.is-open { visibility: visible; opacity: 1; }
.pdp-lb *, .pdp-lb *::before, .pdp-lb *::after { box-sizing: border-box; }
.pdp-lb-top { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; }
.pdp-lb-count { font-size: 14px; color: rgba(255, 255, 255, .8); min-width: 60px; }
.pdp-lb-tools { display: flex; gap: 8px; }
.pdp-lb button { border: 0; cursor: pointer; font: inherit; }
.pdp-lb-btn { width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.pdp-lb-btn:hover { background: rgba(255, 255, 255, .26); }
.pdp-lb-btn:disabled { opacity: .35; cursor: default; }
.pdp-lb-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.pdp-lb-stage { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; touch-action: none; display: flex; align-items: center; justify-content: center; user-select: none; -webkit-user-select: none; }
.pdp-lb-stage img { max-width: 100%; max-height: 100%; object-fit: contain; background: #fff; border-radius: 6px; transform-origin: 50% 50%; will-change: transform; cursor: grab; -webkit-user-drag: none; user-drag: none; }
.pdp-lb-stage.is-zoomed img { cursor: grab; }
.pdp-lb-stage.is-drag img { cursor: grabbing; transition: none; }
.pdp-lb-nav { position: absolute; top: 50%; margin-top: -24px; width: 48px; height: 48px; z-index: 2; }
.pdp-lb-prev { left: 14px; } .pdp-lb-next { right: 14px; }
.pdp-lb-thumbs { flex: 0 0 auto; display: flex; justify-content: center; gap: 8px; padding: 12px 16px calc(14px + env(safe-area-inset-bottom)); overflow-x: auto; scrollbar-width: none; }
.pdp-lb-thumbs::-webkit-scrollbar { display: none; }
.pdp-lb-thumb { flex: 0 0 auto; width: 64px; height: 50px; padding: 0; border: 2px solid transparent !important; border-radius: 8px; background: #fff; overflow: hidden; opacity: .65; }
.pdp-lb-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pdp-lb-thumb.is-active { border-color: #fff !important; opacity: 1; }
.pdp-lb-hint { position: absolute; left: 0; right: 0; bottom: 8px; text-align: center; font-size: 12.5px; color: rgba(255, 255, 255, .7); pointer-events: none; }
body.pdp-lb-open { overflow: hidden; }
@media (max-width: 767.98px) { .pdp-lb-nav { display: none; } .pdp-lb-thumb { width: 54px; height: 44px; } .pdp-lb-hint { bottom: 4px; } }
@media (prefers-reduced-motion: reduce) { .pdp-lb { transition: none; } }

/* no square outline after a mouse click or tap; keyboard users still get a clear focus ring */
.pdp button:focus, .pdp a:focus, .pdp-sticky button:focus, .pdp-lb button:focus { outline: none; }
.pdp button:focus-visible, .pdp a:focus-visible { outline: 2px solid var(--pdp-accent); outline-offset: 2px; border-radius: 8px; }
.pdp .pdp-tab-bar button:focus-visible { outline-offset: -2px; border-radius: 6px; }
.pdp .pdp-btn:focus-visible, .pdp .pdp-heart:focus-visible, .pdp .pdp-nav:focus-visible { border-radius: 999px; }
.pdp .pdp-thumb:focus-visible { border-radius: 12px; }
.pdp-sticky button:focus-visible { outline: 2px solid #07a8a9; outline-offset: 2px; border-radius: 999px; }

/* ---------- banner above the footer: text, button next to it, picture on the right ---------- */
.pdp .pdp-banner { position: relative; display: flex; align-items: center; justify-content: flex-start; gap: 36px; margin: 30px 0 10px; min-height: 130px; padding: 0 0 0 40px; overflow: hidden; border-radius: 20px; background: linear-gradient(90deg, #e3f3fb, #cfe8f3); color: #1d2340; }
.pdp .pdp-banner-t { flex: 0 1 34%; min-width: 0; padding: 22px 0; }
.pdp .pdp-banner-t b { display: block; font-size: 24px; line-height: 1.2; font-weight: 700; }
.pdp .pdp-banner-t small { display: block; margin-top: 8px; font-size: 14.5px; color: #4a5070; }
.pdp .pdp-banner-btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; height: 46px; padding: 0 26px; border-radius: 999px; background: #0f2a4a; color: #fff; font-size: 14.5px; font-weight: 600; white-space: nowrap; }
.pdp .pdp-banner:hover .pdp-banner-btn i { transform: translateX(3px); }
.pdp .pdp-banner-btn i { font-size: 12px; transition: transform .15s; }
.pdp .pdp-banner-img { flex: 1 1 auto; align-self: stretch; min-width: 0; width: 40%; height: auto; max-height: 190px; margin-left: auto; object-fit: cover; object-position: center; }
.pdp .pdp-banner-art { flex: 0 0 auto; margin-left: auto; width: 300px; height: 300px; margin-right: -70px; margin-top: -85px; margin-bottom: -85px; border-radius: 50%; background: rgba(255, 255, 255, .55); display: flex; align-items: center; justify-content: center; color: rgba(15, 42, 74, .22); }
.pdp .pdp-banner-art svg { width: 190px; height: auto; margin-right: 60px; }
@media (max-width: 991.98px) { .pdp .pdp-banner-t { flex-basis: 40%; } .pdp .pdp-banner-art { width: 230px; height: 230px; margin-right: -60px; margin-top: -60px; margin-bottom: -60px; } .pdp .pdp-banner-art svg { width: 140px; margin-right: 50px; } }
@media (max-width: 767.98px) {
  .pdp .pdp-banner { flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px 22px 0; }
  .pdp .pdp-banner-t { flex: none; padding: 0; } .pdp .pdp-banner-t b { font-size: 21px; }
  .pdp .pdp-banner-btn { margin-bottom: 22px; }
  .pdp .pdp-banner-img { width: calc(100% + 44px); max-width: none; margin: 0 -22px; max-height: 170px; }
  .pdp .pdp-banner-art { display: none; }
  .pdp .pdp-banner.has-img .pdp-banner-btn { margin-bottom: 0; }
}