.cpl-shipping-page {
  min-height: 720px;
  background: var(--cpl-shipping-bg);
  color: var(--cpl-shipping-text);
}

.cpl-shipping-page *,
.cpl-shipping-page *::before,
.cpl-shipping-page *::after {
  box-sizing: border-box;
}

.cpl-shipping-page .container {
  width: min(var(--cpl-shipping-container), calc(100% - 80px));
  margin: 0 auto;
}

.cpl-shipping-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cpl-shipping-hero {
  position: relative;
  height: 560px;
  min-height: 560px;
  overflow: hidden;
}

.cpl-shipping-page .cpl-shipping-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.cpl-shipping-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.cpl-shipping-hero__inner {
  position: relative;
  z-index: 1;
  height: 560px;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.cpl-shipping-hero__content {
  width: min(620px, 52vw);
  padding: 48px 0 56px;
}

.cpl-shipping-hero h1 {
  margin: 0;
  color: var(--cpl-shipping-ink);
  font-size: 56px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-shipping-hero h1 span {
  display: block;
  color: var(--cpl-shipping-blue);
}

.cpl-shipping-hero p {
  position: relative;
  margin: 30px 0 0;
  padding-bottom: 30px;
  color: var(--cpl-shipping-text);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

.cpl-shipping-hero p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: var(--cpl-shipping-blue);
}

.cpl-shipping-highlights {
  padding: 46px 0 40px;
  background: #fff;
}

.cpl-shipping-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.cpl-shipping-highlight {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 178px;
  padding: 6px 36px 0;
  text-align: center;
}

.cpl-shipping-highlight + .cpl-shipping-highlight {
  border-left: 2px solid var(--cpl-shipping-border);
}

.cpl-shipping-highlight h2 {
  margin: 28px 0 0;
  color: var(--cpl-shipping-ink);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-shipping-highlight p {
  margin: 18px 0 0;
  color: var(--cpl-shipping-text);
  font-size: 12px;
  line-height: 1.55;
}

.cpl-shipping-icon {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  color: var(--cpl-shipping-blue);
}

.cpl-shipping-highlight img.cpl-shipping-icon {
  object-fit: contain;
}

.cpl-shipping-highlight img.cpl-shipping-icon::before,
.cpl-shipping-highlight img.cpl-shipping-icon::after {
  content: none;
}

.cpl-shipping-icon::before,
.cpl-shipping-icon::after {
  content: "";
  position: absolute;
}

.cpl-shipping-icon--globe::before {
  inset: 8px 22px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 50%;
}

.cpl-shipping-icon--globe::after {
  left: 8px;
  right: 8px;
  top: 50%;
  height: 3px;
  background: currentColor;
  box-shadow: 0 -17px 0 -1px currentColor, 0 17px 0 -1px currentColor;
}

.cpl-shipping-icon--package::before {
  left: 11px;
  top: 9px;
  width: 54px;
  height: 54px;
  border: 4px solid currentColor;
  transform: rotate(30deg) skewY(-28deg);
}

.cpl-shipping-icon--package::after {
  left: 35px;
  top: 10px;
  width: 4px;
  height: 56px;
  background: currentColor;
  transform: rotate(30deg);
}

.cpl-shipping-icon--truck::before {
  left: 4px;
  top: 24px;
  width: 47px;
  height: 31px;
  border: 4px solid currentColor;
  border-radius: 4px;
}

.cpl-shipping-icon--truck::after {
  right: 4px;
  top: 33px;
  width: 25px;
  height: 22px;
  border: 4px solid currentColor;
  border-left: 0;
  clip-path: polygon(0 0, 72% 0, 100% 44%, 100% 100%, 0 100%);
  box-shadow: -45px 24px 0 -17px currentColor, -4px 24px 0 -17px currentColor;
}

.cpl-shipping-icon--shield::before {
  left: 12px;
  top: 1px;
  width: 52px;
  height: 68px;
  border: 4px solid currentColor;
  border-radius: 26px 26px 32px 32px;
  clip-path: polygon(50% 0, 100% 20%, 88% 76%, 50% 100%, 12% 76%, 0 20%);
}

.cpl-shipping-icon--shield::after {
  left: 29px;
  top: 31px;
  width: 23px;
  height: 13px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg);
}

.cpl-shipping-methods {
  padding: 0 0 0;
}

.cpl-shipping-section-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  color: var(--cpl-shipping-ink);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-shipping-section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 5px;
  border-radius: 999px;
  background: var(--cpl-shipping-blue);
}

.cpl-shipping-section-heading p {
  margin: 18px 0 0;
  color: var(--cpl-shipping-text);
  font-size: 14px;
  line-height: 1.6;
}

.cpl-shipping-table-wrap {
  margin-top: 36px;
  overflow-x: auto;
  border: 1px solid var(--cpl-shipping-border);
  border-radius: var(--cpl-shipping-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(39, 91, 164, 0.03);
}

.cpl-shipping-table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--cpl-shipping-text);
  font-size: 14px;
  line-height: 1.45;
}

