/** Shopify CDN: Minification failed

Line 136:0 Unexpected "{"

**/
.grid-product__colors {
    justify-content: left !important;
    margin-bottom: 20px;
    margin-left: -5px;
}
footer.site-footer .badgesContainer {
    /* margin: initial !important; */
  text-align: center;
}
img#image-hover-icon {
    display: none;
}

/* CORRECTED PRICE STYLING FOR YOUR THEME */

.product__price.on-sale {
  color: #3db370 !important;
  font-weight: 700;
  font-size: 1.4em;
}


.product__price--compare {
  text-decoration: line-through;
  color: #000000 !important;
  font-weight: normal;
  font-size: 1em;
}

.discount-label,
.product__badge,
.price__badge {
  color: #3db370 !important;
  font-weight: 500;
  font-size: 0.95em;
}

.custom-discount-label {
  color: #3cb371 !important;
  font-size: 0.95em;
  font-weight: 500;
  margin-left: 10px;
  display: inline-block;
}

.fit-container {
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.fit-bars {
  display: flex;
  justify-content: space-between;
  gap: 2px; /* reduced from 8px to 4px */
  margin-bottom: 6px;
}


.fit-bar {
  height: 6px;
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 2px;
  margin-right: 1px; /* add space manually */
}

.fit-bar:last-child {
  margin-right: 0; /* remove margin after last bar */
}


.fit-bar.filled {
  background-color: #000;
}

.fit-labels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
  margin-bottom: 16px; /* 👈 Add spacing below the labels */
}


.fit-labels span {
  grid-column: span 1;
}

/* Align labels specifically */
.fit-labels span:nth-child(1) {
  grid-column-start: 1;
}

.fit-labels span:nth-child(2) {
  grid-column-start: 3;
}

.fit-labels span:nth-child(3) {
  grid-column-start: 5;
}

h1.product__title, 
.product__title h1, 
.product-single__title, 
.product-title, 
.product__title {
  font-size: 23px !important;
  font-weight: 500 !important;
  color: #333 !important;
}

