/* IPAC product card v3.0-specs: hardened clean specification headers. */
/* Prevent the native layout from being painted before the IPAC card is ready. */
#product { --ipac-light-assets-ready: 1; }
@keyframes ipac-light-pending-reveal { to { opacity: 1; visibility: visible; } }
#product:not(.ipac-light-test) .product__body {
  opacity: 0; visibility: hidden;
  animation: ipac-light-pending-reveal .01s linear 4s forwards;
}
#product.ipac-light-test .product__body {
  opacity: 1; visibility: visible; animation: none;
}
.wrapper.ipac-light-outer, .box-content.ipac-light-outer {
  width: auto; max-width: 100%; margin-left: 0; margin-right: 0; box-sizing: border-box; overflow-x: clip;
}
#product.ipac-light-test {
  --light-ink: #17364b; --light-muted: #607887; --light-line: #dce8ee;
  --light-blue: #29a6d2; --light-tint: #f2faff;
  width: 100%; max-width: 100%; min-width: 0; color: var(--light-ink); background: #fff; overflow-x: clip;
}
body.ipac-light-product-page { max-width: 100%; overflow-x: hidden; }
#product.ipac-light-test .product__body.container {
  width: 100%; max-width: none; margin: 0 auto;
  padding-left: clamp(20px, 3.2vw, 64px); padding-right: clamp(20px, 3.2vw, 64px);
  box-sizing: border-box;
}
#product.ipac-light-test .ipac-light-heading,
#product.ipac-light-test .product__group,
#product.ipac-light-test .product__group * { box-sizing: border-box; }
#product.ipac-light-test .breadcrumbs {
  max-width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
}
#product.ipac-light-test .breadcrumbs__group {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  min-height: 44px;
  padding: 8px 14px;
  overflow-x: auto;
  background: linear-gradient(180deg, #f9fcfe 0%, #f2f9fc 100%);
  border: 1px solid var(--light-line);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(23, 54, 75, .04);
  scrollbar-width: none;
  white-space: nowrap;
}
#product.ipac-light-test .breadcrumbs__group::-webkit-scrollbar { display: none; }
#product.ipac-light-test .breadcrumbs__right {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
}
#product.ipac-light-test .breadcrumbs__right svg {
  flex: 0 0 auto;
  width: 6px;
  height: 12px;
  margin: 0 11px;
  color: #9aadb8;
}
#product.ipac-light-test .breadcrumbs__main,
#product.ipac-light-test .breadcrumbs__item {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease;
}
#product.ipac-light-test .breadcrumbs__main {
  color: var(--light-blue);
  font-weight: 600;
}
#product.ipac-light-test .breadcrumbs__item {
  color: var(--light-muted);
  font-weight: 500;
}
#product.ipac-light-test .breadcrumbs__main:hover,
#product.ipac-light-test .breadcrumbs__item:hover { color: var(--light-blue); }
#product.ipac-light-test .breadcrumbs__right.is-current .breadcrumbs__item {
  max-width: min(420px, 42vw);
  overflow: hidden;
  color: var(--light-ink);
  font-weight: 600;
  pointer-events: none;
  text-overflow: ellipsis;
}
#product.ipac-light-test .ipac-light-heading { margin: 0 0 32px; }
#product.ipac-light-test .product__title {
  width: auto; max-width: none; margin: 0 0 16px; padding: 0;
  font-size: clamp(24px, 2vw, 36px); line-height: 1.25; letter-spacing: -.025em;
  font-weight: 700; color: var(--light-ink); text-align: left;
}
#product.ipac-light-test .ipac-light-badges {
  position: static !important; display: flex !important; flex-direction: row !important;
  flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px;
  width: auto; padding: 0; margin: 0; transform: none; pointer-events: auto;
}
#product.ipac-light-test .ipac-light-badges:empty { display: none !important; }
#product.ipac-light-test .ipac-product-badge {
  position: relative; display: inline-flex; width: auto; min-height: 30px;
  align-items: center; padding: 6px 11px; margin: 0; border: 0; border-radius: 8px;
  background: var(--ipac-badge-bg, #17364b); color: var(--ipac-badge-color, #fff);
  font: inherit; font-size: 13px; font-weight: 600; line-height: 1.4;
  box-shadow: none; text-transform: none; cursor: pointer; overflow: visible;
}
#product.ipac-light-test .ipac-product-badge__tooltip {
  position: absolute; z-index: 30; top: calc(100% + 8px); left: 0; right: auto;
  display: block; width: min(300px, 72vw); max-width: none; padding: 12px 14px;
  border: 1px solid var(--light-line); border-radius: 10px; background: #fff;
  color: var(--light-ink); box-shadow: 0 8px 30px rgb(23 54 75 / 12%);
  font-size: 13px; line-height: 1.5; font-weight: 400; white-space: normal;
  text-align: left; overflow-wrap: anywhere; visibility: hidden; opacity: 0;
  transform: none; pointer-events: none;
}
#product.ipac-light-test .ipac-product-badge.is-open .ipac-product-badge__tooltip {
  visibility: visible; opacity: 1; pointer-events: auto;
}
#product.ipac-light-test .product__group {
  display: grid !important; grid-template-columns: minmax(0, 1.38fr) minmax(0, .86fr) minmax(0, 1.08fr);
  align-items: stretch; gap: clamp(24px, 2.5vw, 48px); width: 100%; max-width: none;
  margin: 0 0 42px; padding: 0; border: 0 !important; box-shadow: none !important;
}
#product.ipac-light-test .product__group::before,
#product.ipac-light-test .product__group::after { display: none !important; content: none !important; }
#product.ipac-light-test .product__group > .product__left,
#product.ipac-light-test .product__group > .ipac-light-config,
#product.ipac-light-test .product__group > .product__right {
  min-width: 0; width: 100%; max-width: none; height: 100%; margin: 0; float: none; flex: none;
}
#product.ipac-light-test .product__group > .product__left {
  display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 26px;
  align-items: center; padding: 0; height: auto; min-height: 0;
}
#product.ipac-light-test .ipac-product-image-placeholder {
  grid-column: 1 / -1;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px;
  text-align: center;
  color: var(--light-muted);
  background: linear-gradient(145deg, #f7fcff 0%, #edf8fd 100%);
  border: 1px solid var(--light-line);
  border-radius: 24px;
}
#product.ipac-light-test .ipac-product-image-placeholder__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 4px;
  color: var(--light-blue);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(23, 54, 75, .08);
  font-size: 28px;
}
#product.ipac-light-test .ipac-product-image-placeholder strong { color: var(--light-ink); font-size: 20px; }
#product.ipac-light-test .ipac-product-image-placeholder small { font-size: 14px; }
#product.ipac-light-test .product__thumb {
  grid-column: 2; grid-row: 1; position: relative; width: 100%; min-width: 0;
  height: auto; margin: 0; padding: 14px 14px 14px 24px; border-radius: 22px; background: #f3faff;
}
#product.ipac-light-test .product__thumb-slider {
  width: 100%; height: auto; aspect-ratio: 1 / 1.15; min-height: 280px;
  max-height: 670px; margin: 0; overflow: hidden;
}
#product.ipac-light-test .product__thumb-wrapper { height: 100%; align-items: stretch; }
#product.ipac-light-test .product__thumb-item {
  display: flex; align-items: center; justify-content: center; height: 100%;
  min-width: 0; padding: 0; background: transparent;
}
#product.ipac-light-test .product__thumb-item img {
  display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%;
  object-fit: contain; object-position: 56% center; padding: 0; margin: 0; cursor: zoom-in;
}
#product.ipac-light-test .product__mini {
  grid-column: 1; grid-row: 1; position: relative; width: 92px; height: auto;
  min-width: 0; margin: 0; padding: 36px 0;
}
#product.ipac-light-test .product__mini-slider { width: 92px; height: 344px; margin: 0; overflow: hidden; }
#product.ipac-light-test .product__mini-slide {
  display: flex; align-items: center; justify-content: center; width: 92px;
  padding: 8px; border: 1px solid var(--light-line); border-radius: 14px; background: #fff;
  cursor: pointer;
}
#product.ipac-light-test .product__mini-slide.swiper-slide-thumb-active { border-color: var(--light-blue); background: var(--light-tint); }
#product.ipac-light-test .product__mini-slide img { width: 100%; height: 100%; object-fit: contain; }
#product.ipac-light-test .product__mini-arrow {
  display: flex; flex-direction: column; justify-content: space-between;
  position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none;
}
#product.ipac-light-test .product__mini-up, #product.ipac-light-test .product__mini-down {
  display: flex; position: static; align-items: center; justify-content: center;
  width: 32px; height: 28px; margin: 0 auto; border: 1px solid var(--light-line);
  border-radius: 9px; background: #fff; pointer-events: auto; cursor: pointer; transform: none;
}
#product.ipac-light-test .product__thumb-arrow {
  position: absolute; top: 50%; left: 8px; right: 8px; bottom: auto;
  display: flex; justify-content: space-between; width: auto; height: 36px;
  z-index: 3; pointer-events: none; transform: translateY(-50%);
}
#product.ipac-light-test .product__thumb-left, #product.ipac-light-test .product__thumb-right {
  position: static; display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; margin: 0; border: 1px solid var(--light-line);
  border-radius: 50%; background: rgb(255 255 255 / 95%); pointer-events: auto; cursor: pointer;
}
#product.ipac-light-test .ipac-light-config {
  display: flex; flex-direction: column; gap: 16px; padding: 0; color: var(--light-ink);
}
#product.ipac-light-test .ipac-light-options-card {
  width: 100%; margin: 0; padding: clamp(20px, 1.55vw, 28px); border: 1px solid #d7eaf2;
  border-radius: 18px; background: #f3faff;
}
#product.ipac-light-test .ipac-light-config > h3,
#product.ipac-light-test .ipac-light-config > h3[hidden] { display: none !important; }
#product.ipac-light-test .ipac-light-config .form-group {
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: 6px;
  width: 100%; max-width: none; margin: 0 0 18px; padding: 0;
}
#product.ipac-light-test .ipac-light-config .form-group > div:first-child:has(> .control-label) { flex-basis: 100%; }
#product.ipac-light-test .ipac-light-config .control-label,
#product.ipac-light-test .ipac-light-config .style_name {
  display: block; font-size: 18px; font-weight: 700; line-height: 1.25;
  color: var(--light-ink); margin: 0 0 7px; padding: 0;
}
#product.ipac-light-test .ipac-light-config label.text-center { display: block; margin: 0; padding: 0; font-weight: 500; }
#product.ipac-light-test .ipac-light-config .view0_link,
#product.ipac-light-test .ipac-light-config .view0_product,
#product.ipac-light-test .ipac-light-config .product__memory-item {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  width: auto; min-width: 76px; max-width: 100%; padding: 12px 17px; margin: 0;
  border: 1px solid var(--light-line); border-radius: 12px; background: #fff;
  color: var(--light-ink); font-size: 17px; line-height: 1.25; font-weight: 650;
  text-decoration: none; box-shadow: none; white-space: normal;
}
#product.ipac-light-test .ipac-light-config .view0_product,
#product.ipac-light-test .ipac-light-config .option-sim-active {
  border-color: var(--light-blue); background: var(--light-tint); color: #087ca4;
}
#product.ipac-light-test .ipac-light-config .view0_link:hover { border-color: var(--light-blue); }
#product.ipac-light-test .ipac-light-config .ipac-light-color-choice {
  position: relative; width: 62px; min-width: 62px; height: 62px; min-height: 62px;
  padding: 8px; border-radius: 14px;
}
#product.ipac-light-test .ipac-light-config .ipac-light-color-choice::before {
  content: ''; display: block; width: 42px; height: 42px; border-radius: 10px;
  background: var(--ipac-choice-color, #b3b3b3); box-shadow: inset 0 0 0 1px rgb(23 54 75 / 8%);
}
#product.ipac-light-test .ipac-light-config .ipac-light-color-choice .img-thumbnail {
  position: absolute; width: 1px; height: 1px; padding: 0; border: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