.cpl-shipping-table th,
.cpl-shipping-table td {
  border-right: 1px solid var(--cpl-shipping-border);
  border-bottom: 1px solid var(--cpl-shipping-border);
  background: #fff;
}

.cpl-shipping-table thead th {
  padding: 14px 24px;
  color: #fff;
  background: linear-gradient(180deg, var(--cpl-shipping-blue), var(--cpl-shipping-blue-strong));
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.cpl-shipping-table thead th:first-child {
  border-top-left-radius: var(--cpl-shipping-radius);
}

.cpl-shipping-table thead th:last-child {
  border-top-right-radius: var(--cpl-shipping-radius);
}

.cpl-shipping-table th:last-child,
.cpl-shipping-table td:last-child {
  border-right: 0;
}

.cpl-shipping-table tbody tr:last-child th,
.cpl-shipping-table tbody tr:last-child td {
  border-bottom: 0;
}

.cpl-shipping-table tbody th {
  width: 43%;
  padding: 18px 28px 18px 30px;
  color: var(--cpl-shipping-ink);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.cpl-shipping-table td {
  padding: 18px 30px;
  color: var(--cpl-shipping-text);
  font-weight: 400;
  vertical-align: middle;
}

.cpl-shipping-table td:nth-child(2) {
  width: 28%;
  color: var(--cpl-shipping-ink);
}

.cpl-shipping-carrier {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 48px;
  margin-right: 28px;
  color: var(--cpl-shipping-blue);
  vertical-align: middle;
}

.cpl-shipping-table img.cpl-shipping-carrier {
  display: inline-block;
  object-fit: contain;
}

.cpl-shipping-table img.cpl-shipping-carrier::before,
.cpl-shipping-table img.cpl-shipping-carrier::after {
  content: none;
}

.cpl-shipping-carrier::before,
.cpl-shipping-carrier::after {
  display: block;
}

.cpl-shipping-carrier--dhl::before {
  content: "DHL";
  width: 98px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--cpl-shipping-blue-strong);
  background: #eef5ff;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  box-shadow: inset 0 -4px 0 rgba(8, 116, 244, 0.18);
}

.cpl-shipping-carrier--fedex::before {
  content: "FedEx";
  color: var(--cpl-shipping-blue-strong);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.cpl-shipping-carrier--fedex::after {
  content: "Express";
  position: absolute;
  right: 21px;
  bottom: 1px;
  color: var(--cpl-shipping-blue);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.cpl-shipping-carrier--ups::before {
  content: "UPS";
  width: 47px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 4px solid currentColor;
  border-radius: 10px 10px 20px 20px;
  color: var(--cpl-shipping-blue-strong);
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  clip-path: polygon(50% 0, 100% 16%, 88% 78%, 50% 100%, 12% 78%, 0 16%);
}

.cpl-shipping-carrier--air::before {
  content: "";
  width: 60px;
  height: 60px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 40%, 100% 52%, 100% 65%, 62% 58%, 56% 100%, 44% 100%, 38% 58%, 0 65%, 0 52%, 38% 40%);
  transform: rotate(45deg);
}

.cpl-shipping-carrier--sea::before {
  content: "";
  width: 76px;
  height: 42px;
  background:
    linear-gradient(currentColor 0 0) 18px 0 / 16px 17px no-repeat,
    linear-gradient(currentColor 0 0) 40px 8px / 20px 9px no-repeat,
    currentColor;
  clip-path: polygon(16% 28%, 78% 28%, 90% 52%, 100% 52%, 85% 100%, 14% 100%, 0 52%, 16% 52%);
}

.cpl-shipping-note {
  padding: 42px 0 0;
}

.cpl-shipping-note__panel {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px 54px;
  border-radius: var(--cpl-shipping-radius-lg);
  background: linear-gradient(90deg, var(--cpl-shipping-panel-bg), #fff 72%);
  box-shadow: var(--cpl-shipping-shadow);
}

.cpl-shipping-note__icon {
  position: relative;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--cpl-shipping-blue);
  box-shadow: 0 14px 28px rgba(8, 116, 244, 0.18);
}

.cpl-shipping-note__panel img.cpl-shipping-note__icon {
  display: block;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cpl-shipping-note__panel img.cpl-shipping-note__icon::before,
.cpl-shipping-note__panel img.cpl-shipping-note__icon::after {
  content: none;
}

.cpl-shipping-note__icon::before {
  content: "";
  width: 44px;
  height: 54px;
  border: 4px solid currentColor;
  border-radius: 5px;
}

.cpl-shipping-note__icon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 13px 0 currentColor, 0 26px 0 currentColor;
}

.cpl-shipping-note h2,
.cpl-shipping-help h2 {
  margin: 0;
  color: var(--cpl-shipping-ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-shipping-note ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--cpl-shipping-text);
  font-size: 14px;
  line-height: 1.55;
}

.cpl-shipping-note li {
  position: relative;
  padding-left: 20px;
}

.cpl-shipping-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cpl-shipping-blue);
}

