/* Product page only — Figma AirKeads PDP */

body#product {
  --pdp-teal: #15afbf;
  --pdp-teal-soft: #e7f8fa;
  --pdp-teal-fill: #f3fdfe;
  --pdp-text: #1f1f1f;
  --pdp-muted: #727272;
  --pdp-well: #f2f2f2;
  --pdp-line: #ebebeb;
  --pdp-sale: #c31e1e;
  --pdp-stock: #1a9e41;
  --pdp-font: "Lato", Helvetica, Arial, sans-serif;
}

body#product #header:before,
body.is-not-index #header:before {
  display: none !important;
  background: none !important;
}
body#product .site-promo-bar,
.site-promo-bar {
  position: relative;
  z-index: 5;
  background: #FFDD54 !important;
  background-color: #FFDD54 !important;
}

body#product .in-ban,
body#product .product-manufacturer,
body#product .tax-shipping-delivery-label,
body#product .product-prices .left,
body#product .product-add-to-cart .availibilty,
body#product #product-availability,
body#product .gallery .zoomicon {
  display: none !important;
}

body#product .pre-order-banner {
  display: none !important;
}

body#product #main {
  font-family: var(--pdp-font);
  color: var(--pdp-text);
  font-size: 14px;
  line-height: 1.4;
  padding: 16px 0 80px;
}
@media (min-width: 992px) {
  body#product #main { padding-top: 16px; }
}

body#product .pdp-layout {
  display: flex;
  flex-direction: column;
}

body#product .pdp-right {
  display: contents;
}
body#product .pdp-gallery,
body#product .pdp-buy,
body#product .pdp-head {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  body#product .pdp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 48px;
    align-items: start;
    align-content: start;
  }
  body#product .pdp-gallery {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  body#product .pdp-right {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
  }
  body#product .pdp-head,
  body#product .pdp-buy {
    width: 100%;
    height: auto;
    align-self: start;
  }
}

body#product .pdp-buy form,
body#product .pdp-buy form#add-to-cart-or-refresh,
body#product .detail-right form,
body#product .detail-right form#add-to-cart-or-refresh {
  display: block !important;
  height: auto !important;
  width: 100% !important;
  flex-wrap: unset !important;
  align-content: unset !important;
  pointer-events: auto !important;
}

/* Gallery */
body#product .pdp-gallery { width: 100%; }
body#product .pdp-gallery .page-content { padding: 0; margin: 0; }
body#product .pdp-hero,
body#product .pdp-thumb {
  background: var(--pdp-well);
  overflow: hidden;
}
body#product .pdp-hero-link,
body#product .pdp-hero-image {
  display: block;
  width: 100%;
}
body#product .pdp-hero-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--pdp-well);
}
body#product .pdp-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0 0;
  -webkit-overflow-scrolling: touch;
}
body#product .pdp-thumb {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: var(--pdp-well);
  cursor: pointer;
}
body#product .pdp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--pdp-well);
  pointer-events: none;
}
body#product .pdp-thumb.is-active {
  border-bottom-color: var(--pdp-teal);
}

@media (min-width: 992px) {
  body#product .pdp-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: visible;
    padding: 8px 0 0;
  }
  body#product .pdp-thumb {
    width: 100%;
    height: auto;
    flex: none;
    border-bottom: 0;
  }
  body#product .pdp-thumb.is-cover { display: none; }
  body#product .pdp-thumb img { aspect-ratio: 1 / 1; height: auto; }
  body#product .pdp-thumb.is-active {
    outline: 2px solid var(--pdp-teal);
    outline-offset: -2px;
  }
}

/* Head */
body#product .pdp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 16px;
  color: var(--pdp-muted);
}
body#product .pdp-breadcrumb a { color: var(--pdp-text); font-size: 12px; font-weight: 400; }
body#product .pdp-breadcrumb span { color: var(--pdp-muted); font-size: 12px; }
@media (min-width: 992px) {
  body#product .pdp-breadcrumb { font-size: 12px; margin-bottom: 12px; }
  body#product .pdp-breadcrumb a,
  body#product .pdp-breadcrumb span { font-size: 12px; line-height: 16px; }
}