#product.ipac-light-test .ipac-light-config .form-control { max-width: 100%; border-radius: 10px; border-color: var(--light-line); }
#product.ipac-light-test .ipac-light-config .location { font-size: 14px; line-height: 1.5; margin-top: 20px; }
#product.ipac-light-test .ipac-light-promotions {
  margin: 0; padding: clamp(20px, 1.55vw, 28px); border: 1px solid #d7eaf2;
  border-radius: 18px; background: #f3faff;
}
#product.ipac-light-test .ipac-light-promotions__heading {
  margin: 0 0 14px; color: var(--light-ink); font-size: 20px; line-height: 1.25; font-weight: 700;
}
#product.ipac-light-test .ipac-light-promotions__list { display: grid; gap: 12px; }
#product.ipac-light-test .ipac-light-promotions__item {
  display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: start;
}
#product.ipac-light-test .ipac-light-promotions__icon {
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  border-radius: 9px; background: #dff4fb; color: #087fa7; font-size: 16px; line-height: 1; font-weight: 800;
}
#product.ipac-light-test .ipac-light-promotions__text { min-width: 0; padding-top: 1px; }
#product.ipac-light-test .ipac-light-promotions__title {
  display: block; color: var(--light-ink); font-size: 15px; line-height: 1.25; font-weight: 700;
}
#product.ipac-light-test .ipac-light-promotions__description {
  display: block; margin-top: 3px; color: var(--light-muted); font-size: 13px; line-height: 1.3; font-weight: 500;
}
#product.ipac-light-test .ipac-light-promo-copy {
  display: inline-flex; margin: 8px 0 0; padding: 6px 10px; border: 1px solid #bfe3f1;
  border-radius: 8px; background: #fff; color: #087fa7; font: inherit; font-size: 12px;
  line-height: 1.3; font-weight: 650; cursor: pointer;
}
#product.ipac-light-test .product__group > .product__right {
  display: flex; flex-direction: column; padding: clamp(20px, 1.6vw, 32px); border: 1px solid var(--light-line);
  border-radius: 22px; background: #fff; box-shadow: 0 8px 30px rgb(23 54 75 / 4%);
  container-type: inline-size; container-name: light-purchase;
}
#product.ipac-light-test .product__text { margin: 0; padding: 0; }
#product.ipac-light-test .ipac-light-has-prices .product__price,
#product.ipac-light-test .ipac-light-has-prices .product__text-info,
#product.ipac-light-test .rustore-notice__product[hidden],
#product.ipac-light-test .product__price-credit { display: none !important; }
#product.ipac-light-test .ipac-light-prices { padding: 0; margin: 0 0 24px; }
#product.ipac-light-test .ipac-light-prices__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
#product.ipac-light-test .ipac-light-prices__item {
  min-width: 0; padding: 17px 18px; border: 1px solid #bfe3f1;
  border-radius: 14px; background: #f3faff;
}
#product.ipac-light-test .ipac-light-prices__label {
  display: block; min-height: 38px; color: var(--light-muted); font-size: 13px; line-height: 1.4;
}
#product.ipac-light-test .ipac-light-prices__value {
  display: block; color: var(--light-ink); font-size: clamp(24px, 1.7vw, 36px);
  font-weight: 700; line-height: 1.25; letter-spacing: -.035em; white-space: normal;
  font-variant-numeric: tabular-nums;
}
#product.ipac-light-test .ipac-light-prices__item--other .ipac-light-prices__value { color: #526b7a; font-weight: 600; }
#product.ipac-light-test .ipac-light-prices__value sup { position: relative; top: -.3em; font-size: .52em; vertical-align: baseline; }
#product.ipac-light-test .ipac-light-prices__note { display: block; margin-top: 14px; color: var(--light-muted); font-size: 12px; line-height: 1.5; }
#product.ipac-light-test .ipac-light-tradein {
  margin: 0 0 22px; padding: 20px; border: 1px solid #d9edf5; border-radius: 14px;
  background: #f3faff; color: var(--light-ink);
}
#product.ipac-light-test .ipac-light-tradein h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; font-weight: 600; }
#product.ipac-light-test .ipac-light-tradein p { margin: 0 0 12px; color: var(--light-muted); font-size: 13px; line-height: 1.5; }
#product.ipac-light-test .ipac-light-tradein p.ipac-light-tradein__lead { color: var(--light-ink); font-size: 15px; font-weight: 500; }
#product.ipac-light-test .ipac-light-tradein__button {
  display: block; width: 100%; min-height: 40px; padding: 8px 12px; border: 1px solid #cde5ef;
  border-radius: 9px; background: #eaf5fa; color: #57798a; font: inherit; font-size: 13px;
  line-height: 1.5; font-weight: 500; opacity: 1; cursor: default;
}
#product.ipac-light-test .product__buttons {
  display: grid; grid-template-columns: minmax(126px, auto) minmax(0, 1fr);
  align-items: stretch; gap: 10px; width: 100%; margin: auto 0 0; padding: 0;
}
#product.ipac-light-test .product__buttons > .button-wrapper { display: block; width: 100%; margin: 0 !important; padding: 0; }
#product.ipac-light-test .product__buttons > div:empty { display: none; }
#product.ipac-light-test .product__buttons .buttons-wrappers,
#product.ipac-light-test .product__buttons .product__buttons-wp,
#product.ipac-light-test .product__buttons .product__button-buyoneclick,
#product.ipac-light-test .product__buttons .product__button-creditpochta { display: none !important; }
#product.ipac-light-test .ipac-light-stock {
  display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 126px; min-height: 54px;
  margin: 0; padding: 12px 14px; border: 1px solid #f0d7a0;
  border-radius: 12px; background: #fff8e9; color: #9a681c;
  font-size: 14px; line-height: 1.4; font-weight: 700;
}
#product.ipac-light-test .ipac-light-stock::before {
  content: none; display: none;
}
#product.ipac-light-test .ipac-light-stock.is-in-stock {
  border-color: #20a9da; background: #20a9da; color: #fff;
}
#product.ipac-light-test #button-cart {
  display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0;
  min-height: 54px; margin: 0 !important; padding: 14px 20px; border: 0; border-radius: 12px;
  background: #32c78d; color: #fff; font: inherit; font-size: 17px;
  line-height: 1.4; font-weight: 600; box-shadow: none; text-transform: none;
}
#product.ipac-light-test #button-cart:hover { background: #27b87d; }
#product.ipac-light-test #button-cart:disabled { opacity: .65; cursor: wait; }
#product.ipac-light-test a:focus-visible, #product.ipac-light-test button:focus-visible { outline: 3px solid #76cbe7; outline-offset: 3px; }

