/* ─── Global font ─── */

@font-face {
  font-family: 'Space Grotesk';
  src: url('../../fonts/SpaceGrotesk-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body,
input, button, select, textarea, optgroup {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ─── Compare toast notification ─── */
#ss-compare-toast {
  position: fixed;
  bottom: 32px;
  right: 32px;
  transform: translateY(12px);
  background: #2ecc71;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 9999;
  white-space: nowrap;
}
#ss-compare-toast.ss-compare-toast--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── TOKENS GLOBALES ─── */

:root {
  --grey: #f5f5f5;
  --border: #dddddd;
  --navy: #111111;
  --muted: #888888;
  --cyan: #555555;
}

/* ─── Contenedores full-width ─── */
.elementor-container { max-width: 100% !important; }

#wrapper.columns-container,
#columns.container { max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }

.full_width_top2_container .container,
.full_width_top_container .container,
.stfeaturedslider_container .container,
.banner_container .container,
#footer_before_container .container { max-width: 100% !important; }

/* ─── HERO — Seascooters ─── */
/* Replaced by the sshero widget. Commented out to avoid conflicts. */

/*
.elementor-text-editor:has(.hero-bg) {
  position: relative;
  height: 550px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #cccccc;
  opacity: .25;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 60%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px;
  max-width: 700px;
}

.hero-tag {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
  margin-bottom: 24px;
}

.hero-content h1 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-content h1 em {
  color: #333;
  font-style: normal;
}

.hero-content p {
  font-size: 18px;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 500px;
}

.hero-btns {
  display: flex;
  gap: 14px;
}

.hero-btns .btn-primary {
  background: #333;
  color: #fff;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  transition: .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}
.hero-btns .btn-primary:hover {
  background: #444;
  transform: translateY(-2px);
  color: #fff;
}

.hero-btns .btn-outline {
  border: 2px solid rgba(255,255,255,.4);
  color: #fff;
  padding: 14px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-btns .btn-outline:hover {
  border-color: #fff;
  color: #fff;
}

.hero-stats {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
}

.hero-stat {
  text-align: right;
  color: #fff;
}

.hero-stat .num {
  font-size: 36px;
  font-weight: 900;
  color: rgba(255,255,255,.85);
  line-height: 1;
}

.hero-stat .num span {
  font-size: .55em;
  font-weight: 700;
  color: rgba(255,255,255,.5);
}

.hero-stat .label {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
}

.hero-video-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}

.hero-video-hint .play-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255,255,255,.65);
  transition: border-color .2s, color .2s;
}
.hero-video-hint:hover .play-btn {
  border-color: rgba(255,255,255,.75);
  color: #fff;
}
*/

#swiper_container_out_1 .st_image_layered_description_inner {
  width: 100%;
  height: 100%;
}

/* ── Responsive hero ── */
/*
@media (max-width: 992px) {
  .hero-stats { display: none; }
  .hero-content { padding: 0 40px; max-width: 100%; }
}
@media (max-width: 576px) {
  .hero-content h1 { font-size: 40px; letter-spacing: -.5px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-video-hint { display: none; }
}
*/

/* ─── Utilidades compartidas ─── */

.section {
  padding: 80px 40px;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #333;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.section-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
}

.section-note {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 24px;
  font-style: italic;
}

/* Inline icons */
.ii {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  flex-shrink: 0;
  color: #888;
}
.ii svg, .ii-lg svg {
  width: 100%;
  height: 100%;
}
.ii-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: auto;
  color: #ccc;
}

/* Module label */
.module-label {
  display: inline-block;
  background: rgba(85,85,85,.08);
  border: 1px dashed var(--cyan);
  color: #333;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .section { padding: 60px 24px; }
}
@media (max-width: 576px) {
  .section-title { font-size: 28px; }
}

/* ── Variantes en la card de producto ─────────────────────────── */
.ss-pic-variants {
  margin-bottom: 12px;
}

