/** Shopify CDN: Minification failed

Line 202:13 Unexpected "{"
Line 202:22 Expected ":"

**/
.t4s-section-inner {
	margin-top: var(--mg-top);
	margin-inline-end: var(--mg-right);
	margin-bottom: var(--mg-bottom);
	margin-inline-start: var(--mg-left);
	padding-top: var(--pd-top);
	padding-inline-end: var(--pd-right);
	padding-bottom: var(--pd-bottom);
	padding-inline-start: var(--pd-left);
}
.t4s-section-inner:not(.t4s-se-container),
.t4s-container>.t4s-container-inner {
	background: var(--bg-gradient);
    background-color: var(--bg-color);
}
.t4s-container-inner.t4s-has-imgbg,
.t4s-section-inner.t4s-has-imgbg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.t4s-container-fluid {
	width: calc(100% - var(--mg-left,0) - var(--mg-right,0));
	width: -webkit-calc(100% - var(--mg-left,0) - var(--mg-right,0));
}
.t4s-section-inner.t4s-se-container {
	padding-top: 0;
	padding-inline-end: 0;
	padding-bottom: 0;
	padding-inline-start: 0;
}
.t4s-section-inner.t4s-se-container .t4s-container-inner {
	padding-top: var(--pd-top);
	padding-inline-end: var(--pd-right);
	padding-bottom: var(--pd-bottom);
	padding-inline-start: var(--pd-left);
}
.t4s-custom-line {
	width: var(--width);
	border-width: var(--height);
	border-style: var(--line-style);
	border-color: var(--line-cl);
	border-top: none;
    border-right: none;
    border-left: none;
    display: inline-block;
    vertical-align: top;
}
.t4s-section-inner .t4s-section-des,
.t4s-section-inner .t4s-subtitle {
  color: black;
}
/* ALIGN BADGE TO BOTTOM-RIGHT */
.t4s-product .t4s-product-badge {
    bottom: 4px !important;
    right: 5px !important;
    top: auto !important;
    left: auto !important;
    align-items: flex-end !important;
}
.t4s-product-info {
    flex-grow: 1 !important; 
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important; 
}
/* ======================================================== */
/* --- 1. FIX IMAGE COVER & REDUCE CARD HEIGHT ---          */
/* ======================================================== */
.t4s-product .t4s-product-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
    background-color: transparent !important; /* Prevents weird background colors */
}

.t4s-product .t4s-product-img {
    object-fit: contain !important; /* 'contain' stops all cropping/cuts! */
    object-position: center !important;
    height: 100% !important;
    width: 100% !important;
}

/* Make sure the wrapper is always visible */
.my-new-atc-wrapper {
    display: block !important;
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 749px){
 .t4s-product-title{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 23px !important;
    height: 50px !important;
    min-height: 50px !important; 
    max-height: 50px !important; 
  }
  .t4s-product .t4s-product-title a{
    font-size: 20px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 55px !important;
  }
  .t4s-product .t4s-product-price{
    font-size: 17px !important;
    font-weight: 900px !important;
    padding: 5px !important;
    height: 79px !important;
    max-height: 85px !important;
  }
div.jdgm-prev-badge {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    font-size: 10.8px !important;
    padding-top: 5px !important;
    margin: 8px 0 !important; 
    gap: 6px !important; /* Adjusts the space between the single star and the text */
}
.my-new-atc-wrapper {
  padding-top: 6px !important;
}
}
.t4s-product .t4s-product-price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important; 
    justify-content: center !important;
    font-size: 18px !important;
    overflow: hidden !important; 
    height: 58px !important;
    min-height: 58px !important; 
    max-height: 58px !important; 
    padding-top: 3px !important;
}
.t4s-product .t4s-product-title a{
  font-size: 22px !important;
}


/* 3. Keep the button wrapper safely contained */
/* .my-new-atc-wrapper {
    display: block !important;
    width: 172px !important;
    margin-top: 0px !important;
} */
/* ======================================================== */
/* --- 6. COMPLETELY DISABLE IMAGE HOVER BACKGROUNDS ---    */
/* ======================================================== */

/* Kills the dark overlay on hover */
.t4s-product .t4s-product-inner::before,
.t4s-product:hover .t4s-product-inner::before,
.t4s-product:hover .t4s-product-inner:before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background-color: transparent !important;
    background: transparent !important;
}