/* IPAC product-added dialog v1.6 */
.success__bg {
  position: fixed !important; inset: 0 !important; z-index: 10050 !important;
  align-items: center !important; justify-content: center !important; padding: 20px !important;
  background: rgba(20, 50, 68, .46) !important; backdrop-filter: blur(7px);
}
.popup-success {
  width: min(100%, 620px) !important; max-width: 620px !important; margin: auto !important;
  overflow: hidden !important; border: 1px solid #d6e9f1 !important; border-radius: 24px !important;
  background: #fff !important; box-shadow: 0 28px 80px rgba(20, 55, 75, .24) !important;
}
.popup-success__body { padding: 28px !important; }
.popup-success__title { margin: 0 0 20px !important; color: #17364b !important; font-size: 24px !important; font-weight: 800 !important; line-height: 1.25 !important; }
.popup-success__title::before { content: '✓'; display: inline-grid; width: 32px; height: 32px; margin-right: 11px; place-items: center; border-radius: 50%; background: #e4f8ef; color: #24a972; font-size: 18px; vertical-align: 2px; }
.popup-success__product-item { display: grid !important; grid-template-columns: 112px minmax(0, 1fr) !important; gap: 18px !important; align-items: center !important; padding: 16px !important; border: 1px solid #dcebf1 !important; border-radius: 17px !important; background: #f3faff !important; }
.popup-success__img { display: grid !important; width: 112px !important; height: 104px !important; place-items: center !important; border-radius: 13px !important; background: #fff !important; }
.popup-success__img img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
.popup-success__product-name { color: #17364b !important; font-size: 17px !important; font-weight: 700 !important; line-height: 1.35 !important; }
.popup-success__product-price { margin-top: 10px !important; color: #17364b !important; font-size: 20px !important; font-weight: 800 !important; }
.popup-success__btns { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; margin-top: 20px !important; }
.popup-success__btns .btn { display: flex !important; min-height: 50px !important; align-items: center !important; justify-content: center !important; margin: 0 !important; padding: 12px 17px !important; border-radius: 12px !important; font-size: 15px !important; font-weight: 700 !important; text-decoration: none !important; }
.popup-success__btn-cont { border: 1px solid #b9dce9 !important; background: #fff !important; color: #198fba !important; }
.popup-success__ckeck { border: 1px solid #32c78d !important; background: #32c78d !important; color: #fff !important; }
.popup-success__ckeck:hover { border-color: #27b87d !important; background: #27b87d !important; color: #fff !important; }
@media (max-width: 560px) {
  .popup-success__body { padding: 19px !important; }
  .popup-success__title { font-size: 20px !important; }
  .popup-success__product-item { grid-template-columns: 82px minmax(0, 1fr) !important; gap: 12px !important; padding: 12px !important; }
  .popup-success__img { width: 82px !important; height: 78px !important; }
  .popup-success__btns { grid-template-columns: 1fr !important; }
}
#product.ipac-light-test .product__bottom { width: 100%; max-width: none; margin-top: 0; }
#product.ipac-light-test .ipac-light-details {
  margin: 0 0 64px; padding: 0; border: 0 !important; color: var(--light-ink);
}
#product.ipac-light-test .ipac-light-details::before,
#product.ipac-light-test .ipac-light-details::after { display: none !important; content: none !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-nav {
  display: flex; align-items: center; gap: 6px; width: 100%; margin: 0 0 18px; padding: 6px;
  border: 1px solid #e2edf2; border-radius: 15px; background: #fff;
  box-shadow: 0 7px 24px rgb(23 54 75 / 5%);
  overflow-x: auto; scrollbar-width: thin;
}
#product.ipac-light-test .ipac-light-details .product__bottom-link {
  position: static; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center;
  min-height: 44px; margin: 0; padding: 10px 17px; border: 1px solid var(--light-line);
  border-radius: 12px; background: #fff; color: var(--light-muted); font: inherit;
  font-size: 15px; line-height: 1.35; font-weight: 650; text-decoration: none; cursor: pointer;
}
#product.ipac-light-test .ipac-light-details .product__bottom-link::before,
#product.ipac-light-test .ipac-light-details .product__bottom-link::after { display: none !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-link.active {
  border-color: #1597c3; background: #1597c3; color: #fff; box-shadow: 0 5px 14px rgb(21 151 195 / 20%);
}
#product.ipac-light-test .ipac-light-details .product__bottom-desc,
#product.ipac-light-test .ipac-light-details .product__bottom-about,
#product.ipac-light-test .ipac-light-detail-pane {
  width: 100%; max-width: none; min-height: 170px; margin: 0; padding: clamp(22px, 2.5vw, 38px);
  border: 1px solid #d5e9f1; border-radius: 20px; background: linear-gradient(145deg,#fff 0%,#f8fcfe 100%);
  box-shadow: 0 10px 32px rgb(23 54 75 / 5%); color: var(--light-ink);
  overflow: visible !important;
}
#product.ipac-light-test .ipac-light-details .hide { display: none !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-desc h2,
#product.ipac-light-test .ipac-light-details .product__bottom-desc h3,
#product.ipac-light-test .ipac-light-details .product__bottom-desc h4 {
  margin: 26px 0 12px !important; padding: 0 !important; color: var(--light-ink) !important;
  font-family: inherit !important; font-size: 22px !important; line-height: 1.35 !important; font-weight: 700 !important;
}
#product.ipac-light-test .ipac-light-details .product__bottom-desc h2:first-child,
#product.ipac-light-test .ipac-light-details .product__bottom-desc h3:first-child { margin-top: 0 !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-desc p,
#product.ipac-light-test .ipac-light-details .product__bottom-desc div,
#product.ipac-light-test .ipac-light-details .product__bottom-desc span,
#product.ipac-light-test .ipac-light-details .product__bottom-desc li,
#product.ipac-light-test .ipac-light-detail-pane p {
  color: var(--light-muted) !important; font-family: inherit !important; font-size: 16px !important;
  line-height: 1.7 !important; font-weight: 400 !important;
}
#product.ipac-light-test .ipac-light-details .product__bottom-desc p,
#product.ipac-light-test .ipac-light-detail-pane p { margin: 0 0 14px !important; }
#product.ipac-light-test .ipac-light-detail-pane p:last-child { margin-bottom: 0 !important; }
#product.ipac-light-test .ipac-light-details .product__about-group {
  margin: 0 0 18px; color: var(--light-ink); font-size: 20px; line-height: 1.35; font-weight: 700;
}
#product.ipac-light-test .ipac-light-details .product__about-item {
  display: block; min-width: 0; margin: 0; padding: 20px; border: 1px solid #dcecf3;
  border-radius: 16px; background: #fff;
}
#product.ipac-light-test .ipac-light-details .product__about-subitem {
  display: block; min-width: 0; margin: 0; padding: 0; border: 0;
}
#product.ipac-light-test .ipac-light-details .product__bottom-about {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px;
}
#product.ipac-light-test .ipac-light-details .product__about-char {
  display: grid; grid-template-columns: minmax(140px,.9fr) minmax(0,1.1fr); gap: 18px;
  align-items: start; min-width: 0; padding: 12px 0; border-bottom: 1px solid #edf3f6;
}
#product.ipac-light-test .ipac-light-details .product__about-char:last-child { border-bottom: 0; padding-bottom: 0; }
#product.ipac-light-test .ipac-light-details .product__about-char:first-child { padding-top: 0; }
#product.ipac-light-test .ipac-light-details .product__bottom-desc img,
#product.ipac-light-test .ipac-light-details .product__bottom-desc video,
#product.ipac-light-test .ipac-light-details .product__bottom-desc iframe,
#product.ipac-light-test .ipac-light-details .product__bottom-desc table { max-width: 100% !important; height: auto !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-desc table { width: 100% !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-desc > * { max-width: 100% !important; }
#product.ipac-light-test .ipac-light-details .product__bottom-desc *,
#product.ipac-light-test .ipac-light-details .product__about-name,
#product.ipac-light-test .ipac-light-details .product__about-value { overflow-wrap: anywhere; }
#product.ipac-light-test .ipac-light-details .product__about-name,
#product.ipac-light-test .ipac-light-details .product__about-value {
  margin: 0; color: var(--light-muted); font-size: 14px; line-height: 1.5; font-weight: 500;
}
#product.ipac-light-test .ipac-light-details .product__about-value { color: var(--light-ink); font-weight: 650; }
#product.ipac-light-test .ipac-light-detail-pane--promotions .ipac-light-promotions__list {
  grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
}
#product.ipac-light-test .ipac-light-detail-pane--promotions .ipac-light-promotions__item {
  padding: 16px; border: 1px solid #d7eaf2; border-radius: 14px; background: #f5fbfe;
}

