/** Shopify CDN: Minification failed

Line 237:1 Expected "}" to go with "{"

**/
.sr-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* left aligned */
  gap: 5px;
  z-index: 3;
  pointer-events: none;
}

.sr-badge {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;     /* desktop/tablet */
  padding: 4px 8px;   /* T/B 5px, L/R 10px */
  border-radius: 4px;
  white-space: nowrap;
  width: auto;
  height: auto;
  color: #fff;         /* overridden inline per badge */
  background-color: #111;    /* overridden inline per badge */
}

.border-sr-swatch {
  border-width: 2px;
    border-radius: 0px;
    overflow: visible;
}

.hekman-cart-summary {
  display: block;
  margin-top: 0.5rem;
}

.hekman-cart-value-line,
.hekman-cart-savings-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--color-foreground, #222);
  margin-bottom: 10px;
}

.hekman-cart-savings-line .hekman-cart-savings-amount, .hekman-cart-savings-label {
  color: rgb(143, 73, 73);;
  font-weight: 600;
  font-size: 150%;
}

/* Cart total typography override */
.cart-total-row .h5{
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 0;
}


.hm-line-savings-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 0px; /* spacing from compare-at */
  background:#8f4949;
  color: #fff;
  border-radius: 4px !important;
  padding: 3px 6px;
  font-weight: 600;
  font-size: 11px !important;
  line-height: 1;
}

@media (min-width: 768px) {
  .product-gallery {
    min-height: 100%;
  }


@media (max-width: 767px) {
  .product-gallery {
    min-height: auto;
  }


/* HM - Cart Low Stock */
.sr-low-stock {
  display: inline-block;
  white-space: nowrap;
  color:rgb(143, 73, 73);
  font-weight: 500;
}

.sr-nowrap {
  white-space: nowrap;
}

.title-spacer {
  display: inline-block;
  width: 1rem;
  height: 0;
}

@media (max-width: 749px) {
  .title-spacer {
    width: 0;
  }
  .sr-low-stock {
    display: block;
  }
}

.product-card-dims {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: rgb(240, 240, 240);
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 3px 10px;
  color: #222;
  backdrop-filter: blur(5px);
  font-size: 12px;
  line-height: 1;
}

.product-card-dims .dims-label { font-weight: 500; }
.product-card-dims .dims-sep { opacity: 0.6; margin: 0 0.25em; }

.product-dims-inline{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;                /* requested spacing */
  padding: 0;               /* no container padding */
  margin: 0;
  font-size: 13px;
  color: #555;
}

.product-dims-inline .dim-item{
  padding: 0;               /* 🔥 removed internal padding */
  margin: 0;
  white-space: nowrap;
}

.product-dims-inline .dim-item + .dim-item{
  border-left: 1px solid #cfcfcf;   /* two middle dividers */
  padding-left: 15px;              /* space after divider */
}

/* Cart drawer post-CTA reassurance */
.cart-drawer__reassurance{
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 3px;
  background: rgba(0,0,0,0.03);

  font-size: 13px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.5);
}

.cart-drawer__reassurance p{
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.5);
}

.cart-drawer__reassurance p + p{
  margin-top: 6px;
}

.cart-drawer__reassurance strong{
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
}

/* Show/hide logic */
.cart-reassurance-desktop{ display: block; }
.cart-reassurance-mobile{ display: none; }

@media (max-width: 768px){
  .cart-drawer__reassurance{
    padding: 10px 12px;
    font-size: 12px;
  }

  .cart-drawer__reassurance p{
    font-size: 12px;
  }

  .cart-reassurance-desktop{ display: none !important; }
  .cart-reassurance-mobile{ display: block !important; }
}

.custom-discount-price {
  color: rgb(185, 73, 73);
  margin-right: 3px;
}

.original-price-strike {
  text-decoration: line-through;
  opacity: 0.7;
}

.product-info__block-item[data-block-id="payment_terms"] {
  font-size: 75% !important;
  margin-top: -5px !important;
  opacity: 0.8;
}
.product-info__property input[type="text"][name^="properties"] { 
  border-radius: 5px !important; 
}

.product-card__figure {
  border-radius: 0.5rem !important;
  overflow: hidden !important;
}

.sr-price-promo {
  background-color: #831f1f !important;
  border-radius: 3px !important;
  color: #fff !important;
}