/** Shopify CDN: Minification failed

Line 406:0 Unexpected "}"

**/


.m-header__wrapper .m-sub-menu__item>a {
    color: #3d2926;
}

.bg_collection .m-product-card.m-product-card--style-4.m-scroll-trigger.animate--fade-in-up {
    background: #fff;
}

.bg_collection .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper , .sold-out{
    margin: 0;
    padding: 15px;
}
.bg_collection .m-product-card__info {
    padding: 0 20px 0;
}
.bg_collection .m-add-to-cart {
    background: #ffd1df;
    color: #000;
    border: none;
}

.custom-img-text .m-button--primary, .custom-img-text .shopify-payment-button__button.shopify-payment-button__button--unbranded, .custom-img-text .spr-button.spr-button-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.m-featured-collection [style*='--aspect-ratio'] > *:first-child {
    object-fit: contain !important;
}
.bg_collection .m-product-card.m-product-card--style-4.m-scroll-trigger.animate--fade-in-up {
    border-radius: 10px;
}
.bg_collection .m-slider-controls--absolute .m-slider-controls__button {
    background: #fff;
    border:none;
}
.home-card-carousel .jdgm-cards-carousel .jdgm-media-card .jdgm-rating-section .jdgm-star {
    font-size: 16px;
}
.home-card-carousel .jdgm-cards-carousel .jdgm-media-card .jdgm-rating-section .jdgm-star {
    font-size: 16px;
    color: #FFC107 !important;
}
.home-card-carousel .jdgm-cards-carousel .jdgm-average-rating .jdgm-star {
    color: #FFC107;
}
.home-card-carousel .jdgm-cards-carousel .jdgm-media-card {
    background: #ffd1df;
}

.home-card-carousel .jdgm-cards-carousel .jdgm-media-card .jdgm-rating-section .jdgm-product-name a {
    color: #000;
}
.m-footer .m-footer--block .social-media-links a {
    background: #FFD1DF;
}
/* .m-footer .m-footer--block .social-media-links:hover {
    opacity: .8 !important;
    border: none;
    box-shadow: none !important;
} */
.m-footer .m-footer--block .social-media-links a:hover {
    background: #FFD1DF;
    border: none;
    box-shadow: none !important;
}


.m-footer .m-footer--block .social-media-links,
.m-footer .m-footer--block .social-media-links a,
.m-footer .m-footer--block .social-media-links:focus,
.m-footer .m-footer--block .social-media-links:focus-visible,
.m-footer .m-footer--block .social-media-links a:focus,
.m-footer .m-footer--block .social-media-links a:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.m-footer .m-footer--block .social-media-links::before,
.m-footer .m-footer--block .social-media-links::after,
.m-footer .m-footer--block .social-media-links a::before,
.m-footer .m-footer--block .social-media-links a::after {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.product-review-sec .jm-text.jm-text--align-center.jm-review-widget-header__title {
    font-size: 36px;
}

@media screen and (max-width: 767px){
.featured_collection .m-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured_collection .m-section__button {
    margin-top: 0px;
}
    .product_grid .m\:w-6\/12 {
    width: 49% !important;
}
}


.black-button button {
    background: #2a2b2a;
    color: #fff;
}
/* header search  */

@media screen and (min-width: 768px) {
     .m-search-popup__search-form {
        margin: 0 0px;
    }
        .product_grid .m\:w-6\/12 {
    width: 49% !important;
}
}
.custom_center_menu {
    width: 100%;
}
.custom_center_menu .form-field {
    border-radius: 0 22px 22px 0;
    background:#e6e6e6;
}


.search_menu{
    position: relative;
    display: inline-block;
}

.menu_title {
    display: flex;
    align-items: center;
    background: #e6e6e6;
    border: none;
    cursor: pointer;
    font-size: 16px;
    justify-content: space-between;
    width: 140px;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 22px 0 0 22px;
}

.header-search-menu{
    position:absolute;
    top:100%;
    left:0;

    min-width:260px;

    background:#fff;

    padding:15px 0;
    margin:10px 0 0;

    list-style:none;

    border-radius:10px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    opacity:0;
    visibility:hidden;
    transform:translateY(10px);

    transition:all .3s ease;

    z-index:99;
}

.search_menu.active .header-search-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.header-search-menu li a{
    display:block;

    padding:10px 20px;

    color:#000;
    text-decoration:none;

    transition:.2s ease;
}

.header-search-menu li a:hover{
    background:#f8f8f8;
    padding-left:26px;
}

.arrow{
    font-size:12px;
    transition:.3s ease;
}

.search_menu.active .arrow{
    transform:rotate(180deg);
}
ul.header-search-menu {
    height: 300px;
    overflow-y: scroll;
}

ul.m-menu {
    justify-content: center;
}



.m-cart-count {
    background-color: #ffd1df;
    color: #000;
}

.featured_collection .m-product-card__price,
.bg_collection .m-product-card__price {
    padding-top: 12px;
    border-top: 1px solid #ccc;
    margin-top: 12px;
}

.featured_collection .m-button:not(.m-button--link,.m-link-underline,.m-button--blank):hover{
    box-shadow: none;
}

@media screen and (min-width:1024px){
.m-menu__link--main {
    padding-top: 0px !important;
}
.logo-left__2l .m-header__inner {
    padding-bottom: 0px !important; 
}


.bg_collection .m-product-card__info {
    padding: 0 20px 20px 20px;
}
.bg_collection a.m-product-card__name , .bg_collection .m-price__regular {
    color: #000;
}
}



.m-menu-bar {
    border-bottom: 1px solid #ccc;
}
 .template-page.contact #MainContent, .template-page.about-us #MainContent{
    padding-bottom: 0px;
}
@media screen and (min-width: 1024px) {
    .m-newsletter-section__header {
        margin-bottom: 12px !important;
    }
    .m-newsletter-section__description {
opacity: 1 !important;
}
.m-contact-form {
    margin-bottom: 0px;
}
}