body.ipac-lightbox-open { overflow: hidden !important; }
.ipac-lightbox {
  position: fixed; z-index: 100000; inset: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100vw; max-width: 100%; height: 100dvh; padding: 18px 22px 20px; box-sizing: border-box; background: rgb(248 252 254 / 98%);
  color: #17364b; opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease;
}
.ipac-lightbox.is-open { opacity: 1; visibility: visible; }
.ipac-lightbox__header { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 18px; align-items: center; min-width: 0; }
.ipac-lightbox__title { overflow: hidden; color: #17364b; font-size: 15px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.ipac-lightbox__counter { color: #607887; font-size: 14px; font-variant-numeric: tabular-nums; }
.ipac-lightbox__close, .ipac-lightbox__arrow {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  padding: 0; border: 1px solid #d3e5ed; border-radius: 14px; background: #fff; color: #17364b;
  font: inherit; font-size: 29px; line-height: 1; cursor: pointer; box-shadow: 0 6px 22px rgb(23 54 75 / 7%);
}
.ipac-lightbox__close:hover, .ipac-lightbox__arrow:hover { border-color: #29a6d2; background: #f0faff; }
.ipac-lightbox__stage { position: relative; display: flex; align-items: center; justify-content: center; min-height: 0; padding: 18px 76px; touch-action: pan-y; }
.ipac-lightbox__image { display: block; width: 100%; height: 100%; max-width: 1080px; max-height: calc(100dvh - 190px); object-fit: contain; user-select: none; -webkit-user-drag: none; }
.ipac-lightbox__arrow { position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%; }
.ipac-lightbox__prev { left: 8px; }
.ipac-lightbox__next { right: 8px; }
.ipac-lightbox__thumbs { display: flex; justify-content: center; gap: 10px; min-height: 74px; overflow-x: auto; padding: 6px 2px 0; }
.ipac-lightbox__thumb {
  flex: 0 0 68px; width: 68px; height: 68px; padding: 5px; border: 1px solid #dce8ee;
  border-radius: 12px; background: #fff; cursor: pointer;
}
.ipac-lightbox__thumb.is-active { border-color: #1597c3; box-shadow: 0 0 0 2px rgb(41 166 210 / 14%); }
.ipac-lightbox__thumb img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.ipac-lightbox:focus { outline: none; }
.ipac-lightbox button:focus-visible { outline: 3px solid #76cbe7; outline-offset: 2px; }
@container light-purchase (max-width: 310px) {
  #product.ipac-light-test .ipac-light-prices__row { grid-template-columns: 1fr; gap: 16px; }
  #product.ipac-light-test .ipac-light-prices__label { min-height: 0; margin-bottom: 5px; }
}
@media (min-width: 992px) and (max-width: 1279px) {
  #product.ipac-light-test .product__group { grid-template-columns: minmax(0, 1.12fr) minmax(0, .83fr) minmax(0, 1fr); gap: 20px; }
  #product.ipac-light-test .product__group > .product__left { grid-template-columns: 68px minmax(0, 1fr); gap: 14px; }
  #product.ipac-light-test .product__mini, #product.ipac-light-test .product__mini-slider, #product.ipac-light-test .product__mini-slide { width: 68px; }
  #product.ipac-light-test .product__mini-slider { height: 244px; }
  #product.ipac-light-test .product__thumb { padding: 6px; }
}
@media (max-width: 991px) {
  #product.ipac-light-test .product__group { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; }
  #product.ipac-light-test .product__group > .product__right { grid-column: 1 / -1; }
  #product.ipac-light-test .product__thumb-slider { min-height: 250px; }
  #product.ipac-light-test .ipac-light-details .product__about-item { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 639px) {
  #product.ipac-light-test .product__body.container { padding-left: 16px; padding-right: 16px; }
  #product.ipac-light-test .breadcrumbs {
    max-width: 100%;
    margin-bottom: 18px;
    overflow: visible;
  }
  #product.ipac-light-test .breadcrumbs__group {
    display: flex;
    min-height: 40px;
    padding: 7px 11px;
    overflow-x: auto;
    border-radius: 12px;
  }
  #product.ipac-light-test .breadcrumbs__main,
  #product.ipac-light-test .breadcrumbs__item { font-size: 13px; }
  #product.ipac-light-test .breadcrumbs__right svg { margin: 0 8px; }
  #product.ipac-light-test .breadcrumbs__right.is-current .breadcrumbs__item { max-width: 60vw; }
  #product.ipac-light-test .ipac-light-heading { margin-bottom: 24px; }
  #product.ipac-light-test .product__title { font-size: 24px; }
  #product.ipac-light-test .product__group { grid-template-columns: minmax(0, 1fr); gap: 26px; margin-bottom: 36px; }
  #product.ipac-light-test .product__group > *,
  #product.ipac-light-test .ipac-light-config,
  #product.ipac-light-test .product__group > .product__right { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
  #product.ipac-light-test .product__group > .product__left { display: block; width: 100%; min-width: 0; }
  #product.ipac-light-test .ipac-product-image-placeholder { min-height: 280px; border-radius: 18px; }
  #product.ipac-light-test .product__mini { display: none !important; }
  #product.ipac-light-test .product__thumb { grid-column: auto; grid-row: auto; width: 100%; max-width: 100%; padding: 6px; border-radius: 16px; }
  #product.ipac-light-test .product__thumb-slider { min-height: 240px; }
  #product.ipac-light-test .ipac-light-config .form-group { margin-bottom: 16px; }
  #product.ipac-light-test .ipac-light-config .control-label,
  #product.ipac-light-test .ipac-light-config .style_name { font-size: 17px; }
  #product.ipac-light-test .ipac-light-config .view0_link,
  #product.ipac-light-test .ipac-light-config .view0_product,
  #product.ipac-light-test .ipac-light-config .product__memory-item { font-size: 16px; }
  #product.ipac-light-test .ipac-light-promotions { padding: 16px; }
  #product.ipac-light-test .product__group > .product__right { padding: 20px; border-radius: 18px; }
  #product.ipac-light-test .ipac-light-prices__value { font-size: 27px; }
  #product.ipac-light-test .ipac-light-details { margin-bottom: 42px; padding-top: 24px; }
  #product.ipac-light-test .ipac-light-details .product__bottom-nav { max-width: 100%; margin-bottom: 14px; padding: 5px; }
  #product.ipac-light-test .ipac-light-details .product__bottom-link { min-height: 42px; padding: 9px 13px; font-size: 14px; }
  #product.ipac-light-test .ipac-light-details .product__bottom-desc,
  #product.ipac-light-test .ipac-light-details .product__bottom-about,
  #product.ipac-light-test .ipac-light-detail-pane { min-height: 140px; padding: 20px 17px; border-radius: 16px; }
  #product.ipac-light-test .ipac-light-details .product__bottom-desc h2,
  #product.ipac-light-test .ipac-light-details .product__bottom-desc h3,
  #product.ipac-light-test .ipac-light-details .product__bottom-desc h4 { font-size: 19px !important; }
  #product.ipac-light-test .ipac-light-details .product__bottom-desc p,
  #product.ipac-light-test .ipac-light-details .product__bottom-desc div,
  #product.ipac-light-test .ipac-light-details .product__bottom-desc span,
  #product.ipac-light-test .ipac-light-details .product__bottom-desc li,
  #product.ipac-light-test .ipac-light-detail-pane p { font-size: 15px !important; line-height: 1.6 !important; }
  #product.ipac-light-test .ipac-light-details .product__bottom-about { grid-template-columns: minmax(0,1fr); gap: 10px; }
  #product.ipac-light-test .ipac-light-details .product__about-item { padding: 16px; }
  #product.ipac-light-test .ipac-light-details .product__about-char { grid-template-columns: minmax(0,1fr); gap: 4px; padding: 11px 0; }
  #product.ipac-light-test .ipac-light-detail-pane--promotions .ipac-light-promotions__list { grid-template-columns: minmax(0, 1fr); }
  .ipac-lightbox { padding: 12px 12px 14px; }
  .ipac-lightbox__header { gap: 10px; }
  .ipac-lightbox__title { font-size: 13px; }
  .ipac-lightbox__close { width: 42px; height: 42px; }
  .ipac-lightbox__stage { padding: 12px 42px; }
  .ipac-lightbox__arrow { width: 38px; height: 38px; font-size: 24px; }
  .ipac-lightbox__prev { left: 0; }
  .ipac-lightbox__next { right: 0; }
  .ipac-lightbox__thumb { flex-basis: 58px; width: 58px; height: 58px; }
}

/* IPAC 2.8 — compact masonry specifications with legacy markup compatibility. */
#product.ipac-light-test .ipac-light-details .product__bottom-about.ipac-specs-enhanced {
  display: block; min-height: 0; padding: 0; border: 0; border-radius: 0;
  background: transparent; box-shadow: none;
}
#product.ipac-light-test .ipac-spec-summary {
  margin: 0 0 16px; padding: 22px; border: 1px solid #d7e9f1; border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #f7fcfe 100%);
  box-shadow: 0 10px 30px rgb(23 54 75 / 5%);
}
#product.ipac-light-test .ipac-spec-summary__title,
#product.ipac-light-test .ipac-spec-group .product__about-group {
  display: flex; align-items: center; gap: 10px;
}
#product.ipac-light-test .ipac-spec-summary__title { margin: 0 0 18px; }
#product.ipac-light-test .ipac-spec-summary__title h2 {
  margin: 0; color: var(--light-ink); font: inherit; font-size: 21px; line-height: 1.3; font-weight: 750;
}
#product.ipac-light-test .ipac-spec-summary__title-icon,
#product.ipac-light-test .ipac-spec-group__icon,
#product.ipac-light-test .ipac-spec-icon {
  display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; color: #159dcc;
}
#product.ipac-light-test .ipac-spec-summary__title-icon,
#product.ipac-light-test .ipac-spec-group__icon { width: 25px; height: 25px; }
#product.ipac-light-test .ipac-spec-icon { width: 31px; height: 31px; }
#product.ipac-light-test .ipac-spec-summary svg,
#product.ipac-light-test .ipac-spec-group svg {
  display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