body#product .pdp-head {
  border-bottom: 1px solid var(--pdp-line);
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body#product .pdp-head { padding-bottom: 16px; }
}

body#product .pdp-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 8px;
}
body#product .pdp-head h1.h1,
body#product #main h1.h1 {
  font-family: var(--pdp-font) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  letter-spacing: 0;
  text-transform: none !important;
  color: var(--pdp-text) !important;
  margin: 0 !important;
}
@media (min-width: 992px) {
  body#product .pdp-head h1.h1,
  body#product #main h1.h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  body#product .pdp-title-row { justify-content: flex-start; gap: 16px; align-items: flex-end; }
}
body#product .pdp-ean {
  font-size: 14px;
  font-weight: 400;
  color: var(--pdp-muted);
  line-height: 16px;
  white-space: nowrap;
}

body#product .product-prices {
  display: flex !important;
  align-items: flex-end !important;
  flex-wrap: wrap;
  gap: 12px 15px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body#product .product-prices .product-price.h5 { margin: 0 !important; font-size: inherit !important; }
body#product .product-prices .current-price { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
body#product .product-prices .pdp-price-label,
body#product .product-prices .current-price > .price {
  display: inline !important;
  font-family: var(--pdp-font) !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--pdp-text) !important;
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  body#product .product-prices .pdp-price-label,
  body#product .product-prices .current-price > .price { font-size: 16px !important; line-height: 24px !important; }
  body#product .product-prices .current-price > .price { font-weight: 600 !important; }
}
body#product .pdp-free-ship {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  background: var(--pdp-teal-soft) !important;
  color: var(--pdp-teal) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 6px;
  border-radius: 4px;
  line-height: 16px !important;
}
body#product .pdp-free-ship img { width: 16px; height: 16px; display: block; }

/* Variants */
body#product .product-variants { width: 100% !important; margin: 0 !important; }
body#product .product-variants-item { margin: 0 !important; padding: 24px 0 0 !important; }
@media (min-width: 992px) {
  body#product .product-variants-item { padding-top: 16px !important; }
}
body#product .product-variants .control-label {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-transform: uppercase !important;
  color: var(--pdp-text) !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  display: block !important;
  line-height: 20px !important;
}
body#product .pdp-size-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
body#product .pdp-size-head .control-label { margin: 0 !important; }
body#product .pdp-instock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--pdp-stock) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 20px !important;
}
body#product .pdp-instock img { width: 16px; height: 16px; }

body#product .product-variants-item ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
@media (min-width: 992px) {
  body#product .product-variants-item--size ul {
    flex-wrap: nowrap !important;
    width: 100%;
  }
  body#product .product-variants-item--size li {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
  }
  body#product .product-variants-item--size label {
    width: 100%;
  }
}
body#product .product-variants-item li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important;
}
body#product .product-variants-item .input-radio {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
body#product .product-variants-item label { display: block !important; margin: 0 !important; cursor: pointer; }
body#product .product-variants-item--color label {
  position: relative;
  display: block !important;
  margin: 0 !important;
  cursor: pointer !important;
}
body#product .product-variants-item--color .input-color {
  position: absolute !important;
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  z-index: 2;
}
body#product .product-variants-item--color .color,
body#product .product-variants-item .input-color + span {
  cursor: pointer !important;
  pointer-events: auto !important;
}
body#product .product-variants-item--color .color img {
  pointer-events: none;
}

