/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 319:0 Unexpected "<"

**/
<style>
.collection_70_prosection .collection-products {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 30px;
}

.product-card {
text-align: center;
border: 1px solid #eee;
padding: 15px;
border-radius: 10px;
}

.product-image {
position: relative;
overflow: hidden;
}

.product-image img {
width: 100%;
transition: opacity 0.3s ease;
}

.product-image img.hover-img {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}

.product-image:hover img.hover-img {
opacity: 1;
}

.product-badge {

}

.exm_price_all img {
width: 28px;
height: auto;
display: none;
}

span.loader svg {
    fill: #000 !important;
    width: 20px;
    height: 20px;
}

.loader.hide {
display: none;
}
.loader.show {
display: inline-flex;
}
.loader.loading__spinner {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
span.loader svg path {
    fill: rgb(18,18,18);
}
.product-info {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* custome  css */
.collection-products.grid {
gap: 36px 30px;
display: flex;
}
.collection-products .product-card {
text-align: center;
border: none;
padding: 0;
border-radius: 0;
width: calc(25% - 30px);
}
.collection-products .product-image {
padding-bottom: 123.5%;
background: #f6f6f6;
}
.collection-products .product-image a, .collection-products .product-image a img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
}
.collection-products .product-image a img {
object-fit: contain;
}
.product-title {
margin-top: 10px;
font-family: var(--font-2-M);
font-size: 16px;
font-weight: 700;
line-height: 20.8px;
letter-spacing: -.01em;
text-align: left;
color: #000;
text-transform: uppercase;
}
.Collection-template-starrating_BF {
margin: 4px 0 0;
text-align: left;
}
.product-description {
font-family: var(--font-2-M);
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
letter-spacing: -.01em;
text-align: left;
color: #000;
margin: 0 0 5px;
}
.variant-title {
font-family: var(--font-2-M);
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
letter-spacing: -.01em;
text-align: left;
color: #000;
margin: 0 0 5px;
}
.product-info {
text-align: left;
}
.variant-price, .compare-price {
font-family: var(--font-2-M);
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
letter-spacing: -.01em;
text-align: left;
color: #000;
padding: 0;
}
.compare-price {
margin-right: 0;
text-decoration: line-through;
}
.variant-pricing {
display: flex;
flex-direction: row;
gap: 5px;
justify-content: left;
}
.CustomAddToCartForm button.CV__index_dragged_btn {
font-family: "Maison Neue";
font-size: 12px;
font-weight: 700;
letter-spacing: 0.06em;
text-align: center;
color: rgb(0, 0, 0);
text-transform: uppercase;
min-height: 40px;
max-width: 100%;
justify-content: center;
cursor: pointer;
min-width: auto !important;
padding: 13px 5px;
transition: 0.3s;
position: relative;
width: 100%;
border: 1px solid #0000001A;
border-radius: 0;
text-decoration: none;
}
.exm_price_all {
display: flex;
align-items: center;
color: #e16c50 !important;
font-weight: 400;
line-height: 1;
flex-wrap: wrap;
justify-content: flex-start;
}
.variant-pricing-bar {
display: flex;
align-items: center;
gap: 7px;
margin: 0 0 8px;
}
.variant-pricing-bar .exm_price_all.exison_new_price {
font-weight: 400;
font-size: 14px;
}
.collection_70_prosection {
padding: 70px 0 90px;
}
.product-description, .variant-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.product-badge {
position: absolute;
top: 5px;
left: 5px;
padding: 4px 6px;
border-radius: 0;
font-size: 12px;
line-height: 1;
}
button.mobile-card-atc {
    display: none;
}
/* responsive start */


@media screen and (max-width: 991px){

.collection-products .product-card {
width: calc(33.33% - 20px);
}

}

@media screen and (max-width: 749px) {
.collection-products .product-card {
width: calc(50% - 8px);
position: relative;
}
.collection-products.grid {
gap: 36px 15px;
}
.variant-pricing-bar {
justify-content: space-between;
}
.product-description, .variant-title {
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.variant-price, .compare-price, .variant-pricing-bar .exm_price_all.exison_new_price {
font-size: 12px;
}
.collection_70_prosection {
padding: 50px 0 50px;
}
.product-title {
font-size: 14px;
}
.CustomAddToCartForm button.CV__index_dragged_btn {
width: auto !important;
border: none !important;
height: 31px;
display: flex;
justify-content: center;
align-items: center;
background: transparent !important;
padding: 5px 3px;
border-radius: 0;
min-height: auto;
}
form.CustomAddToCartForm.for-mobile {
width: auto;
display: inline-block !important;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 2;
}
form.CustomAddToCartForm {
display: none;
}

.product-image button.mobile-card-atc {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 2;
border: none;
cursor: pointer;
display: flex;
align-items: center;
background: transparent !important;
}
.product-image button.mobile-card-atc svg {
width: 24px;
height: 21px;
}


}




</style>