/** Shopify CDN: Minification failed

Line 156:16 Unexpected "{"
Line 156:25 Expected ":"
Line 156:31 Unexpected "{"
Line 271:20 Unexpected "{"
Line 271:29 Expected ":"
Line 271:35 Unexpected "{"
Line 606:20 Unexpected "{"
Line 606:29 Expected ":"
Line 606:35 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* onest */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
/* rubik */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



.outer-section,
.inner-section{
    width: 100%;
    margin: 0 auto;
}
.inner-section{
    max-width: 1500px;
}


/*  */
.headig_class{
    letter-spacing: 0.01rem;
    margin: 0 auto;
}


/* btn */
.centerd-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    letter-spacing: 0.01rem;
    text-decoration: none;
}

/* content */
.rtx p{
    margin: 0 auto 16px;
}
.rtx p:last-child{
    margin-bottom: 0;
}

/* img */
.image img{
    display: flex;
    object-fit: cover;
    width: 100%;
}

/* flex */

.center-flex{
    display: flex;
    justify-content: center;
}
.space-flex{
    display: flex;
    justify-content: space-between;
}


/* \\title_top_includer */
.title_top_includer{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 67.04px;
    text-align: center;
    color: #fff;
    margin-inline: 0;
}
.link_prdocut_collection{
    display: flex;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 15.4px;
    text-transform: uppercase;
    margin-inline: 0;
    align-items: center;
    width: max-content;
    color: #fff;
    gap: 8px;
    text-decoration: underline #fff;
    text-underline-offset: 4px;
}
.product-slider-home{
    box-shadow: none !important;
}



@media(max-width:768px){
    .title_top_includer{
        font-size: 32px;
        line-height: 78px
    }
    .link_prdocut_collection {
        font-size: 14px;
    }
}


/* product card customize */

.progress-bar {
    position: relative;
    width: 100%;
    height: 4px;
    background: #444; /* Grey background */
    overflow: hidden;
    margin-top: 38px;
}

.progress-fill {
    height: 100%;
    width: 0;
    background: #00ffff; /* Cyan Blue */
    transition: width 0.3s ease-out;
}
    /* Custom Flickity Navigation */
.flickity-prev-next-button {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.flickity-prev-next-button:hover {
    opacity: 0.8;
}

.flickity-prev-next-button:after {
    font-size: 24px;
    color: white;
}
.inset-conatiner{
    padding: 0 39px 100px;
}
.carousel-cell-{{ section.id }}{
    width: 334.5px;
    margin-right:8px;
}
.slide-container{
    margin-top: 35px;
}
.card_of_product{
    text-decoration:none;
    width: auto;
    position: relative;
}
.top_source{
    margin-top: 8px;
    gap: 10px;
}
.titlt-r {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color:#fff;
    width: max-content;
    text-align: left;
    margin-inline: 0;
    max-width: 280px;
    margin-block: 0;
}
.price-of_product{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 13.01px;
    width: max-content;
    text-align: right;
    margin-inline: 0;
    display: block;
    color:#fff;
    height: fit-content;
}

.badge-76y{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.6px;
    color: #000;
    text-transform: uppercase;
    margin-inline: 0;
    background: #0FF9FF;
    border-radius: 4px;
    padding: 4px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.mobile-icon-add-cart{
    display: none;
}
.sms-buttons{
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 12.22px;
    background: #2E2D2DB2;
    backdrop-filter: blur(4px);
    border: none;
    box-shadow: none;
    text-decoration: none;
    gap: 6px;
    cursor: pointer;
}
.image_box{
    position: relative;
    overflow: hidden;
}
.image_box img{
    aspect-ratio: 12/11;
    position: relative;
    overflow: hidden;
}
.form-product-add{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: -100px;
    z-index: 2;
    transition: .3s ease;
}
.card_of_product:hover .form-product-add{
    margin-bottom: 0;
}
@media(max-width:768px){
    .sms-buttons {
        font-size: 12px;
        line-height: 17px;
        padding: 6px;
    }
    .desk-icon-add-cart{
        display: none !important;
    }
    .mobile-icon-add-cart{
        display: flex;
    }
    .slide-container {
        margin-top: 24px;
    }
    .inset-conatiner {
        padding: 0 16px 60px;
    }
    .carousel-cell-{{ section.id }}{
        width: 190px;
        margin-right: 12px;
    }
    .titlt-r {
        font-size: 12px;
        line-height: 16px;
    }
    .price-of_product {
        font-size: 12px;
        line-height: 13.01px;
    }
    .top_source {
        margin-top: 7px;
        align-items: center;
    }
    .badge-76y {
        font-size: 8px;
        line-height: 9.6px;
        border-radius: 3px;
        padding: 3px;
    }
}



/* custom heaader work */
/* #custom-header this id need to be add in sticky-header */

/*       #custom-header{
            position: absolute;
            width: 100%;
        } */
/* this will be in theme.liquid for add only absoulte on index not on other pages */


#custom-header .header__heading-link{
    padding: 0;
}
#custom-header .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
#custom-header .header__heading,
#custom-header .header__icons{
    max-width: 180px;
    width: 100%;
    padding: 0;
}
#custom-header .header__icons .header__icon,
#custom-header .header__heading-link,
#custom-header header-drawer{
    margin: 0;
}


