.offline-mirror-notice {
  position: fixed;
  top: 1rem;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  width: min(28rem, calc(100vw - 2rem));
  max-width: 28rem;
  padding: 0.95rem 1.1rem;
  border-radius: 0.65rem;
  background: #d71920;
  color: #fff;
  box-shadow: 0 16px 34px rgba(126, 0, 0, 0.28);
  font: 600 0.95rem/1.4 system-ui, sans-serif;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -18px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.offline-mirror-notice.is-success {
  background: #22c83a;
  box-shadow: 0 16px 34px rgba(0, 105, 28, 0.25);
}

.offline-mirror-notice.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

html.offline-modal-open,
body.offline-modal-open {
  width: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
}

.offline-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}

.offline-search-card,
.offline-predictive-item {
  color: inherit;
  text-decoration: none;
}

.offline-search-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 30, 41, 0.08);
}

.offline-search-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.8rem;
}

.offline-search-card-copy h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.offline-search-card-copy p {
  margin: 0.4rem 0 0;
  color: rgba(22, 51, 64, 0.74);
  font-size: 0.92rem;
}

.offline-search-price,
.offline-search-kind {
  font-weight: 700;
  color: #1aa7ec;
}

.offline-search-empty {
  padding: 1rem 0;
  font-weight: 600;
}

.offline-predictive-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0;
}

.offline-predictive-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 0.55rem;
}

.offline-cart-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(22, 51, 64, 0.12);
}

.offline-cart-thumb img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.offline-cart-title {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.offline-cart-variant {
  margin-top: 0.25rem;
  color: rgba(22, 51, 64, 0.7);
  font-size: 0.92rem;
}

.offline-cart-price {
  margin-top: 0.45rem;
  font-weight: 700;
}

.offline-cart-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.75rem;
}

.offline-cart-controls button {
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: #eaf7fd;
  color: #163340;
  cursor: pointer;
  font: inherit;
}

body:has(x-cart) [data-cart-items-container] {
  max-width: 1604px;
  margin: 0 auto;
  padding: clamp(2.2rem, 4.8vw, 4.5rem) clamp(1.4rem, 7.6vw, 9rem);
}

body:has(x-cart) .\#cart-header {
  margin-bottom: 1.8rem;
}

body:has(x-cart) .\#cart-header h1 {
  color: #0b2c3a;
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  line-height: 1.05;
}

body:has(x-cart) .\#cart-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 484px);
  gap: clamp(2.4rem, 5vw, 4rem);
  align-items: start;
}

body:has(x-cart) .\#cart-items {
  min-width: 0;
}

.offline-theme-cart-item {
  display: grid;
  grid-template-columns: 100px minmax(220px, 1fr) 180px 150px 38px;
  gap: 2rem;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(9, 44, 58, 0.16);
  color: #082c3a;
}

.offline-theme-cart-thumb {
  display: block;
  width: 100px;
  height: 100px;
}

.offline-theme-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: contain;
}

.offline-theme-cart-title {
  color: #082c3a;
  text-decoration: none;
  font-size: 1rem;
}

.offline-theme-cart-variant {
  margin-top: 0.55rem;
  color: #082c3a;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.offline-theme-cart-qty {
  display: grid;
  grid-template-columns: 3.7rem 3.7rem 3.7rem;
  justify-self: center;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 44, 58, 0.08);
}

.offline-theme-cart-qty button,
.offline-theme-cart-qty span {
  display: grid;
  place-items: center;
  min-height: 3.35rem;
  border: 0;
  border-right: 1px solid rgba(9, 44, 58, 0.12);
  background: #fff;
  color: #082c3a;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 700;
}

.offline-theme-cart-qty button:last-child {
  border-right: 0;
}

.offline-theme-cart-qty button {
  cursor: pointer;
}

.offline-theme-cart-price {
  justify-self: end;
  color: #082c3a;
  font-size: 1.15rem;
  font-weight: 800;
}

.offline-theme-cart-remove {
  border: 0;
  background: transparent;
  color: #6a7c84;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

body:has(x-cart) .\#cart-footer {
  padding-top: 1.55rem;
}

body:has(x-cart) .\#cart-footer-link {
  color: #435a65 !important;
  font-size: 1.12rem;
  font-weight: 800;
  text-decoration: none;
}

body:has(x-cart) .\#cart-sidebar-wrapper {
  position: sticky;
  top: 1.5rem;
}

body:has(x-cart) .\#cart-sidebar {
  display: grid;
  gap: 1.35rem;
  padding: 2rem 2.4rem 2.1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 35px 60px rgba(8, 44, 58, 0.28);
}

.offline-theme-cart-subtotal {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.offline-theme-cart-subtotal h5 {
  margin: 0;
  color: #0b2c3a;
  font-size: 1.35rem;
  font-weight: 800;
}

.offline-theme-cart-subtotal-spacer {
  height: 1px;
  border-bottom: 1px dashed rgba(9, 44, 58, 0.35);
}

body:has(x-cart) .\#cart-sidebar-tax-note {
  color: #6a7c84;
  font-size: 1.05rem;
  line-height: 1.5;
}

