:root {
  --product-blue: #2f4696;
  --product-blue-deep: #183475;
  --product-ocean: #2f70b7;
  --product-sky: #5ca7e0;
  --product-ink: #123653;
  --product-muted: #587085;
  --product-line: rgb(18 54 83 / .16);
  --product-ice: #f4f9fe;
  --product-white: #fbfdff;
  --product-edge: clamp(24px, 5.25vw, 84px);
  --product-ease: cubic-bezier(.16, 1, .3, 1);
}

html { background: var(--product-white); }
body {
  color: var(--product-ink);
  background: var(--product-white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.wrap {
  width: 100%;
  max-width: 1440px;
  padding-right: var(--product-edge);
  padding-left: var(--product-edge);
}
h1, h2, h3 {
  color: var(--product-ink);
  font-weight: 400;
  letter-spacing: -.045em;
}
h1 { font-size: clamp(48px, 6.2vw, 88px); line-height: .98; }
h2 { font-size: clamp(36px, 4.2vw, 62px); line-height: 1; }
h3 { font-size: 20px; }
.label {
  color: var(--product-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
}
.muted { color: var(--product-muted); }

.cnav {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 76px;
  border-bottom: 1px solid var(--product-line);
  background: rgb(250 252 254 / .96);
  backdrop-filter: blur(16px) saturate(140%);
}
.paras-cnav { position: sticky; }
.cnav-row {
  height: 76px;
  max-width: none;
  grid-template-columns: 190px minmax(0, 1fr) auto 136px;
  gap: 22px;
  padding-right: var(--product-edge);
  padding-left: var(--product-edge);
}
.paras-cnav .cnav-row { width: 100%; }
.cnav-brand { gap: 9px; }
.cnav-brand img { width: 31px; height: 36px; }
.cnav-brand strong {
  color: var(--product-blue);
  font: 600 22px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -.04em;
}
.cnav-brand small { display: none; }
.cnav-links { gap: clamp(16px, 1.8vw, 28px); }
.cnav-links > a {
  padding: 29px 0 27px;
  color: var(--product-ink);
  font-size: 12px;
  font-weight: 500;
}
.cnav-links > a::after {
  bottom: 20px;
  background: var(--product-blue);
}
.cnav-country summary { color: var(--product-ink); font-size: 11px; font-weight: 500; }
.cnav-country > div { border-color: var(--product-line); }
.cnav-country a:hover, .cnav-country a[aria-current] { background: var(--product-ice); }
.cnav-country strong { color: var(--product-blue); }
.cnav-cta {
  min-width: 136px;
  padding: 11px 16px;
  border-color: var(--product-blue);
  background: var(--product-blue);
  font-size: 11px;
  font-weight: 600;
}
.cnav-cta:hover { color: var(--product-blue); }

main { overflow: clip; }
.crumbs {
  padding-top: 28px;
  color: var(--product-muted);
  font-size: 12px;
  font-weight: 500;
}
.crumbs a { color: var(--product-blue); }
.crumbs span.sep { color: rgb(18 54 83 / .32); }
main > .wrap:nth-of-type(2) {
  padding-top: clamp(58px, 7vw, 102px) !important;
  padding-bottom: clamp(54px, 7vw, 98px);
}
main > .wrap:nth-of-type(2) > p {
  max-width: 48em !important;
  margin-top: 24px !important;
  color: var(--product-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.6;
}

.section {
  padding: clamp(70px, 8vw, 120px) 0;
  border-top: 1px solid var(--product-line);
  background: #fff;
}
.cardgrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 62px) clamp(16px, 2.2vw, 34px);
  margin-top: 0 !important;
}
.cardgrid + .cardgrid { margin-top: clamp(32px, 4vw, 62px) !important; }
.card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.card:hover { transform: none; box-shadow: none; }
.card .thumb {
  aspect-ratio: 1 / .86;
  overflow: hidden;
  border: 1px solid rgb(18 54 83 / .1);
  border-radius: 0;
  background: transparent;
}
.card .thumb img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  padding: 7%;
  transition: transform .7s var(--product-ease);
}
.card:hover .thumb img { transform: translateY(-5px) scale(1.025); }
.card .thumb svg { position: relative; z-index: 1; padding: 8%; }
.card .meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  padding: 17px 0 0;
  border-top: 1px solid var(--product-line);
  margin-top: 12px;
}
.card .meta::after {
  content: "↗";
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--product-blue);
  font-size: 19px;
  transition: transform .3s var(--product-ease);
}
.card:hover .meta::after { transform: translate(3px, -3px); }
.card .meta h3 { color: var(--product-ink); font-size: 18px; font-weight: 500; letter-spacing: -.02em; }
.card .meta .muted { font-size: 13px; }