/* header menu */
.header__menu-item{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.01rem;
    padding-inline:16px;
    transition: .2s linear;
}
.header__menu-item:hover span{
    text-decoration: none !important;
}
/* active menu */
.header__active-menu-item{
    text-decoration: none !important;
    color: #0FF9FF;
}

/* header icons  */
#custom-header .header__icons{
    justify-content: flex-end;
    gap: 16px;
}
#custom-header header-drawer{
    order: 2;
}
#custom-header .header__icon,
#custom-header .modal__close-button,
#custom-header .search__button,
#custom-header .list-social__link,
#custom-header .menu-drawer__account{
    width: 20px !important;
    height: 20px !important;
}
#custom-header .menu-drawer__account{
    width: 111px !important;
}
#custom-header .search__button{
    margin: 12px;
}
#custom-header .svg-wrapper,
#custom-header .svg-wrapper svg,
#custom-header .icon-cart{
    width: 100% !important;
    height: 100% !important;
}
#custom-header .cart-count-bubble {
    font-family: "Montserrat", sans-serif !important;
    border: .5px solid #0FF9FF;
    color: #0FF9FF;
    left: 12px;
    font-weight: 400;
}

/* announance bar */
.utility-bar{
    background: #2A2A2A;
}
.announcement-bar__message{
    padding-block: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.01rem;
    color: #fff;
    min-height: 30px;
}


@media(max-width:989px){
    #custom-header .header {
        gap: 16px;
    }
    #custom-header .header__icons{
        margin: 0 0 0 auto;
    }
}
@media(max-width:768px){
    #custom-header .header{
        padding-inline: 20px;
    }
    /* announance bar */
    .announcement-bar__message{
        font-size: 12px;
    }

}

@media(max-width:580px){
    #custom-header .header__heading,
    #custom-header .header__heading-link{
        max-width: 102px;
    }

    #custom-header .header,
    #custom-header .header__icons{
        gap: 10px;
    }
}




/* cusrom filter work */
#custom-collection-grid{
    padding-block: 85px 100px;
}
#custom-collection-grid .facets-vertical{
    align-items: flex-start;
}
#custom-collection-grid #main-collection-filters{
    border: 1.19px solid #FFFFFF4D;
    border-radius: 4.78px;
    max-width: 364px;
    width: 100%;
    margin-right: 42px;
    padding: 18px 14px;
    margin-top: 15px;
}
#custom-collection-grid .facets__form-vertical{
    width: 100%;
}
#custom-collection-grid .facets__heading,
#custom-collection-grid .facets__summary-label,
#custom-collection-grid .facets__summary span{
    font-family:  "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.01rem;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
#custom-collection-grid .facets__summary:hover #custom-collection-grid .facets__summary-label {
    text-decoration: none !important;
}
#custom-collection-grid .facet-checkbox__text,
#custom-collection-grid .facet-checkbox__text-label,
#custom-collection-grid .facets__selected,
#custom-collection-grid .field__input{
    font-family:  "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16.73px;
    line-height: 1;
    letter-spacing: 0.01rem;
    color: #fff9;
    text-transform: capitalize;
    text-decoration: none;
}
#custom-collection-grid .facets__label{
    opacity: 1 !important;
}
#custom-collection-grid .active-facets__button-inner{
    font-family:  "Montserrat", sans-serif;
}
#custom-collection-grid #product-grid{
    --grid-desktop-horizontal-spacing: 26px !important;
    --grid-desktop-vertical-spacing:20px !important;
}

