/** Shopify CDN: Minification failed

Line 114:14 Expected ":"
Line 277:11 Expected ":"
Line 277:13 Expected identifier but found "10px"

**/
.category-icon-wrapper{
    
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    

}
.category-icon-wrapper img{
    
    width: 100%;
    height: 100%;
    border-radius: 50%;
    

}
.nav-logo img {
    max-width: 167px;
    height: 49px;
    object-fit: contain;
}
.footer-links-grid div{
    display: flex;
    flex-direction: column;
}
.nav-wrapper nav{
    border-radius:0px !important;
    
}
header.nav-wrapper {
    top: 40px!important;
}
header{
    max-width: unset;
}
.feature_list_tab{
    border: none !important;
    gap:15px;
}
.feature_list_tab .nav-item .nav-link{
    color:var(--heading-color);
    border: 1px solid #655647c4;
    border-radius: unset;
    font-weight: 200;
}
.feature_list_tab .nav-item button{
    color:var(--heading-color);
}

.nav-tabs .nav-link{
    margin:0px;
}
.nav-tabs .nav-link.active{
border: 1px solid var(--heading-color);
font-weight: 500;

}
.product-card-premium__price-row{
    margin-bottom: 10px;
}
.product-card-premium__image-wrapper{
    margin-bottom: 0px;
    padding: 0px;
    overflow: hidden;
    height: 180px
}
.product-card-premium{
border: 1px solid #655647c4;
padding: 6px;
background: unset;
}
.product-card-premium__desc ,p.product-card-premium__desc{
    margin-bottom: 0px;
}
.product-card-premium__image-link{
    padding-top: 0px;
    height: 100%;
}
.product-card-premium__title{
    line-height:21px;
}
.product-card-premium__price{
    line-height:21px;
    font-size:16px;
}

.product-card-premium__price-row{
    justify-content: start;
    
}
.tab-content{
    margin-left: 10px;
}
.view_all_btn {
    color: black;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 6px;
    color: #111;
}
.view_all_btn:hover{
 color: var(--primary-color);
}
.hero-slider-wrap{
    margin-top 80px;
}
.hero-slider{
    height: 60vh;
    min-height: 300px;
}
.hero-slide{
    height: 60vh;
    min-height: 300px;
}
.slide-content{
    padding: 20px 0 ;
}
.engineered-section{
    padding: 0px !important;
}
.collection-section{
    padding: 45px 0 ;
}
.pdp-section{
    padding-top: 60px;
    padding-bottom: 20px;
}
.pdp-gallery__zoom-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-item__media{
    width: 150px;
    height: 90px;
}
.cart-item__media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slider-wrap{
    padding-top: 65px;
}

.product-description-section__inner{
    max-width: 1000px;
}
.contact-form{
    gap: 0px;
}


.shopify-policy__container {
    max-width: 560px;
    max-width: 75ch;
    padding-top: 90px;
}
#shopify-section-template--19656001060935__visibility_banner_tixdEj,#shopify-section-template--19656001093703__visibility_banner_8xcnmr{
    margin-bottom: 50px;
}
.category-icon-wrapper{
    padding:2px;
}

.product-card-premium__image-link{
    background-size: cover;
}
.product-card-premium .jdgm-preview-badge .jdgm-star.jdgm-star ,.product-card-premium .jdgm-prev-badge__text{
    font-size:10px;

}
.product-card-premium .jdgm-prev-badge__text{
    font-size:13px;

}
.product-card-premium{
    min-height: 363px;
}

.product-card-premium__body{
    justify-content: space-between;
}
.product-features {
  list-style: none;
  padding: 0;
}

.product-features li {
    line-height: 23px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0px;
}

.product-features li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-size: 18px;
}
.pdp-actions {
    margin-top: 10px;
    padding-top: 0px;
    border-top: unset; 
}
.pdp-variant {
    margin-bottom: 14px;
}
.about-image img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}











/* ---================responsive */

@media (max-width: 991.98px){
    .slider-testimonials .slick-list{
        padding-bottom:10px !important;

    }
    .testimonials-section ,.features-section{
        padding-bottom: 0px ;
    }
    
}

@media (max-width: 767.98px) {
    .section-head {
        flex-direction: row;
        align-items: flex-start;
    }
    .announcement-bar{
        height:47px;
    }
}
@media (max-width: 575.98px) {
    .product-card-premium__title {
        font-size:14px;
        line-height:16px;

    }
    .product-card-premium__price {
    line-height: 15px;
    font-size: 12px;
}
    .product-card-premium__price-old {
        font-size: 8px;
    }
        .product-card-premium__discount {
        font-size: 8px;
        padding: 2px 5px;
    }
    .product-slider-premium{
        gap; 10px;

    }
    .collection-section .section-head{
        margin-bottom: 0px;
    }
    .collection-section .section-title{
        margin: 0px;

    }
    .category-banner-premium {
        padding-top: 106px;
    }
    .hero-slider {
    height: 21vh;
    min-height: 221px;
}
    .hero-slide {
    height: 25vh;
    min-height: 197px;
}
.btn-hero{
    padding:10px 18px;
}
.category-bar-section{
    padding: 0px;
}
.category-icon-wrapper {
    width: 40px;
    height: 40px;
    padding: 2px;
}
    .category-list {
        gap: 10px;
    }
    .product-slider-premium{
        gap: 10px;

    }
    .product-card-premium {
        min-height:330px;
    }



}