/* Product detail pages only. */
/* Airtable product galleries: keep up to 8 thumbnails inside the desktop product hero. */
@media (min-width:1081px){
  body.kerong-unified .product-hero .catalog-product-gallery{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr);
    grid-template-rows:minmax(0,360px) 128px;
    gap:12px;
    height:500px;
    max-height:500px;
    overflow:hidden;
  }
  body.kerong-unified .product-hero .catalog-product-gallery .main-photo{
    min-height:0;
    height:360px;
    max-height:360px;
  }
  body.kerong-unified .product-hero .catalog-product-gallery .product-gallery-thumbs{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    grid-template-rows:repeat(2,60px);
    gap:8px;
    width:100%;
    height:128px;
    overflow:hidden;
  }
  body.kerong-unified .product-hero .catalog-product-gallery .product-gallery-thumb{
    display:grid;
    place-items:center;
    width:100%;
    min-width:0;
    height:60px;
    padding:4px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    overflow:hidden;
    cursor:pointer;
  }
  body.kerong-unified .product-hero .catalog-product-gallery .product-gallery-thumb[aria-pressed="true"]{
    border-color:var(--red);
    box-shadow:0 0 0 1px var(--red);
  }
  body.kerong-unified .product-hero .catalog-product-gallery .product-gallery-thumb img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
  }
}