.split2 {
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: clamp(56px, 8vw, 130px);
}
.split2 .pic {
  min-height: 480px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(18 54 83 / .08);
  border-radius: 0;
  background: linear-gradient(145deg, #fff 0%, #edf6fd 100%);
}
.split2 .pic img { width: 100%; height: 100%; max-height: 620px; object-fit: contain; padding: 6%; }
.split2 h1 { margin-top: 16px !important; }
.split2 p { color: var(--product-muted); line-height: 1.65; }
.notice {
  border-top: 1px solid rgb(92 167 224 / .55);
  border-radius: 0;
  background: var(--product-ice);
  color: var(--product-ink);
}
.btn {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: none;
}
.btn-deep { background: var(--product-blue); }
.btn-deep:hover { background: var(--product-blue-deep); box-shadow: 0 12px 28px rgb(24 52 117 / .2); }
.btn-hair { border-color: var(--product-line); color: var(--product-ink); }
.btn-hair:hover { border-color: var(--product-blue); color: var(--product-blue); }

.story { background: linear-gradient(120deg, var(--product-blue-deep), var(--product-ocean)); }
.story .step { background: transparent; }
.story h2.st, .story .h-readout { color: #d9eeff; }
.story .copy .label, .story .h-cap { color: #a9d5f2; }
.story .step p { color: #eaf5fe; }

table.spec { min-width: 800px; }
table.spec th {
  border-bottom-color: var(--product-ink);
  color: var(--product-muted);
  font-size: 11px;
  letter-spacing: .1em;
}
table.spec td { border-bottom-color: var(--product-line); color: var(--product-ink); font-size: 14px; }
table.spec tr:hover td { background: var(--product-ice); }
table.spec td:first-child a { color: var(--product-blue); }
.section .wrap { overflow-x: auto; }

/* IML catalogue: exact Paras-supplied image for every listed SKU. */
.iml-catalogue .wrap { overflow-x: visible; }
.iml-family { scroll-margin-top: 96px; }
.iml-family + .iml-family {
  margin-top: clamp(30px, 3.4vw, 48px);
  padding-top: clamp(28px, 3vw, 42px);
  border-top: 1px solid var(--product-line);
}
.iml-family-heading {
  display: block;
  margin-bottom: 24px;
}
.iml-family-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 3.6vw, 52px);
}
.spec-scroll {
  overflow-x: auto;
  border-top: 1px solid var(--product-ink);
  scrollbar-width: thin;
  scrollbar-color: var(--product-blue) var(--product-ice);
}
table.iml-spec {
  width: 100%;
  min-width: 1060px;
  border-collapse: collapse;
}
table.media-spec {
  width: 100%;
  min-width: 1060px;
  border-collapse: collapse;
}
table.media-spec th:first-child,
table.media-spec td:first-child { width: 280px; }
table.media-spec th { padding-top: 16px; padding-bottom: 16px; }
table.media-spec td { padding-top: 12px; padding-bottom: 12px; vertical-align: middle; }
table.iml-spec th:first-child,
table.iml-spec td:first-child { width: 270px; }
table.iml-spec th { padding-top: 16px; padding-bottom: 16px; }
table.iml-spec td { padding-top: 12px; padding-bottom: 12px; vertical-align: middle; }
.spec-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 108px minmax(110px, 1fr);
  gap: 16px;
  align-items: center;
  color: var(--product-ink) !important;
  font-weight: 600;
  line-height: 1.3;
}
.spec-thumb {
  position: relative;
  appearance: none;
  padding: 0;
  width: 108px;
  height: 84px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(18 54 83 / .1);
  background: #fff;
  cursor: zoom-in;
}
.spec-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.42) translateY(-10%);
  transition: transform .45s var(--product-ease);
}
.spec-thumb:hover img,
.spec-thumb:focus-visible img { transform: scale(1.48) translateY(-10%); }
.spec-thumb[data-category] img {
  object-fit: contain;
  transform: scale(1.04);
}
.spec-thumb[data-category]:hover img,
.spec-thumb[data-category]:focus-visible img {
  transform: scale(1.1);
}
.spec-thumb[data-representative="true"] {
  background: var(--product-ice);
}
.spec-thumb[data-representative="true"] img {
  object-fit: contain;
  transform: scale(.94);
}
.spec-thumb[data-representative="true"]:hover img,
.spec-thumb[data-representative="true"]:focus-visible img {
  transform: scale(1);
}
#square-iml .spec-thumb img { transform: scale(1.42) translateY(-8%); }
#square-iml .spec-thumb:hover img,
#square-iml .spec-thumb:focus-visible img { transform: scale(1.48) translateY(-8%); }
#iml-sweet-boxes .spec-thumb img { transform: scale(1.42) translateY(-12%); }
#iml-sweet-boxes .spec-thumb:hover img,
#iml-sweet-boxes .spec-thumb:focus-visible img { transform: scale(1.48) translateY(-12%); }
.spec-product > a {
  color: var(--product-ink) !important;
  text-decoration: none;
}
.spec-product > a:hover,
.spec-product > a:focus-visible { color: var(--product-blue) !important; }
.spec-thumb:focus-visible,
.product-image-dialog__close:focus-visible {
  outline: 2px solid var(--product-blue);
  outline-offset: 3px;
}