body#product .product-variants-item--color .color,
body#product .product-variants-item .color,
body#product span.color.texture,
body#product .product-variants-item .input-color + span {
  width: 66px !important;
  height: 66px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: var(--pdp-well) !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.15s ease;
  box-sizing: border-box !important;
  color: inherit !important;
}
@media (min-width: 992px) {
  body#product .product-variants-item--color .color,
  body#product .product-variants-item .color,
  body#product span.color.texture,
  body#product .product-variants-item .input-color + span {
    width: 64px !important;
    height: 64px !important;
  }
}
body#product .product-variants-item--color .color img,
body#product span.color.texture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  display: block !important;
}
body#product .product-variants-item--color label:hover .color,
body#product .product-variants-item--color li:hover .color,
body#product .product-variants-item .input-color:hover + span,
body#product .product-variants-item .input-color:hover + span.color,
body#product .product-variants-item--color input:hover + .color {
  background: var(--pdp-well) !important;
  color: inherit !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  box-shadow: none !important;
  opacity: 1;
}
body#product .product-variants-item .input-color:checked + span,
body#product .product-variants-item--color input:checked + .color,
body#product .product-variants-item .input-color:checked + span.color,
body#product .product-variants-item--color label:hover input:checked + .color,
body#product .product-variants-item .input-color:checked:hover + span,
body#product .product-variants-item .input-color:checked:hover + span.color {
  background: var(--pdp-well) !important;
  color: inherit !important;
  border: 0 !important;
  border-bottom: 2px solid var(--pdp-teal) !important;
  box-shadow: none !important;
  opacity: 1;
}

body#product .product-variants-item--size .radio-label,
body#product .product-variants-item li .radio-label,
body#product .product-variants-item .input-radio + span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--pdp-text) !important;
  line-height: 22px !important;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  body#product .product-variants-item--size .radio-label,
  body#product .product-variants-item--size li .radio-label,
  body#product .product-variants-item--size .input-radio + span {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px;
  }
}
body#product .product-variants-item .input-radio:checked + span,
body#product .product-variants-item .input-radio:hover + span,
body#product .product-variants-item--size input:checked + .radio-label {
  background: #fff !important;
  color: var(--pdp-text) !important;
  border: 2px solid var(--pdp-teal) !important;
  box-shadow: none !important;
}

body#product .pdp-size-hint {
  width: 100% !important;
  margin: 12px 0 0 !important;
  font-size: 14px !important;
  color: var(--pdp-muted) !important;
  float: none !important;
  position: static !important;
  line-height: 20px !important;
}
body#product .pdp-size-hint a {
  color: var(--pdp-teal) !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}
body#product .product-variants-item .right { display: none !important; }

/* Plans */
body#product .wk-custom-subscription-block,
body#product .plan-container,
body#product .pdp-plans-head {
  margin: 24px 0 0;
  width: 100%;
  padding-bottom: 0;
  border: 0 !important;
  box-shadow: none !important;
}
body#product .plan-container,
body#product .pdp-plans-head { margin: 0; }
body#product .wk-custom-subscription-block { margin: 24px 0 0; width: 100%; padding-bottom: 0; border: 0 !important; }
@media (min-width: 992px) { body#product .wk-custom-subscription-block { margin-top: 16px; } }
body#product .pdp-plans-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  body#product .pdp-plans-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
body#product .pdp-plans-title {
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: var(--pdp-text) !important;
  line-height: 20px !important;
}
body#product .pdp-plans-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 992px) {
  body#product .pdp-plans-links { align-items: flex-end; }
}
body#product .pdp-video-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--pdp-teal-soft);
  color: var(--pdp-teal) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 16px !important;
}
body#product .pdp-video-link img { width: 16px; height: 16px; }
body#product .pdp-faq-link {
  color: var(--pdp-teal) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  line-height: 20px !important;
}