#product.ipac-light-test .ipac-spec-summary__title-icon svg { fill: rgb(21 157 204 / 12%); }
#product.ipac-light-test .ipac-spec-summary__grid {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px;
}
#product.ipac-light-test .ipac-spec-summary__item {
  display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; align-items: center;
  min-width: 0; min-height: 88px; padding: 15px 14px; border: 1px solid #d9edf4;
  border-radius: 16px; background: rgb(244 251 254 / 88%);
}
#product.ipac-light-test .ipac-spec-summary__text { min-width: 0; }
#product.ipac-light-test .ipac-spec-summary__value,
#product.ipac-light-test .ipac-spec-summary__label { display: block; overflow-wrap: break-word; }
#product.ipac-light-test .ipac-spec-summary__value {
  color: var(--light-ink); font-size: 15px; line-height: 1.25; font-weight: 750;
}
#product.ipac-light-test .ipac-spec-summary__label {
  margin-top: 4px; color: var(--light-muted); font-size: 12px; line-height: 1.3; font-weight: 500;
}
#product.ipac-light-test .ipac-spec-layout {
  display: block; width: 100%; column-count: 2; column-gap: 16px; column-fill: balance;
}
#product.ipac-light-test .ipac-spec-layout > .ipac-spec-column {
  display: contents !important;
}
#product.ipac-light-test .ipac-light-details .ipac-spec-group.product__about-item {
  display: inline-block; width: 100%; min-width: 0; margin: 0 0 16px; padding: 0; overflow: hidden;
  border: 1px solid #d7e9f1; border-radius: 20px; background: #fff;
  box-shadow: 0 10px 30px rgb(23 54 75 / 4%); break-inside: avoid; vertical-align: top;
}
#product.ipac-light-test .ipac-spec-group .product__about-group {
  width: 100% !important; max-width: none !important; flex: 0 0 100% !important;
  margin: 0; padding: 18px 20px; border-bottom: 0 !important;
  background: linear-gradient(135deg, #f3fbfe 0%, #f9fdff 100%);
  color: var(--light-ink); font-size: 19px; line-height: 1.3; font-weight: 750;
}
#product.ipac-light-test .ipac-spec-group .product__about-group,
#product.ipac-light-test .ipac-spec-group .product__about-subitem,
#product.ipac-light-test .ipac-spec-group .product__about-char:first-child {
  border-top: 0 !important;
}
#product.ipac-light-test .ipac-spec-group .product__about-group {
  border-bottom: 0 !important; box-shadow: none !important;
}
#product.ipac-light-test .ipac-spec-group .product__about-group::before,
#product.ipac-light-test .ipac-spec-group .product__about-group::after,
#product.ipac-light-test .ipac-spec-group .product__about-subitem::before,
#product.ipac-light-test .ipac-spec-group .product__about-subitem::after {
  content: none !important; display: none !important;
}
#product.ipac-light-test .ipac-spec-group .product__about-subitem {
  display: block !important; width: 100% !important; max-width: none !important;
  flex: 0 0 100% !important; padding: 0 20px;
}
#product.ipac-light-test .ipac-spec-group .product__about-char,
#product.ipac-light-test .ipac-spec-group .product__about-char:first-child,
#product.ipac-light-test .ipac-spec-group .product__about-char:last-child {
  display: grid; grid-template-columns: minmax(175px, .82fr) minmax(0, 1.18fr); gap: 20px;
  width: 100% !important; max-width: none !important; align-items: start; min-width: 0; margin: 0; padding: 13px 0;
  border-bottom: 1px solid #edf3f6;
}
#product.ipac-light-test .ipac-spec-group .product__about-char:last-child { border-bottom: 0; }
#product.ipac-light-test .ipac-spec-group .product__about-name,
#product.ipac-light-test .ipac-spec-group .product__about-value {
  min-width: 0; margin: 0; overflow-wrap: normal; word-break: normal; hyphens: none;
  font-size: 14px; line-height: 1.45;
}
#product.ipac-light-test .ipac-spec-group .product__about-name { color: #617b8c; font-weight: 500; }
#product.ipac-light-test .ipac-spec-group .product__about-value { color: var(--light-ink); font-weight: 700; }
@media (max-width: 1279px) {
  #product.ipac-light-test .ipac-spec-summary__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  #product.ipac-light-test .ipac-spec-layout { column-count: 1; }
}
@media (max-width: 639px) {
  #product.ipac-light-test .ipac-spec-summary { margin-bottom: 12px; padding: 16px; border-radius: 16px; }
  #product.ipac-light-test .ipac-spec-summary__title { margin-bottom: 14px; }
  #product.ipac-light-test .ipac-spec-summary__title h2 { font-size: 19px; }
  #product.ipac-light-test .ipac-spec-summary__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  #product.ipac-light-test .ipac-spec-summary__item {
    grid-template-columns: 28px minmax(0, 1fr); gap: 9px; min-height: 78px; padding: 12px 10px; border-radius: 13px;
  }
  #product.ipac-light-test .ipac-spec-icon { width: 27px; height: 27px; }
  #product.ipac-light-test .ipac-spec-summary__value { font-size: 14px; }
  #product.ipac-light-test .ipac-spec-summary__label { font-size: 11px; }
  #product.ipac-light-test .ipac-spec-layout { column-gap: 12px; }
  #product.ipac-light-test .ipac-light-details .ipac-spec-group.product__about-item { padding: 0; border-radius: 16px; }
  #product.ipac-light-test .ipac-spec-group .product__about-group { padding: 15px 16px; font-size: 17px; }
  #product.ipac-light-test .ipac-spec-group .product__about-subitem { padding: 0 16px; }
  #product.ipac-light-test .ipac-spec-group .product__about-char,
  #product.ipac-light-test .ipac-spec-group .product__about-char:first-child,
  #product.ipac-light-test .ipac-spec-group .product__about-char:last-child {
    grid-template-columns: minmax(125px, .85fr) minmax(0, 1.15fr); gap: 12px; padding: 11px 0;
  }
}
@media (max-width: 420px) {
  #product.ipac-light-test .ipac-spec-summary__grid { grid-template-columns: minmax(0, 1fr); }
  #product.ipac-light-test .ipac-spec-summary__item { min-height: 68px; }
  #product.ipac-light-test .ipac-spec-group .product__about-char,
  #product.ipac-light-test .ipac-spec-group .product__about-char:first-child,
  #product.ipac-light-test .ipac-spec-group .product__about-char:last-child {
    grid-template-columns: minmax(0, 1fr); gap: 3px;
  }
}