.product-image-dialog {
  width: min(920px, calc(100vw - 36px));
  max-width: none;
  max-height: calc(100dvh - 36px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .28);
  border-radius: 18px;
  background: #0d1117;
  box-shadow: 0 28px 90px rgb(4 15 28 / .36);
}
.product-image-dialog::backdrop {
  background: rgb(7 18 31 / .78);
  backdrop-filter: blur(8px);
}
.product-image-dialog__frame {
  position: relative;
  min-height: min(680px, calc(100dvh - 36px));
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #0d1117;
}
.product-image-dialog__image-wrap {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 42px);
}
.product-image-dialog__image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(560px, calc(100dvh - 154px));
  object-fit: contain;
  object-position: center;
  transform: scale(1.38) translateY(-14%);
}
.product-image-dialog[data-family="round-iml"] .product-image-dialog__image-wrap img {
  transform: scale(1.38) translateY(-22%);
}
.product-image-dialog[data-family="square-iml"] .product-image-dialog__image-wrap img {
  transform: scale(1.38) translateY(-8%);
}
.product-image-dialog[data-family="iml-sweet-boxes"] .product-image-dialog__image-wrap img {
  transform: scale(1.38) translateY(-12%);
}
.product-image-dialog:is(
  [data-family="round-iml"],
  [data-family="square-iml"],
  [data-family="iml-sweet-boxes"],
  [data-family="tamper-round"]
) .product-image-dialog__image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.product-image-dialog[data-family="fruit-punnets"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="hinge-boxes"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="leak-proof"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="pet-hinge-boxes"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="round-containers"] .product-image-dialog__image-wrap img {
  transform: scale(1.14) translateY(-4%);
}
.product-image-dialog[data-family="dessert-glasses"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="meal-boxes"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="paper-cups"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="party-glasses"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="pet-lids"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="pet-trays"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-family="sauce-dips"] .product-image-dialog__image-wrap img {
  transform: scale(1.02);
}
.product-image-dialog[data-family="paper-cups"][data-representative="false"] .product-image-dialog__image-wrap img {
  transform: scale(1.22) translateY(-3%);
}
.product-image-dialog[data-representative="true"] .product-image-dialog__image-wrap {
  background: var(--product-ice);
}
.product-image-dialog[data-representative="true"] .product-image-dialog__image-wrap img {
  object-fit: contain;
  transform: scale(.96);
}
.product-image-dialog__caption {
  margin: 0;
  padding: 16px 72px 18px 22px;
  color: #eaf3fb;
  font-size: 14px;
  border-top: 1px solid rgb(255 255 255 / .12);
}
.product-image-dialog__close {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  min-width: 62px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgb(255 255 255 / .24);
  border-radius: 999px;
  color: #f4f8fb;
  background: rgb(10 17 26 / .78);
  cursor: pointer;
}

@media (max-width: 620px) {
  .product-image-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .product-image-dialog__frame { min-height: calc(100dvh - 20px); }
  .product-image-dialog__image-wrap { padding: 58px 14px 22px; }
  .product-image-dialog__caption { padding: 14px 18px 16px; }
}