.ss-pic-variants .product-variants-item {
  margin-bottom: 10px;
}

.ss-pic-variants .control-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

/* Variantes tipo color (swatches) */
.ss-pic-variants ul.li_fl {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ss-pic-variants ul.li_fl li {
  position: relative;
}

.ss-pic-variants ul.li_fl input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ss-pic-variants ul.li_fl .color {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: border-color .15s, transform .15s;
}

.ss-pic-variants ul.li_fl input[type=radio]:checked + .color {
  border-color: #111;
  transform: scale(1.1);
}

.ss-pic-variants ul.li_fl .color:hover {
  border-color: #888;
}

.ss-pic-variants ul.li_fl li.st_unavailable_combination .color {
  opacity: .35;
  cursor: not-allowed;
}

/* Variantes tipo select */
.ss-pic-variants .form-control-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  background: #fff;
  cursor: pointer;
}

/* Ocultar spinner de carga de Panda dentro de la card */
.ss-pic-variants .st-input-loading {
  display: none;
}
/* ── Dropdown cart ───────────────────────────────────────────── */

.ss_cart_block .dropdown_list.cart_body {
  min-width: 320px;
  max-width: 360px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 8px 32px rgba(0,0,0,.10);
  overflow: hidden;
  padding: 0;
}

.ss_cart_block .dropdown_box {
  padding: 0;
}

.ss_cart_block .shoppingcart-list {
  padding: 0;
}

.ss_cart_block .small_cart_product_list {
  max-height: 380px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.ss_cart_block .small_cart_product_list .line_item {
  padding: 12px 14px;
  border-bottom: 1px solid #f0f0f0;
}

.ss_cart_block .small_cart_product_list .line_item:last-child {
  border-bottom: none;
}

/* ── Voucher row in dropdown ─────────────────────────────────── */

.ss_cart_block .ss-voucher-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0faf4;
  border: 1px solid #c3e6d0;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
}

.ss_cart_block .ss-voucher-name {
  font-weight: 600;
  color: #1a7a3c;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss_cart_block .ss-voucher-right {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.ss_cart_block .ss-voucher-amount {
  font-weight: 700;
  color: #1a7a3c;
  white-space: nowrap;
}

.ss_cart_block .ss-voucher-right [data-link-action="remove-voucher"] {
  color: #1a7a3c;
  text-decoration: none;
  font-size: 11px;
  transition: color 0.15s;
}

.ss_cart_block .ss-voucher-right [data-link-action="remove-voucher"]:hover {
  color: #e74c3c;
}

/* ── Product line layout ─────────────────────────────────────── */

.ss_cart_block .ss-dp-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.ss_cart_block .ss-dp-img img {
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  object-fit: cover;
  width: 52px;
  height: 60px;
  display: block;
}

.ss_cart_block .ss-dp-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* name row */
.ss_cart_block .ss-dp-name-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.ss_cart_block .ss-dp-name {
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  line-height: 1.3;
}

.ss_cart_block .ss-dp-name:hover {
  text-decoration: underline;
}

.ss_cart_block .ss-dp-remove {
  color: #ccc;
  font-size: 11px;
  text-decoration: none;
  flex-shrink: 0;
  margin-top: 1px;
}

.ss_cart_block .ss-dp-remove:hover {
  color: #e74c3c;
}

/* attributes */
.ss_cart_block .ss-dp-attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.ss_cart_block .ss-dp-attr {
  font-size: 10px;
  color: #999;
}

.ss_cart_block .ss-dp-attr strong {
  color: #666;
  font-weight: 600;
}

/* ── SSA accessories in dropdown ─────────────────────────────── */

