.cn-shop-shell {
  --cn-navy: #071c36;
  --cn-navy-2: #0d2c50;
  --cn-blue: #174b78;
  --cn-ice: #edf6ff;
  --cn-gold: #e6a21a;
  --cn-line: rgba(255, 255, 255, 0.22);
  --cn-text: #f7fbff;
  background: var(--cn-navy);
  color: var(--cn-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.cn-shop-shell *,
.cn-shop-shell *::before,
.cn-shop-shell *::after {
  box-sizing: border-box;
}

.cn-shop-header {
  align-items: center;
  background: rgba(5, 19, 38, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(20px, 6vw, 72px);
  position: relative;
  z-index: 5;
}

.cn-shop-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.cn-shop-brand:hover,
.cn-shop-nav a:hover,
.cn-shop-footer a:hover {
  color: #fff;
}

.cn-shop-brand-mark {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  letter-spacing: 0;
  width: 36px;
}

.cn-shop-brand-name {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cn-shop-brand-name em {
  color: #b7cde2;
  font-style: normal;
  font-weight: 500;
  margin-left: 4px;
}

.cn-shop-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-end;
}

.cn-shop-nav a,
.cn-shop-footer a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.cn-shop-main {
  min-height: 100vh;
}

.cn-shop-hero {
  background:
    linear-gradient(90deg, rgba(7, 28, 54, 0.88), rgba(7, 28, 54, 0.28) 50%, rgba(7, 28, 54, 0.12)),
    var(--hero-image) center / cover no-repeat;
  min-height: clamp(520px, 72vh, 760px);
  padding: clamp(70px, 10vw, 132px) clamp(24px, 7vw, 96px) 44px;
  position: relative;
}

.cn-shop-hero-content {
  max-width: 760px;
}

.cn-shop-kicker {
  color: #d5e8f8;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cn-shop-hero h1 {
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 30px;
  max-width: 820px;
}

.cn-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cn-shop-button {
  align-items: center;
  background: #09284a;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  min-width: 190px;
  padding: 14px 22px;
  text-decoration: none;
}

.cn-shop-button:hover {
  background: #123a66;
  color: #fff;
}

.cn-shop-button-primary,
.cn-shop-button-gold {
  background: linear-gradient(180deg, #efb22c, #d7900e);
  border-color: rgba(255, 255, 255, 0.2);
  color: #101d2b;
}

.cn-shop-button-primary:hover,
.cn-shop-button-gold:hover {
  background: linear-gradient(180deg, #f3c04c, #dc9818);
  color: #101d2b;
}

.cn-shop-trust {
  align-items: center;
  bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  left: clamp(24px, 7vw, 96px);
  position: absolute;
  right: clamp(24px, 7vw, 96px);
}

.cn-shop-trust span {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding-left: 18px;
}

.cn-shop-ocean {
  background:
    linear-gradient(180deg, rgba(7, 28, 54, 0.72), rgba(7, 28, 54, 0.92)),
    var(--ocean-image) center / cover fixed no-repeat;
  padding: clamp(30px, 6vw, 68px) 0 clamp(60px, 7vw, 96px);
}

.cn-shop-inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
}

.cn-shop-tile-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 48px;
}

.cn-shop-tile {
  align-items: end;
  aspect-ratio: 1.25;
  background:
    linear-gradient(180deg, rgba(7, 28, 54, 0.05), rgba(7, 28, 54, 0.92)),
    var(--tile-image) center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  display: flex;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
}

.cn-shop-tile span {
  color: #fff;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 850;
}

.cn-shop-section h2 {
  color: #fff;
  font-size: clamp(26px, 4vw, 36px);
  letter-spacing: 0;
  margin: 0 0 22px;
}

.cn-shop-offer-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 56px;
}

.cn-shop-offer {
  align-items: end;
  aspect-ratio: 1.55;
  background:
    linear-gradient(180deg, rgba(5, 19, 38, 0), rgba(5, 19, 38, 0.88)),
    var(--offer-image) center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  display: flex;
  min-height: 210px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  text-decoration: none;
}

.cn-shop-offer-body {
  display: grid;
  gap: 4px;
}

.cn-shop-offer strong {
  color: #fff;
  font-size: 22px;
}

.cn-shop-offer small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.cn-shop-offer-badge {
  background: #b83337;
  border-radius: 0 0 6px 6px;
  color: #fff;
  font-weight: 850;
  left: 18px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

.cn-shop-vouchers {
  border-bottom: 1px solid var(--cn-line);
  border-top: 1px solid var(--cn-line);
  margin: 0 auto 56px;
  max-width: 820px;
  padding: 24px 0;
  text-align: center;
}

.cn-shop-voucher-values {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px auto;
  max-width: 660px;
}

.cn-shop-voucher-values a {
  background: #eef6ff;
  border-radius: 6px;
  color: #0b2a4a;
  font-size: 23px;
  font-weight: 850;
  min-height: 48px;
  padding: 9px 12px;
  text-decoration: none;
}

.cn-shop-flow {
  background: rgba(238, 246, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  color: #0b2a4a;
  padding: clamp(24px, 4vw, 40px);
  text-align: center;
}

.cn-shop-flow h2 {
  color: #0b2a4a;
}

.cn-shop-flow-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cn-shop-flow-grid span {
  border-left: 1px solid rgba(11, 42, 74, 0.2);
  color: #0b2a4a;
  font-size: 16px;
  font-weight: 760;
  min-height: 64px;
  padding: 22px 12px 0;
}

.cn-shop-flow-grid span:first-child {
  border-left: 0;
}

.cn-shop-footer {
  align-items: center;
  background: #06182e;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 16px clamp(20px, 6vw, 72px);
}

.cn-shop-booking-main {
  background:
    radial-gradient(circle at 20% 10%, rgba(231, 165, 29, 0.2), transparent 28rem),
    linear-gradient(180deg, rgba(6, 24, 46, 0.72), rgba(6, 24, 46, 0.96)),
    var(--booking-image) center / cover fixed no-repeat;
  min-height: calc(100vh - 76px);
  padding: clamp(28px, 5vw, 58px) 20px clamp(52px, 7vw, 86px);
}

.cn-shop-booking-panel {
  margin: 0 auto;
  max-width: 1060px;
}

.cn-shop-booking-panel .cn-wbs-form,
.cn-shop-booking-panel .cn-wbs-success,
.cn-shop-booking-panel .cn-wbs-notice {
  background: rgba(248, 251, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  color: #10263e;
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
}

.cn-shop-booking-panel .cn-wbs-section {
  border-bottom: 1px solid rgba(8, 34, 64, 0.1);
  padding: clamp(22px, 3vw, 34px) clamp(22px, 4vw, 42px);
}

.cn-shop-booking-panel .cn-wbs-section:first-of-type {
  background:
    linear-gradient(90deg, rgba(6, 24, 46, 0.94), rgba(13, 54, 92, 0.72)),
    linear-gradient(135deg, rgba(231, 165, 29, 0.22), transparent);
  color: #fff;
  padding-bottom: clamp(30px, 5vw, 48px);
  padding-top: clamp(30px, 5vw, 48px);
  position: relative;
}

.cn-shop-booking-panel .cn-wbs-section:first-of-type::after {
  background: rgba(231, 165, 29, 0.94);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 5px;
  left: clamp(22px, 4vw, 42px);
  position: absolute;
  width: 130px;
}

.cn-shop-booking-panel .cn-wbs-section:first-of-type h2 {
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 12px;
}

.cn-shop-booking-panel .cn-wbs-section:first-of-type p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 0;
}

.cn-shop-booking-panel .cn-wbs-section h3 {
  color: #082240;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.cn-shop-booking-panel .cn-wbs-section-copy {
  color: #60748a;
  font-size: 15px;
  margin: -12px 0 20px;
}

.cn-shop-booking-panel [hidden] {
  display: none !important;
}

.cn-shop-booking-panel .cn-wbs-grid {
  gap: 18px 20px;
}

.cn-shop-booking-panel .cn-wbs-grid label,
.cn-shop-booking-panel .cn-wbs-participant label {
  color: #17314d;
  font-size: 15px;
  font-weight: 760;
  gap: 8px;
}

.cn-shop-booking-panel .cn-wbs-grid input,
.cn-shop-booking-panel .cn-wbs-grid select,
.cn-shop-booking-panel .cn-wbs-participant input,
.cn-shop-booking-panel .cn-wbs-participant select {
  background: #fff;
  border: 1px solid rgba(8, 34, 64, 0.18);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(8, 34, 64, 0.04);
  color: #0b223d;
  min-height: 48px;
  padding: 11px 13px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.cn-shop-booking-panel .cn-wbs-grid input:focus,
.cn-shop-booking-panel .cn-wbs-grid select:focus,
.cn-shop-booking-panel .cn-wbs-participant input:focus,
.cn-shop-booking-panel .cn-wbs-participant select:focus {
  border-color: #1a5d91;
  box-shadow: 0 0 0 3px rgba(26, 93, 145, 0.14);
  outline: 0;
}

.cn-shop-booking-panel .cn-wbs-section-header {
  align-items: center;
  margin-bottom: 18px;
}

.cn-shop-booking-panel .cn-wbs-section-header h3 {
  margin-bottom: 0;
}

.cn-shop-booking-panel .cn-wbs-add-participant,
.cn-shop-booking-panel .cn-wbs-submit {
  align-items: center;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  text-decoration: none;
}

.cn-shop-booking-panel .cn-wbs-add-participant {
  background: #eaf3fb;
  color: #0d3761;
  padding: 10px 16px;
}

.cn-shop-booking-panel .cn-wbs-add-participant:hover {
  background: #dcecf8;
}

.cn-shop-booking-panel .cn-wbs-participant {
  background: #fff;
  border: 1px solid rgba(8, 34, 64, 0.12);
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(8, 34, 64, 0.07);
  margin: 0;
  padding: clamp(18px, 3vw, 26px);
}

.cn-shop-booking-panel .cn-wbs-participant + .cn-wbs-participant {
  margin-top: 16px;
}

.cn-shop-booking-panel .cn-wbs-participant-title {
  border-bottom: 1px solid rgba(8, 34, 64, 0.08);
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.cn-shop-booking-panel .cn-wbs-participant-title strong {
  color: #082240;
  font-size: 18px;
  font-weight: 850;
}

.cn-shop-booking-panel .cn-wbs-remove-participant {
  color: #9c2f35;
  font-weight: 800;
}

.cn-shop-booking-panel .cn-wbs-checkbox {
  align-items: center;
  background: #f3f7fb;
  border: 1px solid rgba(8, 34, 64, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  min-height: 48px;
  padding: 10px 12px;
}

.cn-shop-booking-panel .cn-wbs-checkbox input {
  accent-color: #174b78;
  height: 18px;
  width: 18px;
}

.cn-shop-booking-panel .cn-wbs-self-participant-toggle {
  background: #fff8e8;
  border-color: rgba(231, 165, 29, 0.35);
  color: #33240a;
  margin-top: 22px;
  max-width: max-content;
}

.cn-shop-booking-panel .cn-wbs-self-participant-card {
  background: #fff;
  border: 1px solid rgba(8, 34, 64, 0.12);
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(8, 34, 64, 0.07);
  margin-bottom: 16px;
  padding: clamp(18px, 3vw, 26px);
}

.cn-shop-booking-panel .cn-wbs-self-participant-card strong {
  color: #082240;
  font-size: 18px;
  font-weight: 850;
}

.cn-shop-booking-panel .cn-wbs-self-participant-card span {
  color: #60748a;
  font-size: 14px;
}

.cn-shop-booking-panel .cn-wbs-self-participant-card label {
  color: #17314d;
  font-size: 15px;
  font-weight: 760;
}

.cn-shop-booking-panel .cn-wbs-self-participant-card select {
  background: #fff;
  border: 1px solid rgba(8, 34, 64, 0.18);
  border-radius: 7px;
  min-height: 48px;
  padding: 11px 13px;
}

.cn-shop-booking-panel .cn-wbs-total {
  background: #eef6ff;
  color: #082240;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 24px;
  padding-top: 24px;
}

.cn-shop-booking-panel .cn-wbs-total strong {
  color: #071c36;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
}

.cn-shop-booking-panel .cn-wbs-submit {
  background: linear-gradient(180deg, #efb22c, #d7900e);
  box-shadow: 0 12px 24px rgba(144, 91, 5, 0.24);
  color: #111f2c;
  font-size: 18px;
  margin: 24px clamp(22px, 4vw, 42px) clamp(22px, 4vw, 38px);
  min-width: 260px;
  padding: 14px 22px;
}

.cn-shop-booking-panel .cn-wbs-submit:hover {
  background: linear-gradient(180deg, #f3c04c, #dc9818);
}

.cn-shop-booking-panel .cn-wbs-success {
  padding: clamp(24px, 4vw, 42px);
}

@media (max-width: 920px) {
  .cn-shop-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cn-shop-nav {
    justify-content: flex-start;
  }

  .cn-shop-tile-grid,
  .cn-shop-offer-grid,
  .cn-shop-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cn-shop-flow-grid span:nth-child(odd) {
    border-left: 0;
  }

  .cn-shop-booking-main {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 640px) {
  .cn-shop-header {
    gap: 12px;
  }

  .cn-shop-nav {
    gap: 12px;
  }

  .cn-shop-nav a {
    font-size: 14px;
  }

  .cn-shop-hero {
    min-height: 620px;
    padding-top: 54px;
  }

  .cn-shop-trust {
    bottom: 24px;
    display: grid;
  }

  .cn-shop-tile-grid,
  .cn-shop-offer-grid,
  .cn-shop-voucher-values,
  .cn-shop-flow-grid {
    grid-template-columns: 1fr;
  }

  .cn-shop-flow-grid span {
    border-left: 0;
    border-top: 1px solid rgba(11, 42, 74, 0.2);
  }

  .cn-shop-flow-grid span:first-child {
    border-top: 0;
  }

  .cn-shop-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cn-shop-booking-panel .cn-wbs-section-header,
  .cn-shop-booking-panel .cn-wbs-participant-title,
  .cn-shop-booking-panel .cn-wbs-total,
  .cn-shop-booking-panel .cn-wbs-self-participant-card {
    align-items: stretch;
    flex-direction: column;
  }

  .cn-shop-booking-panel .cn-wbs-submit {
    margin-left: 18px;
    margin-right: 18px;
    min-width: 0;
    width: calc(100% - 36px);
  }
}