body#product .plan-container {
  max-width: none !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: auto;
}
body#product .plan,
body#product .plan.wk_custom_width_margin {
  display: block !important;
  margin: 0 !important;
  padding: 16px 12px !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: 4px !important;
  background: #fff !important;
  cursor: pointer;
  box-sizing: border-box;
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
  transition: border-color 0.15s ease, background-color 0.15s ease, padding 0.15s ease;
}
@media (min-width: 992px) {
  body#product .plan,
  body#product .plan.wk_custom_width_margin { padding: 16px !important; }
}
body#product .plan:hover:not(.selected) {
  border-color: var(--pdp-teal) !important;
  background: var(--pdp-teal-fill) !important;
}
body#product .plan.selected,
body#product .plan.selected:hover {
  border: 2px solid var(--pdp-teal) !important;
  background: var(--pdp-teal-fill) !important;
  padding: 15px 11px !important;
}
@media (min-width: 992px) {
  body#product .plan.selected,
  body#product .plan.selected:hover { padding: 15px !important; }
}
body#product .plan-header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}
body#product .plan-header > div {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
@media (min-width: 992px) {
  body#product .plan-header > div { gap: 12px; }
}
body#product .plan-header > div > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
body#product .plan input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 20px;
  border: 0;
  background: url("../images/pdp/radio-off.svg") center / 20px 20px no-repeat;
  pointer-events: auto !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  body#product .plan input[type="radio"] { width: 24px; height: 24px; flex-basis: 24px; background-size: 24px; }
}
body#product .plan.selected input[type="radio"] {
  background-image: url("../images/pdp/radio-on.svg");
}
body#product .plan-title {
  font-family: var(--pdp-font) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--pdp-text) !important;
  line-height: 24px !important;
}
body#product .plan-subtitle {
  display: block;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--pdp-muted) !important;
  line-height: 16px !important;
}
body#product .pdp-plan-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: var(--pdp-font) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 16px !important;
}
body#product .pdp-plan-badge--pink { background: #fae9ef; color: #c92162; }
body#product .pdp-plan-badge--green { background: #daf1e2; color: #1a6f36; }
body#product .pdp-plan-badge--blue { background: #d9eafa; color: #165ca9; }
body#product .plan-price { text-align: right; white-space: nowrap; }
body#product .plan-price-old {
  display: block;
  font-size: 14px !important;
  color: var(--pdp-muted) !important;
  text-decoration: line-through;
  font-weight: 600 !important;
  line-height: 16px;
}
body#product .plan-price-now { display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
body#product .plan-price-sale { font-size: 16px !important; font-weight: 600 !important; color: var(--pdp-sale) !important; line-height: 24px; }
body#product .plan-price-regular { font-size: 16px !important; font-weight: 600 !important; color: var(--pdp-text) !important; line-height: 24px; }
body#product .plan-price-unit { font-size: 14px !important; color: var(--pdp-muted) !important; font-weight: 600 !important; line-height: 16px; }
body#product .plan.selected .plan-price-unit { color: var(--pdp-text) !important; }
body#product .plan-details-box,
body#product .wk-select-delivery { display: none; }
body#product .plan.selected .plan-details-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 12px 0 0;
  padding: 12px 0 12px 36px;
  pointer-events: auto;
}
body#product .pdp-plan-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pdp-font) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #1f1f1f !important;
}
body#product .pdp-plan-benefit img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
body#product .pdp-plan-benefit strong {
  font-weight: 700 !important;
  color: #1f1f1f !important;
  font-family: var(--pdp-font) !important;
}
body#product .plan.selected .wk-select-delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--pdp-line);
  pointer-events: auto;
}
body#product .pdp-plan-freq-label {
  font-family: var(--pdp-font) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #727272 !important;
  text-transform: none;
}
body#product .wk-select-delivery select {
  pointer-events: auto !important;
  position: relative;
  z-index: 3;
  width: 160px;
  max-width: 50%;
  height: auto !important;
  padding: 8px 32px 8px 16px !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: 4px !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E") right 12px center no-repeat !important;
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--pdp-font) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #1f1f1f !important;
  box-shadow: none !important;
}

/* Qty + ATC — Figma: row, no line after plans; one line after trust */
body#product .product-actions,
body#product .product-information,
body#product .product-add-to-cart,
body#product .product-add-to-cart::before,
body#product .product-add-to-cart::after {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
body#product .product-add-to-cart {
  display: block !important;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