.ss_cart_block .ssa-cart-total-line {
  display: none;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2px;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-label {
  font-size: 0;
  color: transparent;
  text-decoration: none;
  flex: 1;
  min-width: 0;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-label::before {
  content: 'Base';
  font-size: 10px;
  font-weight: 500;
  color: #999;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-label span {
  display: none;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-accessories {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0;
  border-top: none;
  margin-top: 0;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-acc-line {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-acc-name {
  font-size: 10px;
  font-weight: 500;
  color: #999;
  flex: 1;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-price,
.ss_cart_block .ss-dp-acc-block .ssa-cart-acc-price {
  font-size: 10px;
  font-weight: 500;
  color: #999;
  white-space: nowrap;
  flex-shrink: 0;
}

/* separator before stepper on accessory items */
.ss_cart_block .ss-dp-bottom--acc {
  border-top: 1px solid #efefef;
  margin-top: 6px;
  padding-top: 6px;
}

.ss_cart_block .ss-dp-price--total {
  font-weight: 800;
  color: #111;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-unit-total {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  border-top: 1px solid #bbb;
  margin-top: 6px;
  padding-top: 6px;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-unit-total-label {
  font-size: 10px;
  font-weight: 700;
  color: #555;
  flex: 1;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-unit-total-price {
  font-size: 10px;
  font-weight: 700;
  color: #555;
  white-space: nowrap;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-price {
  font-size: 10px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.ss_cart_block .ss-dp-acc-block .ssa-cart-base-original {
  font-size: 9px;
  font-weight: 400;
  color: #bbb;
  text-decoration: line-through;
}

.ss_cart_block .ss-dp-img-wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.ss_cart_block .ss-dp-img-wrap .ss-dp-img {
  display: block;
}

.ss_cart_block .ssa-img-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  background: #e63946;
  border-radius: 2px;
  padding: 1px 4px;
  line-height: 1.3;
  z-index: 1;
  pointer-events: none;
}


/* bottom row: qty + price */
.ss_cart_block .ss-dp-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.ss_cart_block .ss-dp-qty {
  font-size: 11px;
  color: #999;
}

.ss_cart_block .ss-dp-price {
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

/* qty stepper */
.ss_cart_block .qty_wrap {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.ss_cart_block .qty_wrap .input-group.bootstrap-touchspin {
  display: flex !important;
  width: auto !important;
  flex-wrap: nowrap;
}

.ss_cart_block .qty_wrap .input-group-btn {
  display: flex !important;
  align-items: stretch;
  width: auto !important;
  position: static !important;
  font-size: 0 !important;
}

.ss_cart_block .qty_wrap .btn-touchspin {
  width: 22px !important;
  height: 26px !important;
  background: #fff;
  border: none;
  font-size: 13px !important;
  color: #555;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 0;
  box-shadow: none;
}

.ss_cart_block .qty_wrap .btn-touchspin:hover {
  background: #f5f5f5;
}

.ss_cart_block .qty_wrap input.cart_quantity {
  width: 26px !important;
  height: 26px;
  border: none !important;
  border-left: 1px solid #e8e8e8 !important;
  border-right: 1px solid #e8e8e8 !important;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  background: #fff;
  box-shadow: none !important;
  padding: 0;
}

/* ── Dropdown summary ────────────────────────────────────────── */

.ss_cart_block .small_cart_sumary {
  background: #f7f7f7;
  border-top: 1px solid #f0f0f0;
  padding: 10px 14px 0;
  margin: 0;
}

.ss_cart_block .small_cart_sumary .line_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 12px;
}

.ss_cart_block .small_cart_sumary .line_item.last_one {
  border-top: 1px solid #e0e0e0;
  margin-top: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ss_cart_block .cart-summary-k {
  color: #777;
  font-weight: 500;
}

.ss_cart_block .cart-summary-v {
  font-weight: 700;
  color: #111;
}

.ss_cart_block .small_cart_sumary .last_one .cart-summary-k,
.ss_cart_block .small_cart_sumary .last_one .cart-summary-v {
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

/* ── Dropdown buttons ────────────────────────────────────────── */

.ss_cart_block .small_cart_btn {
  display: block;
  margin: 0;
  padding: 11px 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 0;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  color: #111;
  letter-spacing: 0.3px;
  transition: background 0.15s;
}

.ss_cart_block .small_cart_btn:hover {
  background: #f5f5f5;
  color: #111;
}

.ss_cart_block .small_cart_btn.benabled {
  background: #111;
  color: #fff !important;
}

.ss_cart_block .small_cart_btn.benabled:hover {
  background: #333;
}

/* ── Add-to-cart modal ───────────────────────────────────────── */

#blockcart-modal .ss-atc-dialog {
  max-width: 480px;
}

#blockcart-modal .ss-atc-modal {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.14);
  overflow: hidden;
}

#blockcart-modal .ss-atc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

#blockcart-modal .ss-atc-success {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #1a7a3c;
  background: #f0faf4;
  border: 1px solid #c3e6d0;
  border-radius: 6px;
  padding: 5px 10px;
}

#blockcart-modal .ss-atc-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 12px;
  transition: color 0.15s;
}

#blockcart-modal .ss-atc-close:hover {
  color: #111;
}

#blockcart-modal .ss-atc-body {
  padding: 20px;
  background: #fff;
}

#blockcart-modal .ss-atc-product {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

#blockcart-modal .ss-atc-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  flex-shrink: 0;
}

#blockcart-modal .ss-atc-info {
  flex: 1;
  min-width: 0;
}

#blockcart-modal .ss-atc-name {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

#blockcart-modal .ss-atc-attr {
  font-size: 12px;
  color: #888;
}

#blockcart-modal .ss-atc-attr-key {
  color: #555;
  font-weight: 600;
}

#blockcart-modal .ss-atc-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 16px 0;
}

#blockcart-modal .ss-atc-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

#blockcart-modal .ss-atc-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #555;
}