body:has(x-cart) .\#cart-sidebar-order-notes-header-title {
  color: #0b2c3a;
  border-bottom: 1px dashed #0b2c3a;
  font-size: 1.1rem;
}

body:has(x-cart) .\#cart-sidebar-checkout {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}

body:has(x-cart) button[name="checkout"] {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 4.25rem;
  border: 0;
  border-radius: 999px;
  background: #35afe8 !important;
  color: #fff !important;
  box-shadow: 0 5px 0 #087eac, 0 16px 28px rgba(8, 44, 58, 0.18) !important;
  font-size: 1.45rem;
  font-weight: 800;
}

body:has(x-cart) .\#cart-sidebar-checkout-payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}

body:has(x-cart) .\#cart-sidebar-checkout-payment-methods svg {
  width: 32px;
  height: auto;
}

@media (max-width: 900px) {
  body:has(x-cart) [data-cart-items-container] {
    padding: 3.2rem 1.85rem 4rem;
  }

  body:has(x-cart) .\#cart-inner {
    display: block;
  }

  body:has(x-cart) .\#cart-header {
    margin-bottom: 1.4rem;
  }

  body:has(x-cart) .\#cart-header h1 {
    font-size: 2.35rem;
  }

  .offline-theme-cart-item {
    grid-template-columns: 7rem minmax(0, 1fr) 2rem;
    gap: 1rem 1.7rem;
    padding: 1.65rem 0;
  }

  .offline-theme-cart-thumb {
    width: 6.25rem;
    height: 6.25rem;
    grid-row: span 2;
  }

  .offline-theme-cart-copy {
    align-self: end;
  }

  .offline-theme-cart-title {
    font-size: 1rem;
  }

  .offline-theme-cart-qty {
    grid-column: 1 / 2;
    grid-row: 3;
    grid-template-columns: 3.1rem 3.1rem 3.1rem;
    justify-self: start;
    margin-top: 0.65rem;
  }

  .offline-theme-cart-qty button,
  .offline-theme-cart-qty span {
    min-height: 2.95rem;
    font-size: 1.1rem;
  }

  .offline-theme-cart-price {
    grid-column: 2 / 3;
    grid-row: 3;
    justify-self: center;
    margin-top: 0.65rem;
  }

  .offline-theme-cart-remove {
    grid-column: 3 / 4;
    grid-row: 3;
    justify-self: end;
    margin-top: 0.65rem;
  }

  body:has(x-cart) .\#cart-footer {
    padding: 1.35rem 0 3.5rem;
  }

  body:has(x-cart) .\#cart-sidebar-wrapper {
    position: static;
  }

  body:has(x-cart) .\#cart-sidebar {
    padding: 1.85rem 2.15rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 30px 48px rgba(8, 44, 58, 0.22);
  }
}

@media (max-width: 480px) {
  body:has(x-cart) [data-cart-items-container] {
    padding: 3rem 1.35rem 4rem;
  }

  .offline-theme-cart-item {
    grid-template-columns: 7rem minmax(0, 1fr) 1.75rem;
    gap: 1rem 1.1rem;
  }

  .offline-theme-cart-thumb {
    width: 6.35rem;
    height: 6.35rem;
  }

  .offline-theme-cart-qty {
    grid-template-columns: 3.05rem 3.05rem 3.05rem;
  }

  body:has(x-cart) .\#cart-sidebar {
    padding: 1.75rem 2.1rem 1.8rem;
  }

  body:has(x-cart) button[name="checkout"] {
    min-height: 4rem;
    font-size: 1.35rem;
  }
}

.offline-drawer-card {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 12px 34px rgba(9, 28, 37, 0.1);
}

.offline-drawer-thumb {
  width: 4.4rem !important;
}

.offline-drawer-thumb img {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
  border-radius: 0.9rem;
  background: #f3f8fc;
}

.offline-drawer-body {
  gap: 0.9rem !important;
}

.offline-drawer-heading {
  gap: 0.9rem !important;
}

.offline-drawer-copy {
  min-width: 0;
}

.offline-drawer-title {
  display: block;
  color: #091c25;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.3;
}

.offline-drawer-variant {
  margin-top: 0.35rem !important;
  color: rgba(9, 28, 37, 0.78);
  font-size: 0.96rem !important;
  line-height: 1.3;
}

.offline-drawer-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(9, 28, 37, 0.82);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.offline-drawer-footer {
  align-items: center !important;
  gap: 1rem;
}

.offline-drawer-price {
  color: #091c25;
  font-size: 1.05rem !important;
  line-height: 1.2;
}

.offline-drawer-qty-adjust {
  gap: 0.75rem !important;
}

.offline-drawer-qty {
  width: auto !important;
  min-width: 1ch;
  text-align: center;
  color: #091c25;
  font-size: 1rem;
}

.offline-drawer-qty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0 !important;
  border: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.offline-drawer-qty-button.\@type\:minus {
  background: transparent !important;
  color: #091c25 !important;
}

.offline-drawer-qty-button.\@type\:plus {
  background: #163340 !important;
  color: #fff !important;
}