@media (min-width: 992px) {
  body#product .product-add-to-cart { margin-top: 16px; }
}
body#product .pdp-atc-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}
body#product .product-add-to-cart .qty,
body#product .pdp-atc-row .qty {
  margin: 0 !important;
  width: auto !important;
  flex: 0 0 152px;
  max-width: 152px;
}
body#product .product-add-to-cart .qty h5 {
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin: 0 0 8px !important;
  color: var(--pdp-text) !important;
  line-height: 20px !important;
}
body#product .product-add-to-cart .qty-input,
body#product .qty-input {
  width: 152px !important;
  height: 56px !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: 4px !important;
  background: #fff;
  display: flex !important;
  align-items: center;
}
body#product .product-add-to-cart .qty-input .qty-count,
body#product .qty-input .qty-count { width: 48px !important; height: 56px !important; }
body#product .product-add-to-cart .qty-input .product-qty,
body#product .qty-input .product-qty { height: 56px !important; }
body#product .product-add-to-cart .add,
body#product .pdp-atc-row .add {
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body#product .wksubscriptionplanpopup,
body#product .product-add-to-cart .cart-btn.add-to-cart {
  width: 100% !important;
  height: auto !important;
  min-height: 56px;
  padding: 16px 32px !important;
  line-height: 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--pdp-teal) !important;
  color: #fff !important;
  font-family: var(--pdp-font) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 12px 14px rgba(21, 184, 198, 0.14);
}

body#product .pdp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 20px 0 0;
  padding: 0 0 32px;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  font-size: 14px;
  color: var(--pdp-text);
}
body#product .pdp-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 16px;
}
body#product .pdp-trust-item img { width: 18px; height: 18px; flex: 0 0 18px; }

@media (max-width: 991px) {
  body#product .product-add-to-cart { margin-top: 24px; }
  body#product .pdp-atc-row {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    gap: 12px;
  }
  body#product .product-add-to-cart .qty,
  body#product .pdp-atc-row .qty,
  body#product .product-add-to-cart .add,
  body#product .pdp-atc-row .add {
    width: 100% !important;
    max-width: none;
    flex: none;
  }
  body#product .product-add-to-cart .qty-input,
  body#product .qty-input {
    width: 100% !important;
  }
}

/* Accordion — custom open/close, not Bootstrap .collapse */
body#product .prodetail {
  border-top: 0 !important;
  padding-top: 0 !important;
}
body#product .panel-group.wrap,
body#product #accordion {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body#product .panel,
body#product .panel-group .panel,
body#product .panel-group .panel + .panel,
body#product #accordion .panel,
body#product #accordion .pdp-acc-item {
  box-shadow: none !important;
  background: #fff !important;
  border: 0 none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body#product #accordion .pdp-acc-item {
  border-top: 1px solid var(--pdp-line) !important;
}
body#product #accordion .pdp-acc-item:last-child {
  border-bottom: 1px solid var(--pdp-line) !important;
}
body#product .panel-heading,
body#product .panel-group .panel-heading,
body#product #accordion .panel-heading,
body#product #accordion .panel-heading.active,
body#product .panel:last-child .panel-heading,
body#product .panel:last-child .panel-heading.active,
body#product .panel:first-child .panel-heading,
body#product .panel:last-child .panel-body,
body#product #accordion .panel-title,
body#product #accordion .pdp-acc-btn,
body#product #accordion .pdp-acc-body,
body#product #accordion .panel-body {
  background: #fff !important;
  border: 0 none !important;
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
}
body#product #accordion .panel-heading,
body#product #accordion .panel-heading.active,
body#product #accordion .panel-title {
  padding: 0 !important;
}
body#product .panel-title a,
body#product .panel-title .pdp-acc-btn {
  font-family: var(--pdp-font) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  text-transform: uppercase !important;
  padding: 20px 28px 20px 0 !important;
  color: var(--pdp-text) !important;
  line-height: 24px !important;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}