.cpl-shipping-help {
  padding: 48px 0 68px;
}

.cpl-shipping-help__panel {
  display: grid;
  grid-template-columns: 112px minmax(0, 0.74fr) minmax(560px, 1.26fr);
  gap: 34px;
  align-items: center;
  padding: 34px 42px;
  border-top: 1px solid var(--cpl-shipping-border);
  border-bottom: 1px solid var(--cpl-shipping-border);
}

.cpl-shipping-help__panel img.cpl-shipping-help__icon {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
}

.cpl-shipping-help__copy p {
  margin: 10px 0 0;
  color: var(--cpl-shipping-text);
  font-size: 14px;
  line-height: 1.55;
}

.cpl-shipping-help__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  font-style: normal;
}

.cpl-shipping-contact {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 0 22px;
  color: var(--cpl-shipping-text);
  text-decoration: none;
}

.cpl-shipping-contact + .cpl-shipping-contact {
  border-left: 2px solid var(--cpl-shipping-border);
}

.cpl-shipping-contact__icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--cpl-shipping-blue);
}

.cpl-shipping-contact img.cpl-shipping-contact__icon {
  display: block;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.cpl-shipping-contact img.cpl-shipping-contact__icon::before,
.cpl-shipping-contact img.cpl-shipping-contact__icon::after {
  content: none;
}

.cpl-shipping-contact__icon--email::before {
  content: "";
  width: 25px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.cpl-shipping-contact__icon--email::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 24px;
  height: 14px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg) skew(12deg, 12deg);
}

.cpl-shipping-contact__icon--phone::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 6px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(28deg);
}

.cpl-shipping-contact strong {
  display: block;
  color: var(--cpl-shipping-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.cpl-shipping-contact span span {
  display: block;
  margin-top: 6px;
  color: var(--cpl-shipping-text);
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .cpl-shipping-hero h1 {
    font-size: 56px;
  }

  .cpl-shipping-highlights__grid,
  .cpl-shipping-help__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpl-shipping-highlight:nth-child(3) {
    border-left: 0;
  }

  .cpl-shipping-help__contacts {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .cpl-shipping-page .container {
    width: min(var(--cpl-shipping-container), calc(100% - 28px));
  }

  .cpl-shipping-hero,
  .cpl-shipping-hero__inner {
    height: auto;
    min-height: 390px;
  }

  .cpl-shipping-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 68%, rgba(255, 255, 255, 0.54) 100%),
      linear-gradient(180deg, rgba(8, 15, 70, 0.02), rgba(8, 15, 70, 0.08));
  }

  .cpl-shipping-hero__image {
    object-position: right bottom;
  }

  .cpl-shipping-hero__content {
    width: 100%;
  }

  .cpl-shipping-hero h1 {
    font-size: 42px;
  }

  .cpl-shipping-hero p {
    font-size: 18px;
  }

  .cpl-shipping-highlights__grid {
    grid-template-columns: 1fr;
  }

  .cpl-shipping-highlight {
    min-height: 0;
    padding: 24px 12px;
  }

  .cpl-shipping-highlight + .cpl-shipping-highlight {
    border-left: 0;
    border-top: 2px solid var(--cpl-shipping-border);
  }

  .cpl-shipping-section-heading h2 {
    font-size: 26px;
  }

  .cpl-shipping-section-heading p,
  .cpl-shipping-note ul,
  .cpl-shipping-help__copy p {
    font-size: 14px;
  }

  .cpl-shipping-note__panel {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .cpl-shipping-help__panel,
  .cpl-shipping-help__contacts {
    grid-template-columns: 1fr;
  }

  .cpl-shipping-help__panel {
    padding: 28px 0;
  }

  .cpl-shipping-contact {
    padding: 22px 0;
  }

  .cpl-shipping-contact + .cpl-shipping-contact {
    border-left: 0;
    border-top: 2px solid var(--cpl-shipping-border);
  }
}