#blockcart-modal .ss-atc-summary-row span:last-child {
  font-weight: 600;
  color: #111;
}

#blockcart-modal .ss-atc-discount span {
  color: #1a7a3c !important;
  font-weight: 600;
}

#blockcart-modal .ss-atc-total {
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
  font-weight: 700;
}

#blockcart-modal .ss-atc-total span {
  font-weight: 800 !important;
  color: #111 !important;
}

#blockcart-modal .ss-atc-actions {
  display: flex;
  gap: 10px;
}

#blockcart-modal .ss-atc-btn-continue {
  flex: 1;
  height: 40px;
  background: #fff;
  border: 1.5px solid #d0d0d0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

#blockcart-modal .ss-atc-btn-continue:hover {
  border-color: #111;
  color: #111;
}

#blockcart-modal .ss-atc-btn-checkout {
  flex: 1;
  height: 40px;
  background: #111;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

#blockcart-modal .ss-atc-btn-checkout:hover {
  background: #333;
  color: #fff;
}

@media (max-width: 767px) {
  #blockcart-modal {
    padding: 0 !important;
  }
  .modal.ss-quickview { display: none !important; }
  a.quick-view, a[data-link-action="quickview"] { display: none !important; pointer-events: none !important; }
  #blockcart-modal .ss-atc-dialog {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    min-width: 0;
  }
  #blockcart-modal .ss-atc-modal {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 12px;
  }
  #blockcart-modal .ss-atc-header {
    padding: 12px 14px;
    gap: 8px;
    flex-wrap: nowrap;
  }
  #blockcart-modal .ss-atc-success {
    font-size: 11px;
    padding: 4px 8px;
    flex: 1;
    min-width: 0;
  }
  #blockcart-modal .ss-atc-body {
    padding: 14px;
  }
  #blockcart-modal .ss-atc-product {
    gap: 10px;
  }
  #blockcart-modal .ss-atc-img {
    width: 56px;
    height: 56px;
  }
  #blockcart-modal .ss-atc-actions {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  #blockcart-modal .ss-atc-btn-continue,
  #blockcart-modal .ss-atc-btn-checkout {
    flex: none;
    width: 100%;
    height: 44px;
    font-size: 13px;
    box-sizing: border-box;
  }
}
