/* TwinklingTree checkout — pixel-exact rebuild (desktop 1710, target = Cherish's screenshots) */

@font-face { font-family: AvenirLTPro; src: url("assets/fonts/AvenirLTProRoman.otf") format("opentype"); font-weight: 400; font-style: normal; }
@font-face { font-family: AvenirLTPro; src: url("assets/fonts/AvenirLTProMedium.otf") format("opentype"); font-weight: 500; font-style: normal; }
@font-face { font-family: AvenirLTPro; src: url("assets/fonts/AvenirLTProHeavy.otf") format("opentype"); font-weight: 600; font-style: normal; }
@font-face { font-family: AvenirLTPro; src: url("assets/fonts/AvenirLTProHeavy.otf") format("opentype"); font-weight: 700; font-style: normal; }

:root {
  --ink: #292929;
  --grey-75: #757575;
  --grey-73: #737373;
  --grey-70: #707070;
  --line: #DEDEDE;
  --line-d9: #D9D9D9;
  --line-bb: #BBBBBB;
  --side-bg: #F5F5F5;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: AvenirLTPro, sans-serif; background: #fff; }
h2, p { margin: 0; }
img { display: block; }
button { font-family: inherit; border: none; cursor: pointer; padding: 0; background: none; }
input { font-family: inherit; outline: none; }
input::placeholder { color: var(--grey-70); opacity: 1; }

.checkout { display: flex; min-height: 1868px; }
.col-left { width: calc(50% + 123px); flex: none; background: #fff; }
.col-left-inner { width: 587.4px; margin-left: calc(100% - 693px); }
.col-right { flex: 1; background: var(--side-bg); }
.col-right-inner { width: 447.6px; margin-left: 58.4px; padding-top: 131px; }

/* ---------- shared ---------- */
.sec-title { font-size: 20px; font-weight: 700; color: var(--ink); line-height: 26px; }
.field {
  display: block; width: 100%; height: 48px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 12px 15px; font-size: 15px; color: #000; background: #fff;
  pointer-events: none;
}
.cbox {
  flex: none; width: 18px; height: 18px; border-radius: 4px; position: relative;
  border: 1px solid #000; background: #000;
  box-shadow: inset 0 0 0 9px #000;
}
.cbox.checked::after {
  content: ""; position: absolute; inset: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path d="M3.6 8.4l2.9 2.9 6-6.6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 12px 12px no-repeat;
}
.radio {
  flex: none; width: 18px; height: 18px; border-radius: 50%;
  border: 6px solid var(--ink); background: #fff;
}

/* ---------- header ---------- */
.header-img { width: 239px; height: 50px; margin: 51px auto 0; }

/* ---------- express checkout ---------- */
.xp-title {
  margin-top: 35px;
  display: flex; width: 100%; justify-content: center; align-items: flex-end;
  font-size: 13px; font-weight: 600; letter-spacing: 0.52px; color: var(--ink);
  line-height: 1.3; text-align: center;
}
.xp-title::before {
  content: ""; height: 0.58em; flex: 1 0 2em; margin-right: 1.5em; position: relative; top: 1px;
  border-style: solid; border-color: var(--line-bb); border-width: 1px 0 0 1px;
  border-top-left-radius: 8px;
}
.xp-title::after {
  content: ""; height: 0.58em; flex: 1 0 2em; margin-left: 1.5em; position: relative; top: 1px;
  border-style: solid; border-color: var(--line-bb); border-width: 1px 1px 0 0;
  border-top-right-radius: 8px;
}
.xp-body {
  display: flex; justify-content: center; height: 57px;
  padding: 11px 25.7143px 4px;
  border-style: solid; border-color: var(--line-bb); border-width: 0 1px;
}
.xbtn { display: flex; align-items: center; justify-content: center; width: 200px; height: 40px; border-radius: 8px; pointer-events: none; }
.xbtn-gpay { background: #000; margin-top: 1px; }
.xbtn-gpay img { height: 21.1px; margin-left: 0.5px; }
.xbtn-paypal { background: #FFC439; border: 1px solid transparent; margin-left: 10px; }
.xbtn-paypal img { height: 20.7px; margin-left: 1px; }
.xp-or {
  display: flex; width: 100%; justify-content: center; align-items: baseline;
  font-size: 18px; font-weight: 500; line-height: 1.3; text-align: center;
}
.xp-or::before {
  content: ""; height: 1em; flex: 1 0 2em; margin-right: 0.5em; position: relative; top: -1px;
  border-style: solid; border-color: var(--line-bb); border-width: 0 0 1px 1px;
  border-bottom-left-radius: 8px;
}
.xp-or::after {
  content: ""; height: 1em; flex: 1 0 2em; margin-left: 0.5em; position: relative; top: -1px;
  border-style: solid; border-color: var(--line-bb); border-width: 0 1px 1px 0;
  border-bottom-right-radius: 8px;
}
.xp-or span { display: inline-block; padding: 0 10px; position: relative; top: 2px; font-size: 14px; font-weight: 600; color: var(--ink); background: #fff; }
.xp-cc { margin-top: 8px; position: relative; top: -1px; text-align: center; font-size: 14px; font-weight: 700; line-height: 14px; color: var(--ink); }

/* ---------- contact ---------- */
.t-contact { margin-top: 50px; position: relative; top: 1px; }
.t-contact + .field { margin-top: 22px; }
.check-row { margin-top: 17px; display: flex; align-items: center; height: 21px; padding-left: 1px; }
.check-row label { margin-left: 9px; font-size: 14px; font-weight: 400; color: var(--grey-73); line-height: 21px; }

/* ---------- shipping address ---------- */
.t-shipaddr { margin-top: 50px; }
.row-names { margin-top: 19.7px; display: flex; padding-left: 1px; }
.row-names .field:first-child { width: calc(50% - 1.5px); }
.row-names .field:last-child { width: calc(50% - 7.2px); margin-left: 8.7px; }
.select-wrap {
  position: relative; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
}
.sel-country { margin-top: 16.7px; }
.sel-text { position: absolute; left: 15px; top: calc(50% + 0.5px); transform: translateY(-50%); font-size: 14px; color: #000; }
.sel-divider { position: absolute; right: 37.9px; top: 0; bottom: 0; width: 0.5px; background: #C9C9C9; }
.sel-chev { position: absolute; right: 17.9px; top: 21.9px; width: 7.8px; height: 4.2px; }
.f-address { margin-top: 20.7px; }
.f-apt { margin-top: 16.4px; }
.row-csz { margin-top: 16.4px; display: flex; }
.f-city { width: calc((100% - 36px) / 3 - 2px); }
.sel-state { width: calc((100% - 36px) / 3 - 10px); margin-left: 18px; flex: none; }
.f-zip { width: calc((100% - 36px) / 3 + 12px); margin-left: 18px; }
.phone-wrap { position: relative; margin-top: 19.7px; }
.f-phone { font-size: 14px; }
.phone-help { position: absolute; right: 15.4px; top: 15.3px; width: 16px; height: 16px; }

/* ---------- shipping method ---------- */
.t-shipmethod { margin-top: 34.7px; }
.ship-option {
  margin-top: 18.5px; height: 48px; border: 1px solid var(--line-d9); border-radius: 8px;
  display: flex; align-items: center; padding-left: 15px;
}
.ship-option label { margin-left: 15px; font-size: 14px; font-weight: 500; color: #333; line-height: 21px; }
.upsell-card {
  position: relative; margin-top: 17px; height: 115px;
  border: 1px solid #DDD; border-radius: 10px; background: #fff;
  padding: 15px; display: flex;
}
.upsell-icon { width: 56px; height: 56px; }
.upsell-text { margin-left: 10px; width: 478px; flex: none; }
.upsell-title { margin-top: 0; font-size: 14px; font-weight: 700; color: #333; line-height: 21px; }
.upsell-price { margin-top: 2px; font-size: 12px; line-height: 18px; }
.up-from { color: var(--grey-70); font-weight: 400; }
.up-amt { color: rgb(42, 62, 52); font-weight: 500; }
.upsell-desc { margin-top: 6px; font-size: 12px; font-weight: 400; color: var(--grey-70); line-height: 18px; }
.upsell-check { position: absolute; top: 20.4px; right: 15px; }

/* ---------- payment ---------- */
.t-payment { margin-top: 50px; color: #000; line-height: 30px; }
.pay-sub { font-size: 14px; font-weight: 400; color: var(--ink); line-height: 21px; }
.pay-cc-header {
  position: relative; margin-top: 16px; height: 52px;
  border: 1px solid #000; border-radius: 8px 8px 0 0; background: rgba(0, 0, 0, 0.043);
  display: flex; align-items: center; padding: 0 12px 0 14px;
}
.pay-cc-header .radio { align-self: flex-start; margin-top: 14px; }
.pay-cc-header label, .pay-pp-row label { margin-left: 13px; font-size: 14px; font-weight: 500; color: var(--ink); line-height: 21px; }
.brands { position: absolute; right: 9.4px; top: 13px; display: flex; }
.brands img { display: block; width: 38px; height: 24px; }
.brand-mc { margin-left: 5px; }
.brand-amex { margin-left: 5px; }
.pay-cc-body {
  height: 259px; background: rgba(0, 0, 0, 0.043);
  border: solid var(--line-d9); border-width: 0 1px;
  padding: 21px 16px 0;
}
.cc-field-wrap { position: relative; }
.cc-lock { position: absolute; right: 12px; top: 14px; width: 16px; height: 18px; }
.cc-help { position: absolute; right: 13px; top: 15px; width: 16px; height: 16px; }
.cc-row { margin-top: 16px; display: flex; }
.cc-row > .field { width: calc(50% - 8px); flex: none; }
.cc-row .cc-field-wrap { width: calc(50% - 8px); margin-left: 16px; }
.cc-row .cc-field-wrap .field { width: 100%; }
.cc-name { margin-top: 16px; }
.billing-row { margin-top: 19px; height: 20px; }
.billing-row .cbox { align-self: flex-start; }
.billing-row label { margin-left: 6px; position: relative; top: 2px; }
.pay-pp-row {
  height: 52px; border: 1px solid var(--line-d9); border-radius: 0 0 8px 8px;
  display: flex; align-items: center; padding: 0 19px 0 14px; position: relative;
}
.radio-native { flex: none; width: 20px; height: 20px; margin: 0; pointer-events: none; position: relative; top: -1px; }
.pay-pp-row label { margin-left: 11px; }
.pp-logo { margin-left: auto; width: 93px; height: 26px; }

.complete-btn {
  margin: 42.5px auto 0; position: relative; left: 1px; width: 300px; height: 48px; border-radius: 8px; background: #1B1B1B;
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.btn-lock { width: 20px; height: 22px; }
.complete-btn span { margin-left: 11px; position: relative; top: 2px; font-size: 15px; font-weight: 700; color: #fff; line-height: 22.5px; text-transform: uppercase; }

.footer { margin-top: 55.5px; height: 59px; border-top: 1px solid rgba(0, 0, 0, 0.08); padding-top: 22px; }
.footer-text { font-size: 13px; font-weight: 400; color: #808080; line-height: 24px; text-align: center; }

/* ---------- order summary (right) ---------- */
.os-title { margin: 0; padding: 0 3.9px; font-size: 20px; font-weight: 700; color: var(--ink); line-height: 26px; }
.os-items { margin-top: 26px; }
.os-item { display: flex; align-items: flex-start; padding: 0 5px; }
.item-1 { height: 99px; }
.item-2 { height: 109.8px; }
.item-3 { height: 109.7px; }
.thumb-wrap { position: relative; flex: none; margin-top: 5px; }
.thumb { width: 68px; height: 68px; border-radius: 9px; object-fit: cover; }
.qty-badge {
  position: absolute; top: -10px; right: -11px; width: 25px; height: 25px; border-radius: 50%;
  background: var(--grey-70); color: #fff; font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.os-item-text { margin-left: 19px; width: 300px; }
.os-name { font-size: 16px; font-weight: 500; color: #323232; line-height: 20px; }
.item-1 .os-item-text { margin-top: 25.5px; }
.item-2 .os-item-text { margin-top: 26px; }
.item-3 .os-item-text { margin-top: 4.2px; }
.os-variant { margin-top: 9px; font-size: 12px; font-weight: 400; color: var(--grey-75); line-height: 12px; }
.os-remove { margin-left: 1px; margin-top: 12.2px; font-size: 11px; font-weight: 400; color: var(--grey-75); line-height: 16.5px; text-decoration: underline; }
.os-price { margin-left: auto; margin-top: 24px; font-size: 16px; font-weight: 400; color: #000; line-height: 24px; }
.os-hr { border: none; border-top: 1px solid var(--line-d9); margin: 0; }
.hr-1 { margin: 1px 0 0; }
.hr-2 { border-top-color: #E6E6E6; margin: 16px 3px 0; }
.totals { margin-top: 12px; }
.tot-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 4.5px 0 3px; }
.row-tax { height: 36px; }
.row-ship { height: 40px; }
.row-sub { height: 36px; }
.tot-label { font-size: 16px; font-weight: 500; color: var(--grey-75); line-height: 24px; }
.tot-value { font-size: 16px; font-weight: 500; color: #000; line-height: 24px; }
.row-total { margin-top: 3px; height: 39px; padding-top: 11px; }
.tot-final { display: flex; align-items: baseline; }
.usd { font-size: 14px; font-weight: 600; color: var(--grey-75); line-height: 14px; }
.tot-amt { margin-left: 5px; font-size: 16px; font-weight: 500; color: #000; line-height: 24px; }

.dc-title { margin: 21px 3px 0; padding: 0; position: relative; top: 1px; font-size: 20px; font-weight: 700; color: var(--ink); line-height: 24px; }
.dc-row { margin: 21px 3px 0; display: flex; }
.dc-input { flex: 1; height: 50px; }
.dc-btn {
  margin-left: 11px; width: 61px; flex: none; height: 50px; border-radius: 4.5px; background: #DBDBDB;
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.dc-btn svg { width: 24px; height: 24px; }

/* ---------- reviews ---------- */
.reviews-panel { display: contents; }
.rev-title { margin: 45px auto 0; width: 344.8px; height: auto; display: block; }
.rev-sub { margin-top: 10px; position: relative; top: -1px; font-size: 15px; font-weight: 400; color: #000; line-height: 18px; text-align: center; }
.rev-card {
  background: #fff; border-radius: 10px; box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08);
  padding: 17px 16px 0; overflow: hidden;
}
.card-1 { margin-top: 14.7px; height: 138.5px; }
.card-2 { margin-top: 20.5px; height: 186.5px; }
.card-3 { margin-top: 19.5px; height: 138.5px; }
.rev-head { display: flex; align-items: baseline; position: relative; top: -1px; }
.rev-name { font-size: 13px; font-weight: 700; color: #000; line-height: 15.6px; }
.rev-loc { margin-left: 9px; font-size: 13px; font-weight: 400; color: #000; line-height: 19.5px; }
.rev-verified { margin-left: 16.8px; position: relative; top: 2px; font-size: 13px; font-weight: 500; color: #5DAC63; line-height: 13px; }
.v-icon { width: 13px; height: 13px; margin-right: 6px; vertical-align: -2px; }
.rev-stars { margin-top: 11.3px; display: flex; }
.card-2 .rev-stars { margin-top: 10.3px; }
.rev-stars img { width: 16px; height: 16px; }
.rev-body { margin-top: 11.7px; font-size: 13px; font-weight: 400; color: #000; line-height: 24px; }

.sel-state .sel-text { left: 18px; top: calc(50% + 0.2px); }
.sel-state .sel-chev { top: 21.4px; }
.sel-state .sel-divider { right: 36.9px; }
.row-ship .tot-label { position: relative; top: 1px; }
.row-ship .tot-value { position: relative; top: 4px; }
.row-sub .tot-label { position: relative; top: -2px; }



/* ---------- responsive: narrow desktop 1200-1365.9 (live: margins 113/54, gap 164, cols split linearly) ---------- */
@media (min-width: 1200px) and (max-width: 1365.9px) {
  .col-left { width: 59%; }
  .col-left-inner { margin-left: 113px; margin-right: 0; width: calc(98.92% - 209.7px); }
  .col-right-inner { margin-left: calc(67.3px - 1.561%); width: calc(101.59% - 121.4px); padding-top: 131px; }
  .os-item-text { width: calc(100% - 141.1px); flex: none; }
  .card-2 { margin-top: 19.5px; }
  .card-3 { margin-top: 20.5px; }
  .upsell-text { width: auto; flex: 1; min-width: 0; margin-right: 28px; }
  .rev-title { width: calc(10.18% + 299.3px); max-width: 344.8px; }
}
/* collapsed state (tap the bar) */
body.summary-collapsed .os-items, body.summary-collapsed .dc-title, body.summary-collapsed .dc-row,
body.summary-collapsed .totals, body.summary-collapsed .hr-2, body.summary-collapsed .row-total { display: none !important; }
body.summary-collapsed .checkout::before { height: 47px !important; }
body.summary-collapsed .ost-chev { transform: rotate(180deg); }

/* ---------- single-column / mobile (<1200), exact at 390 ---------- */
.os-toggle { display: none; }
@media (max-width: 1199.9px) {
  .checkout { flex-direction: column; }
  .col-left, .col-left-inner, .col-right, .col-right-inner { display: contents; }
  /* expanded order summary (her reference): items, discount, totals, total */
  .os-title, .hr-1 { display: none; }
  .checkout { position: relative; }
  .checkout::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 716px; background: var(--side-bg); z-index: -1; }
  .os-items { order: -7; margin: 0; padding: 16px 0 0; }
  .dc-title { order: -5; margin: 50.5px 0 0 20px; padding: 0; font-size: 17px; line-height: 28px; }
  .dc-row { order: -4; margin: 11px 20px 0; }
  .totals { order: -3; margin: 22px 20px 0; }
  .row-tax, .row-ship, .row-sub { height: 34px !important; padding: 5px 0 0 !important; margin: 0 !important; }
  .tot-label, .tot-value { position: static; line-height: 24px; }
  .row-ship .tot-label, .row-sub .tot-label, .row-ship .tot-value, .row-tax .tot-value { position: static; }
  .tot-row { padding-left: 0; padding-right: 0; }
  .hr-2 { order: -2; margin: 20.5px 20px 0; border-top-color: #E4E4E4; }
  .row-total { order: -1; margin: 4px 20px 0; height: 50px; }
  .os-item { display: block; position: relative; padding: 14px 19px 0 105px; }
  .item-1, .item-2, .item-3 { height: 99px; }
  .thumb-wrap { position: absolute; left: 19px; top: 10px; margin: 0; }
  .qty-badge { width: 22px; height: 22px; font-size: 12px; background: #808080; top: -10px; right: -11px; }
  .os-item-text { width: 100%; margin: 0; flex: none; }
  .item-1 .os-item-text, .item-2 .os-item-text { margin-top: 0; }
  .os-name { font-size: 16px; font-weight: 400; line-height: 24px; }
  .item-3 .os-item-text { margin-top: 0; }
  .os-remove { margin-left: -6px; margin-top: 0; }
  .os-price { position: absolute; right: 19px; margin: 0; font-weight: 400; }
  .item-1 .os-price, .item-2 .os-price { top: 43px; }
  .item-3 .os-price { top: 65.5px; }
  .dc-input { height: 53px; }
  .dc-btn { height: 51px; margin-top: 1px; margin-left: 15px; width: 61px; background: #CCC; }
  .dc-btn svg path { stroke: #AEAEAE; }
  .dc-btn svg { width: 20.5px; height: 20.5px; }
  .tot-label, .tot-value { font-weight: 400; }
  .row-tax { height: 34px; padding-top: 0; }
  .row-ship { height: 34px; }
  .row-sub { height: 34px; }
  .row-total { margin-top: 7.3px; padding-top: 7px; height: 50px; }
  .usd { top: 0; }
  .os-toggle {
    order: -8; display: flex; align-items: center; height: 47px;
    background: var(--side-bg); border: solid var(--line-d9); border-width: 1px 0;
    padding: 0 15px;
  }
  .ost-cart { width: 24px; height: 25px; }
  .ost-label { position: relative; top: -1px; margin-left: 16px; font-family: Roboto, -apple-system, "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-weight: 700; color: #0A609B; line-height: 21px; }
  .ost-chev { margin-left: 8px; width: 12px; height: 7px; }
  body.summary-collapsed .ost-chev { transform: rotate(180deg); }
  .ost-total { margin-left: auto; margin-right: 13px; font-size: 16px; font-weight: 500; color: #000; position: relative; top: 1px; }
  /* reviews after form, footer last */
  .rev-title, .rev-sub, .rev-card { order: 2; }
  .footer { order: 3; }
  /* shared width for form blocks */
  .header-img, .xp-cc, .sec-title, .field, .check-row, .row-names, .select-wrap, .row-csz,
  .phone-wrap, .ship-option, .upsell-card, .pay-sub, .pay-cc-header, .pay-cc-body, .pay-pp-row,
  .complete-btn, .footer {
    margin-left: 15px; margin-right: 16px;
  }
  .header-img { width: 215px; height: auto; margin: 41.2px auto 0; }
  .xp-title, .xp-body, .xp-or { margin-left: 45.5px; margin-right: 45.5px; width: auto; }
  .xp-title { margin-top: 26px; }
  .xp-body { flex-direction: column; align-items: center; height: auto; padding: 11px 0 4px; }
  .xp-body { padding-left: 26.7px; padding-right: 26.7px; }
  .xbtn { width: 100%; }
  .xbtn-paypal { margin: 11px 0 0; }
  .t-contact { margin-top: 36.2px; }
  .t-contact + .field { margin-top: 24px; }
  .t-shipaddr { margin-top: 40px; }
  .sec-title { font-size: 17px; line-height: 22.1px; }
  .t-payment { line-height: 25.5px; }
  .field, .select-wrap { height: 46px; }
  .field { font-size: 14px; padding: 12px 15px 11px; }
  .pay-cc-body .field { padding-top: 13px; padding-bottom: 10px; }
  .phone-wrap .field, .cc-field-wrap .field, .cc-row .field, .pay-cc-body .field, .dc-row .field { margin-left: 0; margin-right: 0; }
  .pay-cc-body .check-row { margin-left: 0; margin-right: 0; margin-top: 21px; }
  .check-row label { position: relative; top: 1px; }
  .sel-state .sel-text { left: 15px; }
  .ship-option label { margin-left: 14px; }
  .pay-cc-header label { position: relative; top: 5px; }
  .pay-sub { position: relative; top: 2px; }
  .row-names { display: block; margin-top: 26.1px; }
  .row-names .field:first-child, .row-names .field:last-child { width: calc(100% - 1px); margin-left: 0; }
  .row-names .field:last-child { margin-top: 16.4px; }
  .row-csz { display: block; }
  .f-city, .sel-state, .f-zip { width: 100%; margin-left: 0; }
  .sel-state { width: calc(100% - 2px); margin-left: 1px; margin-top: 8.7px; }
  .f-zip { margin-top: 8.7px; }
  .phone-wrap { margin-top: 14px; }
  .t-shipmethod { margin-top: 34.7px; }
  .t-payment { margin-top: 48px; }
  .ship-option { margin-top: 22px; height: 46px; padding-left: 16px; }
  .upsell-card { height: auto; padding: 10px; margin-top: 38px; }
  .upsell-text { width: auto; flex: 1; margin-right: 27px; }
  .upsell-desc { margin-top: 4px; }
  .upsell-check { top: 16.4px; right: 11px; }
  .pay-cc-header { height: 46px; }
  .brands { right: 19.5px; top: 11px; }
  .pay-cc-body { height: auto; padding: 27px 16px 23px; }
  .cc-row { display: block; }
  .cc-row > .field { width: 100%; }
  .cc-row .cc-field-wrap { width: 100%; margin-left: 0; margin-top: 16px; }
  .pay-pp-row label { display: none; }
  .pp-logo { margin-left: 13px; position: static; }
  .complete-btn { margin: 42.5px auto 0; left: 0.5px; }
  .rev-title { width: 361.9px; height: auto; max-width: calc(100% - 28px); margin: 67.2px auto 0; }
  .rev-sub { margin-top: 3px; }
  .checkout { min-height: 0; }
  .footer { margin-top: 27.5px; height: auto; padding-top: 20px; padding-bottom: 7px; }
  .rev-sub, .rev-card { margin-left: 30px; margin-right: 31px; }
  .card-1, .card-2, .card-3 { height: auto; padding-top: 16px; padding-bottom: 15px; margin-top: 20px; }
  .rev-stars { margin-top: 12.3px; }
  .card-2 .rev-stars { margin-top: 12.3px; }
  .card-1 .rev-body { position: relative; top: -1px; }
  .card-2 .rev-body { position: relative; top: -3px; }
  .card-3 .rev-body { position: relative; top: -4px; }
  .card-1 { margin-top: 15px; }
  .card-3 { margin-top: 21.1px; }
  .col-right-inner { padding-top: 0; }
  .reviews-panel { display: block; order: 2; margin: 54.2px 17.3px 0 16px; background: var(--side-bg); padding: 13px 0 15.8px; }
  .rev-title { margin: 0 auto; width: calc(21.75% + 284px); max-width: none; }
  .rev-sub { margin: 2.7px 13px 0; }
  .rev-card { margin-left: 14px; margin-right: 15.3px; }
  .card-1 { margin-top: 16px; }
  .card-2, .card-3 { margin-top: 20px; }
}