.pdp {
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
  gap: clamp(58px, 8vw, 126px);
  padding: 0 0 clamp(86px, 10vw, 150px);
}
main > .wrap:nth-of-type(2):has(> .pdp) {
  padding-top: clamp(28px, 3vw, 44px) !important;
  padding-bottom: 0;
}
.pdp .stage {
  top: 82px;
  padding: clamp(24px, 3.8vw, 54px);
  border: 1px solid rgb(18 54 83 / .08);
  border-radius: 0;
  background: linear-gradient(145deg, #fff 0%, #edf6fd 100%);
}
.pdp-photo-frame {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0d1117;
}
.pdp-photo-frame:not([data-category="iml-containers"]) {
  background: var(--product-ice);
}
.pdp-photo-frame--representative {
  background: var(--product-ice);
}
.pdp .stage .pdp-product-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.38) translateY(-10%);
}
.pdp .stage .pdp-product-photo[src*="/round-iml-"] { transform: scale(1.38) translateY(-16%); }
.pdp .stage .pdp-product-photo[src*="/square-iml-"] { transform: scale(1.38) translateY(-8%); }
.pdp .stage .pdp-product-photo[src*="/iml-sweet-box-"] { transform: scale(1.38) translateY(-12%); }
.pdp .stage .pdp-product-photo[src*="/tamper-round-"] { transform: scale(1.38) translateY(-10%); }
.pdp .stage .pdp-photo-frame:not([data-category="iml-containers"]) .pdp-product-photo {
  object-fit: contain;
  object-position: center;
  transform: scale(1.04);
}
.pdp .stage .pdp-photo-frame[data-category="paper-cups"]:not(.pdp-photo-frame--representative) .pdp-product-photo {
  transform: scale(1.18) translateY(-3%);
}
.pdp .stage .pdp-photo-frame--representative .pdp-product-photo {
  object-fit: contain;
  transform: scale(.96);
}
.pdp .stage > .caption { margin-top: 12px; }
.pdp .stage .diabox {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgb(18 54 83 / .1);
  background: rgb(255 255 255 / .65);
}
.pdp .stage .diabox svg { max-height: 260px; }

