@font-face {
  font-family: "Pangram";
  src: url("../fonts/Pangram-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pangram";
  src: url("../fonts/Pangram-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pangram";
  src: url("../fonts/Pangram-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Recoleta";
  src: url("../fonts/Recoleta-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #434780;
  --ink-deep: #2f336a;
  --pink: #ff808f;
  --yellow: #f2ce12;
  --yellow-deep: #F1CF14;
  --tan: #f6ede4;
  --tan-deep: #ead9ca;
  --green: #00c646;
  --saving-green: #029564;
  --offer-lavender: #f5f5ff;
  --promo-green: #44b100;
  --deal-red: #d63029;
  --price-divider: #d6d6d6;
  --accent-coral: #da5e59;
  --red: #bd3535;
  --text: #171827;
  --muted: #6a6676;
  --line: #DBDBDB;
  --white: #ffffff;
  --shadow: 0 14px 36px rgba(67, 71, 128, 0.12);
  --radius: 10px;
  --radius-sm: 6px;
  --page-w: 520px;
  --promo-banner-mob: url("https://cdn.29next.store/media/fluff/uploads/banner-flag-mob.png");
  --promo-banner-dsk-bg: url("https://cdn.29next.store/media/fluff/uploads/banner-flag-dsk-bg.png");
  --promo-banner-dsk-left: url("https://cdn.29next.store/media/fluff/uploads/banner-flag-left.png");
  --promo-banner-dsk-right: url("https://cdn.29next.store/media/fluff/uploads/banner-flag-right.png");
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #fff;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Pangram", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

img {
  max-width: 100%;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.promo {
  position: relative;
  min-height: 72px;
  color: var(--ink);
  background-color: var(--tan);
  background-image:
    var(--promo-banner-dsk-left),
    var(--promo-banner-dsk-right),
    var(--promo-banner-dsk-bg);
  background-position: left center, right center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 100%, auto 100%, cover;
  border-bottom: 1px solid rgba(67, 71, 128, 0.1);
}

.promo__inner {
  position: relative;
  z-index: 1;
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.timer-chip.countdown-timer-seconds{
  color: var(--accent-coral);
}

.promo__image {
  display: block;
  height: auto;
}

.promo__image--sale {
  width: 112px;
  justify-self: end;
}

.promo__image--offer {
  width: 228px;
  justify-self: center;
}

.promo__timer {
  justify-self: start;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.promo__text {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.30);
  font-family: "Pangram", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.promo__text--highlight {
  color: var(--pink);
}

.timer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.30);
  min-width: 40px;
}

.timer-separator {
  color: var(--white);
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.timer-label {
  color: #777;
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

.timer-chip {
  color: var(--ink);
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid #ddd;
}

.site-header__inner {
  box-sizing: border-box;
  width: min(100% - 32px, var(--page-w));
  margin: 0 auto;
  padding: 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shipping-address-text{
  color: #000;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.divider-text{
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-family: "Pangram", Arial, sans-serifs;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.logo {
  display: block;
  width: 128px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.help-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  min-height: 44px;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(67, 71, 128, 0.12);
}

.help-link__icon {
  flex-shrink: 0;
  color: var(--ink);
}

.help-link__text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.help-link:hover {
  color: var(--ink-deep);
}

.help-link:hover .help-link__icon {
  color: var(--ink-deep);
}

.help-link:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-radius: 2px;
}

.help-dialog {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  background: transparent;
  box-sizing: border-box;
}

.help-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.help-dialog__frame {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-dialog__panel {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 430px);
  min-height: 300px;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  padding: 32px 24px;
  border-radius: 24px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  color: #000;
}

.help-dialog__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #000;
  cursor: pointer;
}

.help-dialog__close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.help-dialog__close:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.help-dialog__title {
  margin: 0;
  padding-right: 40px;
  font-family: "Recoleta", Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--ink);
  max-width: 356px;
}

.help-dialog__lead {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #000;
}

.help-dialog__block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.help-dialog__label {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #828282;
}

.help-dialog__value {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #000;
  text-decoration: none;
}

.help-dialog__value:hover {
  text-decoration: underline;
}

.help-dialog__value:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-radius: 2px;
}

.summary-strip {
  background: #f7f7f8;
  border-bottom: 1px solid var(--line);
}

.summary-strip details {
  width: min(100% - 32px, var(--page-w));
  margin: 0 auto;
}

.summary-strip summary {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.summary-strip summary > span:first-of-type {
  flex: 1 1 auto;
  min-width: 0;
}

.summary-strip summary > span:nth-of-type(2) {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.summary-strip details[open] > summary > span:nth-of-type(2) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.summary-strip summary::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: no-repeat center / 20px 20px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M5.5 7.25 10 11.75 14.5 7.25 15.25 8 10 13.25 4.75 8Z'/%3E%3C/svg%3E");
}

.summary-strip details[open] > summary::after {
  transform: rotate(180deg);
}

.summary-strip summary::-webkit-details-marker {
  display: none;
}

.summary-panel {
  padding: 14px 0 18px;
  border-top: 1px solid var(--line);
}

.summary-strip .summary-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 0 16px;
}

.summary-strip .line-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.summary-strip .line-item,
.summary-strip .total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
}

.summary-strip .line-item__body {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.summary-strip .line-item__media {
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.summary-strip .line-item__media img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  padding: 0;
}

.summary-strip .line-item__qty-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #434780;
  color: #fff;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.summary-strip .line-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  min-width: 0;
}

.summary-strip .line-item__text strong {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.summary-strip .line-item__text small {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.summary-strip .line-item__price {
  flex-shrink: 0;
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.summary-strip .summary-totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.summary-strip .summary-totals .total-line {
  gap: 16px;
}

.summary-strip .summary-totals__rule {
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.summary-strip .total-line > span {
  flex: 1 1 auto;
  min-width: 0;
}

.summary-strip .total-line--shipping > strong,
.summary-strip .total-line--savings > strong {
  flex-shrink: 0;
  text-align: right;
}

.summary-strip .total-line--grand > strong:first-of-type {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.summary-strip .total-line--grand > strong:last-of-type {
  flex-shrink: 0;
  text-align: right;
}

.summary-strip .total-line--shipping {
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.summary-strip .total-line--shipping strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #44b100;
}

.summary-strip .total-line--savings {
  font-family: "Pangram", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.summary-strip .total-line--savings strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #44b100;
}

.summary-strip .total-line--grand {
  font-size: 16px;
  line-height: 20px;
}

.summary-strip .total-line--grand strong {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.summary-strip .summary-instant-savings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(68, 177, 0, 0.2);
  border-radius: 8px;
  background-image: linear-gradient(90deg, rgba(68, 177, 0, 0.1) 0%, rgba(68, 177, 0, 0.1) 100%),
    linear-gradient(90deg, #fff 0%, #fff 100%);
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
}

.summary-strip .summary-instant-savings__label {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.summary-strip .summary-instant-savings__value {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #44b100;
  white-space: nowrap;
}

.page {
  margin: 34px auto 84px;
  width: min(100% - 32px, var(--page-w));
}

.page--checkout {
  margin-top: 34px;
}

.security-card,
.protection,
.guarantee,
.checkout-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.security-card {
  padding: 16px 16px 16px;
  text-align: center;
}

.ship-card {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
}

.ship-card__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: -16px;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  background: var(--white);
  border-radius: 999px;
}

.ship-card__info {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--price-divider);
  border-radius: 8px;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--white);
}

.carrier-row,
.security-row,
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.carrier-row{
  margin-left: auto;
}

.payment-icons img {
  width: 34px;
  height: 22px;
  object-fit: contain;
}

.ship-card .carrier-seals {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(100%, 240px);
  object-fit: contain;
}

.carrier-seals {
  width: 118px;
  height: auto;
}

.carrier-seals--compact {
  width: 92px;
}

.carrier {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 0.58rem;
  font-weight: 700;
}

.carrier--gold {
  background: #8b6600;
}

.ship-card .ship-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #000;
}

.ship-card__pulse {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--promo-green);
  box-shadow: 0 0 0 2px rgba(68, 177, 0, 0.22);
}

.ship-card .ship-count {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #000;
}

.ship-card .ship-count__prefix {
  color: #000;
}

.ship-card .ship-count__timer,
.ship-card .ship-count__timer span {
  color: var(--accent-coral);
}

.step-head {
  margin: 24px 0 16px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: baseline;
}

.step-number {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

.step-head h1,
.step-head h2 {
  margin: 0;
  font-family: "Recoleta", Georgia, serif;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.step-head p {
  margin: 2px 0 0;
  color: rgba(0, 0, 0, 0.50);
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 0;
  padding: 0;
  margin: 0;
}

.offer-card {
  position: relative;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  cursor: pointer;
}

.offer-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.offer-card__badges {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px;
  margin-bottom: -11px;
  position: relative;
  z-index: 2;
  min-height: 0;
}

.offer-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--white);
}

.offer-card__badge--saving {
  background: var(--promo-green);
}

.offer-card__badge--popular {
  background: var(--ink);
}

.offer-card__badge--deal {
  background: var(--deal-red);
}

.offer-card__body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 16px;
  display: grid;
  grid-template-columns: 20px 88px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.offer-card__radio {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 2px solid #c9c6cf;
  border-radius: 50%;
  background: var(--white);
  justify-self: center;
}

.offer-card input:checked~.offer-card__body .offer-card__radio {
  border: 2px solid var(--ink);
  background: var(--white);
}

.offer-card input:checked~.offer-card__body .offer-card__radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.offer-card__media {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  background: var(--tan);
  border-radius: 8px;
  overflow: hidden;
}

.offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card__main {
  min-width: 0;
}

.offer-card:has(input:checked) .offer-card__body {
  border-color: var(--ink);
  background: var(--offer-lavender);
}

.offer-card__title {
  margin: 0 0 4px;
  font-family: "Recoleta", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: var(--ink);
}

.offer-card__subtitle {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #000;
}

.offer-price {
  min-width: 120px;
  max-width: 168px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.offer-price__totals {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.offer-price__totals s {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  opacity: 0.5;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
  color: #000;
}

.offer-price__totals strong {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.offer-card__savings {
  margin: 0;
  width: 100%;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  text-align: right;
  color: var(--promo-green);
}

.trust-list li:before {
  content: "";
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 9px;
  border: solid var(--pink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.protection {
  margin-top: 24px;
  padding: 16px;
}

.check-row {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 10px;
  align-items: start;
}

.check-row input {
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  accent-color: var(--ink);
}

.check-row h2 {
  margin: 0 0 8px;
  color: #000;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.check-row p {
  margin: 0;
  color: rgba(0, 0, 0, 0.50);
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.sticky-panel {
  position: relative;
  z-index: 10;
  margin-top: 28px;
  background: var(--white);
}

.size-label {
  display: flex;
  gap: 7px;
  margin: 0 0 9px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.size-options {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.size-option {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  cursor: pointer;
}

.size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-option__surface {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-height: 74px;
  height: 100%;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: var(--white);
}

.size-option__surface--king {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.size-option__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.size-option--king .size-option__title,
.size-option--king .size-option__dims {
  width: 100%;
  text-align: left;
}

.size-option__title {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #000;
}

.size-option__dims {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #828282;
}

.size-option__upcharge {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-shrink: 0;
  white-space: nowrap;
  color: #000;
}

.size-option__up-price {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.size-option__up-unit {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.size-option:has(input:checked) .size-option__surface {
  border-color: var(--ink);
  background: var(--offer-lavender);
}

.button {
  width: 100%;
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--yellow-deep);
  text-decoration: none;
  cursor: pointer;
  color: var(--ink);
  font-family: "Pangram", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
}

.button--pay {
  background: var(--ink);
  color: var(--white);
  margin-top: 24px;
  box-shadow: 0 8px 18px rgba(67, 71, 128, 0.2);
}


.security-card {
  padding: 0 16px 16px;
}

.security-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transform: translateY(-11px);
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.security-lock {
  width: 20px;
  height: 20px;
}

.security-badges-img {
  width: min(100%, 428px);
  height: auto;
  margin: 2px auto 0;
}

.security-badge {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 31px;
  padding: 4px 7px;
  border: 1px solid #d2d0d8;
  border-radius: 4px;
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
}

.security-badge img {
  max-width: 48px;
  max-height: 18px;
}

.checkout-timer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 24px 0;
}

.express-title{
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.checkout-timer__lead {
  display: flex;
  flex: 1 1 200px;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.checkout-timer__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.checkout-timer__icon svg {
  display: block;
  width: 32px;
  height: 32px;
}

.checkout-timer__text {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #000;
}

.checkout-timer__counter {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.checkout-timer__unit {
  box-sizing: border-box;
  min-width: 35px;
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}

.checkout-timer__digits {
  width: 100%;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--ink);
}

.checkout-timer__unit--seconds .checkout-timer__digits {
  color: var(--accent-coral);
}

.checkout-timer__label {
  width: 100%;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #777;
  text-transform: uppercase;
}

.checkout-timer__colon {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--ink);
  white-space: nowrap;
}

.express {
  margin: 18px 0 22px;
  text-align: center;
}

.express p,
.divider {
  color: var(--muted);
  font-size: 0.78rem;
}

.express-surface {
  min-height: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  align-items: center;
  background: var(--white);
}

.express-method-slot,
.express-surface:empty:before {
  min-height: 32px;
  border: 1px dashed #c9c3cc;
  border-radius: 6px;
  background: linear-gradient(90deg, #f8f7f4 0%, #fff 100%);
}

.express-surface:empty:before {
  content: "";
  grid-column: 1 / -1;
}

.payment-btn {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #cfcbd2;
  border-radius: var(--radius-sm);
  background: var(--white);
  cursor: pointer;
}

.payment-btn.cc-apple-pay {
  color: #fff;
  background: #000;
  border-color: #000;
}

.payment-btn.cc-paypal {
  background: #ffc439;
  border-color: #ffc439;
}

.payment-btn.cc-google-pay {
  color: #fff;
  background: #000;
  border-color: #000;
}

.payment-btn.cc-google-pay svg path[fill="#000000"],
.payment-btn.cc-google-pay svg path[fill="#000"] {
  fill: #fff;
}

.payment-btn[disabled] {
  cursor: wait;
  opacity: 0.58;
}

.payment-btn svg {
  max-width: 86px;
  max-height: 24px;
}

.payment-btn-spinner,
.payment-btn [next-slot="spinner"] {
  display: none;
}

.divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: -8px 0 24px;
  text-transform: uppercase;
}

.divider:before,
.divider:after {
  content: "";
  height: 1px;
  background: var(--line);
}

.checkout-section {
  margin-top: 24px;
}

.checkout-form {
  margin-bottom: 18px;
}

.section-head {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.section-head h2 {
  margin: 0;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.section-head p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}


.checkout-section .section-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.checkout-section .section-head > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.checkout-section .section-head h2 {
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.24px;
  color: var(--ink);
}

.checkout-section .section-head p {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.checkout-section > .form-grid {
  gap: 12px;
}

.checkout-section .form-grid.form-grid--two {
  gap: 10px;
}

.checkout-section .field.input-flds {
  height: 50px;
  min-height: 50px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  line-height: 50px;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.checkout-section .field.input-flds::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-grid {
  display: grid;
  gap: 10px;
}

.form-grid.form-grid--bigger-paddings{
  padding: 12px;
}

.form-grid--location,
[data-next-component="location"],
[data-next-component="billing-location"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

[data-next-component="location"]>.form-grid,
[data-next-component="billing-location"]>.form-grid {
  display: contents;
}

.form-group--phone,
[data-next-component="location"] .form-group:has(#phone),
[data-next-component="location"] .form-group:has([name="phone"]),
[data-next-component="location"] .form-group:has([data-next-checkout-field="phone"]),
[data-next-component="billing-location"] .form-group:has([name="billing_phone"]),
[data-next-component="billing-location"] .form-group:has([data-next-checkout-field="billing-phone"]) {
  grid-column: 1 / -1 !important;
}

.form-group--phone .iti,
[data-next-component="location"] .form-group:has(#phone) .iti,
[data-next-component="billing-location"] .form-group:has([name="billing_phone"]) .iti {
  width: 100%;
}

.form-group--phone .iti__tel-input,
[data-next-component="location"] .form-group:has(#phone) .iti__tel-input,
[data-next-component="billing-location"] .form-group:has([name="billing_phone"]) .iti__tel-input {
  padding-left: 14px !important;
  padding-right: 62px !important;
  padding-top: 0 !important;
  line-height: 51px !important;
}

.form-group--phone .iti__selected-country,
[data-next-component="location"] .form-group:has(#phone) .iti__selected-country,
[data-next-component="billing-location"] .form-group:has([name="billing_phone"]) .iti__selected-country {
  left: auto;
  right: 14px;
}

.form-grid--two {
  grid-template-columns: 1fr 1fr;
}

.form-grid--three {
  grid-template-columns: 1fr 1fr 0.9fr;
}

.form-group,
.form-input {
  min-width: 0;
}

/* Floating labels (Campaigns / Next checkout) — labels must not use .sr-only */
.checkout-form .form-input {
  position: relative;
}

.checkout-form .label-checkout {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 0.5em;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate(0, 0.3em);
  font-family: "Pangram", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  color: #6a6a6a;
  letter-spacing: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, font-size 0.2s ease;
}

.checkout-form .label-checkout.has-value {
  opacity: 1;
  transform: translate(0, 0);
}

.checkout-form .label-checkout.label-checkout--floating {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.72rem;
  font-weight: 500;
  margin-left: -2px;
  padding-left: 4px;
  padding-right: 4px;
}

.checkout-form .label-checkout.label-checkout--floating.has-value {
  opacity: 1;
  background-color: var(--white);
  transform: translate(0, -1.15em);
}

.checkout-form .field.input-flds--floating,
.checkout-form .select.input-flds--floating {
  padding-top: 14px;
  padding-bottom: 12px;
  line-height: 1.35;
  height: auto;
  min-height: 51px;
}

.checkout-form .select.input-flds--floating {
  line-height: normal;
}

.checkout-section[data-os-slot="checkout.customer_information"] .field.input-flds--floating {
  padding-top: 16px;
  padding-bottom: 10px;
  min-height: 50px;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .field.input-flds--floating,
.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .select.input-flds--floating {
  padding-top: 14px;
  padding-bottom: 10px;
  min-height: 50px;
}

.checkout-form .spreedly-field.input-flds--floating {
  padding-top: 12px;
  padding-bottom: 10px;
  min-height: 51px;
  height: auto;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .spreedly-field.input-flds--floating {
  min-height: 50px;
}

.field,
.select {
  width: 100%;
  height: 51px;
  min-height: 51px;
  padding: 0 14px;
  color: var(--text);
  background: var(--white);
  border: 1px solid #a9a4ad;
  border-radius: var(--radius-sm);
  line-height: 51px;
}

.select {
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
}

.spreedly-field {
  height: 51px;
  min-height: 51px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.spreedly-field iframe {
  width: 100%;
  height: 51px;
  min-height: 51px;
  border: 0;
}

.field.has-error,
.select.has-error,
.field.next-error-field,
.select.next-error-field,
.spreedly-field.has-error,
.spreedly-field.next-error-field {
  border-color: #c53b3b;
  box-shadow: 0 0 0 1px rgba(197, 59, 59, 0.18);
}

.field.no-error,
.select.no-error,
.field.next-valid-field,
.select.next-valid-field,
.spreedly-field.no-error,
.spreedly-field.next-valid-field {
  border-color: rgba(0, 198, 70, 0.65);
}

.next-error,
.field-error,
.error-message {
  margin-top: 5px;
  color: #b73232;
  font-size: 0.72rem;
}

.billing-check {
  margin: 14px 0 0;
  font-size: 0.84rem;
}

.billing-check label {
  display: flex;
  gap: 9px;
  align-items: center;
}

.billing-check input {
  accent-color: var(--ink);
}

.billing-address__form {
  margin-top: 12px;
}

.billing-address:has(#use_shipping_address:checked) .billing-address__form {
  display: none;
}

.billing-address__form.billing-form-collapsed {
  height: 0;
  overflow: hidden;
}

.billing-title {
  margin: 0 0 10px;
  font-size: 0.92rem;
}

.payment-methods {
  display: grid;
  gap: 10px;
}

.payment-method {
  border: 1px solid #a9a4ad;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--white);
}

.payment-method.next-selected {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.payment-method__header {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  font-weight: 700;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__header.payment-method__header--klarna {
  padding-block: 7px;
}
.payment-method__header input {
  accent-color: var(--ink);
}

.payment-method__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.payment-method__logos img {
  width: 34px;
  height: 22px;
  object-fit: contain;
}

.payment-method__klarna-logo {
  width: 74px;
  height: 28px;
  margin-left: auto;
  object-fit: contain;
}

.payment-method__form {
  border-top: 1px solid var(--line);
  background: #fff;
}

.payment-method__info {
  padding: 12px;
}

.payment-method__form--collapsed {
  height: 0;
  overflow: hidden;
  border-top: 0;
}

.payment-method__form--collapsing,
.payment-method__form--expanding {
  overflow: hidden;
}

.payment-method__info {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-methods {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method + .payment-method {
  border-top: 1px solid #d6d6d6;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method.next-selected {
  border-color: transparent;
  box-shadow: none;
  background-color: #fff;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method:not(.next-selected) {
  background-color: #f7f7f7;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__header {
  min-height: 52px;
  padding: 13px 12px;
  gap: 8px;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--ink);
  background-color: transparent;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__header input[type="radio"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0;
  accent-color: #434780;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__header-main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method[data-next-payment-method="credit"] .payment-method__label {
  flex: 1;
  min-width: 0;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__title-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
  align-items: flex-start;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__logos {
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: 4px;
  margin-left: 0;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__logos img {
  width: 35px;
  height: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  object-fit: contain;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__logos img[alt="American Express"] {
  background: #1f72cd;
}



.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form {
  border-top: 0;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method[data-next-payment-method="credit"] .payment-method__form--expanded {
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form--expanded .form-grid {
  gap: 10px;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form--expanded .form-grid--three {
  gap: 10px;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .field,
.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .select {
  height: 50px;
  min-height: 50px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  line-height: 50px;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .select {
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .spreedly-field {
  height: 50px;
  min-height: 50px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form .spreedly-field iframe {
  height: 50px;
  min-height: 50px;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method--secondary .payment-method__form--expanded {
  background: #fff;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__klarna-logo {
  width: 57px;
  height: 24px;
  margin-left: auto;
  flex-shrink: 0;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__paypal-logos {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}

.checkout-section[data-os-slot="checkout.payment_details"] .payment-method__paypal-logos img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.next-toast-handler {
  display: none;
  margin-bottom: 10px;
}

.tip1_bar {
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
}

.tip1_bar.is-warning {
  color: #6f2a2a;
  background: #fff0f0;
  border: 1px solid #f3c5c5;
}

.terms {
  margin: 12px 0 0;
  color: var(--muted);
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.guarantee {
  margin-top: 68px;
  padding: 52px 16px 16px;
  position: relative;
  text-align: center;
  background: transparent;
}

.guarantee img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  background: var(--white);
}

.guarantee h2 {
  color: var(--ink);
  margin: 0 0 8px;
  text-align: center;
  font-family: "Recoleta", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.guarantee p {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.why {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
}

.section-rule {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-family: "Pangram", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink);
  white-space: nowrap;
}

.section-rule:before,
.section-rule:after {
  content: "";
  flex: 1 1 auto;
  min-width: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.why-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.why-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 999px;
  background: var(--tan);
  opacity: 0.9;
}

.why-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.why-icon--brand {
  background: var(--tan);
  border: none;
}

.why-icon--brand img {
  width: auto;
  max-width: 72px;
  height: 24px;
  max-height: 24px;
  object-fit: contain;
  filter: none;
}

.why-item__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

.why-item h3 {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #000;
}

.why-item p {
  margin: 0;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: rgba(0, 0, 0, 0.6);
}

.line-items {
  display: grid;
  gap: 10px;
}

.line-item,
.total-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.line-item img {
  width: 54px;
  height: 44px;
  object-fit: contain;
  padding: 4px;
  background: var(--tan);
  border-radius: var(--radius-sm);
}

.line-item__body {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
}

.line-item strong,
.total-line strong {
  font-size: 0.9rem;
}

.line-item small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.total-line {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.summary-totals {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.next-no-discounts .summary-discount-line {
  display: none;
}

.total-line--grand {
  font-size: 1.02rem;
}

.submit-button__loader {
  display: none;
}

.checkout-form.next-processing .submit-button__loader {
  display: inline-grid;
}

.checkout-form.next-processing [data-pb-element="checkout-button-info"] {
  display: none;
}

.three-quarter-spinner {
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 720px) {
  .checkout-timer {
    gap: 16px;
    align-items: center;
  }

  .checkout-timer__icon,
  .checkout-timer__icon svg {
    width: 24px;
    height: 24px;
  }

  .checkout-timer__text {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .timer-row{
    min-width: 35px;
  }

  .timer-chip {
    font-size: 14px;
    line-height: 16px;
  }

  .promo__text {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  .promo__text--separator {
    display: none;
  }

  .promo {
    min-height: 66px;
    background-image: var(--promo-banner-mob);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .promo__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 66px;
    gap: 12px;
    padding: 13px 16px;
  }

  .promo__image--sale,
  .promo__image--offer {
    justify-self: center;
  }

  .ship-card .ship-line {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .ship-card .ship-count {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .offer-card__body {
    display: grid;
    grid-template-columns: 20px 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
    padding: 20px 16px 16px;
  }

  .offer-card__radio {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    align-self: center;
    justify-self: center;
  }

  .offer-card__media {
    grid-column: 2;
    grid-row: 1;
    width: 64px;
    height: 64px;
    align-self: center;
  }

  .offer-card__main {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    min-width: 0;
  }

  .offer-price {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    min-width: 0;
    max-width: none;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid var(--price-divider);
    text-align: right;
  }

  .offer-price__totals {
    justify-content: flex-end;
    width: 100%;
  }

  .offer-card__savings {
    text-align: right;
    width: 100%;
  }

  .help-dialog {
    padding: 10px 16px;
  }

  .help-dialog__panel {
    width: 100%;
    min-height: 0;
  }

  .help-dialog__title {
    font-size: 24px;
    line-height: 32px;
    max-width: none;
  }

  .size-option__surface {
    gap: 8px;
    min-height: 0;
  }

  .size-option__col {
    gap: 8px;
  }

  .size-option__title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .size-option__upcharge {
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-start;
  }

  .size-option__up-price {
    font-size: 16px;
    line-height: 20px;
  }

  .form-grid--two {
    grid-template-columns: 1fr;
  }

  .form-grid--three {
    grid-template-columns: 1fr;
  }

  [data-next-component="location"],
  [data-next-component="billing-location"] {
    grid-template-columns: 1fr;
  }

  .checkout-section[data-os-slot="checkout.payment_details"] .payment-method__form--expanded .form-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .checkout-section .step-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .checkout-section .section-head h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .checkout-section .form-grid.form-grid--two {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .site-header__inner {
    width: min(100% - 32px, 1100px);
  }
  
  .section-head {
    grid-template-columns: 32px 1fr;
  }

  .payment-icons {
    grid-column: 2;
    justify-content: start;
  }

  .section-head .carrier-row {
    grid-column: 2;
    justify-content: start;
  }
}