/* mobile filters */

#custom-collection-grid .mobile-facets__heading,
#custom-collection-grid .mobile-facets__summary{
    font-family:  "Montserrat", sans-serif;
}
@media(max-width:1250px){
    #custom-collection-grid #main-collection-filters {
        max-width: 270px;
        margin-right: 20px;
    }
    #custom-collection-grid .facets__heading, 
    #custom-collection-grid .facets__summary-label, 
    #custom-collection-grid .facets__summary span {
        font-size: 20px;
    }
    #custom-collection-grid .active-facets__button-inner {
        font-size: 12px;
    }
    #custom-collection-grid .facet-checkbox__text, 
    #custom-collection-grid .facet-checkbox__text-label, 
    #custom-collection-grid .facets__selected, 
    #custom-collection-grid .field__input {
        font-size: 13px;
    }
    #custom-collection-grid #product-grid{
        --grid-mobile-horizontal-spacing: 12px !important;
        --grid-mobile-vertical-spacing:24px !important;
    }
}

@media(max-width:749px){
    #custom-collection-grid #main-collection-filters {
        border: none;
        max-width: 100%;
        margin-right: 0;
        padding: 0px;
        margin-top: 0px;
    }
    #custom-collection-grid .mobile-facets__open-label{
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.01rem;
    }
    #custom-collection-grid .product-count__text{
        display: none;
    }
    #custom-collection-grid {
        padding-block: 34px 28px;
    }
    #custom-collection-grid .facets-container{
        padding-top: 0;
    }
    #custom-collection-grid #product-grid{
        margin-top: 24px;
    }
}
@media(max-width:428px){
    .titlt-r {
        font-size: 9px;
        line-height: 12px;
    }
    .price-of_product {
        font-size: 9px;
        line-height: 11.01px;
    }
}



/* collection slider-style */
.box-to-slide{
    margin-top: 24px;
    gap: 8.5px;
    align-items: center;
}
.line-bar {
    width: 100%;
    height: 4px;
    background: #444; /* Grey background */
    overflow: hidden;
}

.progress-fill {
    display: block !important;
    height: 100%;
    width: 20%;
    background: #00ffff; /* Cyan Blue */
    transition: width 0.3s ease-out;
}


.inset-conatiner{
    padding: 0 39px 100px;
}

.slide-container{
    margin-top: 35px;
}
.card_of_product{
    text-decoration:none;
    width: auto;
    position: relative;
}

@media(max-width:768px){
    .slide-container {
        margin-top: 24px;
    }
    .inset-conatiner {
        padding: 0 16px 60px;
    }
    .carousel-cell-{{ section.id }}{
        width: 190px;
        margin-right: 12px;
    }
}



/* product-page customization */

/* media */
#custom-product-section .product__media-wrapper{
    max-width: 753px;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
    max-width: 141px !important;
    max-height: 141px !important;
}
#custom-product-section .product__media-wrapper{}
#custom-product-section .product__media-wrapper{}
#custom-product-section .product__media-wrapper{}
#custom-product-section .product__media-wrapper{}
#custom-product-section .product__media-wrapper{}
/* info */
#custom-product-section .product__info-wrapper{
    max-width: 625px;
    padding-left: 31px;
}
#custom-product-section .product-form__submit{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    font-size: 16px;
    line-height: 1.1;
    background: #0FF9FF;
    border: none;
    color: #000;
    letter-spacing: 0.01rem;
    box-shadow: none;
    outline: none;
}
#custom-product-section .product-form__submit::after{
    display: none;
}
#custom-product-section .product__info-wrapper .product__title h1{
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.01rem;
    font-weight: 600;
}
#custom-product-section .product__info-wrapper .price__container{
    margin-bottom: 32px;
}
#custom-product-section .product__info-wrapper .price__regular .price-item--regular{
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.01rem;
    font-weight: 500;
}
#custom-product-section .product__info-wrapper .form__label{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.01rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}
#custom-product-section .product__info-wrapper .product__tax,
#custom-product-section .product__info-wrapper .quantity::after{
    display: none;
}
#custom-product-section .product__info-wrapper #variant-selects-template--16895601573955__main{
    margin-bottom: 32px;
}
#custom-product-section .product__info-wrapper .quantity{
    width: 185px;
    height: 42px;
    border-radius: 4px;
    background: #3C3C3C;
    padding: 5px;
}
#custom-product-section .product-form__input{
    max-width: 512px;
}
#custom-product-section .product__info-wrapper .quantity__button{
    width: 37px;
    height: 37px;
    background: #1E1E1E;
    padding: 0;
    border-radius: 4px;
}
#custom-product-section .product__info-wrapper .quantity__button .svg-wrapper{
    width: 15px !important;
}
#custom-product-section .product__info-wrapper .quantity__input{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01rem;
    font-weight: 500;
    color: #fff;
}
#custom-product-section .product__info-wrapper {
    max-width: 100%;
}