.m-slider-controls__button:hover {
    box-shadow: none; 
}
.m-button:not(.m-button--link,.m-link-underline,.m-button--blank):hover {
    box-shadow: none;
}

.template-product #MainContent {
    padding-bottom: 0px !important;
}
.template-page #MainContent {
    padding-bottom:  0px !important;
}
.m-faqs-section {
    padding-bottom: 50px;
}

.m-button--icon:hover {
    box-shadow: none;
}


.m-collection-toolbar {
    border-top: 1px solid rgb(42 43 42 / 15%);
    font-weight: 500;
    border-bottom: 1px solid rgb(42 43 42 / 15%);
    padding: 16px 0;
}


.m-product-item {
    border: 1px solid #ccc;
    border-radius: 8px;
}
.m-collection-products .m-product-item {
    padding: 12px !important;
}
@media screen and (min-width: 1024px){
.m-collection-page-header {
    margin-bottom: -60px;
}
.m-icon-box-section .m-mixed-layout__inner {
    display: flex;
    justify-content: space-around;
}
}
.m-collection-products {
    gap: 1%;
}
@media screen and (min-width: 768px) {
    .m-collection-products.m-cols-4 .m-product-item {
        width: 24% !important;
        max-width: 24% !important;
    }
     .m-collection-products.m-cols-2 .m-product-item {
        width: 49%;
        max-width: 49%;
    }
}

   .m-collection-products .sold-out {
    margin: 20px auto 0;
}


@media screen and (min-width: 768px) {
    .m-collection-products.m-cols-3 .m-product-item {
        width: 32.33333% !important;
        max-width: 32.33333% !important;
    }
}


.product-star-rating{
    display:flex;
    align-items:center;
    gap:10px;
    margin:12px 0;
}
.product-rating {
    display: flex;
    gap: 20px;
}
.rating-stars{
    display:flex;
    gap:2px;
    font-size:20px;
    line-height:1;
}

.star{
    position:relative;
}
    
    .product-rating{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.rating-stars{
    display:flex;
    gap:2px;
    font-size:24px;
    line-height:1;
}

.rating-stars .filled{
    color:#FDBA12;
}

.rating-stars .star{
    color:#FFA41C;
}

.rating-text{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:14px;
}

.rating-text strong{
    color:#111;
}

.rating-text span{
    color:#777;
}
}

.star.full{
    color:#FFA41C;;
}

.star.empty{
    color:#d8d8d8;
}

.star.half{
    color:#d8d8d8;
}

.star.half::before{
    content:"★";
    color:#f5b301;
    position:absolute;
    left:0;
    top:0;
    width:50%;
    overflow:hidden;
}

.rating-value{
    font-size:14px;
    font-weight:600;
    color:#444;
}