.product__price.on-sale {
  color: #3db370 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.product__price--compare {
  text-decoration: line-through !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.product__price.on-sale,
.discount-label,
.product__badge,
.price__badge,
{
  color: #3db370 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-left: 8px !important;
  display: inline-block !important;
}


span.product__price.on-sale {
  color: #3db370 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

/* Compare price smaller */
.product__price--compare {
  font-size: 19px !important;
  font-weight: 400 !important;
}

/* Discount label slightly smaller */
.custom-discount-label {
  font-size: 17px !important;
  font-weight: 400 !important;
}

/* Shipping / guarantee line size */
.product__policies,
.product__block .rte,
.product__block ul li {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Match lowercase, spacing and font weight for color/size labels */
.variant__label,
.variant__label-info {
  text-transform: none !important; /* keep lowercase */
  letter-spacing: 0.4px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "Twentieth Century", sans-serif !important;
  line-height: 21px !important;
  letter-spacing: .3em !important;
}

.icon_text p {
  font-family: 'Twentieth Century', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.custom-shipping-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 13px;
  border-radius: 5px;
  margin-top: 10px;
  flex-wrap: wrap;
  border-radius: 5px;
}

.flag-icon {
  height: 14px;
  margin-right: 8px;
}

.free-shipping {
  font-size: 14px !important;
  color: #000;
}

.variant__button-label.color-swatch {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  box-sizing: border-box;
  background-image: url('your-image-url.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%; /* Shrinks image to simulate inner margin */
  background-color: #fff;
  margin: 6px;
  border-radius: 0;
}


/* Size variant buttons (auto-width, smaller, lighter text) */
.variant-input-wrap[data-handle="taglie"] .variant__button-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;              /* horizontal padding */
  height: 34px;                /* slightly shorter than before */
  font-size: 13px;             /* smaller text */
  font-weight: 400;
  color: #555;                 /* lighter than black */
  background-color: #fff;
  border-width: 0.5px !important;
  border-color: #ccc;
  margin: 6px;
  box-sizing: border-box;
  border-radius: 0px;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 28px;
}

/* Selected state: still bold, black background, white text */
.variant-input-wrap[data-handle="taglie"] input[type="radio"]:checked + .variant__button-label {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.fit-section p {
  font-family: "Twentieth Century", Futura, "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.text-with-icons__blocks {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.text-with-icons__block {
  max-width: 300px;
  margin: 0 auto;
}
.text-with-icons__block-icon img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}
.text-with-icons__block-title h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  white-space: nowrap;
}
.text-with-icons__block-text p {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

/* === Atelier Beaumont – Fix image cards layout/height (targets ONLY this block) === */
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7 {
  /* 2fr : 1fr : 1fr  → left column ≈ 50% width */
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  grid-template-areas:
    "A B C"
    "A D D";
  gap: 24px;
  
  /* Keep the whole section from getting too tall */
  height: clamp(380px, 42vw, 540px); /* tweak the max (540px) to taste */
  align-items: stretch;
}

/* Map the first 4 cards to areas A, B, C, D */
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7
  > .ai-image-card-avs9rwwrinhjnnflimaigenblock550f618bxypy7:nth-child(1) { grid-area: A; }
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7
  > .ai-image-card-avs9rwwrinhjnnflimaigenblock550f618bxypy7:nth-child(2) { grid-area: B; }
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7
  > .ai-image-card-avs9rwwrinhjnnflimaigenblock550f618bxypy7:nth-child(3) { grid-area: C; }
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7
  > .ai-image-card-avs9rwwrinhjnnflimaigenblock550f618bxypy7:nth-child(4) { grid-area: D; }

/* Make each card fill the grid cell; remove the old aspect-ratio that was forcing the tall layout */
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7 
  .ai-image-card-avs9rwwrinhjnnflimaigenblock550f618bxypy7 {
  height: 100% !important;
  aspect-ratio: auto !important; /* override the 4/3 from earlier */
}

/* Ensure images perfectly cover the card area */
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7 
  .ai-image-card-image-avs9rwwrinhjnnflimaigenblock550f618bxypy7 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: translateZ(0); /* crisp rendering */
}

/* Keep your overlay centered */
.ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7 
  .ai-image-card-overlay-avs9rwwrinhjnnflimaigenblock550f618bxypy7 {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  text-align: center;
  pointer-events: none;
}

/* Mobile: stack A, B, C, D vertically and relax the fixed height */
@media (max-width: 990px) {
  .ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7 {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "A"
      "B"
      "C"
      "D";
    height: auto !important;
  }
  .ai-image-cards-grid-avs9rwwrinhjnnflimaigenblock550f618bxypy7 
    .ai-image-card-avs9rwwrinhjnnflimaigenblock550f618bxypy7 {
    aspect-ratio: 16 / 9; /* safe default for stacked cards */
  }
}

/* Align all rows (truck, refund, flag, stock) */
.icon-and-text{
  display:flex;
  align-items:center;
  gap:8px;
}

/* Fixed icon column so text starts at the same x-position */
.icon-and-text .icon{
  width:22px;            /* tweak 20–24px to match other rows perfectly */
  flex:0 0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0;
  margin:0;
}

/* Nudge the WHOLE red-dot icon slightly to compensate for the glow.
   This does NOT affect the pulse animation on ::before/::after. */
.icon--inventory{
  transform: translate(-2px, 0px);  /* try X: -1…-3px, Y: 0…2px to taste */
}

/* Control the stock message typography (use !important to beat theme rules) */
[data-product-inventory] .stock-badge{
  font-size:16px !important;   /* change number to resize */
  font-weight:500;             /* optional */
}

@media (max-width: 480px){
  [data-product-inventory] .stock-badge{ font-size: 14px !important; }
}

@media (max-width: 749px){
  .banner__text, .banner__subheading, .slideshow__text { display: none; }
}

@media (max-width: 749px){
  .banner__subheading,
  .slideshow__subheading,
  .hero__subheading { display: none !important; }
}

/* Hide the hero description on phones */
@media (max-width: 749px){
  .banner .banner__text,
  .banner__content .banner__text,
  .slideshow .slideshow__text { 
    display: none !important; 
  }
}

/* ===== Mobile: keep the two shipping items on one row ===== */
@media (max-width: 749px){
  .custom-shipping-container{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }
  .custom-shipping-container .custom-shipping-item{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    flex:1 1 0 !important;   /* two equal columns */
    min-width:0 !important;
  }
  /* prevent the texts from wrapping to a new line */
  .custom-shipping-container .next-day,
  .custom-shipping-container .free-shipping{
    white-space:nowrap !important;
  }
  .custom-shipping-container .flag-icon{ width:18px; height:auto; }
}