.offline-quick-view-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.offline-quick-view-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.offline-quick-view-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.offline-quick-view-panel {
  position: relative;
  width: min(1308px, calc(100vw - 1rem));
  height: calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
  border-radius: 0 0 0.75rem 0.75rem;
  background: #fff;
  color: #111;
  transform: translateY(14px) scale(0.98);
  transition: transform 180ms ease;
}

.offline-quick-view-modal.is-open .offline-quick-view-panel {
  transform: translateY(0) scale(1);
}

.offline-quick-view-close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #163340;
  box-shadow: 0 8px 22px rgba(9, 28, 37, 0.14);
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.offline-quick-view-grid {
  display: grid;
  grid-template-columns: minmax(0, 64%) minmax(330px, 1fr);
  gap: 2.6rem;
  height: 100%;
  min-height: 0;
  padding: 2.4rem 3rem 2rem;
}

.offline-quick-view-gallery {
  position: sticky;
  top: 0;
  align-self: start;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1.25rem;
  min-width: 0;
  height: calc(100vh - 5.4rem);
  min-height: 0;
}

.offline-quick-view-thumbs {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  overflow: auto;
  min-height: 0;
  overscroll-behavior: contain;
}

.offline-quick-view-thumb {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  padding: 0.2rem;
  border: 0;
  border-radius: 0.55rem;
  background: transparent;
  cursor: pointer;
  opacity: 0.58;
}

.offline-quick-view-thumb.is-active {
  border: 2px solid #35aee8;
  opacity: 1;
}

.offline-quick-view-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.offline-quick-view-media {
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
  border-radius: 0 0 1rem 1rem;
  background: #fff;
  box-shadow: 0 28px 70px rgba(9, 28, 37, 0.08);
}

.offline-quick-view-media img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.offline-quick-view-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  justify-content: flex-start;
  min-height: 0;
  max-height: calc(100vh - 5.4rem);
  overflow: hidden;
  overscroll-behavior: contain;
  padding: 0.25rem 0.5rem 1rem 0;
}

.offline-quick-view-title {
  color: #050505;
  text-decoration: none;
  font-size: clamp(1.8rem, 2.35vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
}

.offline-quick-view-prices {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.offline-quick-view-price {
  color: #b42b05;
  font-size: clamp(2.3rem, 3.4vw, 3.05rem);
  font-weight: 800;
  line-height: 1;
}

.offline-quick-view-compare {
  color: #8e8e8e;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  text-decoration: line-through;
}

.offline-quick-view-save {
  color: #333;
  font-size: 1rem;
}

.offline-quick-view-save strong {
  color: #128a42;
}

.offline-quick-view-note {
  max-width: 32rem;
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.42;
}

.offline-quick-view-field {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: #555;
  font-size: 1rem;
  font-weight: 500;
}

.offline-quick-view-options {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.offline-quick-view-field legend {
  flex: 0 0 auto;
  margin-bottom: 0.55rem;
  color: #555;
}

.offline-quick-view-field strong {
  color: #333;
  font-weight: 800;
}

.offline-quick-view-qty input {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 0.5rem;
  background: #fff;
  color: #111;
  font: inherit;
}

.offline-quick-view-option-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0.55rem;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.15rem;
}

.offline-quick-view-option {
  min-width: 0;
}

.offline-quick-view-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.offline-quick-view-option span {
  display: flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.55rem 0.95rem;
  border: 2px solid #bcbcbc;
  border-radius: 0.55rem;
  background: #fff;
  color: #151515;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.offline-quick-view-option input:checked + span {
  border-color: #35aee8;
  box-shadow: inset 0 0 0 1px #35aee8;
}

.offline-quick-view-stock {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.35rem 0 0.4rem;
  color: #050505;
  font-size: 1.05rem;
}

.offline-quick-view-stock-icon {
  position: relative;
  display: inline-block;
  color: #050505;
  font-size: 1.8rem;
  line-height: 1;
}

.offline-quick-view-stock-icon::after {
  content: "";
  position: absolute;
  right: -0.15rem;
  bottom: -0.05rem;
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #22cc31;
}

.offline-quick-view-qty {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  overflow: hidden;
  max-width: 12rem;
  border: 1px solid #c4c4c4;
  border-radius: 0.5rem;
}

.offline-quick-view-qty-field,
.offline-quick-view-details {
  display: none;
}

.offline-quick-view-qty button,
.offline-quick-view-qty input {
  min-height: 3rem;
  border: 0;
  text-align: center;
}

.offline-quick-view-qty button {
  background: #f5f5f5;
  color: #111;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 800;
}

.offline-quick-view-add {
  min-height: 4.35rem;
  margin-top: 0.15rem;
  border: 0;
  border-radius: 999px;
  background: #35afe8;
  color: #fff;
  box-shadow: 0 5px 0 #087eac, 0 14px 26px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  font: inherit;
  font-size: 1.45rem;
  font-weight: 800;
}

.offline-quick-view-actions {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  padding-top: 0.45rem;
  background: #fff;
}

.offline-quick-view-buy {
  min-height: 4.1rem;
  border: 0;
  border-radius: 999px;
  background: #22ce25;
  color: #000;
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 800;
}

.offline-quick-view-mobile-actions {
  display: none;
}

.offline-collection-empty {
  grid-column: 1 / -1;
  padding: 2rem 1rem;
  color: rgba(9, 28, 37, 0.72);
  text-align: center;
  font-weight: 700;
}

.offline-collection-filtered-out {
  display: none !important;
}

.offline-options-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  overflow: hidden;
  overscroll-behavior: contain;
}

.offline-options-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.offline-options-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.offline-options-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(560px, calc(100vw - 1.25rem));
  height: min(760px, calc(100vh - 1.25rem));
  max-height: calc(100vh - 1.25rem);
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  color: #091c25;
  transform: translateY(14px) scale(0.98);
  transition: transform 180ms ease;
  overscroll-behavior: contain;
}