/* custom work tabs */

.custom-tab-box{
    margin: 32px auto 0 !important;
    width: 100%;
}
.list-tab {
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 24px;
    gap: 17px;
}
.tab-btn{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 8.5px 20px;
    box-shadow: 0px 0px 0px 1px #BBBBBB;
    border-radius: 8px;
    list-style: none;
    align-items: center;
    margin: 0;
    cursor: pointer;
    transition: .2s linear;
}
.custom-class{
    background: #3C3C3C;
    box-shadow: none;
    color: #fff;
    transition: .2s linear;
}
/* .tab-btn:first-child{
    background: #3C3C3C;
    box-shadow: none;
    color: #fff;
} */
.tab-content-change{
    display: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff9;
    transition: .2s linear;
}
.tab-content-change:first-child{
    display: block;
}

@media(max-width:1100px){
    .tab-btn {
        font-size: 12px;
    }
}
@media(max-width:749px){
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
        max-width: 70px !important;
        max-height: 70px !important;
    }
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide){
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .slider.slider--mobile .slider__slide{
        width: 100%;
        max-width: 100%;
    }
    #custom-product-section .product__info-wrapper {
        padding-left: 0;
        margin-top: 32px;
    }
    /* info */
    #custom-product-section .product__info-wrapper .product__title h1 {
        font-size: 24px;
        line-height: 32px;
        max-width: 600px;
    }
    #custom-product-section .product__info-wrapper .price__regular .price-item--regular {
        font-size: 24px;
    }
    #custom-product-section .product__info-wrapper .price__container {
        margin-bottom: 20px;
    }
    #custom-product-section .product__info-wrapper .form__label {
        font-size: 16px;
    }
    #custom-product-section .product__info-wrapper .quantity {
        width: 113px;
        min-height: 32px;
        padding: 8px;
    }
    #custom-product-section .product__info-wrapper .quantity__button {
        width: 26px;
        height: 26px;
        border-radius: 2px;
    }
    /* custom work */
    .tab-btn {
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 6px;
    }
    .list-tab {
        margin-bottom: 14px;
        gap: 14px;
    }
}


#form-original .shopify-payment-button{
    display: none;
}
#ccustom-form{
    width: 100%;
    max-width: 69%;
    margin-left: 20px;
}

.product-form__input--pill input[type=radio]+label{
    border-radius: 0 !important;
    border: #000 !important;
    padding: 6px !important;
}
.image-of-options{
    width: 40px;
    height: 40px;
}


/* swiper-buttons */
.buttons-slider-box{
    align-items: center;
}
.slider-btns{
    position: unset !important;
    width: 31px !important;
    height: 31px !important;
    margin: 0 !important;
    padding: 0;
    display: flex !important;
    user-select: none;
}
.slider-btns:hover svg{
    transition: .2s linear;
}
.slider-btns::before,
.slider-btns::after{
    display: none;
}
.slider-btns:hover svg path{
    stroke: #00ffff;
}


#CartDrawer-Checkout::before,
#CartDrawer-Checkout::after{
    display: none;
}
#CartDrawer-Checkout{
    height: 50px;
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    Background: #0FF9FF;
    color: #000;
    border: 1px solid #0FF9FF;
    display: flex;
    letter-spacing: 0.01rem;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}