/* Only verified Paras photographs are shown in product-photo positions. */
.spec-thumb[data-media-kind] {
  background: #f7fbfe;
}
.spec-thumb[data-media-kind] img,
.spec-thumb[data-media-kind]:hover img,
.spec-thumb[data-media-kind]:focus-visible img {
  object-fit: contain;
  object-position: center;
}
.spec-thumb[data-media-kind="exact"] img {
  position: static;
  inset: auto;
  width: 92%;
  height: 92%;
  transform: none;
}
.spec-thumb[data-media-kind="exact"]:hover img,
.spec-thumb[data-media-kind="exact"]:focus-visible img { transform: scale(1.03); }
#round-iml .spec-thumb[data-media-kind="exact"] img,
#square-iml .spec-thumb[data-media-kind="exact"] img,
#iml-sweet-boxes .spec-thumb[data-media-kind="exact"] img,
#tamper-round .spec-thumb[data-media-kind="exact"] img {
  position: static;
  inset: auto;
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
#round-iml .spec-thumb[data-media-kind="exact"]:hover img,
#round-iml .spec-thumb[data-media-kind="exact"]:focus-visible img,
#square-iml .spec-thumb[data-media-kind="exact"]:hover img,
#square-iml .spec-thumb[data-media-kind="exact"]:focus-visible img,
#iml-sweet-boxes .spec-thumb[data-media-kind="exact"]:hover img,
#iml-sweet-boxes .spec-thumb[data-media-kind="exact"]:focus-visible img,
#tamper-round .spec-thumb[data-media-kind="exact"]:hover img,
#tamper-round .spec-thumb[data-media-kind="exact"]:focus-visible img {
  transform: scale(1.03);
}
.spec-thumb--pending {
  cursor: default;
  grid-template-rows: auto auto;
  gap: 4px;
  color: #53728c;
  background: linear-gradient(145deg, #f8fbfd 0%, #eaf3f9 100%);
}
.spec-thumb--pending > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgb(36 91 148 / .22);
  border-radius: 50%;
  color: var(--product-blue);
  font-size: 13px;
  font-weight: 700;
}
.spec-thumb--pending small {
  color: #617990;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.product-image-dialog[data-media-kind] .product-image-dialog__image-wrap {
  background: linear-gradient(145deg, #fff 0%, #edf6fd 100%);
}
.product-image-dialog[data-media-kind] .product-image-dialog__image-wrap img,
.product-image-dialog[data-media-kind] .product-image-dialog__image-wrap img[src] {
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(560px, calc(100dvh - 154px));
  object-fit: contain;
  object-position: center;
  transform: none;
}
.product-image-dialog[data-media-kind="exact"] .product-image-dialog__image-wrap img,
.product-image-dialog[data-media-kind="exact"] .product-image-dialog__image-wrap img[src] {
  width: min(760px, 90%);
  height: min(520px, calc(100dvh - 176px));
}
.pdp-photo-frame[data-media-kind] {
  display: grid;
  place-items: center;
  padding: clamp(18px, 2.5vw, 34px);
  background: linear-gradient(145deg, #fff 0%, #edf6fd 100%);
}
.pdp .stage .pdp-photo-frame[data-media-kind] .pdp-product-photo,
.pdp .stage .pdp-photo-frame[data-media-kind] .pdp-product-photo[src] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.pdp .stage .pdp-photo-frame--pending {
  align-content: center;
  justify-items: center;
  gap: 18px;
  color: #36546e;
  text-align: center;
  background: linear-gradient(145deg, #f8fbfd 0%, #eaf3f9 100%);
}
.pdp-photo-frame__pending-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgb(36 91 148 / .22);
  border-radius: 50%;
  color: var(--product-blue);
  font-size: 22px;
  font-weight: 700;
}
.pdp-photo-frame--pending p {
  display: grid;
  gap: 7px;
  max-width: 320px;
  margin: 0;
}
.pdp-photo-frame--pending strong {
  color: var(--product-ink);
  font-size: 18px;
  font-weight: 650;
}
.pdp-photo-frame--pending p span {
  color: var(--product-muted);
  font-size: 13px;
  line-height: 1.55;
}
.pdp h1 { color: var(--product-ink); }
table.kv th, table.kv td { border-bottom-color: var(--product-line); }
table.kv th { width: 220px; color: var(--product-muted); font-size: 11px; letter-spacing: .09em; }
table.kv td { color: var(--product-ink); font-size: 15px; }
.hairbox { overflow-x: auto; border-color: var(--product-line); border-radius: 0; }

.cfooter {
  padding-top: 78px;
  background: #245b94;
}
.cfooter-brand h2 { font-weight: 300; letter-spacing: -.045em; }
.cfooter h3 { color: #beddf4; }
.cfooter-brand p, .cfooter-bottom { color: #d4e8f7; }
.float-wa { display: flex; right: 22px; bottom: 22px; z-index: 90; }
.float-wa a {
  width: 62px;
  height: 62px;
  color: #fff;
  background: #25d366;
  border: 1px solid rgb(255 255 255 / .72);
  box-shadow: 0 14px 34px rgb(13 86 45 / .28);
}
.float-wa a svg { display: none; }
.float-wa a::before {
  content: "";
  width: 32px;
  height: 32px;
  background: center / contain no-repeat url("/whatsapp-mark.svg");
}
.float-wa a:hover { background: #1fbd59; transform: translateY(-3px) scale(1.03); }

@media (max-width: 1120px) {
  .cnav-row { grid-template-columns: 174px minmax(0, 1fr) 126px; gap: 16px; }
  .cnav-country { display: none; }
  .cnav-links { gap: 14px; }
  .cnav-links > a { font-size: 11px; }
  .cardgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .cnav, .cnav-row { height: 64px; }
  .cnav-row { grid-template-columns: 1fr auto auto; }
  .cnav-toggle { display: block; color: var(--product-blue); }
  .paras-cnav .cnav-toggle { min-width: 44px; min-height: 44px; border: 0; background: transparent; font: 600 13px/1 "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cnav-links {
    top: 64px;
    padding-right: var(--product-edge);
    padding-left: var(--product-edge);
    border-top-color: var(--product-line);
  }
  .paras-cnav .cnav-links { display: none; }
  .paras-cnav .cnav-links.open { display: flex; }
  .cnav-links > a { font-size: 15px; }
  .cnav-mobile-country { border-top: 1px solid var(--product-line); }
  .cnav-mobile-country a { color: var(--product-blue); }
  .split2, .pdp { grid-template-columns: minmax(0, 1fr); }
  .pdp > * { min-width: 0; }
  .split2 .pic { min-height: 380px; }
  .cardgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp .stage { position: static; }
  .cfooter-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --product-edge: 20px; }
  .cnav, .cnav-row { height: 64px; }
  .cnav-row { padding-right: 18px; padding-left: 18px; }
  .cnav-brand img { width: 25px; height: 29px; }
  .cnav-brand strong { font-size: 22px; }
  .cnav-links { top: 64px; }
  .cnav-cta { min-width: 102px; padding: 8px 11px; }
  main > .wrap:nth-of-type(2) { padding-top: 50px !important; padding-bottom: 54px; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  .section { padding-top: 66px; padding-bottom: 78px; }
  .cardgrid { grid-template-columns: 1fr; gap: 45px; }
  .cardgrid + .cardgrid { margin-top: 45px !important; }
  .card .thumb { aspect-ratio: 4 / 3; }
  .split2 { gap: 42px; }
  .split2 .pic { min-height: 300px; }
  .pdp { gap: 38px; }
  table.kv th { width: 42%; }
  table.kv th, table.kv td { padding: 12px 10px 12px 0; }
  .cfooter-grid { grid-template-columns: 1fr; }
  .float-wa { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
  .float-wa a { width: 60px; height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .card .thumb img, .card .meta::after, .float-wa a, .spec-thumb img { transition: none; }
}

/* Products index: one catalogue system for every family. */
.products-index {
  background: #f7faff;
}
.products-index .crumbs {
  padding-top: 24px;
}
.catalogue-hero {
  padding: clamp(68px, 8vw, 124px) 0 clamp(72px, 9vw, 136px);
  background:
    radial-gradient(circle at 78% 18%, rgb(92 167 224 / .18), transparent 30%),
    linear-gradient(135deg, #f9fcff 0%, #eef6fc 100%);
}
.catalogue-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: end;
}
.catalogue-hero-title h1 {
  max-width: 12ch;
  margin-top: 18px;
  text-wrap: balance;
}
.catalogue-hero-copy {
  padding-bottom: 6px;
}
.catalogue-hero-copy > p {
  max-width: 34em;
  color: var(--product-muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.6;
}
.catalogue-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 34px;
}
.catalogue-hero-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--product-blue);
  color: var(--product-blue);
  font-size: 13px;
  font-weight: 600;
}
.catalogue-hero-actions a::after {
  content: "↓";
  margin-left: 12px;
  transition: transform .3s var(--product-ease);
}
.catalogue-hero-actions a:hover::after,
.catalogue-hero-actions a:focus-visible::after {
  transform: translateY(4px);
}
.catalogue-families {
  padding: clamp(76px, 9vw, 136px) 0 clamp(96px, 11vw, 168px);
  border-top: 1px solid rgb(18 54 83 / .1);
  background: #f7faff;
}
.catalogue-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.catalogue-toolbar h2 {
  margin-top: 12px;
  font-size: clamp(40px, 4.2vw, 64px);
}
.catalogue-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}
.catalogue-filters button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgb(18 54 83 / .2);
  border-radius: 999px;
  color: var(--product-ink);
  background: transparent;
  font: 600 12px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--product-ease);
}
.catalogue-filters button:hover,
.catalogue-filters button:focus-visible {
  border-color: var(--product-blue);
  transform: translateY(-2px);
}
.catalogue-filters button.is-active {
  border-color: var(--product-blue);
  color: #fff;
  background: var(--product-blue);
}
.catalogue-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.catalogue-family-card {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(210px, .9fr) minmax(220px, 1.1fr);
  overflow: hidden;
  border: 1px solid rgb(18 54 83 / .12);
  border-radius: 22px;
  color: var(--product-ink);
  background: #fff;
  box-shadow: 0 2px 0 rgb(18 54 83 / .03);
  transition: transform .48s var(--product-ease), border-color .32s ease, box-shadow .48s var(--product-ease), opacity .35s ease;
}
.catalogue-family-card[hidden] {
  display: none;
}
.catalogue-family-card:hover,
.catalogue-family-card:focus-visible {
  border-color: rgb(47 70 150 / .4);
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgb(18 54 83 / .11);
}
.catalogue-family-card figure {
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgb(18 54 83 / .09);
  background: #fff;
}
.catalogue-family-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(13px, 2vw, 28px);
  transform: scale(.96);
  transition: transform .65s var(--product-ease);
}
.catalogue-family-card:hover figure img,
.catalogue-family-card:focus-visible figure img {
  transform: scale(1.02);
}
.catalogue-family-copy {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 3.2vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.catalogue-family-index {
  position: absolute;
  top: clamp(24px, 2.7vw, 38px);
  left: clamp(28px, 3.2vw, 48px);
  color: var(--product-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.catalogue-family-copy h3 {
  max-width: 12ch;
  color: var(--product-ink);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.catalogue-family-copy p {
  margin-top: 12px;
  color: var(--product-muted);
  font-size: 13px;
}
.catalogue-family-arrow {
  position: absolute;
  right: clamp(24px, 2.7vw, 38px);
  bottom: clamp(24px, 2.7vw, 38px);
  color: var(--product-blue);
  font-size: 21px;
  transition: transform .3s var(--product-ease);
}
.catalogue-family-card:hover .catalogue-family-arrow,
.catalogue-family-card:focus-visible .catalogue-family-arrow {
  transform: translate(4px, -4px);
}
.products-index .explorer {
  padding: clamp(84px, 9vw, 142px) 0;
  border-top: 1px solid rgb(18 54 83 / .12);
  background: #fff;
}
.products-index .explorer h2 {
  max-width: 12ch;
}
.products-index .ex-controls {
  padding: 20px 0;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}
.products-index .chip {
  min-height: 42px;
  border-width: 1px;
  color: var(--product-ink);
  font-size: 12px;
  font-weight: 600;
}
.products-index .chip.on {
  border-color: var(--product-blue);
  color: #fff;
  background: var(--product-blue);
}
.products-index .ex-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.products-index .ex-item {
  min-height: 132px;
  justify-content: space-between;
  border-color: rgb(18 54 83 / .13);
  border-radius: 14px;
  box-shadow: none;
}
.products-index .ex-item:hover {
  border-color: var(--product-blue);
  box-shadow: 0 16px 36px rgb(18 54 83 / .08);
}

@media (max-width: 1120px) {
  .catalogue-family-card {
    min-height: 290px;
    grid-template-columns: minmax(180px, .86fr) minmax(200px, 1.14fr);
  }
  .catalogue-family-copy { padding: 28px; }
  .catalogue-family-index { top: 26px; left: 28px; }
  .catalogue-family-arrow { right: 26px; bottom: 26px; }
}

@media (max-width: 940px) {
  .catalogue-hero-grid,
  .catalogue-toolbar {
    grid-template-columns: 1fr;
  }
  .catalogue-hero-grid { gap: 34px; }
  .catalogue-hero-title h1 { max-width: 13ch; }
  .catalogue-toolbar { gap: 28px; }
  .catalogue-filters { justify-content: flex-start; }
  .catalogue-family-grid { grid-template-columns: 1fr; }
  .catalogue-family-card { min-height: 310px; grid-template-columns: minmax(240px, .84fr) minmax(300px, 1.16fr); }
  .products-index .ex-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .catalogue-hero { padding-top: 54px; padding-bottom: 72px; }
  .catalogue-hero-title h1 { font-size: clamp(43px, 13vw, 62px); }
  .catalogue-hero-actions { align-items: flex-start; flex-direction: column; }
  .catalogue-families { padding-top: 64px; }
  .catalogue-filters {
    margin-right: calc(var(--product-edge) * -1);
    padding-right: var(--product-edge);
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .catalogue-filters::-webkit-scrollbar { display: none; }
  .catalogue-filters button { flex: 0 0 auto; }
  .catalogue-family-card {
    min-height: 184px;
    grid-template-columns: 42% 58%;
    border-radius: 16px;
  }
  .catalogue-family-card figure img { padding: 8px; transform: scale(.98); }
  .catalogue-family-copy { padding: 22px 38px 22px 20px; }
  .catalogue-family-index {
    position: static;
    margin-bottom: auto;
    font-size: 8px;
  }
  .catalogue-family-copy h3 { font-size: clamp(20px, 6.2vw, 27px); }
  .catalogue-family-copy p { margin-top: 8px; font-size: 12px; }
  .catalogue-family-arrow { right: 17px; bottom: 18px; font-size: 18px; }
  .products-index .ex-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .catalogue-family-card,
  .catalogue-family-card figure img,
  .catalogue-family-arrow,
  .catalogue-filters button,
  .catalogue-hero-actions a::after {
    transition: none;
  }
}

/* Main-site header used throughout the product catalogue. */
body.menu-open { overflow: hidden; }
.product-paras-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 54px;
  color: var(--product-ink);
  background: rgb(250 252 254 / .97);
  border-bottom: 1px solid rgb(24 52 117 / .16);
}
.product-header-row {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 var(--product-edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(250 252 254 / .97);
}
.product-header-brand {
  width: auto;
  height: 50px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-header-brand img { width: 27px; height: 32px; object-fit: contain; }
.product-header-brand strong {
  color: var(--product-blue);
  font: 600 22px/1 "UnbSemi", sans-serif;
  letter-spacing: -.02em;
}
.product-header-tools { height: 100%; display: flex; align-items: center; gap: 32px; }
.product-header-downloads {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.product-header-downloads::after,
.product-menu-underlink::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background: currentColor;
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform .4s var(--product-ease);
}
.product-header-downloads:hover::after,
.product-header-downloads:focus-visible::after,
.product-menu-underlink:hover::after,
.product-menu-underlink:focus-visible::after { transform: scaleX(1); }
.product-country { position: relative; }
.product-country summary {
  min-width: 48px;
  padding: 6px 12px;
  border: 1px solid var(--product-ink);
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}
.product-country summary::-webkit-details-marker { display: none; }
.product-country-options {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 184px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgb(18 54 83 / .18);
  box-shadow: 0 18px 48px rgb(18 54 83 / .13);
}
.product-country-options a { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 10px; }
.product-country-options a:hover,
.product-country-options a:focus-visible { background: rgb(47 70 150 / .07); }
.product-country-options strong { color: var(--product-ink); font-size: 13px; font-weight: 500; }
.product-country-options span { font-size: 11px; opacity: .58; }
.product-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 4px 0;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 6px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.product-menu-toggle span {
  width: 28px;
  height: 1px;
  background: var(--product-ink);
  transform-origin: center;
  transition: transform .45s var(--product-ease), opacity .25s ease;
}
.product-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.product-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.product-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.product-mega-menu {
  position: fixed;
  inset: 54px 0 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  color: var(--product-ink);
  background: #fbfcfe;
  transform: translateY(calc(-100% - 54px));
  visibility: hidden;
  transition: transform .72s var(--product-ease), visibility 0s linear .72s;
}
.product-mega-menu[aria-hidden="false"] {
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}
.product-menu-products {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 1.55fr;
  gap: clamp(40px, 7vw, 120px);
  padding: 64px var(--product-edge) 72px;
  border-right: 1px solid rgb(47 70 150 / .25);
}
.product-menu-heading small,
.product-menu-country-mobile > span {
  display: block;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-menu-heading > a {
  display: inline-block;
  color: var(--product-ink);
  font-size: clamp(32px, 3.25vw, 54px);
  font-weight: 400;
  letter-spacing: -.045em;
}
.product-menu-heading > a::before,
.product-menu-primary nav > a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  margin: 0 8px 6px 0;
  background: #6db8de;
  transition: width .35s var(--product-ease);
}
.product-menu-heading > a:hover::before,
.product-menu-primary nav > a:hover::before { width: 28px; }
.product-menu-links { padding-top: 8px; display: flex; flex-direction: column; align-items: flex-start; }
.product-menu-links a {
  padding: 5px 0;
  color: var(--product-ink);
  font-size: clamp(16px, 1.35vw, 21px);
  transition: transform .35s var(--product-ease), color .25s ease;
}
.product-menu-links a:hover,
.product-menu-links a:focus-visible { color: var(--product-blue); transform: translateX(8px); }
.product-menu-underlink { position: absolute; left: var(--product-edge); bottom: 66px; font-size: 14px; }
.product-menu-primary {
  padding: 28px clamp(28px, 5vw, 72px) 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-menu-primary nav { display: flex; flex-direction: column; align-items: flex-start; }
.product-menu-primary nav > a {
  color: var(--product-ink);
  font-size: clamp(30px, 3.1vw, 50px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.045em;
}
.product-menu-country-mobile { display: none; }
.product-mega-menu a {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .42s ease, transform .58s var(--product-ease), color .25s ease;
}
.product-mega-menu[aria-hidden="false"] a { opacity: 1; transform: translateY(0); }
.product-mega-menu[aria-hidden="false"] a:nth-child(1) { transition-delay: .12s; }
.product-mega-menu[aria-hidden="false"] a:nth-child(2) { transition-delay: .16s; }
.product-mega-menu[aria-hidden="false"] a:nth-child(3) { transition-delay: .2s; }
.product-mega-menu[aria-hidden="false"] a:nth-child(4) { transition-delay: .24s; }
.product-mega-menu[aria-hidden="false"] a:nth-child(5) { transition-delay: .28s; }
.product-mega-menu[aria-hidden="false"] a:nth-child(6) { transition-delay: .32s; }
.product-paras-header + main { padding-top: 54px; }

@media (max-width: 900px) {
  .product-paras-header { height: 64px; }
  .product-header-downloads, .product-country { display: none; }
  .product-header-tools { gap: 20px; }
  .product-header-brand img { width: 25px; height: 29px; }
  .product-header-brand strong { font-size: 20px; }
  .product-mega-menu { inset: 64px 0 0; grid-template-columns: 1fr; overflow-y: auto; }
  .product-menu-products {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px var(--product-edge) 96px;
    border-right: 0;
    border-bottom: 1px solid rgb(47 70 150 / .25);
  }
  .product-menu-underlink { left: var(--product-edge); bottom: 40px; }
  .product-menu-primary { gap: 62px; padding: 38px var(--product-edge) 52px; }
  .product-menu-primary nav > a { font-size: clamp(30px, 9vw, 48px); }
  .product-menu-country-mobile { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
  .product-menu-country-mobile > span { margin-bottom: 2px; }
  .product-menu-country-mobile a { min-height: 44px; display: flex; align-items: center; font-size: 14px; }
  .product-paras-header + main { padding-top: 64px; }
}

@media (max-width: 560px) {
  .product-header-row { padding-right: max(20px, env(safe-area-inset-right)); padding-left: max(20px, env(safe-area-inset-left)); }
  .product-header-brand { width: auto; gap: 9px; }
  .product-menu-products { padding: 34px 20px 88px; }
  .product-menu-primary { padding-right: 20px; padding-bottom: max(46px, env(safe-area-inset-bottom)); padding-left: 20px; }
}