.offline-options-modal.is-open .offline-options-panel {
  transform: translateY(0) scale(1);
}

.offline-options-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(9, 28, 37, 0.1);
}

.offline-options-title {
  color: #091c25;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}

.offline-options-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: #f2f6f8;
  color: #091c25;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.offline-options-form {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: auto;
  max-height: none;
  min-height: 0;
  overflow: hidden;
}

.offline-options-list {
  display: grid;
  gap: 0.55rem;
  overflow: auto;
  min-height: 0;
  padding: 0.9rem;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.offline-options-row {
  display: grid;
  grid-template-columns: auto 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem;
  border: 1px solid rgba(9, 28, 37, 0.12);
  border-radius: 0.85rem;
  background: #fff;
  cursor: pointer;
}

.offline-options-row:has(input:checked) {
  border-color: #35aee8;
  box-shadow: 0 0 0 1px #35aee8;
}

.offline-options-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.offline-options-indicator {
  width: 1rem;
  height: 1rem;
  border: 2px solid #b5c1c8;
  border-radius: 999px;
}

.offline-options-row input:checked + .offline-options-indicator {
  border-color: #35aee8;
  box-shadow: inset 0 0 0 3px #fff;
  background: #35aee8;
}

.offline-options-thumb {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 0.65rem;
  background: #f3f8fc;
}

.offline-options-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.offline-options-copy {
  min-width: 0;
}

.offline-options-name {
  display: block;
  color: #091c25;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
}

.offline-options-price {
  color: #091c25;
  font-size: 0.98rem;
  white-space: nowrap;
}

.offline-options-footer {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0.9rem;
  border-top: 1px solid rgba(9, 28, 37, 0.1);
  background: #fff;
  box-shadow: 0 -12px 24px rgba(9, 28, 37, 0.08);
}

.offline-options-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: stretch;
}