/* Prevents the container itself from changing color */
.t4s-product .t4s-product-inner,
.t4s-product:hover .t4s-product-inner,
.t4s-product .t4s-product-wrapper,
.t4s-product:hover .t4s-product-wrapper {
    background-color: transparent !important;
    background: transparent !important;
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
	.t4s-container-fluid {
		width: calc(100% - var(--mgtb-left,0) - var(--mgtb-right,0));
		width: -webkit-calc(100% - var(--mgtb-left,0) - var(--mgtb-right,0));
	}
	.t4s-section-inner.t4s-se-container .t4s-container-inner,
	.t4s-section-inner {
		margin-top: var(--mgtb-top);
		margin-inline-end: var(--mgtb-right);
		margin-bottom: var(--mgtb-bottom);
		margin-inline-start: var(--mgtb-left);
		padding-top: var(--pdtb-top);
		padding-inline-end: var(--pdtb-right);
		padding-bottom: var(--pdtb-bottom);
		padding-inline-start: var(--pdtb-left);
	}
  .t4s-section-inner .t4s-section-des,
    .t4s-section-inner .t4s-subtitle {
      color: black;
    }
    .t4s_se_{{ section.id }} .t4s-product-img img {
  object-fit: contain !important; 
  height: 100% !important;
  width: 100% !important;
}
.t4s-product .t4s-product-inner { 
  max-height: 600px !important; 
  overflow: hidden !important;
  background-color: transparent !important; 
}
.t4s-product-title{
    font-size: 24px !important;
    min-height: 63px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
  }
  .t4s-product .t4s-product-title a{
    font-size: 24px !important;
    min-height: 63px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
  }
  .t4s-product .t4s-product-price{
    font-size: 19px !important;
     min-height: 70px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
  }
  .t4s-product-price ins {
        margin-left: 0 !important;
    }
div.jdgm-prev-badge {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 3px !important; 
    gap: 6px !important; 
}
}
@media(max-width: 767px) {
	.t4s-container-fluid {
		width: calc(100% - var(--mgmb-left,0) - var(--mgmb-right,0));
		width: -webkit-calc(100% - var(--mgmb-left,0) - var(--mgmb-right,0));
	}
	.t4s-section-inner.t4s-se-container .t4s-container-inner,
	.t4s-section-inner {
		margin-top: var(--mgmb-top);
		margin-inline-end: var(--mgmb-right);
		margin-bottom: var(--mgmb-bottom);
		margin-inline-start: var(--mgmb-left);
		padding-top: var(--pdmb-top);
		padding-inline-end: var(--pdmb-right);
		padding-bottom: var(--pdmb-bottom);
		padding-inline-start: var(--pdmb-left);
	}
	 .t4s-section-inner .t4s-section-title,
    .t4s-section-inner .t4s-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        text-align: center !important;
		 margin-bottom: 10px !important;
    }

    .t4s-section-inner .t4s-section-title br,
    .t4s-section-inner .t4s-title br {
        display: none;
    }

    .t4s-section-inner .t4s-section-des,
    .t4s-section-inner .t4s-subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        padding-left: 15px;
        padding-right: 15px;
        color: black;
    }

    .t4s-section-inner .t4s-section-des br,
    .t4s-section-inner .t4s-subtitle br {
        display: none;
    }
}

@media (min-width: 1025px) {
  /* 1. Force EXACTLY 4 products per row - ignoring all other sections */
  .t4s-product {
    flex: 0 0 25% !important; /* 100% / 4 = 25% */
    max-width: 25% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  /* 2. Ironclad button alignment inside the product card */
  .t4s-product .t4s-product-wrapper,
  .t4s-product .t4s-product-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; 
  }
  
  .t4s-product .t4s-product-info {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important; 
  }

  /* Locks the Add to Cart button to the absolute bottom perfectly */
  .t4s-product .t4s-product-btns,
  .t4s-product .t4s-pr-addtocart,
  .t4s-product .my-new-atc-wrapper {
    margin-top: auto !important; 
    width: 100% !important;
  }
  div.jdgm-prev-badge {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding-top: 3px !important; 
    gap: 6px !important; 
}
.t4s-product .t4s-product-price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important; 
    justify-content: center !important;
    font-size: 18px !important;
    overflow: hidden !important; 
    height: 27px !important;
    min-height: 27px !important; 
    max-height: 27px !important; 
    padding-top: 3px !important;
}
}