/* IPAC breadcrumb final compatibility fix v3.4 */
#product .product__body.container { padding-top: 18px !important; }
#product .breadcrumbs__group > .breadcrumbs__right:has(.fa-home),
#product .breadcrumbs__group > .breadcrumbs__right:nth-child(2) { display: none !important; }
@media (max-width: 639px) {
  #product .product__body.container { padding-top: 12px !important; }
}

/* IPAC product description in category style v3.5 */
#product.ipac-light-test .ipac-light-details .product__bottom-desc.ipac-product-description {
  position: relative;
  min-height: 0;
  padding: 31px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #dfedf3 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #526d7d !important;
  font-family: MYRIADPRO, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
  overflow: visible !important;
}
#product .ipac-product-description__content {
  width: 100%;
  max-width: none;
  color: #526d7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}
#product .ipac-product-description__content h1,
#product .ipac-product-description__content h2 {
  column-span: all;
  margin: 0 0 19px !important;
  padding: 0 !important;
  color: #17364b !important;
  font-family: MYRIADPRO, sans-serif !important;
  font-size: clamp(25px, 2vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -.015em !important;
}
#product .ipac-product-description__content h3,
#product .ipac-product-description__content h4 {
  margin: 21px 0 8px !important;
  padding: 0 !important;
  color: #17364b !important;
  font-family: MYRIADPRO, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  break-after: avoid;
}
#product .ipac-product-description__content p {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #526d7d !important;
  font-family: MYRIADPRO, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  break-inside: avoid;
}
#product .ipac-product-description__content span,
#product .ipac-product-description__content strong,
#product .ipac-product-description__content b {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
#product .ipac-product-description__content ul,
#product .ipac-product-description__content ol {
  margin: 4px 0 17px !important;
  padding-left: 25px !important;
  break-inside: avoid;
}
#product .ipac-product-description__content li {
  margin: 6px 0 !important;
  padding-left: 3px !important;
  color: #526d7d !important;
  font-family: MYRIADPRO, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