body#product .panel-heading.active .panel-title a,
body#product .panel-heading.active .pdp-acc-btn {
  padding-bottom: 20px !important;
}
body#product .panel-heading a:before,
body#product .panel-heading a:after,
body#product #accordion .panel-heading a:before,
body#product #accordion .panel-heading a:after,
body#product .panel-heading .pdp-acc-btn:before,
body#product .panel-heading .pdp-acc-btn:after {
  content: "" !important;
  font-family: inherit !important;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--pdp-text);
  border-bottom: 1.5px solid var(--pdp-text);
  transform: rotate(45deg);
  top: 26px;
  right: 6px;
  left: auto;
  background: none !important;
  position: absolute;
}
body#product .panel-heading a:after,
body#product #accordion .panel-heading a:after,
body#product .panel-heading .pdp-acc-btn:after {
  display: none !important;
  content: none !important;
}
body#product .panel-heading.active a:before,
body#product #accordion .panel-heading.active a:before,
body#product .panel-heading.active .pdp-acc-btn:before {
  transform: rotate(-135deg);
  top: 30px;
}
body#product .panel-body,
body#product .panel:last-child .panel-body,
body#product #accordion .pdp-acc-item.is-open .panel-body {
  padding: 0 0 20px !important;
  font-size: 16px;
  line-height: 24px;
  color: var(--pdp-muted);
  border: 0 none !important;
}
body#product #accordion .pdp-acc-body,
body#product #accordion .pdp-acc-body[hidden],
body#product #accordion .pdp-acc-item:not(.is-open) > .pdp-acc-body {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
}
body#product #accordion .pdp-acc-item.is-open > .pdp-acc-body {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
body#product #accordion .product-description-short,
body#product #accordion .product-description-short.rte,
body#product #accordion .pdp-details-intro {
  border: 0 none !important;
  border-top: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body#product #accordion .panel-body,
body#product #accordion .panel-body p,
body#product #accordion .panel-body span,
body#product #accordion .panel-body div,
body#product .product-description-short.rte,
body#product .product-description-short.rte p,
body#product .product-description-short.rte div,
body#product .pdp-details-intro,
body#product .pdp-details-intro p,
body#product .pdp-spec-label,
body#product .pdp-spec-value {
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}
body#product .product-description-short.rte,
body#product .product-description-short.rte p,
body#product .pdp-details-intro,
body#product .pdp-details-intro p,
body#product #accordion .panel-body,
body#product #accordion .panel-body p {
  color: #727272 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
body#product .pdp-details-intro p + p {
  margin: 0 !important;
}
body#product .pdp-specs,
body#product #accordion .pdp-specs {
  width: 100%;
  margin: 16px 0 0;
  background: transparent !important;
}
body#product .pdp-spec-row,
body#product #accordion .pdp-spec-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
body#product .pdp-spec-row:nth-child(odd),
body#product #accordion .pdp-spec-row:nth-child(odd) {
  background: #f9f9f9 !important;
}
body#product .pdp-spec-row:nth-child(even),
body#product #accordion .pdp-spec-row:nth-child(even) {
  background: #ffffff !important;
}
body#product .pdp-spec-label,
body#product .pdp-spec-value,
body#product #accordion .pdp-spec-label,
body#product #accordion .pdp-spec-value {
  padding: 12px;
  font-size: 16px !important;
  line-height: 24px !important;
  box-sizing: border-box;
  background: transparent !important;
}
body#product .pdp-spec-label {
  flex: 0 0 200px;
  width: 200px;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #1f1f1f !important;
}
body#product .pdp-spec-value {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #727272 !important;
}
@media (max-width: 575px) {
  body#product .pdp-spec-row { flex-direction: column; }
  body#product .pdp-spec-label {
    flex: none;
    width: 100%;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  body#product #main { padding: 12px 0 48px; }
  body#product .pdp-head,
  body#product .pdp-buy { padding: 0; }
  body#product .pdp-gallery { margin: 0 -15px; padding: 0; }
  body#product .pdp-thumbs { padding-left: 16px; padding-right: 16px; }
  body#product .pdp-head { order: 1; }
  body#product .pdp-gallery { order: 2; }
  body#product .pdp-buy { order: 3; }
  body#product .product-variants-item { padding-left: 0 !important; padding-right: 0 !important; }
}