.product-hook-options{padding-block:48px}
.product-hook-options .container > p{max-width:72ch;color:var(--muted);line-height:1.6}
.product-hook-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;max-width:900px;margin-top:16px}
.product-hook-grid[data-hook-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:380px}
.product-hook-grid[data-hook-count="1"]{grid-template-columns:minmax(0,240px)}
.product-hook-card{display:flex;flex-direction:column;min-width:0;margin:0;padding:8px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}
.product-hook-photo{display:block;width:100%;aspect-ratio:1/1.17;background-color:#fff;background-image:var(--hook-image);background-repeat:no-repeat;background-size:var(--hook-size);background-position:var(--hook-position)}
.product-hook-grid[data-hook-count="1"] .product-hook-photo{aspect-ratio:4/3}
.product-hook-card img{display:block;width:100%;background:#fff}
.product-hook-card figcaption{display:grid;align-items:center;flex:1;gap:5px;min-height:36px;margin-top:4px;text-align:center;line-height:1.3}
.product-hook-card figcaption strong{font-size:14px}
.product-hook-card figcaption span{color:var(--muted);font-size:13px}
.product-hook-options .product-hook-note{margin:14px 0 0;font-size:14px}
.product-hook-connections{margin-top:24px}
.product-hook-connections p{max-width:72ch;color:var(--muted);line-height:1.6}
.product-hook-connections .product-hook-card{max-width:720px;margin-top:12px}
.product-hook-connections .product-hook-card img{aspect-ratio:6.25;object-fit:cover;object-position:center}
@media(max-width:680px){.product-hook-options{padding-block:36px}.product-hook-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-hook-grid[data-hook-count="1"]{grid-template-columns:minmax(0,240px)}.product-hook-connections .product-hook-card{overflow-x:auto}.product-hook-connections .product-hook-card img{min-width:560px}.product-hook-connections{margin-top:20px}}
/* Universal fallback gallery for product records with one or more local images. */
.catalog-product-gallery.has-universal-thumbs {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
}
.catalog-product-gallery.has-universal-thumbs .main-photo {
  min-width: 0;
}
.universal-product-thumbs {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 12px 4px 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.universal-product-thumb {
  flex: 0 0 82px;
  width: 82px;
  height: 64px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #d8dce1;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: start;
}
.universal-product-thumb.is-active {
  border-color: #b10b0a;
  box-shadow: 0 0 0 1px #b10b0a;
}
.universal-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* Product detail gallery: one thumbnail rail and a clean white photo stage. */
body.kerong-unified .catalog-product-gallery,
body.kerong-unified .catalog-product-gallery .main-photo,
body.kerong-unified .catalog-product-gallery .product-gallery-frame,
body.kerong-unified .catalog-product-gallery .product-gallery-thumbs,
body.kerong-unified .catalog-product-gallery .universal-product-thumbs {
  background: #fff !important;
}
body.kerong-unified .catalog-product-gallery .badge,
body.kerong-unified .catalog-product-gallery .photo-note {
  display: none !important;
}
body.kerong-unified .catalog-product-gallery .product-gallery-thumbs,
body.kerong-unified .catalog-product-gallery .universal-product-thumbs {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}
/* Product detail: properties are shown in the hero; remove the duplicated description section. */
body.kerong-unified .product-description-section {
  display: none !important;
}
/* Related products reuse the standard catalogue card template. */
.related-products-section.product-redesign .related-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media(max-width:1080px) {
  .related-products-section.product-redesign .related-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Product detail price includes the tax basis used throughout the catalogue. */
body.kerong-unified .product-hero .product-info > .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  width: 100%;
}
body.kerong-unified .product-hero .product-info > .price::after {
  content: "Без НДС";
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  color: #69717c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
/* Product gallery template: keep the main stage and thumbnails in separate rows. */
body.kerong-unified .product-grid > .catalog-product-gallery {
  display: grid !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: start;
  gap: 16px !important;
  overflow: visible !important;
}

body.kerong-unified .product-grid > .catalog-product-gallery > .product-gallery-frame,
body.kerong-unified .product-grid > .catalog-product-gallery > .main-photo {
  position: relative;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100%;
  height: clamp(300px, 88vw, 520px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.kerong-unified .product-grid > .catalog-product-gallery > .product-gallery-thumbs,
body.kerong-unified .product-grid > .catalog-product-gallery > .universal-product-thumbs {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

/* Universal product thumbnail fitting: center every image without cropping. */
body.kerong-unified .catalog-product-gallery .product-gallery-thumb,
body.kerong-unified .catalog-product-gallery .universal-product-thumb {
  display: flex !important;
  box-sizing: border-box;
  height: 84px;
  aspect-ratio: auto;
  align-items: center;
  justify-content: center;
}

body.kerong-unified .catalog-product-gallery .product-gallery-thumb img,
body.kerong-unified .catalog-product-gallery .universal-product-thumb img {
  display: block;
  flex: none;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 640px) and (orientation: portrait) {
  body.kerong-unified .product-grid > .catalog-product-gallery {
    gap: 14px !important;
  }

  body.kerong-unified .product-grid > .catalog-product-gallery > .product-gallery-frame,
  body.kerong-unified .product-grid > .catalog-product-gallery > .main-photo {
    height: clamp(300px, 96vw, 390px) !important;
  }

  body.kerong-unified .catalog-product-gallery .product-gallery-thumb,
  body.kerong-unified .catalog-product-gallery .universal-product-thumb {
    height: 72px;
  }
}

/* Product media safe area: show the complete asset and keep content away from edges. */
body.kerong-unified .product-grid > .catalog-product-gallery > .product-gallery-frame,
body.kerong-unified .product-grid > .catalog-product-gallery > .main-photo {
  --product-media-safe-area: clamp(18px, 3vw, 32px);
  box-sizing: border-box;
  padding: 0 !important;
  background: #fff !important;
}

body.kerong-unified .catalog-product-gallery .catalog-product-main-image {
  position: absolute !important;
  inset: var(--product-media-safe-area) !important;
  display: block;
  width: calc(100% - var(--product-media-safe-area) - var(--product-media-safe-area)) !important;
  height: calc(100% - var(--product-media-safe-area) - var(--product-media-safe-area)) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.kerong-unified .catalog-product-gallery .product-gallery-thumb,
body.kerong-unified .catalog-product-gallery .universal-product-thumb {
  padding: 6px !important;
}

@media (max-width: 640px) and (orientation: portrait) {
  body.kerong-unified .product-grid > .catalog-product-gallery > .product-gallery-frame,
  body.kerong-unified .product-grid > .catalog-product-gallery > .main-photo {
    --product-media-safe-area: 18px;
  }

  body.kerong-unified .catalog-product-gallery .product-gallery-thumb,
  body.kerong-unified .catalog-product-gallery .universal-product-thumb {
    padding: 5px !important;
  }
}
.generated-product-page .product-gallery-frame{position:relative}
.generated-product-page .product-properties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;padding-left:20px}
.generated-product-page .ks-shell-footer .ks-shell-footer-heading{font-size:1rem}
.kr-product-facts{display:grid;gap:10px;margin-top:26px}
.kr-product-fact{display:grid;gap:5px;padding:17px 18px;border:1px solid #dfe2e5;border-radius:12px;background:#f7f7f7}
.kr-product-fact strong{color:#17191c;font-size:16px;line-height:1.35}
.kr-product-fact span{color:#717780;font-size:12px;line-height:1.3}
.kr-product-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.kr-product-action{display:flex;min-height:52px;padding:0 18px;align-items:center;justify-content:center;border:1px solid #ccd0d5;border-radius:9px;background:#fff;color:#17191c;font-size:14px;font-weight:900;text-align:center;text-decoration:none}
.kr-product-action--primary{border-color:#b10b0a;background:#b10b0a;color:#fff}
.kr-product-action:focus-visible{outline:3px solid rgba(129,28,20,.24);outline-offset:3px}
@media(max-width:680px){.generated-product-page .product-properties{grid-template-columns:1fr}.kr-product-facts{gap:9px}.kr-product-fact{padding:16px}.kr-product-actions{gap:9px}.kr-product-action{min-height:50px;padding:0 10px;font-size:13px}body.generated-product-page .crumb{margin-bottom:0}body.generated-product-page main>.product-hero{padding-top:18px}body.generated-product-page main>section.section:has(>.container>h2+.faq){padding-bottom:24px}body.generated-product-page main>.related-products-section{padding-top:28px}}
/* Canonical product-detail component. Product pages load this file after global styles. */
.generated-product-page .product-hero{padding:36px 0 30px;background:#fff}
.generated-product-page .product-hero .product-grid{display:grid;height:auto!important;max-height:none!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:30px;align-items:start}
.generated-product-page .product-hero .product-info{align-self:start!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:30px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
.generated-product-page .product-hero .product-info h1{margin:10px 0 16px;font-size:clamp(36px,4vw,56px);line-height:1.02}
.generated-product-page .product-hero .subtitle{color:var(--muted);font-size:16px;line-height:1.6}
.generated-product-page .price-label{margin-top:24px;color:var(--muted);font-size:12px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.generated-product-page .product-hero .product-info>.price{display:flex;width:100%;align-items:baseline;gap:10px;margin-top:4px;font-size:30px;font-weight:850}
.generated-product-page .product-hero .product-info>.price::after,.generated-product-page .product-card .price::after{content:none!important}
.generated-product-page .price-tax{margin-left:auto;color:#69717c;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}

.generated-product-page .catalog-product-gallery{display:grid!important;width:100%;height:auto!important;min-width:0;min-height:0!important;max-width:100%;max-height:none!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;gap:14px!important;overflow:visible!important}
.generated-product-page .product-gallery-frame{position:relative;display:grid!important;width:100%;height:clamp(420px,44vw,560px)!important;min-height:0!important;max-height:none!important;grid-row:1!important;place-items:center;overflow:hidden!important;background:#fff;cursor:zoom-in;touch-action:pan-y}
.generated-product-page .catalog-product-main-image{position:absolute;inset:clamp(18px,3vw,32px);display:block;width:calc(100% - clamp(36px,6vw,64px))!important;height:calc(100% - clamp(36px,6vw,64px))!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center}
.generated-product-page .product-gallery-thumbs{position:relative!important;inset:auto!important;display:grid!important;width:100%;height:auto!important;grid-row:2!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0!important;padding:0 0 4px;overflow:visible!important;transform:none!important}
.generated-product-page .product-gallery-thumb{display:grid!important;width:100%;min-width:0;height:96px;place-items:center;overflow:hidden;padding:7px!important;border:1px solid #d9dcdf;border-radius:10px;background:#fff;cursor:pointer}
.generated-product-page .product-gallery-thumb:hover{border-color:#aeb3b7}
.generated-product-page .product-gallery-thumb[aria-pressed="true"]{border-color:#b10b0a;box-shadow:0 0 0 1px #b10b0a}
.generated-product-page .product-gallery-thumb img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
body.generated-product-page .product-hero .catalog-product-gallery .product-gallery-thumbs{height:auto!important;grid-template-rows:none!important;overflow:visible!important}
body.generated-product-page .product-hero .catalog-product-gallery .product-gallery-thumb{height:96px!important;padding:7px!important}
.generated-product-page .product-gallery-arrow{position:absolute;z-index:3;top:50%;display:grid;width:44px;height:44px;place-items:center;padding:0;transform:translateY(-50%);border:1px solid rgba(0,0,0,.12);border-radius:50%;background:rgba(255,255,255,.94);color:#141414;font:500 34px/1 Arial,sans-serif;box-shadow:0 6px 20px rgba(0,0,0,.11);cursor:pointer}
.generated-product-page .product-gallery-prev{left:14px}.generated-product-page .product-gallery-next{right:14px}
.product-gallery-lightbox{width:min(1100px,calc(100vw - 32px));max-width:none;height:min(820px,calc(100vh - 32px));max-height:none;padding:54px 70px 44px;border:0;border-radius:18px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.product-gallery-lightbox::backdrop{background:rgba(8,10,12,.78)}
.product-gallery-lightbox[open]{display:grid;grid-template-columns:46px minmax(0,1fr) 46px;grid-template-rows:minmax(0,1fr) auto;gap:12px;align-items:center}
.product-gallery-lightbox img{display:block;width:100%;height:100%;max-height:calc(100vh - 150px);object-fit:contain}
.product-gallery-close{position:absolute;top:12px;right:14px;width:42px;height:42px;padding:0;border:0;background:transparent;color:#171717;font:400 34px/1 Arial,sans-serif;cursor:pointer}
.product-gallery-lightbox-arrow{display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid #d8dade;border-radius:50%;background:#fff;color:#171717;font:500 32px/1 Arial,sans-serif;cursor:pointer}
.product-gallery-counter{grid-column:1/-1;color:#666b70;font-size:14px;font-weight:700;text-align:center}

.generated-product-page .product-features-section{display:none!important}
.generated-product-page .catalog-copy{max-width:980px}
.generated-product-page .catalog-product-gallery>.product-properties{display:flex;width:100%;min-width:0;max-width:100%;grid-row:3;flex-wrap:wrap;align-items:center;gap:8px;margin:2px 0 0;padding:0;box-sizing:border-box}
.generated-product-page .product-properties li{display:inline-flex;min-width:0;max-width:100%;min-height:34px;align-items:center;padding:7px 12px;border:1px solid #d9dcdf;border-radius:999px;background:#fff;color:#34383c;font-size:13px;font-weight:750;line-height:1.25;overflow-wrap:anywhere;white-space:normal;list-style:none}
.generated-product-page main>[data-block-id="product-specs"]{padding:40px 0 28px}
body.kerong-unified.generated-product-page main>section.section[data-block-id="product-faq"]{padding:34px 0 30px!important}
.generated-product-page main>[data-block-id="related-products"]{padding:38px 0}
.generated-product-page .product-context-links{padding-block:42px}
.generated-product-page .product-context-links-heading span{color:#b10b0a;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.generated-product-page .product-context-links-heading h2{margin:7px 0 20px}
.generated-product-page .product-context-links-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.generated-product-page .product-context-links-list a{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #dfe2e5;border-radius:12px;background:#fff;color:#202327;font-size:14px;font-weight:800;line-height:1.35;text-decoration:none}
.generated-product-page .product-context-links-list a:hover{border-color:#b10b0a;color:#8f0908}
.generated-product-page .product-context-links-list a span{color:#b10b0a;font-size:18px}

/* Related sections are secondary navigation after the product FAQ. */
.generated-product-page .product-context-links{padding-block:26px}
.generated-product-page .product-context-links-heading{display:none}
.generated-product-page .product-context-links-list{display:flex;flex-wrap:wrap;gap:8px}
.generated-product-page .product-context-links-list a{min-height:36px;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:750}
.generated-product-page .product-context-links-list a span{font-size:13px}
.generated-product-page .catalog-table-wrap{overflow-x:auto}
.kr-product-facts{display:grid;gap:10px;margin-top:26px}
.kr-product-fact{display:grid;gap:5px;padding:17px 18px;border:1px solid #dfe2e5;border-radius:12px;background:#f7f7f7}
.kr-product-fact strong{color:#17191c;font-size:16px;line-height:1.35}
.kr-product-fact span{color:#717780;font-size:12px;line-height:1.3}
.kr-product-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:18px}
.kr-product-action{display:flex;min-height:52px;padding:0 18px;align-items:center;justify-content:center;border:1px solid #ccd0d5;border-radius:9px;background:#fff;color:#17191c;font-size:14px;font-weight:900;text-align:center;text-decoration:none}
.kr-product-action--primary{border-color:#b10b0a;background:#b10b0a;color:#fff}
.kr-product-action:focus-visible,.generated-product-page .product-gallery-thumb:focus-visible,.generated-product-page .product-gallery-arrow:focus-visible{outline:3px solid rgba(129,28,20,.24);outline-offset:3px}

.generated-product-page .related-products-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.generated-product-page .related-products-heading span{color:#b10b0a;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.generated-product-page .related-products-heading h2{margin:7px 0 0}
.generated-product-page .related-products-heading>a{color:#b10b0a;font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}
.generated-product-page .related-products-section .related-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.generated-product-page .product-card .price{display:flex!important;width:100%;align-items:baseline;gap:4px}
.generated-product-page .product-card .price-unit{margin-left:4px}
.generated-product-page .product-card .price-tax{display:inline!important;margin-left:auto;font-size:9px}
.generated-product-page .ks-shell-footer h2{font-size:1rem}

@media(max-width:1080px){
  .generated-product-page .product-hero .product-grid{grid-template-columns:1fr}
  .generated-product-page .product-gallery-frame{height:clamp(400px,68vw,560px)!important}
  .generated-product-page .related-products-section .related-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .generated-product-page .product-context-links-list{display:flex}
}
@media(max-width:680px){
  .generated-product-page main>.product-hero{padding:18px 0 26px}
  .generated-product-page .product-hero .product-info{padding:22px}
  .generated-product-page .product-gallery-frame{height:clamp(300px,96vw,390px)!important}
  .generated-product-page .product-gallery-thumbs{display:flex!important;gap:7px;overflow-x:auto!important;padding:2px 1px 10px;scroll-snap-type:x mandatory}
  .generated-product-page .product-gallery-thumb{min-width:104px;flex:0 0 104px;height:84px;scroll-snap-align:start}
  body.generated-product-page .product-hero .catalog-product-gallery .product-gallery-thumb{height:84px!important}
  .generated-product-page .product-gallery-arrow{width:38px;height:38px;font-size:29px}
  .generated-product-page .product-gallery-prev{left:8px}.generated-product-page .product-gallery-next{right:8px}
  .generated-product-page .product-properties{gap:7px}
  .generated-product-page .product-properties li{min-height:32px;padding:6px 10px;font-size:12px}
  .generated-product-page main>[data-block-id="product-specs"]{padding:30px 0 22px}
  body.kerong-unified.generated-product-page main>section.section[data-block-id="product-faq"]{padding:28px 0 22px!important}
  .generated-product-page main>[data-block-id="related-products"]{padding:30px 0}
  .generated-product-page .related-products-heading{display:block}
  .generated-product-page .related-products-heading>a{display:inline-block;margin-top:12px}
  .generated-product-page .related-products-section .related-product-grid{grid-template-columns:1fr}
  .generated-product-page .product-context-links{padding-block:32px}
  .generated-product-page .product-context-links-list{display:flex}
  .kr-product-facts{gap:9px}.kr-product-fact{padding:16px}.kr-product-actions{gap:9px}.kr-product-action{min-height:50px;padding:0 10px;font-size:13px}
  .product-gallery-lightbox{width:calc(100vw - 16px);height:calc(100vh - 16px);padding:50px 12px 34px;border-radius:14px}
  .product-gallery-lightbox[open]{grid-template-columns:38px minmax(0,1fr) 38px}.product-gallery-lightbox-arrow{width:36px;height:36px;font-size:26px}
}
@media(prefers-reduced-motion:reduce){.generated-product-page .product-gallery-thumb{scroll-behavior:auto}}

/* Product advantages comparison */
.product-advantages {
  background: #fff;
}

.product-advantages-heading {
  max-width: 920px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.product-advantages-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-advantages-heading h2 {
  margin: 0;
}

.product-comparison-wrap {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow-x: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.product-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--color-text);
}

.product-comparison-table th,
.product-comparison-table td {
  padding: 18px 20px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.product-comparison-table tr > :last-child {
  border-right: 0;
}

.product-comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.product-comparison-table thead th {
  background: var(--color-surface);
  font-size: 0.9rem;
  font-weight: 800;
}

.product-comparison-table thead th:nth-child(2),
.product-comparison-table thead th:nth-child(3),
.product-comparison-table tbody td:nth-child(3) {
  color: var(--color-accent);
}

.product-comparison-table tbody th {
  width: 27%;
  font-weight: 750;
}

.product-comparison-table td {
  width: 36.5%;
}

.product-comparison-kerong {
  color: var(--color-text);
  font-weight: 700;
}

@media (max-width: 680px) {
  .product-comparison-table {
    min-width: 690px;
  }

  .product-comparison-table th,
  .product-comparison-table td {
    padding: 15px 16px;
  }
}