#product .ipac-product-description__content li p { margin: 0 !important; }
#product .ipac-product-description__content a {
  color: #159cca !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}
#product .ipac-product-description__content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
}
#product .ipac-product-description.is-collapsible:not(.is-expanded) .ipac-product-description__content {
  max-height: 315px;
  overflow: hidden;
}
#product .ipac-product-description.is-collapsible:not(.is-expanded)::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 46px;
  left: 0;
  height: 92px;
  background: linear-gradient(rgba(255,255,255,0), #fff);
  pointer-events: none;
}
#product .ipac-product-description__toggle {
  position: relative;
  z-index: 2;
  display: block;
  margin: 17px auto 0;
  padding: 9px 18px;
  border: 1px solid #b7dcea;
  border-radius: 999px;
  background: #fff;
  color: #198fba;
  font: 700 14px MYRIADPRO, sans-serif;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
#product .ipac-product-description__toggle:hover {
  border-color: #38b0e3;
  background: #eff9fd;
  color: #137da3;
}
@media (min-width: 900px) {
  #product .ipac-product-description__content {
    column-count: 2;
    column-gap: clamp(34px, 4vw, 70px);
    column-rule: 1px solid #e3eef3;
  }
}
@media (max-width: 899px) {
  #product.ipac-light-test .ipac-light-details .product__bottom-desc.ipac-product-description { padding-top: 24px !important; }
  #product .ipac-product-description__content,
  #product .ipac-product-description__content p,
  #product .ipac-product-description__content li { font-size: 15px !important; }
  #product .ipac-product-description__content h1,
  #product .ipac-product-description__content h2 { font-size: 25px !important; }
  #product .ipac-product-description__content h3,
  #product .ipac-product-description__content h4 { font-size: 19px !important; }
  #product .ipac-product-description.is-collapsible:not(.is-expanded) .ipac-product-description__content { max-height: 300px; }
}