.offline-options-add,
.offline-options-buy {
  min-height: 2.75rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.offline-options-add {
  background: #35afe8;
  color: #fff;
  box-shadow: 0 4px 0 #087eac;
}

.offline-options-buy {
  background: #22ce25;
  color: #000;
  box-shadow: 0 4px 0 #129114;
}

@media (max-width: 991px) {
  .offline-drawer-card {
    gap: 0.85rem;
    padding: 0.95rem;
    border-radius: 1.15rem;
  }

  .offline-drawer-thumb,
  .offline-drawer-thumb img {
    width: 4rem !important;
    height: 4rem;
  }

  .offline-drawer-title {
    font-size: 0.98rem !important;
  }

  .offline-drawer-variant {
    font-size: 0.92rem !important;
  }

  .offline-quick-view-modal {
    padding: 0.75rem;
  }

  .offline-quick-view-panel {
    width: min(430px, calc(100vw - 1rem));
    height: auto;
    max-height: calc(100vh - 1rem);
    overflow: auto;
  }

  .offline-quick-view-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    height: auto;
    padding: 1rem;
  }

  .offline-quick-view-gallery {
    position: static;
    grid-template-columns: 1fr;
    height: auto;
  }

  .offline-quick-view-thumbs {
    order: 2;
    flex-direction: row;
    gap: 0.6rem;
    overflow-x: auto;
  }

  .offline-quick-view-thumb {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
  }

  .offline-quick-view-media {
    min-height: 260px;
  }

  .offline-quick-view-media img {
    max-height: 320px;
  }

  .offline-quick-view-form {
    max-height: none;
    overflow: visible;
    padding: 0 0 6.4rem;
  }

  .offline-quick-view-option-grid {
    grid-template-columns: 1fr;
  }

  .offline-quick-view-form > .offline-quick-view-add,
  .offline-quick-view-form > .offline-quick-view-buy,
  .offline-quick-view-form > .offline-quick-view-actions {
    display: none;
  }

  .offline-quick-view-option-grid {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .offline-quick-view-mobile-actions {
    position: sticky;
    bottom: -0.25rem;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin: 0 -1rem -0.25rem;
    padding: 0.85rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), #fff 28%);
    box-shadow: 0 -14px 28px rgba(9, 28, 37, 0.1);
  }

  .offline-quick-view-mobile-actions .offline-quick-view-add,
  .offline-quick-view-mobile-actions .offline-quick-view-buy {
    min-height: 3.35rem;
    font-size: 1.05rem;
  }

  .offline-options-row {
    grid-template-columns: auto 44px minmax(0, 1fr) auto;
    gap: 0.6rem;
    min-height: 3.65rem;
    padding: 0.45rem 0.6rem;
  }

  .offline-options-price {
    grid-column: auto;
    justify-self: end;
    font-size: 0.92rem;
  }

  .offline-options-panel {
    height: min(620px, calc(100vh - 5rem));
    max-height: calc(100vh - 5rem);
  }

  .offline-options-form {
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .offline-options-footer {
    grid-template-columns: 1fr;
    padding: 0.55rem 0.75rem 0.65rem;
  }

  .offline-options-list {
    gap: 0.4rem;
    padding: 0.55rem 0.65rem;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .offline-options-thumb {
    width: 40px;
    height: 40px;
  }

  .offline-options-name {
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .offline-options-actions {
    gap: 0.5rem;
  }

  .offline-options-add,
  .offline-options-buy {
    min-height: 2.55rem;
  }
}

.offline-checkout-shell {
  box-sizing: border-box;
  min-height: 100vh;
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.offline-checkout-shell *,
.offline-checkout-shell *::before,
.offline-checkout-shell *::after {
  box-sizing: border-box;
}

.offline-checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.offline-checkout-logo {
  color: #000;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 600;
}

.offline-checkout-bag {
  position: relative;
  width: 1.45rem;
  height: 1.45rem;
  color: #2bea47;
}

.offline-checkout-bag::before,
.offline-checkout-bag::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.offline-checkout-bag::before {
  top: 0.45rem;
  width: 0.9rem;
  height: 0.85rem;
  border: 2px solid currentColor;
  border-radius: 0.2rem 0.2rem 0.35rem 0.35rem;
}

.offline-checkout-bag::after {
  top: 0.18rem;
  width: 0.48rem;
  height: 0.45rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.offline-checkout-layout {
  display: grid;
  grid-template-columns: minmax(24rem, 1fr) minmax(24rem, 1fr);
  border-top: 1px solid #ddd;
}

.offline-checkout-main {
  justify-self: end;
  width: min(504px, calc(100vw - 2rem));
  padding: 2.1rem 2.35rem 2.75rem 0;
}

.offline-checkout-sidebar {
  min-height: calc(100vh - 5.7rem);
  padding: 2.25rem 0 0 2.2rem;
  border-left: 1px solid #ddd;
  background: #f5f5f5;
}

.offline-checkout-sidebar > div {
  position: sticky;
  top: 2.25rem;
  width: min(404px, calc(100vw - 2rem));
}

.offline-checkout-mobile-order,
.offline-checkout-mobile-discount,
.offline-checkout-mobile-total {
  display: none;
}

.offline-checkout-section {
  margin-bottom: 1.7rem;
}

.offline-checkout-section h2,
.offline-checkout-section h3 {
  margin: 0 0 0.65rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25;
}

.offline-checkout-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.offline-checkout-heading-row a,
.offline-checkout-footer a {
  color: #00df25;
}

.offline-checkout-field {
  position: relative;
  display: block;
  margin-bottom: 0.7rem;
}

.offline-checkout-field input,
.offline-checkout-field select {
  width: 100%;
  min-height: 2.95rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.45rem;
  background: #fff;
  color: #000;
  font: inherit;
  font-size: 1rem;
  padding: 0.72rem 0.8rem;
}

.offline-checkout-field input:focus,
.offline-checkout-field select:focus {
  outline: 0;
  border-color: #2bea47;
  box-shadow: 0 0 0 1px #2bea47;
}

.offline-checkout-select small {
  position: absolute;
  left: 0.8rem;
  top: 0.42rem;
  z-index: 1;
  color: #59636a;
  font-size: 0.92rem;
  line-height: 1;
  pointer-events: none;
}

.offline-checkout-select select {
  appearance: none;
  padding: 1.28rem 2.65rem 0.35rem 0.8rem;
  line-height: 1.05;
  color: #000;
}

.offline-checkout-select::after {
  content: "⌄";
  position: absolute;
  right: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

.offline-checkout-grid {
  display: grid;
  gap: 0.7rem;
}

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

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

.offline-checkout-search::after,
.offline-checkout-help::after,
.offline-card-number::after {
  display: none !important;
  content: none !important;
}

.offline-checkout-search::after {
  content: none;
}

.offline-checkout-help::after {
  content: none;
}

.offline-card-number::after {
  content: none;
}

.offline-checkout-checkbox {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0.65rem 0;
  font-size: 0.98rem;
}

.offline-checkout-checkbox input {
  position: absolute;
  opacity: 0;
}

.offline-checkout-checkbox span {
  display: grid;
  flex: 0 0 1.1rem;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.22rem;
  background: #fff;
}

.offline-checkout-checkbox input:checked + span,
.offline-checkout-checkbox.is-checked span {
  border-color: #2bea47;
  background: #2bea47;
}

.offline-checkout-checkbox input:checked + span::before,
.offline-checkout-checkbox.is-checked span::before {
  content: "✓";
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}

.offline-checkout-muted,
.offline-checkout-muted-box {
  color: #59636a;
}

.offline-checkout-muted {
  margin: -0.35rem 0 1rem;
}

.offline-checkout-muted-box {
  padding: 1rem 1.25rem;
  border-radius: 0.45rem;
  background: #f4f4f4;
  line-height: 1.45;
}

.offline-payment-card,
.offline-tip-card {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 0.45rem;
  background: #f4f4f4;
}

.offline-payment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.85rem;
  border: 1px solid #2bea47;
  border-radius: 0.45rem 0.45rem 0 0;
  background: rgba(43, 234, 71, 0.04);
}

.offline-card-icons {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.offline-card-icons b {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  height: 1.45rem;
  padding: 0 0.25rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.2rem;
  background: #fff;
  color: #0450bd;
  font-size: 0.66rem;
}

.offline-card-icons b:nth-child(2) {
  color: #f04720;
}

.offline-card-icons b:nth-child(4) {
  color: #14c832;
}

.offline-payment-fields {
  padding: 0.85rem;
}

.offline-tip-card > .offline-checkout-checkbox {
  padding: 0.85rem;
  margin: 0;
  background: #fff;
}

.offline-tip-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.75rem 0.85rem 0;
}

.offline-tip-options button {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 3.8rem;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  font: inherit;
}

.offline-tip-options button:first-child {
  border-radius: 0.45rem 0 0 0.45rem;
}

.offline-tip-options button:last-child {
  border-radius: 0 0.45rem 0.45rem 0;
}

.offline-tip-options button.is-selected {
  border-color: #2bea47;
  background: rgba(43, 234, 71, 0.04);
}

.offline-tip-options strong,
.offline-tip-options small {
  display: block;
}

.offline-tip-options small {
  margin-top: 0.25rem;
  color: #59636a;
}

.offline-custom-tip {
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 0.7rem;
  padding: 0.75rem 0.85rem 0;
}

.offline-custom-tip .offline-checkout-field {
  margin: 0;
}

.offline-custom-tip .offline-checkout-field button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 1.25rem;
  width: 2rem;
  min-height: 2rem;
  border: 0;
  background: transparent;
}

.offline-custom-tip .offline-checkout-field button:nth-of-type(1) {
  right: 3rem;
}

.offline-custom-tip .offline-checkout-field button:nth-of-type(2) {
  right: 1rem;
}

.offline-custom-tip > button {
  display: grid;
  place-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 0.45rem;
  background: #f7f7f7;
  color: #777;
  font: inherit;
  font-weight: 700;
}

.offline-tip-card p {
  margin: 0;
  padding: 0.8rem 0.85rem 0.9rem;
}

.offline-pay-now {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 3rem;
  margin: 1.45rem 0 2.35rem;
  border: 0;
  border-radius: 0.45rem;
  background: #2bea47;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.offline-pay-now:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.offline-checkout-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.offline-checkout-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.8rem;
}

.offline-checkout-item-media {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid #ddd;
  border-radius: 0.65rem;
  background: #fff;
}

.offline-checkout-item-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.offline-checkout-item-media span {
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
  display: grid;
  place-items: center;
  min-width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.offline-checkout-item-copy strong,
.offline-checkout-item-copy small {
  display: block;
}

.offline-checkout-item-copy strong {
  font-weight: 500;
}

.offline-checkout-item-copy small {
  margin-top: 0.35rem;
  color: #666;
  text-transform: uppercase;
}

.offline-checkout-discount {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 1.05rem 0 1.95rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.45rem;
  background: #fff;
}

.offline-checkout-discount input {
  min-height: 2.95rem;
  min-width: 0;
  border: 0;
  background: transparent;
  font: inherit;
  padding: 0 0.8rem;
}

.offline-checkout-discount input:focus {
  outline: 0;
}

.offline-checkout-discount button {
  align-self: center;
  display: grid;
  place-items: center;
  margin-right: 0.4rem;
  min-height: 2.25rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.45rem;
  background: #f7f7f7;
  color: #888;
  font: inherit;
  font-weight: 700;
  padding: 0 0.75rem;
}

.offline-checkout-totals {
  display: grid;
  gap: 0.8rem;
}

.offline-checkout-totals div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.offline-checkout-totals em {
  color: #666;
  font-style: normal;
}

.offline-checkout-total {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 800;
}

.offline-checkout-total small,
.offline-checkout-mini-total small {
  color: #777;
  font-size: 0.85rem;
  font-weight: 500;
}

.offline-checkout-empty {
  color: #666;
}

@media (max-width: 760px) {
  html:has(body[data-offline-checkout]) {
    background: #333;
  }

  body[data-offline-checkout] {
    background: #333;
  }

  .offline-checkout-shell {
    width: min(430px, calc(100vw - 1rem));
    margin: 0 auto;
    border-radius: 0.35rem 0.35rem 0 0;
    overflow: hidden;
  }

  .offline-checkout-header {
    padding: 1.15rem 0.85rem;
    border-bottom: 1px solid #ddd;
  }

  .offline-checkout-layout {
    display: block;
    border-top: 0;
  }

  .offline-checkout-main {
    width: auto;
    padding: 1.15rem 0.8rem 1.55rem;
  }

  .offline-checkout-sidebar {
    display: none;
  }

  .offline-checkout-mobile-order {
    display: block;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
  }

  .offline-checkout-mobile-order button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    min-height: 3.55rem;
    border: 0;
    background: transparent;
    color: #000;
    font: inherit;
    padding: 0 0.85rem;
  }

  .offline-checkout-mobile-order button span {
    display: inline-flex;
    align-items: center;
    min-height: 3.55rem;
    color: #00df25;
  }

  .offline-checkout-mobile-order button strong {
    display: inline-grid;
    min-height: 3.55rem;
    place-items: center;
  }

  .offline-checkout-mobile-order button b::before {
    content: "⌄";
    margin-left: 0.25rem;
  }

  .offline-checkout-mobile-order button[aria-expanded="true"] b::before {
    content: "⌃";
  }

  .offline-checkout-mobile-summary {
    display: none;
    padding: 1.05rem 1rem 1.2rem;
    border-top: 1px solid #ddd;
  }

  .offline-checkout-mobile-summary.is-open {
    display: block;
  }

  .offline-checkout-mobile-summary .offline-checkout-item {
    grid-template-columns: 64px minmax(0, 1fr) max-content;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 0.95rem;
  }

  .offline-checkout-mobile-summary .offline-checkout-item-media {
    width: 64px;
    height: 64px;
  }

  .offline-checkout-mobile-summary .offline-checkout-item-copy {
    min-width: 0;
  }

  .offline-checkout-mobile-summary .offline-checkout-item-copy strong {
    display: block;
    overflow-wrap: anywhere;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.28;
  }

  .offline-checkout-mobile-summary .offline-checkout-item-copy small {
    margin-top: 0.35rem;
    color: #687078;
    font-size: 1rem;
    line-height: 1.2;
  }

  .offline-checkout-mobile-summary .offline-checkout-item-price {
    align-self: start;
    padding-top: 0.75rem;
    color: #000;
    font-size: 1rem;
    white-space: nowrap;
  }

  .offline-checkout-mobile-summary .offline-checkout-discount {
    margin: 1.15rem 0 1.25rem;
    overflow: hidden;
    border-radius: 0.45rem;
  }

  .offline-checkout-mobile-summary .offline-checkout-discount input {
    min-height: 3.45rem;
    font-size: 1rem;
  }

  .offline-checkout-mobile-summary .offline-checkout-discount button {
    display: grid;
    place-items: center;
    min-width: 4.05rem;
    min-height: 2.35rem;
    margin-right: 0.45rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.45rem;
    background: #f7f7f7;
    color: #888;
    font-size: 1rem;
    font-weight: 700;
  }

  .offline-checkout-mobile-summary .offline-checkout-totals {
    gap: 0.85rem;
    font-size: 1rem;
  }

  .offline-checkout-mobile-summary .offline-checkout-totals div {
    align-items: baseline;
  }

  .offline-checkout-mobile-summary .offline-checkout-totals strong {
    color: #000;
    font-weight: 500;
  }

  .offline-checkout-mobile-summary .offline-checkout-total {
    margin-top: 0.65rem;
    font-size: 1.1rem;
  }

  .offline-checkout-mobile-summary .offline-checkout-total span,
  .offline-checkout-mobile-summary .offline-checkout-total strong {
    font-weight: 800;
  }

  .offline-checkout-section {
    margin-bottom: 1.45rem;
  }

  .offline-checkout-grid.two,
  .offline-checkout-grid.three {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .offline-checkout-field input,
  .offline-checkout-field select {
    min-height: 2.95rem;
  }

  .offline-payment-card,
  .offline-tip-card {
    border-radius: 0.45rem;
  }

  .offline-card-icons b {
    min-width: 1.75rem;
    font-size: 0.58rem;
  }

  .offline-tip-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .offline-custom-tip {
    grid-template-columns: 1fr;
  }

  .offline-custom-tip button {
    min-height: 2.95rem;
  }

  .offline-checkout-mobile-discount,
  .offline-checkout-mobile-total {
    display: block;
  }

  .offline-checkout-mobile-discount {
    margin-top: 2.15rem;
  }

  .offline-checkout-mini-total {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    align-items: center;
    margin: 1.25rem 0 0.85rem;
  }

  .offline-checkout-mini-image {
    width: 48px;
    height: 42px;
    border-radius: 0.55rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }

  .offline-checkout-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
  }

  .offline-checkout-discount {
    margin: 0.75rem 0 0;
  }

  .offline-checkout-sidebar .offline-checkout-discount {
    display: none;
  }

  .offline-pay-now {
    margin: 0.5rem 0 1rem;
  }
}

.offline-review-timestamp {
  width: auto !important;
  height: auto !important;
  margin-left: 0.45rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(9, 28, 37, 0.56) !important;
  font-size: 0.82rem !important;
  font-weight: 500;
  line-height: 1.2;
  animation: none !important;
}

.jdgm-rev-widg__paginate-spinner-wrapper {
  display: none !important;
}

.offline-recommendation-card {
  display: grid;
  gap: 0.85rem;
  height: 100%;
  padding: 0.9rem;
  color: inherit;
  text-decoration: none;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(9, 28, 37, 0.08);
}

.offline-recommendation-card-media {
  overflow: hidden;
  border-radius: 0.85rem;
  background: #f3f8fc;
}

.offline-recommendation-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.offline-recommendation-card-copy {
  display: grid;
  gap: 0.35rem;
}

.offline-recommendation-card-copy h3 {
  margin: 0;
  color: #091c25;
  font-size: 0.98rem;
  line-height: 1.28;
}

.offline-recommendation-card-copy p {
  margin: 0;
  color: rgba(9, 28, 37, 0.66);
  font-size: 0.88rem;
  line-height: 1.3;
}

.offline-recommendation-card-copy strong {
  color: #091c25;
  font-size: 0.98rem;
}

.jdgm-carousel-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.25rem 1rem 2.25rem;
  color: #12303d;
  text-align: center;
}

.jdgm-carousel-title {
  margin: 0 0 0.15rem !important;
  color: #12303d !important;
  font-size: clamp(1.55rem, 3vw, 2rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.jdgm-all-reviews-rating {
  min-height: 1.35rem;
  color: #fbcd0a;
  font-size: 1.35rem;
  line-height: 1;
}

.jdgm-all-reviews-rating::before {
  content: "★★★★★";
  letter-spacing: 0.04em;
}

.jdgm-carousel-number-of-reviews {
  color: #12303d !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.jdgm-carousel {
  display: block !important;
  margin-top: 1.6rem !important;
}

.jdgm-carousel__item-container {
  overflow: hidden !important;
  scrollbar-width: none;
}

.jdgm-carousel__item-container::-webkit-scrollbar {
  display: none;
}

.jdgm-carousel__item-wrapper {
  display: flex !important;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: stretch;
  transition: transform 520ms ease;
  will-change: transform;
}

.jdgm-carousel-item {
  flex: 0 0 calc((100% - clamp(1rem, 4vw, 3rem) * 2) / 3) !important;
  display: grid !important;
  grid-template-rows: auto auto auto;
  justify-items: center;
  min-width: 0;
  padding: 0.45rem 0.35rem 0.15rem;
  text-align: center;
}

.jdgm-carousel-item__review {
  display: grid !important;
  gap: 0.2rem;
  height: auto !important;
  min-height: 0 !important;
}

.jdgm-carousel-item__review-rating {
  color: #fbcd0a !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
}

.jdgm-carousel-item__review-title {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.1rem auto 0 !important;
  max-width: 18rem;
  color: #12303d !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.jdgm-carousel-item__review-body {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 18rem;
  margin: 0 auto !important;
  color: #294654 !important;
  font-size: 1rem !important;
  line-height: 1.38 !important;
}

.jdgm-carousel-item__review-body p {
  margin: 0 !important;
}

.jdgm-carousel-item__reviewer-name-wrapper {
  display: block !important;
  margin: 0.85rem 0 0.55rem !important;
  color: #7b8d96 !important;
  font-size: 0.98rem !important;
}

.jdgm-carousel-item__reviewer-name {
  color: #7b8d96 !important;
  font-weight: 500 !important;
}

.jdgm-carousel-item__product {
  display: inline-grid !important;
  justify-items: center;
  color: #12303d !important;
  text-decoration: none !important;
}

.jdgm-carousel-item__product-image {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}

.jdgm-carousel-item__timestamp {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  animation: none !important;
}

.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow {
  position: relative;
  display: inline-grid !important;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0.15rem;
  opacity: 0.7;
  cursor: pointer;
}

.jdgm-carousel__left-arrow::before,
.jdgm-carousel__right-arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 4px solid rgba(18, 48, 61, 0.13);
  border-right: 4px solid rgba(18, 48, 61, 0.13);
}

.jdgm-carousel__left-arrow::before {
  transform: rotate(-135deg);
}

.jdgm-carousel__right-arrow::before {
  transform: rotate(45deg);
}

.jdgm-carousel__arrows {
  display: flex !important;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.75rem;
}

.jdgm-carousel__left-arrow.is-disabled,
.jdgm-carousel__right-arrow.is-disabled {
  opacity: 0.35;
}

@media (max-width: 700px) {
  .jdgm-carousel-wrapper {
    padding-inline: 1.25rem;
  }

  .jdgm-carousel__item-wrapper {
    gap: 1.25rem;
  }

  .jdgm-carousel-item {
    flex-basis: 100% !important;
  }

  .jdgm-carousel-item__review-title,
  .jdgm-carousel-item__review-body {
    max-width: 22rem;
  }
}

product-recommendations .swiper-button-prev,
product-recommendations .swiper-button-next {
  display: flex !important;
}

@media (max-width: 991px) {
  product-recommendations .swiper-button-prev,
  product-recommendations .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(9, 28, 37, 0.14);
    color: #091c25;
    top: 43%;
  }

  product-recommendations .swiper-button-prev {
    left: 0.4rem;
  }

  product-recommendations .swiper-button-next {
    right: 0.4rem;
  }

  product-recommendations .swiper-button-prev::after,
  product-recommendations .swiper-button-next::after {
    font-size: 0;
  }

  product-recommendations .swiper-button-prev .\#icon,
  product-recommendations .swiper-button-next .\#icon {
    width: 1rem;
    height: 1rem;
  }
}
