/** Shopify CDN: Minification failed

Line 202:13 Expected identifier but found "."
Line 223:28 Expected identifier but found "."
Line 2151:28 The "-" operator only works if there is whitespace on both sides
Line 2237:1 Unexpected "{"

**/
section.hero.hero--wholesale .row {
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
    align-items: center;
    padding: 30px 10px;
}

section.hero.hero--wholesale h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
    opacity: 0.8 !important;
    letter-spacing: 0;
}

section.hero.hero--wholesale .content-box p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

section.hero--wholesale .Pr_content img {
    width: 100%;
}


/* wholesale-page-css-start*/

.header.banner-img .bundle-description {
    padding: 0 20px;
}

.header.banner-img {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header.banner-img .bundle-description h1 {
    margin: 0;
    font-size: 28px;
    text-align: center;
    line-height: 1;

}

.header.banner-img .bundle-description h1,
.header.banner-img .bundle-description span {
    color: #FFFFFF;
}
fac
.header.banner-img .bundle-description span {
    font-size: 18px;
    line-height: 1;
}



.shopify-section .bulk-order-main {
    padding: 100px 0;
    background: #f7f9fc;
}

.shopify-section .bulk-order-main .container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 20px;
}



.shopify-section .bulk-order-main .container>.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.bulk-order-main .prd_parent {
    border-bottom: 2px solid #f7d93c !important;
    background: #fff;
    padding: 10px 15px 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bulk-order-main .prd_parent .image-with-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    align-items: center;
}

.bulk-order-main .prd_parent .image-with-title .prod_img {
    background: #f7f9fc;
    border-radius: 5px;
}

.bulk-order-main .prd_parent * {
    font-family: var(--font-body-family);
}

.bulk-order-main .prd_parent .product-details .sizewrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    gap: 0 15px;
}

.bulk-order-main .prd_parent .product-details .sizewrap h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 400 !important;
}

.bulk-order-main .prd_parent .product-details .sizewrap .product-variant-all {
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: space-between;
}

.bulk-order-main .prd_parent .product-details {
    padding: 0 10px;
}

.bulk-order-main .prd_parent .product-variant-all .product-variant-all-image {
    display: inline-flex;
    align-items: center;
    min-width: 65px;
}

.bulk-order-main .prd_parent .product-variant-all .product-variant-all-image>a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    background: #a9e0e1;
    padding: 5px;
    border-radius: 5px;
}


.bulk-order-main .prd_parent .product-variant-all .product-variant-all-image>a.active {
    outline: 1px solid #ddd;
    outline-offset: 1px;
}

.bulk-order-main .prd_parent .product-variant-all .product-variant-all-image p {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.bulk-order-main .prd_parent .product-price-btn-atc {
    border-top: 1px solid #ddd;
    padding: 20px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    gap: 0 10px;
}


.bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap {
    width: 100%;
    display: flex;
    float: left;
    clear: both;
}

.bulk-order-main .prd_parent .product-price-btn-atc span.product-price {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    text-align: end;
    letter-spacing: 0;
}

.bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap p.cart-attribute__field {
    margin: 0;
    display: flex;
    gap: 5px;.about-feature
    align-items: center;
}

.bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap select {
    width: 100%;
    max-width: 100px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    background: transparent;
    outline: none;
    box-shadow: none;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    appearance: none;
    --webkit-appearance: none;
}

.bulk-order-main .prd_parent .image-with-title .prod_img a {
    display: flex;
    justify-content: center;.about-feature
    align-items: center;
}

.bulk-order-main .prd_parent .image-with-title .prod_img img {
    width: 100%;
    padding: 10px;
    display: flex;
    max-width: 210px;
    align-items: center;
    justify-content: center;
}


.bulk-order-main .prd_parent .gray_form button#shopify_add_to_cart {
    margin: 0 auto;
    display: block;
    background: #f7d93c;
    width: 100%;
    max-width: 210px;
    color: #000000;
    padding: 12px 20px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
}


.bulk-order-main .prd_parent .content-block-new {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}



.bulk-order-main .prd_parent .image-with-title .product-titlte-description a {
    text-decoration: none;
    letter-spacing: 0;
}

.bulk-order-main .prd_parent .image-with-title .product-titlte-description a h2 {
    margin: 0;
}

div#password-protect-login-div {
    box-shadow: 0 0 0 #000, 0 0 7px #b9b1b1;
    border-radius: 15px;
    padding: 25px !important;
    max-width: 450px !important;
    width: calc(100% - 30px);

}

div#password-protect-login-div div#loginMessageContainer {
    margin-bottom: 20px;
}

div#password-protect-login-div div#loginMessageContainer h4 {
    margin: 0;
}


div#password-protect-login-div .form-vertical input:not(.text-center > input) {
    height: 60px;
    border-radius: 8px;
    border-width: 2px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
    padding: 0 10px;
    border: 1px solid rgba(129, 129, 129, .25);
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    transition: border-color .5s;
    box-shadow: none;
}

div#password-protect-login-div .form-vertical form label {
    display: block;
    font-size: 18px;
    color: #1b1919;
    font-weight: 500;
    margin-bottom: 5px;
    vertical-align: middle;
}


div#password-protect-login-div .text-center>p {
    margin: 0 0 20px;
    font-size: 14.5px;
    line-height: 1.4;
    text-align: center;
}

div#password-protect-login-div input.btn {
    width: 100%;
    max-width: 100%;
    border-radius: 30px !important;
    font-size: 20px;
    margin-bottom: 0 !important;
    background: #30cad3;
    border: 0;
    height: 60px;
    color: #fff;
}

.bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap .select_parent {
    position: relative;
    max-width: 100px;
    width: 100%;
}

.select_parent:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/cdn/shop/files/free-arrow-down-icon-3101-thumb.png?v=1745411306);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    max-width: 14px;
    pointer-events: none;
}

.header.banner-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

.header.banner-img .container {
    z-index: 2;
}

/* 6-May-25-start*/

.two-column-section .column-right .when-touse.the4_description_custom .useto_section .grid-icon h2 {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Jost';
    margin: 0;
    width: max-content;
    color: #1d1d1d;
}

body.template_Apply .trusted_cstm {
    padding: 70px 0;
    margin: 0;
}

body.template_Apply .trusted_cstm .rich-text {
    padding-bottom: 0;
}

body.wholesale .trusted_cstm .mobile-left h1.rich-text-heading:first-child {
    font-size: 65px;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-align: center;
}

body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) {
    margin: 0;
    font-size: 58px;
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'Jost';
}

body.template_Apply .trusted_cstm .rich-text-wrapper .rich-text-text.rte p {
    text-align: center;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 1.056;
}

body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) span {
    font-weight: 600 !important;
}

body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:first-child>span {
    font-weight: 700;
    font-family: 'Jost';
}

.template_Apply .banner_product_image .collection-img img {
    transform: scale(0.8);
}

body.intro .collection-tabs-section .bundle-sec-custm .tabs.center {
    max-width: max-content !important;
    width: auto !important;
}

body.intro .collection-tabs-section .bundle-sec-custm .tabs.center span.bundle-head {
    background-color: #1d1d1d;
    min-height: 22px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    margin: 0 3px 0 10px;
}

body.intro .collection-tabs-section .bundle-sec-custm .notification {
    margin-right: 10px;
}

body.intro .collection-tabs-section .bundle-sec-custm .tabs.center label.tab {

    padding: 10px 50px;
}

body.template_Apply .program-benefits-wrapper {
    border-radius: 25px;
    margin: 0 auto;
    padding: 0 58px;
    max-width: 1200px;
    background: #F2F2F2;
    text-align: center;
}

body.template_Apply .program-benefits-wrapper h2 {
    margin: 0 0 0;
    font-size: 44px;
    font-weight: 700;
    line-height: .875962;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    top: -15px;
}

body.template_Apply .program-benefits-wrapper .benefits-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 0 70px;
    position: relative;
}

body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image img {
    width: 100%;
    border-radius: 50%;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body.template_Apply .program-benefits {
    padding: 60px 20px;
}

body.template_Apply .program-benefits-wrapper p {
    font-size: 20px;
    margin: 5px 0 0;
}

body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image {
    flex: 0 0 calc(40% - 10px);
    max-width: calc(40% - 10px);
    position: relative;
    aspect-ratio: 1/1;
    text-align: center;
    margin: 0 auto;
}

body.template_Apply .program-benefits-wrapper .benefits-text {
    max-width: 700px;
}

body.template_Apply .program-benefits-wrapper .benefits-text ul.benefits-list {
    flex-direction: column;
    gap: 20px;
    display: flex;
    list-style: none;
    text-align: center;
    padding: 0;
}

body.template_Apply .program-benefits-wrapper .benefits-text li {
    margin: 0;
    padding: 12px 20px;
    border: 2px solid #000;
    border-radius: 12px;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.56px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

body.template_Apply .program-benefits-wrapper a.join-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    padding: 7px 44px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}

body.template_Apply .program-benefits-wrapper .benefits-container {
    flex-flow: column;
}

body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image img {
    position: unset !important;
    max-width: 300px;
}
body.template_Apply .program-benefits-wrapper a.join-button:hover {
    background: #333;
}

.section.custom_rich {
    padding: 20px 0 35px;
}

.section.custom_rich .mobile-left h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

section.apply-form h2.rich-text-heading{
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 50px 0 0;
}

.section.custom_rich .mobile-left {
    width: 100%;
    max-width: 100%;
}

.section.custom_rich .mobile-left .rich-text-text p {
    font-size: 20px;
    color: #1d1d1d;
    line-height: 1.2;
    letter-spacing: 0;
}

.swiper-backface-hidden img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: center;
}

.swiper-backface-hidden+div#testimonial-content {
    padding: 35px 0 0;
    margin: 0 !important;
}

.swiper-backface-hidden+div#testimonial-content h2#testimonial-name {
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}

.swiper-backface-hidden+div#testimonial-content p#testimonial-quote {
    margin: 0;
    font-size: 20px;
}

body.template_About-us .section.custom_rich {
    padding: 0px !important;
}


body.template_Apply .color-option-2.gradient {
    background: transparent;
    text-align: left;
}


body.template_Apply .testimonials-custm .collection-info.grid {
    gap: 0;
}

body.template_Apply .testimonials-custm .collection-info.grid .grid_item {
    width: 100%;
    text-align: center;
}

body.template_Apply .testimonials-custm .collection-info.grid .grid_item p.image-with-text-text {
    font-size: 20px;
    color: #1d1d1d;
    text-transform: capitalize;
    letter-spacing: 0;
}

body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700;
    margin: 15px 0 20px;
}

body.template_Apply .testimonials-custm ul li {
    text-align: center;
    background: #f1f1f1;
    border-radius: 25px;
    height: auto;
    padding: 44px 50px 30px;
    display: flex;
    justify-content: center;
    width: max-content;
}

body.template_Apply .testimonials-custm ul li .color-option-1.gradient {
    margin: 0;
    background: transparent;
    border: 0;
    text-align: center;
    gap: 0;
}

body.template_Apply ul li .color-option-1.gradient .testimonial-text {
    gap: 18px;
    display: flex;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
}


body.template_Apply ul li .color-option-1.gradient .testimonial-text .rating svg.five-stars {
    width: 144px;
}

body.template_Apply ul li .color-option-1.gradient .testimonial-text .rating svg.five-stars path {
    fill: rgb(255, 199, 0);
}


body.template_Apply ul li .color-option-1.gradient .testimonial-text .rte p {
    font-size: 20px;
    line-height: normal;
    color: #1d1d1d;
}

body.template_Apply .testimonials-custm .testimonial-section.page-width {
    max-width: 100%;
    padding: 0;
}

body.template_Apply .testimonials-custm ul li h3.heading-bold {
    letter-spacing: -.02em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: .876111;
    margin: 25px 0 0;
}

.two-column-section .column-right .when-touse.the4_description_custom .useto_section {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}



.two-column-section .column-right .when-touse.the4_description_custom .useto_section img {
    max-width: 35px;
    padding: 0;
    margin: 0;
}

.section.custom_rich .ignore-true {
    margin-top: 0;
}

.collection-tabs-section .tab-content>div button.view-all-button {
    background: #1d1d1d;
    padding: 8px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Jost';
    display: flex;
    margin: 40px auto 10px !important;
    display: none;
}

body.template_Apply .testimonials-custm .collection-info.grid .grid_item button.slider-button {
    border-radius: 20px;
    color: #fff;
}

body.template_Apply .testimonials-custm .disable-slider-arrows-true.slider-buttons.no-js-hidden {
    margin: 0;
    display: flex;
    justify-content: end;
    padding: 0 20px;
}
 
body.without-wholesale .swiper.mySwiper .swiper-button-next {
    top: 20px;
    align-content: center;
    right: 30px;
}

body.without-wholesale .swiper.mySwiper .swiper-button-next::after, body.without-wholesale .swiper.mySwiper .swiper-button-prev::after {
    content: "\f060";
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    color: #000;
    font-size: 25px;
}


body.without-wholesale .swiper.mySwiper .swiper-button-next::after {
    content: "\f061";
}

body.without-wholesale .swiper.mySwiper .swiper-button-prev {
    top: 20px;
    left: 30px;
    align-content: center;
}

.column-right .section-buy_buttons-margin {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10px;
    align-items: center;
}

.column-right .section-buy_buttons-margin .product-form-input {
    flex: unset;
}
 
.column-right .section-buy_buttons-margin .product-form-input+div {
  width: calc(100% - 155px);
  margin: 14px 0 0 auto;
}

.column-right .section-buy_buttons-margin div .product-form__buttons {
    display: block;
    width: 100%;
    max-width: 100%;
}

.column-right .section-buy_buttons-margin div .product-form__buttons button {
    width: 100%;
}

.column-right .section-buy_buttons-margin div .product-form__buttons button:last-child {
    background: #000;
    color: #fff;
    margin: 0;
}

.column-right .section-buy_buttons-margin .product-form-input .quantity {
    min-height: 40px;
}

.two-column-section .column-right .when-touse.the4_description_custom .useto_section  .grid-icon {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 10px;
}

ul.mega-menu__list.page-width>li:first-child>ul.list-unstyled>li:first-child a, ul.mega-menu__list.page-width>li:first-child>ul.list-unstyled>li:nth-child(8) a, ul.mega-menu__list.page-width>li:first-child>ul.list-unstyled>li:nth-child(14) a {
    font-weight: 600;
}

/* 05-may-25-end*/


/* ============================
          14-May-start 
   ============================*/


.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide {
    width: 100%;
    border-radius: 50%;
    min-width: 75px;
    height: 75px;
    max-width: 70px;
    margin: 0 4px;
}

.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide button.thumbnail {
    border-radius: 50%;
}

body.template-product .column-right product-recommendations .complementary-products-container .card.card--horizontal {
    background: #f7f8f9;
}

body.template-index .ignore-false .image-with-text-content .deco img {
    max-width: 100%;
}

.ignore-false .image-with-text-content .deco img {
    max-width: 84%;
}

.ignore-false .image-with-text-content .deco {
    margin: 0;
    right: 10px;
}
.text-scroll-section {
    position: relative;
    display: block;
}
.trusted_cstm.apply-form .ignore-true {
    margin: 0px;
}
.product-info-wrapper.grid-item .two-column-section {
    align-items: flex-start;
}
.custm-benefits-list-main .custm-benefits-list  {
    padding: 10px 15px !important;
    background: #f2f2f2;
    border: 1px solid #ddd;
}

.product-info-container .product-accordion.accordion collapsible-row .the4_description_custom {
    padding-top: 10px;
}


body.template_About-us .rich-text-blocks {
    max-width: 1100px;
}
body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}

body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item {
    width: 100%;
    max-width: 100%;
}

body.template_About-us .multicolumn .title-wrapper--self-padded-mobile p.image-with-text-text {
    font-size: 16px;
    margin: 0 0 24px;
}

body.template_About-us .section-template--19638196404483__multicolumn_gfpQ4C-margin {
    /* background: #dbedf0; */
    padding: 20px 0px;
}

body.template_About-us .margin-spacing-negative .title-wrapper--self-padded-mobile {
    text-align: center;
}

body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile {
    justify-content: center;
    margin: 0 0 40px;
}

body.template_About-us ul#Slider-template--19638196404483__multicolumn_gfpQ4C li .multicolumn-card-info {
    padding: 10px;
    /* background: #dbedf0; */
}

body.template_About-us ul#Slider-template--19638196404483__multicolumn_gfpQ4C li .multicolumn-card-info p {
    color: #000;
    text-align: center;
}
body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item .media.global-media-settings {
    padding: 0 !important;
}

body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item .media.global-media-settings img {
    position: unset;
}
body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    height: calc(100% - 50px);
    background: #f8f9fb;
    display: flex;
    flex-flow: column;
    padding: 30px 80px;
}

body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center p.tooltip-text {
    font-size: 20px;
}

body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center h2.heading-bold {
    margin: 0 0 30px;
    font-size: 45px;
}
body.template_About-us .custm-offer .paragraph-text {
    text-align: center;
}


/* body.template_About-us div.ignore-false.custm-offer div.multicolumn.custm-container {
      background-image: url(/cdn/shop/files/background_1.jpg?v=1749464337);
      background-attachment: unset;
}
 */
body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container {
    /* background-image: url(/cdn/shop/files/Group_1_3.png?v=1749475071); */
  /* background-image: url(/cdn/shop/files/Group_1_5.png?v=1749477408); */
    background-attachment: unset;
    background-position: center;
    background-size: cover;
}
/* .ignore-false.custm-difference:before {
    content: "";
    right: 50px;
    max-width: 207px;
    width: 100%;
    height: 385px;
    background-image: url(/cdn/shop/files/Frame.png?v=1749464866);
    bottom: 0;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
} */
/* about us css */

.custm-results {
    padding: 0px 0px 80px;
    position: relative;
}

.custm-results:after {
    content: "";
    position: absolute;
    left: 0;
    max-width: 259px;
    width: 100%;
    background-position: center;
    background-size: contain;
    /* background-image: url(/cdn/shop/files/ICON_2.png?v=1749464869); */
    background-image: url('/cdn/shop/files/icon-1.png?v=1777007876');
    background-repeat: no-repeat;
    height: 345px;
    bottom: 0;
    top: -50px;
}
.custm-millions {
    position: relative;
    padding: 50px 50px;
}

.custm-millions:after {
    content: "";
    position: absolute;
    left: 0;
    max-width: 150px;
    width: 100%;
    height: 234px;
    /* background-image: url(/cdn/shop/files/Group_1_c4bab0e2-27fa-4d8e-8179-c5f457c7a710_7.png?v=1749470243); */
    background-image: url('/cdn/shop/files/icon-3.png?v=1777008082');
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.custm-millions:before {
    content: "";
    position: absolute;
    right: 50px;
    max-width: 204px;
    width: 100%;
    height: 294px;
    /* height: 223px; */
    /* background-image: url(/cdn/shop/files/palm.webp?v=1749114906); */
    /* background-image: url(/cdn/shop/files/WEB_banner-24.png?v=1748493902); */
    /* background-image: url(/cdn/shop/files/ICON_3.png?v=1749464871); */
    background-image: url('/cdn/shop/files/icon-4.png?v=1777008081');
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.ignore-true.custm-studio {
    position: relative;
}

.custm-offer slider-component.slider-mobile-gutter {
    max-width: 1150px;
    margin: 0 auto;
}
.ignore-true.custm-offer.custm-text {
    padding-bottom: 50px;
    background: #f2f2f2;
    padding-top: 20px;
}
.custm-difference .page-width {
    max-width: 1280px;
}
.custm-difference slider-component.slider-mobile-gutter ul li .multicolumn-card {
    border: 0;
}
.custm-difference slider-component.slider-mobile-gutter ul li p {
    font-size: 20px;
}
/* .ignore-true.custm-studio:before {
    content: "";
    right: 0;
    max-width: 207px;
    width: 100%;
    height: 385px;
    background-image: url(/cdn/shop/files/rsz_1story_footer2x.png?v=1749114902);
    background-image: url(/cdn/shop/files/Frame.png?v=1749464866);
    bottom: 0;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
} */
.promotion-cards-two .promotion-cards-section ul.promotion-cards-list {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
body.template-index .promotion-cards-one .promotion-cards-section .collection-info.grid .grid_item:first-child {
    max-width: calc(100% - 100px);
    width: 100%;
    text-align: center;
    padding-left: 100px;
}
body.template-index .promotion-cards-one .promotion-cards-section .collection-info.grid {
    display: flex;
    align-items: center;
}
body.template_About-us .ignore-false.custm-difference {
    position: relative;
}
body.template_About-us  .ignore-false.custm-results:before {
    content: "";
    right: 50px;
    max-width: 205px;
    width: 100%;
    height: 295px;
    /* background-image: url(/cdn/shop/files/Frame.png?v=1749464866); */
    background-image: url('/cdn/shop/files/icon-2.png?v=1777008082');
    bottom: -70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
}
/* ============================
          14-May-END 
   ============================*/


   


/* 27April2026start */
.custom_rich.apply-form {
    padding: 50px 0 0;
}



.custom_rich.apply-form .page-width h2 {
    text-align: start;
}

.custom_rich.apply-form .page-width p {
    text-align: start;
}

.contact-form-column.contact-form-sidebar-section {
    background: transparent;
}



.page-width:has(.contact-form-column.contact-form-sidebar-section) .banner-section {
    display: none;
}

.contact-form-column.contact-form-sidebar-section .page-width {
    padding: 0 15px;
}

.page-width:has(.contact-form-column.contact-form-sidebar-section) .ignore-false {
    max-width: 100%;
    width: 100%;
}

.contact-form-column.contact-form-sidebar-section .contact-form-section {
    padding: 0 !important;
}

.contact-form-column.contact-form-sidebar-section .contact-form-section input {
    background-color: #fff;
    min-height: 64px;
    height: auto;
}

.contact-form-column.contact-form-sidebar-section .contact-form-section  textarea {
    min-height: 260px;
}

.contact-form-column.contact-form-sidebar-section .contact-form-section button.button {
    background-color: #000;
    padding: 16px 55px !important;
    width: auto;
    max-width: max-content;
    min-width: auto;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 50px;
}
.newsletter-section.custom-newsletter img.newsletter-img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.image-banner-section.ignore-false {
    display: none;
}
/* end */

/* 28April 2026 start */
.mega-menu-collection{
    grid-area:1 / 1 / span 2 / span 1 !important;
    padding-left:0 !important;
    border-left:none !important;
}
/* end */

/* 29/04/2026 */
.custom-newsletter{
    .newsletter-left{
        margin-bottom:30px;
    }
}


/* 05/05/2026 */

.nm-easywholesale-form{
    .nm-easywholesale-table-product{
       border:none;
       overflow:unset;
       max-height:unset !important;
    }
}

/* 11/05/26 */


.About .rich-text-blocks.center.mobile-left {
    max-width: 1200px;
}

.About .image-hotspots .grid {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0px;
    justify-content: space-between;
}

.About .image-hotspots .grid .grid-item.left{
    width: 50%;
    max-width: 50%;
}
.About .image-hotspots .grid .grid-item.right{
    width: 50%;
    max-width: 50%;
    .tooltip-text{
        font-size:18px;
    }
}
.About .image-hotspots .grid .grid-item.left img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

  @media(min-width:991px) and (max-width:1439px){
  
  .column-right .section-buy_buttons-margin .product-form-input .quantity {
    max-width: 80px;
}

.product--medium:not(.product--no-media) .product-info-wrapper .column-right {
    padding-left: 1.5rem;
}

.column-right .section-buy_buttons-margin .product-form-input .quantity button.quantity-button {
    width: 25px;
}

  .column-right .section-buy_buttons-margin .product-form-input+div {
    width: calc(100% - 85px);
}

  .column-right .section-buy_buttons-margin div .product-form__buttons button:first-child {
    padding: 0 2px;
}

  .column-right .section-buy_buttons-margin div .product-form__buttons button:first-child span {
    font-size: 13px;
}

  .product-section .product--thumbnail_slider.grid--2-col-tablet .grid-item .column-right {
    padding-left: 1.5rem;
}

.custm-benefits-list {
    padding: 0 20px !important;
}
}

@media(max-width:1439px) {

    .shopify-section .bulk-order-main .container>.row {
        gap: 40px 20px;
    }

    .bulk-order-main .prd_parent .image-with-title {
        gap: 0 12px;
    }

    .shopify-section .bulk-order-main .container {
        max-width: 100%;
    }

    body.template_Apply .testimonials-custm ul li {
        border-radius: 25px;
        padding: 20px 20px 20px;
    }

    body.template_Apply ul li .color-option-1.gradient .testimonial-text .rte p {
        font-size: 18px;
    }

    body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title {
        margin: 15px 0 15px;
    }

    body.template_Apply ul li .color-option-1.gradient .testimonial-text .rating svg.five-stars {
        width: 130px;
    }

    body.template_Apply ul li .color-option-1.gradient .testimonial-text {
        gap: 10px;
    }

    section#shopify-section-template--19523006038275__testimonials_CYDq8x {
        margin: 10px 0 0;
    }

    .section.custom_rich .mobile-left h2,
    body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title,
    body.template_Apply .program-benefits-wrapper h2, section.apply-form h2.rich-text-heading {
        font-size: 42px;

    }

    body.template_Apply .trusted_cstm {
        padding: 50px 0 40px;
    }

    body.wholesale .trusted_cstm .mobile-left h1.rich-text-heading:first-child {
        font-size: 50px;
        letter-spacing: 1px;
        word-spacing: 1px;
    }

    body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) {
        font-size: 45px;

    }

    body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image {
        flex: 0 0 calc(35% - 10px);
        max-width: calc(35% - 10px);
    }

    body.template_Apply .program-benefits-wrapper .benefits-text li {
        padding: 12px;
        font-size: 18px;
        line-height: 22.56px;
        min-height: 80px;

    }

    .section.custom_rich {
        padding: 35px 0 20px;
    }
}

@media(max-width:1365px) {
    .bulk-order-main .prd_parent .product-price-btn-atc span.product-price {
        font-size: 20px;
    }

    .bulk-order-main .prd_parent .product-details {
        padding: 0 5px;
    }

    .bulk-order-main .prd_parent {
        padding: 10px 12px 0 10px;
    }

    .bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap p.cart-attribute__field label {
        font-size: 16px;
    }

    .bulk-order-main .prd_parent .image-with-title .product-titlte-description a h2 {
        font-size: 20px;
    }

    .bulk-order-main .prd_parent .product-variant-all .product-variant-all-image p {
        font-size: 27px;
    }

    .bulk-order-main .prd_parent .image-with-title .prod_img img {
        max-width: 200px;
    }

    .shopify-section .bulk-order-main {
        padding: 80px 0;
    }

    body.template_Apply h2.banner-heading {
        font-size: 45px;
        line-height: normal;
    }
}


@media(max-width:1199px) {
    .shopify-section .bulk-order-main .container>.row {
        grid-template-columns: repeat(2, 1fr);
    }

    .shopify-section .bulk-order-main {
        padding: 65px 0;
    }

    .bulk-order-main .prd_parent .image-with-title .product-titlte-description a h2 {
        font-size: 19px;
    }

    .bulk-order-main .prd_parent .product-details .sizewrap h5 {
        font-size: 16px;
    }

    .bulk-order-main .prd_parent .product-variant-all .product-variant-all-image p {
        font-size: 22px;
    }

    .bulk-order-main .prd_parent .product-variant-all .product-variant-all-image {
        min-width: 50px;
    }

    .bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap select {
        max-width: 100%;
        height: 35px;
        font-size: 15px;

    }

    .bulk-order-main .prd_parent .product-price-btn-atc .single_variation_wrap .select_parent {
        max-width: 80px;
    }

    .bulk-order-main .prd_parent .product-price-btn-atc span.product-price {
        font-size: 19px;
    }

    .bulk-order-main .prd_parent .gray_form button#shopify_add_to_cart {
        max-width: 190px;
    }



    body.template_Apply .program-benefits-wrapper .benefits-container {
        gap: 30px;
        padding: 50px 0 90px;
    }

    .section.custom_rich .mobile-left h2,
    body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title,
    body.template_Apply .program-benefits-wrapper h2, section.apply-form h2.rich-text-heading{
        font-size: 35px;
    }

    body.template_Apply .program-benefits-wrapper .benefits-text li {
        padding: 10px;
        font-size: 16px;
        line-height: 22px;
        min-height: 70px;
    }

    .section.custom_rich {
        padding: 15px 0 20px;
    }

    body.wholesale .trusted_cstm .mobile-left h1.rich-text-heading:first-child {
        font-size: 45px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) {
        font-size: 40px;
    }

    body.template_Apply ul li .color-option-1.gradient .testimonial-text .rte p {
        font-size: 16px;
    }

    body.template_Apply h2.banner-heading {
        font-size: 42px;
        line-height: 1.2;
    }

}

@media(max-width:990px){

    .column-right .section-buy_buttons-margin .product-form-input .quantity {
        max-width: 90px;
    }

    .column-right .section-buy_buttons-margin .product-form-input .quantity button.quantity-button {
        width: 25px;
    }

    .column-right .section-buy_buttons-margin .product-form-input+div {
        width: calc(100% - 105px);
    }
}


@media(max-width:767px) {
    .shopify-section .bulk-order-main .container>.row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px
    }

    .template_Reviews .bundle-description p.bulk-subheading {
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .template_Reviews .bundle-description .bulk-banner-heading {
        font-size: 30px !important;
        line-height: 1.1 !important;
        letter-spacing: 0;
        margin: 0 !important;
    }

    body.template-product .column-right product-recommendations {
        display: none;
    }
    

    body.without-wholesale .swiper.mySwiper .swiper-button-next {
      top: 25px;
      right: 20px;
    }

    body.without-wholesale .swiper.mySwiper .swiper-button-prev {
      top: 25px;
      left: 20px;
  }

    body.without-wholesale .swiper.mySwiper .swiper-button-next::after, body.without-wholesale .swiper.mySwiper .swiper-button-prev::after {
      font-size: 25px;
  }

    body.without-wholesale .swiper.mySwiper .swiper-button-prev, body.without-wholesale .swiper.mySwiper .swiper-button-next {
      align-content: center;
  }

    div#password-protect-login-div .form-vertical input:not(.text-center>input) {
        height: 45px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    div#password-protect-login-div input.btn {
        height: 50px;
    }

    div#password-protect-login-div div#loginMessageContainer {
        margin-bottom: 10px;
    }

    div#password-protect-login-div .form-vertical form label {
        font-size: 16px;
    }


    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center {
        max-width: 100% !important;
        justify-content: space-between;
        align-items: center;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center span.notification {
        display: none;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center label.tab[for="radio-template--19406981333251__collection_tabs-1"] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    section.apply-form h2.rich-text-heading {
        margin: 20px 0 0;
    }

}

/* wholesale-page-css-start*/



@media(max-width:767px) {
    section.hero.hero--wholesale h1 {
        font-size: 30px;
    }

    section.hero.hero--wholesale .content-box,
    section.hero.hero--wholesale .colmn-image {
        text-align: center;
    }

  .column-right .section-buy_buttons-margin div .product-form__buttons button:first-child {
    padding: 0 5px;
}

  .column-right .section-buy_buttons-margin div .product-form__buttons button:first-child>span {
    font-size: 14px;
}

.column-right .section-buy_buttons-margin .product-form-input .quantity {
    min-height: 40px;
    max-width: 90px;
}

  .column-right .section-buy_buttons-margin .product-form-input+div {
    width: calc(100% - 98px);
}

    section.hero.hero--wholesale .row {
        flex-flow: column;
    }

    section.hero--wholesale .Pr_content img {
        padding: 10px;
    }

}

.container .description-content {
    padding: 0 151px;
}

a.cbb-frequently-bought-selector-link {
    text-decoration: none;
}

.collection-tabs-section .tabs.center {
    border: 2px solid rgb(var(--color-base-background-accent-1));
    width: 400px !important;
    max-width: 100% !important;
    margin: 0 auto;
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: auto;
}

.collection-tabs-section .tabs.center label.tab {
    margin: 0;
    border: 0;
    padding: 10px 40px;
}

.collection-tabs-section .tabs.center:has(input:first-child:checked) .glider {
    left: 0;
    transform: translate(0px, 0px) !important;
    border-radius: 60px;
    width: 50% !important;
    transition: all 0.3s ease !important;
}

.collection-tabs-section .tabs.center:has(input:nth-child(3):checked) .glider {
    left: 50% !important;
    width: 50% !important;
    transform: translate(0px, 0px) !important;
    border-radius: 60px !important;
    transition: all 0.3s ease !important;
}

.collection-tabs-section .tabs.center .glider {
    transition: all 0.3s ease !important;
}

/* .template_Reviews .slider-mobile-gutter .grid-item>div {
    display: flex;
    align-items: anchor-center;
} */

.template_Reviews .slider-mobile-gutter .grid-item>div .multicolumn-card-image-wrapper {
    flex: 0 0 81px;
    width: auto;
    margin: 14px 10px 0 0;
}

.custom_rich.apply-form {
    margin: 0 !important;
}

body.intro .collection-tabs-section .bundle-sec-custm .tabs.center label.tab:nth-child(2) {
    padding-left: 20px;
}

 

@media(max-width:991px) {
    body.template_Apply .program-benefits-wrapper .benefits-container {
        gap: 25px;
        padding: 40px 0 70px;
        flex-flow: column;
    }

    body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image img {
        position: static;

    }

    body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image {
        flex: 100%;
        max-width: 50%;
        position: static;
    }

    body.template_Apply .program-benefits-wrapper .benefits-text {
        max-width: 100%;
    }

    body.wholesale .trusted_cstm .mobile-left h1.rich-text-heading:first-child {
        font-size: 40px;
    }

    body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) {
        font-size: 37px;
    }

    body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) span {
        width: 100%;
        display: block;
        text-align: center;
    }

    body.template_Apply h2.banner-heading {
        font-size: 40px;
    }

    .section.custom_rich .mobile-left h2,
    body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title,
    body.template_Apply .program-benefits-wrapper h2, section.apply-form h2.rich-text-heading {
        font-size: 32px;
        text-align: center;
    }

    

    .swiper-backface-hidden+div#testimonial-content h2#testimonial-name {
        margin: 0 0 10px;
        font-size: 23px;
    }

    .section.custom_rich .mobile-left .rich-text-text p {
        font-size: 18px;
        text-align: center;
    }

    .section.custom_rich .mobile-left {
        text-align: center;
    }

    .section.custom_rich .mobile-left .rich-text-buttons {
        justify-content: center;
    }

    body.template_Apply .trusted_cstm {
        padding: 40px 0 40px;
    }


}

@media(max-width:767px) {
    .template_Reviews .slider-mobile-gutter .grid-item>div .multicolumn-card-image-wrapper {
        flex: 0 0 51px;
    }

    body.template_Apply .banner-content {
        flex-flow: column-reverse;
    }

    body.template_Apply .program-benefits-wrapper {
        padding: 0 15px;
        max-width: 100%;
    }
    body.template_Apply .program-benefits-wrapper .benefits-container .benefits-image {
        max-width: 90%;
    }

    body.template_Apply .color-option-2.gradient {
        padding-top: 0;
    }

    body.template_Apply h2.banner-heading {
        font-size: 33px;
        letter-spacing: 0;
    }

    body.template_Apply .trusted_cstm {
        padding: 30px 0;
    }

    body.template_Apply .trusted_cstm .mobile-left h1.rich-text-heading:not(:first-child) {
        font-size: 32px;
    }

    body.wholesale .trusted_cstm .mobile-left h1.rich-text-heading:first-child {
        font-size: 35px;
    }

    .section.custom_rich .mobile-left h2, section.apply-form h2.rich-text-heading, body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title, body.template_Apply .program-benefits-wrapper h2 {
        font-size: 26px;
        letter-spacing: 0;
    }

    body.template_Apply .program-benefits-wrapper h2 {
        font-size: 24px;
        top: -18px;
    }

    body.template_Apply .program-benefits-wrapper p {
        font-size: 18px;
        margin: -10px 0 0;
    }

    body.template_Apply .program-benefits-wrapper .benefits-container {
        gap: 20px;
        padding: 30px 0 75px;
    }

    body.template_Apply .program-benefits-wrapper .benefits-text li {
        padding: 10px;
        font-size: 16px;
        line-height: 19px;
        min-height: 50px;
        letter-spacing: 0;
    }

    body.template_Apply .program-benefits-wrapper a.join-button {
        bottom: -16px;
        font-size: 16px;
        width: 100%;
        max-width: max-content;
    }

    body.template_Apply .program-benefits {
        padding: 50px 20px;
    }
    body.template_Apply .testimonials-custm .disable-slider-arrows-true.slider-buttons.no-js-hidden {
        margin: 0 0 10px;
        padding: 0 20px;
    }
}

/* 8-may-25-start*/

 


.two-column-section .column-right .when-touse.the4_description_custom .useto_section .grid-item.col .grid-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

body.template_Apply .banner-box.content-container p {
    color: #fff;
}

body.template_Apply .banner-box.content-container h2.banner-heading {
    font-size: 40px;
}
.testimonial-section .grid li {
    width: 33% !important;
}

/* section.shopify-section.section.trusted_cstm.apply-form {
    padding: 30px 0 50px !important;
}

section.shopify-section.section.trusted_cstm.apply-form {
    padding: 60px 0 0px !important;
}
body.template-index section.shopify-section.section.trusted_cstm.apply-form {
    padding: 0px 0 50px !important;
} */
section#shopify-section-multicolumn .ignore-false slider-component.slider-mobile-gutter .disable-slider-arrows-true {
    display: none;
}
body.template_Apply  .banner-content {
    align-items: flex-end;
}
/* 8-may-25-end*/
 

@media (max-width:990px) {

    body.template-index .card--media img {
        width: 100%;
    }

    .collection-tabs-section .tab-content>div button.view-all-button {
        display: block;
    }

    div.collection-tabs-section .tab-content>div ul li {
        width: 100% !important;
        max-width: 31% !important;
    }

    div.collection-tabs-section .tab-content>div ul {
        justify-content: space-between;
    }

    div.collection-tabs-section .tab-content>div ul li:nth-child(n+10) {
        display: none; 
   }

    body.template_Apply .swiper.mySwiper .swiper-wrapper {
        margin: 0 -5px;
    }

    body.template_Apply .swiper.mySwiper .swiper-wrapper .swiper-slide {
        margin: 0 5px;
    }

    body.template_Apply .testimonials-custm.section-multicolumn-margin {
        margin-top: 0;
    }
}

@media (max-width:567px) {

    .testimonial-section .grid li {
        width: 80% !important;
    }
}

@media (max-width:567px) {
    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center label.tab {
        padding: 10px 30px;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .notification {
        margin-right: 0px;
    }

    div.collection-tabs-section .tab-content>div ul li {
        width: 100% !important;
        max-width: 48% !important;
    }

    .collection-tabs-section .tab-content>div ul {
        display: flex;
        justify-content: space-between;
    }

    div.collection-tabs-section .tab-content>div ul li:nth-child(n+7) {
        display: none;
    }


    body.template_Apply .banner-buttons a.button-arrow {
        width: 100%;
        max-width: 50%;
        min-width: auto;
    }

    body.template_Apply .banner-buttons {
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
    }



}

@media (max-width:480px) {

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center>label.tab:nth-child(2) {
        display: flex;
        padding-inline: 0;
        padding: 3px 10px;
        height: 100%;
        gap: 0;
        width: 100%;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center>label.tab:nth-child(2) span.notification {
        position: absolute;
        right: 0;
        top: 9px;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center span.bundle-head {
        font-size: 9px;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center label.tab {
        padding: 20px 30px;
    }

    body.intro .collection-tabs-section .bundle-sec-custm .tabs.center:has(input:first-child:checked) .glider,
    body.intro .collection-tabs-section .tabs.center:has(input:nth-child(3):checked) .glider {
        height: 100%;
    }

    div.collection-tabs-section .tabs.center:has(input:nth-child(3):checked) .glider {
        left: auto !important;
        width: 37% !important;
        right: 0 !important;
    }

    div.collection-tabs-section .tabs.center:has(input:first-child:checked) .glider {
        width: 60% !important;

    }

    .collection-tabs-section .tab-content>div button.view-all-button {
        margin: 30px auto 10px !important;
    }

    .image-banner-with-collection .underline-links-hover  .card-information {
        padding: 10px 0 0;
    }
}


/* /* when to use start */
.the4_description_custom,
.the4_custom_faq_boxs {
    background: #f6f8f9;
}

.when-touse {
    padding-top: 30px;
}

.when-touse,
.the4_custom_faq_boxs div#shopify-section-product_question {
    padding-top: 0;
}

.when-touse {
    position: relative;
    padding: 50px 0 30px;
    padding-top: 50px;
}

.the4_description_custom {
    width: 100%;
    background: #fff;
}

.the4_description_custom {
    width: 100%;
}

.when-touse {
    position: relative;
    padding: 50px 0;
}


body.template_Apply .swiper.mySwiper .swiper-wrapper {
    margin: 0 -10px;
}

body.template_Apply .swiper.mySwiper .swiper-wrapper .swiper-slide {
    margin: 0 10px;
}

@media (min-width: 1024px) {
    .single-product-content .container {
        max-width: 1200px;
    }
}

@media (min-width: 1230px) {
    .when-touse .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .when-touse .container {
        max-width: 1170px;
    }
}



@media (min-width: 992px) {
    .when-touse .container {
        max-width: 970px;
    }
}

@media (min-width: 768px) {
    .when-touse .container {
        max-width: 100%;
    }
  body.template_Apply .banner-buttons {
    flex-wrap: nowrap;
    /* max-width: 100%; */
    /* width: 100%; */
}
  
}



.when-touse .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.when-touse .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.when-touse h2 {
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
}

.useto_section {
    width: 100%;
    display: flex;
}

 
.useto_section .grid-item.col {
    max-width: calc(100% / 1- 10px);
    flex: calc(100% / 1 - 10px);
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
}

.useto_section .grid-icon {
    text-align: center;
}

.useto_section img {
    max-width: 90px;
    width: 100%;
    max-width: 100px;
    width: 100%;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 15px;
}


body.template-product .the4_description_custom .grid-item h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.when-touse .grid-item h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.when-touse h2 {
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 500;
}

/* when to use end */
.buy-it-now-button {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.buy-it-now-button:hover {
  background-color: #333;
}
/* hide sortin at bundle page */
/* .template_Bundles .facets-container.facets-horizontal.filter-layout-boxed.page-width {
    display: none;
} */
.template_Reviews .bundle-description .bulk-banner-heading {
    text-align: center !important;
    font-size: 52px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    margin: 50px 0 0 !important;
}

.template_Reviews .bundle-description p.bulk-subheading {
    font-size: 20px;
}
.product .complementary-products.quick-add-hidden.complementary-products-contains-quick-add .button.button--secondary {
    display: flex;
    background: black;
    color: white;
    padding: 5px 9px;
    font-size: 14px;
    font-weight: 700;
  width: max-content;
}
.template-product .page-width.slider-buttons.no-js-hidden.quick-add-hidden.small-hide button.slider-button.slider-button--next, 
 {
  content: ""; 
  background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='white'/%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='white'/%3E%3Cpath d='M37.8754 21.6547L29.8752 13.1552C29.6817 12.9532 29.3507 12.9515 29.1641 13.1318C28.9747 13.3149 28.9608 13.6508 29.1407 13.8429L36.344 21.4989L7.50014 21.4989C7.22391 21.4989 7 21.7228 7 21.999C7 22.2752 7.22391 22.4991 7.50014 22.4991L36.344 22.4991L29.1407 30.1551C28.9608 30.3472 28.9719 30.6862 29.1641 30.8662C29.3563 31.0461 29.666 31.0507 29.8752 30.8428L37.8754 22.3432C38.0655 22.1092 38.0156 21.8225 37.8754 21.6558V21.6547Z' fill='black'/%3E%3C/svg%3E")!important;
   width: 50px !important;
    height: 50px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    
  box-shadow: 0px -2px 15px -6px #c5c5c5;
    
}
.template-product .page-width.slider-buttons.no-js-hidden.quick-add-hidden.small-hide button.slider-button.slider-button--prev, .template-product .thumbnail-list list-unstyled slider slider--mobile slider--tablet-up button.slider-button.slider-button--prev  {
    background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='white'/%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='white'/%3E%3Cpath d='M37.8754 21.6547L29.8752 13.1552C29.6817 12.9532 29.3507 12.9515 29.1641 13.1318C28.9747 13.3149 28.9608 13.6508 29.1407 13.8429L36.344 21.4989L7.50014 21.4989C7.22391 21.4989 7 21.7228 7 21.999C7 22.2752 7.22391 22.4991 7.50014 22.4991L36.344 22.4991L29.1407 30.1551C28.9608 30.3472 28.9719 30.6862 29.1641 30.8662C29.3563 31.0461 29.666 31.0507 29.8752 30.8428L37.8754 22.3432C38.0655 22.1092 38.0156 21.8225 37.8754 21.6558V21.6547Z' fill='black'/%3E%3C/svg%3E")!important;
    rotate: 180deg;
  background-size: contain !important;
    background-repeat: no-repeat !important;
}
.template-product .page-width.slider-buttons.no-js-hidden.quick-add-hidden.small-hide.slider-buttons svg{
    display: none;
}
.column-left .block:nth-of-type(4) {
    text-align: right;
    margin-top: -38px;
}
.grid-item.product-media-wrapper.aos-init.aos-animate button{
    border: 2px solid #c5c5c5;
    border-radius: 50px;
}
.thumbnail[aria-current] {
  border:2px solid black!important;
  border-radius:50px;
}


ul .custm-benefits-list .product--slide #product-gallery .slider-button--next{
    position: absolute;
        right: -5rem;
        top: 25px;
}

.product.product--slide .product-media-wrapper .slider-mobile-gutter .slider-button.slider-button--prev {
    top: 25px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    left: -20px !important;
    padding: 0;
    margin: 0;
}

.product.product--slide .product-media-wrapper .slider-mobile-gutter .slider-button.slider-button--prev svg.icon.icon-slider-arrows {
    width: 23px;
}

.product.product--slide .product-media-wrapper .slider-mobile-gutter .slider-button.slider-button--prev svg.icon.icon-slider-arrows polyline {
    stroke: currentColor !important;
}

.product--slide #product-gallery .slider-button--next {
    z-index: 9;
    right: -15px !important;
    top: 25px;
}

.product--slide #product-gallery slider-component.thumbnail-slider {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons {
    justify-content: space-between;
}

.product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next {
    position: unset;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='white'/%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='white'/%3E%3Cpath d='M37.8754 21.6547L29.8752 13.1552C29.6817 12.9532 29.3507 12.9515 29.1641 13.1318C28.9747 13.3149 28.9608 13.6508 29.1407 13.8429L36.344 21.4989L7.50014 21.4989C7.22391 21.4989 7 21.7228 7 21.999C7 22.2752 7.22391 22.4991 7.50014 22.4991L36.344 22.4991L29.1407 30.1551C28.9608 30.3472 28.9719 30.6862 29.1641 30.8662C29.3563 31.0461 29.666 31.0507 29.8752 30.8428L37.8754 22.3432C38.0655 22.1092 38.0156 21.8225 37.8754 21.6558V21.6547Z' fill='black'/%3E%3C/svg%3E")!important;
     rotate: 180deg;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: scale(-1);
}

.product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--prev {
    position: unset;
}
.product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50% !important;
    box-shadow: 0px 0px 4px #ddd;
} 
  .without-wholesale .product__media img.image-magnify-none {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
}
.product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons {
    justify-content: space-between;
    margin: 0px 30px;
}
/* .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide {
    width: 100%;
    border-radius: 50%;
    height: 60px;
    max-width: 60px;
    margin: 0 8px;
} */


/* .swiper.mySwiper .slider-item img { */
    /* border-radius: 15px;
    border: 2px solid #333; */
    /* height: 300px; */
    /* min-height: 300px; */
/* } */

 /* .swiper.mySwiper.custm-swiper .swiper-slide .slider-item img {
    aspect-ratio: unset;
     height: 385px !important

} */

.swiper.mySwiper.custm-swiper {
	margin: 50px 0px 80px 0px;
}

.swiper.mySwiper.custm-swiper .swiper-wrapper
{
    align-items: center;
}


.swiper.mySwiper.custm-swiper .swiper-slide  {
	width: 400px !important;
    height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.swiper.mySwiper.custm-swiper .swiper-slide .slider-item {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.swiper.mySwiper.custm-swiper .swiper-slide .square-item img {
  max-width: 400px;
	height: 400px !important;
    border-radius: 20px;
}


.swiper.mySwiper.custm-swiper .swiper-slide .rectangle-item {
  width: 300px;
  height: 500px; /* Taller for videos */
}

.swiper.mySwiper.custm-swiper .swiper-slide .rectangle-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.complementary-products-container slideshow-component.slider-mobile-gutter {
    background: #f7f8f9;
    border-radius: 8px;
}

.complementary-products-container slideshow-component.slider-mobile-gutter .title-buttons {
    padding: 0 10px;
}
.product .complementary-products.quick-add-hidden.complementary-products-contains-quick-add .button.button--secondary {
    background: transparent;
    color: #000;
}
body.template-index .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next, body.template_Bundles .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next, body.template-collection .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next {
    background-image: unset !important;
    background: #fff;
}
body.template-index .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next svg.icon.icon-slider-arrows ,
body.template_Bundles .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next svg.icon.icon-slider-arrows,
body.template-collection .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button.slider-button--next svg.icon.icon-slider-arrows {
    width: 23px;
}

/* body.template-index  .slick-main slick-slider ul li .slick-image.media {
    background: #fff;
}

body.template-index  .slick-main slick-slider ul li .slick-image.media img {
    width: 100%;
    object-fit: contain;
} */
.template_Reviews .slider-mobile-gutter .grid-item>div.footer-block__details-content {
    display: block;
}
.template_Reviews .slider-mobile-gutter .grid-item>div.footer-block__brand-info {
    display: block;
}
body.template-collection.without-wholesale .facets-container menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
    display: none;
}
body.template-collection.without-wholesale .facets-container .product-count.light.medium-hide.large-up-hide {
    max-width: max-content;
    width: 100%;
}
body.template-collection.without-wholesale .facets-container .product-count.light.medium-hide.large-up-hide {
    display: none;
}
.block.price-custm .product-tax-price {
    position: relative;
    margin: 0;
}
.product-info-wrapper.grid-item .column-left {
    flex-flow: unset;
    flex-wrap: wrap;
    gap: 10px 0px;
}

.column-left .block.loox_reviews_loox_rating_NbYCBG-custm {
    margin: 0;
    max-width:190px;
    width: 100%;
}
.column-left .block.price-custm {
    margin: 0;
    max-width: calc(100%  - 190px);
    width: 100%;
}
.product-info-wrapper.grid-item .column-left .block {
    width: 100%;
}
.template_Reviews .slider-mobile-gutter .grid-item>div .multicolumn-card-image-wrapper img.multicolumn-card__image {
    position: unset;
    transform: unset;
    max-width: 80px;
    margin: 0 auto;
}

.template_Reviews .slider-mobile-gutter .grid-item>div .multicolumn-card-image-wrapper .media {
    padding: 0;
}

/* .image-gallery-section text-scroll.scroll-text .scroll-text-block svg {
    display:none;
}

.image-gallery-section text-scroll.scroll-text .scroll-text-block {
    background: #fff;
    display: block;
}
.section-template--19406981693699__image_gallery_D8cNHK-scroll-text {
    height: auto !important;
}
*/



/* image gallery start here */

.image-gallery-section .scroll-text-block>span img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

 .image-gallery-section .scroll-text-block>span img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    min-height: 370px;
}
.image-gallery-section .scroll-text-block>span {
    width: 100% !important;
    min-width: 300px !important;
}
.image-gallery-section text-scroll.scroll-text .scroll-text-block {
    /* min-width: 2800px; */
   min-width: 3700px;
    width: 100% !important;
}
.image-gallery-section .scroll-text-block>span {
    height: 100% !important;
} 
/* image gallery end here */
.custm-millions {
    height: auto !important;
}
@media(max-width:1536px)

{
  body.template-index .image-banner-with-featured-collection .banner-media img {
    object-position: 100% 100%;
}
  body.template-collection .collection-style-three .banner-media img {
    object-position: 61% 100%;
}
}

@media(max-width:1365px){
  body.template-collection .collection-style-three .banner-media img {
    object-position: 75%  100%;
}
}
@media (max-width:1199px){
  .loox-rating .loox-rating-content {
    font-size: 12px;
}
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide {
    min-width: 62px;
    height: 62px;
    max-width: 62px;

}
  .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons button.slider-button {
    width: 30px;
    height: 30px;
}
  body.template-index .image-banner-with-featured-collection .banner-media img {
    object-position: 80% 100%;
}
  .complementary-products-container .card--horizontal .card-information {
    max-width: 60%;
    width: 100%;
}

.complementary-products-container .card--horizontal .card-inner {
    max-width: 40% !important;
}

body.template-product .column-right product-recommendations .complementary-products-container .card.card--horizontal {
    align-items: flex-start;
}
  .complementary-products-container .card--horizontal .card-heading {
    font-size: 13px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    padding: 20px 30px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center p.tooltip-text {
    font-size: 18px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    padding: 20px 30px;
    height: auto;
    border-radius: 30px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center h2.heading-bold {
    margin: 0 0 10px;
    font-size: 35px;
}
  body.template-collection .collection-style-three .banner-media img {
    object-position: 79%  100%;
}
}
@media(max-width:1023px){
  .column-left .block.loox_reviews_loox_rating_NbYCBG-custm .loox-rating {
    display: flex;
}
  .column-left .block.loox_reviews_loox_rating_NbYCBG-custm {
    max-width:100%;
}
.column-left .block.price-custm {
    max-width: 100%;
    width: 100%;
}
    body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}
  
}
@media(max-width:991px){
  section.apply-form .rich-text-blocks p {
    text-align: center;
}
    body.template_About-us .two-images-text-wrapper .grid-item {
    max-width: calc(100%/2 - 10px);
}
  .extract .rich-text-wrapper .rich-text-image {
    text-align: center;
}
  body.template_Ambassador .multicolumn slider-component.slider-mobile-gutter ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
    body.template_Ambassador .multicolumn .title-wrapper--self-padded-mobile {
    justify-content: center;
}
    body.template_Ambassador .mobile-left .rich-text-buttons {
    margin: 20px auto !important;
    width: 100%;
    max-width: 460px;
}

.rich-text-blocks.center.mobile-left {
    text-align: center;
}
body.template_Ambassador section#shopify-section-multicolumn .multicolumn slider-component.slider-mobile-gutter ul {
    display: flex !important;
}
  /* body.template_Ambassador .promotion-cards-section slider-component.slider-mobile-gutter ul.promotion-cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
} */
  body.template_Ambassador .multicolumn slider-component.slider-mobile-gutter ul li {
    width: 100%;
    max-width: 100%;
}
 /* body.template_Ambassador  .promotion-cards-section slider-component.slider-mobile-gutter ul.promotion-cards-list li {
    max-width: 100%;
    width: 100%;
} */
  body.template_Ambassador section#shopify-section-multicolumn .multicolumn slider-component.slider-mobile-gutter ul li {
    width: calc(50% - 4rem) !important;
}
  .facets-container.facets-horizontal form.facets__form {
    gap: 10px;
}
   body.template_Apply.for.wholesale .promotion-cards-two .promotion-cards-text {
    padding: 5px 20px;
}
  body.template-collection .collection-style-three .banner-media img {
    object-position: 83%  100%;
}
}
@media(max-width:767px){
  body.template-collection .collection-style-three .banner-media img {
    object-position: 100%  100%;
}
}
@media(min-width:567px){
  body.template_Apply.for.wholesale .slider--tablet.grid--peek.grid--1-col-tablet-down .grid-item, body.template_Apply.for.wholesale .slider--mobile.grid--peek.grid--1-col-tablet-down .grid-item {
    width: auto;
}

}
@media(max-width:567px){
    body.template-collection .collection-style-three .banner-media img {
    object-position: 92%  100%;
}
}
@media(max-width:480px)
{
  body.template-collection .collection-style-three .banner-media img {
    object-position: 88%  100%;
}
}
@media(max-width:990px){
  .promotion-cards-section slider-component.slider-mobile-gutter .grid_item {
    margin: 0 0 20px;
}

.promotion-cards-section slider-component.slider-mobile-gutter .grid_item .disable-slider-arrows-true {
    display: flex;
    margin: 0 !important;
    justify-content: flex-end;
}

  .margin-spacing-negative.section-template--19638196404483__rich_text_yHG6Uk-margin .rich-text-blocks h1 {
    font-size: 30px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    height: 100%;
    padding: 50px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center h2.heading-bold {
    margin: 0 0 20px;
    font-size: 35px;
}
  body.template_About-us   section#shopify-section-template--19638196404483__rich_text_NQDmzP {
    margin: 0;
}
  body.template_About-us .section-template--19638196404483__multicolumn_gfpQ4C-margin h2.title {
    font-size: 35px;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile h2.title {
    font-size: 35px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center p.tooltip-text {
    font-size: 18px;
}
}
@media (max-width:989px){
div#product-gallery {
    padding-right: 30px;
}

.product--slide #product-gallery slider-component.thumbnail-slider {
    max-width: 100%;
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.product.product--slide .product-media-wrapper .slider-mobile-gutter .slider-button.slider-button--prev, .product.product--slide .product-media-wrapper .slider-mobile-gutter .slider-button.slider-button--next {
    display: flex;
    border: 0;
    width: 20px;
    padding: 0;
}

.product--slide #product-gallery slider-component.thumbnail-slider .thumbnail-list.slider--tablet-up {
    gap: 0;
    padding: 0;
    margin: 0;
}

.product--slide #product-gallery slider-component.thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide {
    width: 100%;
    max-width: 25%;
    margin: 0;
    max-height: inherit;
    height: auto;
    min-width: 25%;
}

.product--slide #product-gallery slider-component.thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide button.thumbnail {
    border-radius: 0;
    border: 0 !important;
    padding: 0 5px;
}
.product--slide #product-gallery slider-component.thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide button.thumbnail img {
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #c5c5c5;
    height: auto;
}
.product--slide #product-gallery slider-component.thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider-slide button.thumbnail.is-active img {

    border: 2px solid #000;

}
.product--slide #product-gallery slider-component .slider.slider--mobile .grid-item {
    margin: 0 !important;
    padding: 0 5px;
}

.product--slide #product-gallery slider-component .slider.slider--mobile .grid-item img.image-magnify-none {
    max-width: calc(100% - 10px);
    box-sizing: border-box;
    margin: 0 5px;
}
  .product--slide #product-gallery slider-component.slider-mobile-gutter .page-width.slider-buttons {
    display: flex !important;
    position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        justify-content: space-between;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity .3s ease-in-out;
        z-index: 10;
}
 
.product-grid-section .product-grid-container ul.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
} 
  .product-grid-section .product-grid-container ul.grid li.grid-item {
    max-width: 100%;
    width: 100%;
}
  body.template_About-us  .image-with-text-grid {
    gap: 20px;
}
}

/* h1.rich-text-heading.animated-highlight.rich-text-heading-heading_grDp46.highlight-underline-hand.heading-bold.rte.large.heading-default {
    text-align: center;
} */

@media(max-width:767px){
body.template_Apply .color-option-2.gradient .banner-buttons.banner-buttons--multiple a.button-arrow.button.button--primary {
    width: 100%;
    max-width: 140px;
    min-width: unset;
}
  body.template_Apply  .banner-content {
    justify-content: flex-start;
}
  body.template_Apply .banner-box.content-container h2.banner-heading {
    font-size: 26px;
}
  body.template_Apply .color-option-2.gradient .banner-buttons.banner-buttons--multiple {
    max-width: 100%;
    width: 100%;
}
  body.template_About-us .two-images-text-wrapper .grid-item {
    max-width: 100%;
}
 body.template_FAQ  .style-two .multicolumn-card.card-content-container-transparent {
    display: flex;
    gap: 20px;
}
  section#shopify-section-template--19638196404483__rich_text_yHG6Uk {
    margin: 0;
}
  .margin-spacing-negative.section-template--19638196404483__rich_text_yHG6Uk-margin .rich-text-blocks h1 {
    font-size: 26px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    padding: 50px 20px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center p.tooltip-text {
    font-size: 16px;
}
  section#shopify-section-template--19638196404483__rich_text_yHG6Uk {
    margin: 0;
}

ul.custm-offer-grid{
    grid-template-columns: 1fr;
    display: grid;
}

ul.custm-offer-grid li {
    width: 100% !important;
    max-width: 100%;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile {
    justify-content: center;
    margin: 0 0 20px;
}
  body.template_About-us .section-template--19638196404483__multicolumn_gfpQ4C-margin ul#Slider-template--19638196404483__multicolumn_gfpQ4C {
    display: block;
}

body.template_About-us .section-template--19638196404483__multicolumn_gfpQ4C-margin ul#Slider-template--19638196404483__multicolumn_gfpQ4C li {
    width: 100%;
    max-width: 100%;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center h2.heading-bold {
    font-size: 26px;
}
  .margin-spacing-negative.section-template--19638196404483__rich_text_NQDmzP-margin .rich-text-blocks h1 {
    font-size: 26px;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile h2.title {
    font-size: 26px;
}
}

@media(max-width:749px){
  body.template-collection.without-wholesale .facets-container menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
    display: flex;
}
  body.template-collection.without-wholesale .facets-container .product-count.light.medium-hide.large-up-hide {
    display: block;
}
  .product-info-wrapper.grid-item .column-left .block.price-custm {
    max-width: calc(100% - 190px);
    width: 100%;
}

.product-info-wrapper.grid-item .column-left .block.loox_reviews_loox_rating_NbYCBG-custm {
    max-width: 190px;
}
}
@media(max-width:699px){
  div#product-gallery {
    padding-right: 0;
}
  .swiper.mySwiper.custm-swiper .swiper-slide .slider-item img {
    height: 200px !important;
}
    .swiper.mySwiper.custm-swiper .swiper-slide .slider-item   {
      padding: 0 3px;
    }
.swiper-slide .content.caption-box.show {
    min-height: 250px;
    overflow: auto;
    width: 100% !important;
    max-width: calc(100% - 55px);
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
  .loox-rating .loox-rating-content span.loox-rating-label {
    font-size: 16px;
}
}
@media(max-width:567px){
  body.template_FAQ .style-two .multicolumn-card.card-content-container-transparent {
    flex-flow: column;
    align-items: center;
    text-align: center;
}
  .product-info-wrapper.grid-item .column-left .block.price-custm {
    max-width: 100%;
    width: 100%;
}

.product-info-wrapper.grid-item .column-left .block.loox_reviews_loox_rating_NbYCBG-custm {
    max-width: 100%;
}
.swiper.mySwiper.custm-swiper .swiper-slide {
 width: 100% !important; 
}
.swiper.mySwiper.custm-swiper .swiper-slide .slider-item img {
    height:100% !important;
}
.swiper.mySwiper.custm-swiper {
	margin: 50px 15px 80px 15px;
}
.swiper.mySwiper.custm-swiper .swiper-slide .rectangle-item video {
	height: 400px;
}
.swiper.mySwiper.custm-swiper .swiper-slide .rectangle-item {
	height: 400px;
}
}

  @media(max-width:480px){

    body.template_Ambassador .multicolumn slider-component.slider-mobile-gutter ul {
    grid-template-columns: repeat(1, 1fr);
}
    .grid--1-col-tablet-down .grid-item .multicolumn-card-image-wrapper .media {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.grid--1-col-tablet-down .grid-item .multicolumn-card-image-wrapper .media img {
    height: auto;
}
   body.template_Ambassador .promotion-cards-section slider-component.slider-mobile-gutter ul.promotion-cards-list {
    grid-template-columns: repeat(1, 1fr);
}
      body.template_FAQ  .grid--1-col-tablet-down .grid-item .multicolumn-card-image-wrapper .media img {
    height: 100%;
}
    .template_Reviews .slider-mobile-gutter .grid-item>div .multicolumn-card-image-wrapper img.multicolumn-card__image {
    max-width: 30px;
}
  }

@media (max-width: 991px) {
    .section.custom_rich .mobile-left h2, body.template_Apply .testimonials-custm .collection-info.grid .grid_item h2.title, body.template_Apply .program-benefits-wrapper h2, section.apply-form h2.rich-text-heading {
        font-size: 32px;
        text-align: center;
    }



}
  body.template_Ambassador .multicolumn h1.title.large {
    font-size: 52px;
}
@media (max-width: 1439px) {
    body.template_Ambassador .multicolumn h1.title.large {
    font-size: 42px;
}
}

@media (max-width: 1199px) {
      body.template_Ambassador .multicolumn h1.title.large {
    font-size: 35px;
}
}
@media (max-width: 991px) {
      body.template_Ambassador .multicolumn h1.title.large {
    font-size: 32px;
}
.info-cards-section .infocards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.info-cards-section .infocards infocard-element {
    max-width: 100% !important;
    width: 100% !important;
}
}
@media (max-width: 767px) {

.info-cards-section .infocards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

body.template-index .promotion-cards-one .promotion-cards-section .collection-info.grid .grid_item:first-child {
    padding: 0;
    text-align: left;
}
}



body.template-product summary.color-option-2.gradient {
    background: unset;
    border: unset !important;
}


/* Hide mobile image by default */
.mobile-image-custom {
  display: none !important;
}

/* Show mobile image only on screens <= 767px */
@media (max-width: 767px) {
  .mobile-image-custom {
    display: block !important;
  }
  .desktop-image-custom {
    display: none !important;
  }
}
@media(max-width:1536px) {
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 61% 100%;
}
  .custm-results .extract.custm-rich-container {
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
}
  .custm-results:after {
    left: 10px;
    max-width: 210px;
}
  .custm-results .extract.custm-rich-container .rich-text-text p {
    font-size: 18px;
}
  .custm-millions .extract.custm-rich-container {
    max-width: 75%;
    margin: 0 auto;
}
  .custm-millions:after {
    max-width: 197px;
    height: 334px;
    bottom: 40px;
}
  .custm-millions:before {
    right: 20px;
    max-width: 204px;
    height: 274px;
}
}
@media(max-width:1365px){
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 75%  100%;
}
  .custm-results:after {
    left: 10px;
    max-width: 180px;
    height: 275px;
}
  body.template_About-us  .ignore-false.custm-results:before {
    right: 20px;
    max-width: 175px;
    height: 255px;
    bottom: -70px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center h2.heading-bold {
    margin: 0 0 10px;
    font-size: 35px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    padding: 30px 60px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center p.tooltip-text {
    font-size: 18px;
    line-height: 32px;
}
  .custm-millions:before {
    right: 20px;
    max-width: 164px;
    height: 234px;
}
  body.template_About-us div.ignore-false.custm-offer div.multicolumn.custm-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container {
    background-size: 100% 91%;
}
  .custm-results .extract.custm-rich-container h1 {
    font-size: 35px;
}
  .custm-difference .page-width h2.title {
    font-size: 35px;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile {
    justify-content: center;
    margin: 0 0 10px;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile h2.title {
    font-size: 40px;
}
}
@media (max-width:1199px){
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 79%  100%;
}
  body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container {
    
    background-size: 90% 100%;
}
  body.template_About-us div.ignore-false.custm-offer div.multicolumn.custm-container {
    background-size: 140% 100%;
}
}

@media(max-width:1023px){
  .custm-millions {
    position: relative;
    padding: 0px 16px 50px;
}
  /* .custm-difference slider-component.slider-mobile-gutter ul li .multicolumn-card {
    justify-content: center;
} */
}
@media(max-width:991px){
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 83%  100%;
}
  .custm-results {
    padding: 0px 0px 30px;
    position: relative;
}
  body.template_About-us  .ignore-false.custm-results:before {
    right: 20px;
    max-width: 155px;
    height: 225px;
    bottom: -70px;
}
  .custm-results:after {
    left: 10px;
    max-width: 170px;
    height: 245px;
}
  .custm-results .extract.custm-rich-container h1 {
    font-size: 30px;
    max-width: 450px;
    margin: 0 auto;
}
  .custm-millions .extract.custm-rich-container .rich-text-wrapper {
    position: relative;
    z-index: 4;
}

.custm-millions .extract.custm-rich-container .rich-text.content-container {
    position: relative;
    z-index: 4 !important;
    background: transparent;
}

.custm-millions .extract.custm-rich-container {
    position: relative;
    z-index: 2;
}
  body.template_About-us div.ignore-false.custm-offer div.multicolumn.custm-container {
    background-image: url();
}
  .custm-difference slider-component.slider-mobile-gutter ul li p {
    font-size: 18px;
}
  .custm-offer slider-component.slider-mobile-gutter li h3.heading-bold {
    font-size: 22px;
    letter-spacing: 0;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile h2.title {
    font-size: 35px;
}
  body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container h1 {
    font-size: 35px;
}
  .custm-millions:after {
    max-width: 157px;
    height: 294px;
    bottom: 60px;
}
}
@media(max-width:767px){
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 100%  100%;
}
  .custm-results:after , .custm-millions:after{
    display: none;
}
.custm-results .extract.custm-rich-container {
    max-width: 95%;
}
  .custm-millions .extract.custm-rich-container {
    max-width: 95%;
}
  body.template_About-us .margin-spacing-negative .title-wrapper-with-link.title-wrapper--self-padded-mobile h2.title {
    font-size: 26px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center {
    padding: 50px 30px;
}
  body.template_About-us .ignore-false.custm-difference ul.multicolumn-list {
    display: block;
}

body.template_About-us .ignore-false.custm-difference ul.multicolumn-list li {
    width: 100%;
    max-width: 100%;
}
  body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container h1 {
    font-size: 26px;
}
  body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container {
    background-size: 120% 100%;
}
  body.template_About-us .ignore-false.custm-difference ul.multicolumn-list li .multicolumn-card {
    margin: 0;
}
}
@media(max-width:567px){
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 92%  100%;
}
  .custm-millions .extract.custm-rich-container .rich-text-wrapper {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
  .custm-millions:before {
    display: none;
  }
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center p.tooltip-text {
    font-size: 16px;
    line-height: 28px;
}
  body.template_About-us .image-hotspots.page-width.tooltip-content-style-two .grid .grid-item.image-hotspots-content--center h2.heading-bold {
    margin: 0 0 10px;
    font-size: 28px;
}
  .custm-results .extract.custm-rich-container h1 {
    font-size: 26px;

}
  body.template_About-us div.ignore-true.custm-studio div.extract.custm-rich-container div.content-container {
    background-image: url();
}
}
@media(max-width:480px)
{
  body.template_Bundles .collection-style-three .banner-media img {
  object-position: 88%  100%;
}
}
body.template-product div.ba-slider img.ba-slider-image {
    border-radius: var(--media-radius);
}


@media screen and (min-width: 990px) {
  .collection .grid--2-col-desktop .product-card-wrapper .card {
    flex-direction: column;
  }
}
.grid--2-col-desktop .color-option-1.gradient.card-inner.image-opacity-true.ratio {
	width: 50%;
}
#product-grid.grid--2-col-desktop {
	margin-top: 80px;
}
.collection .grid--2-col-desktop .product-card-wrapper .card .card-content.info .quick-add {
    position: absolute;
    display: block;
    margin: 0 !important;
    padding: 0;
    left: unset;
    right: calc(50% - 25%);
    top: calc(100% - 34%);
    height: max-content;
}

.facets-container.facets-horizontal .facets.small-hide {
  max-width: max-content;
  width: 100%;
}
.facets-container.facets-horizontal .facets.small-hide #FacetsWrapperDesktop {
  max-width: max-content;
  width: auto;
}
.swiper.mySwiper.custm-swiper.before_afer_product .swiper-slide .slider-item img {
    height: auto !important;
    aspect-ratio: auto !important;
}
.swiper.mySwiper.custm-swiper.before_afer_product .swiper-slide .square-item img {
    max-width: 100%;
}
.swiper.mySwiper.custm-swiper.before_afer_product .swiper-slide {
    width: auto !important;
}
.featured-collection .view-all-button{
    display:none !important; 
}

@media(max-width:1535px){
    .collection .grid--2-col-desktop .product-card-wrapper .card .card-content.info .quick-add {
	top: calc(100% - 36%);

}
}
@media(max-width:1439px){
    .collection .grid--2-col-desktop .product-card-wrapper .card .card-content.info .quick-add {
	top: calc(100% - 38%);

}
}
@media(max-width:1365px){
    .collection .grid--2-col-desktop .product-card-wrapper .card .card-content.info .quick-add {
        top: calc(100% - 40%);
    }
    .swiper.mySwiper.custm-swiper.before_afer_product .swiper-slide .square-item img {
        max-width: 540px !important;
    }

}
@media(max-width:1199px){
    .collection .grid--2-col-desktop .product-card-wrapper .card .card-content.info .quick-add {
	top: calc(100% - 47%);
}
}
@media(max-width:989px){
    .grid--2-col-desktop .color-option-1.gradient.card-inner.image-opacity-true.ratio {
	width: 100%;
}
.collection .grid--2-col-desktop .product-card-wrapper .card .card-content.info .quick-add {
	top: unset;
	bottom: 140px;
	right: 10px;
}
.product-grid-section .product-grid-container ul.grid.grid--1-col-tablet-down {
	grid-template-columns: repeat(1, 1fr);
}
/* 11/05/26 */
    .About .image-hotspots .grid .grid-item.left,.About .image-hotspots .grid .grid-item.right{
    width: 100%;
    max-width: 100%;
}

/* end */
}


@media(max-width:768px){

.swiper.mySwiper.custm-swiper.before_afer_product .swiper-slide .square-item img {
    max-width: 338px !important;
}
}

/* 9-12-25 */
.swiper.mySwiper.custm-swiper .swiper-slide .slider-item img {
    height: auto !important;
    aspect-ratio: 1 !important;
}
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide>video {
    height: 330px !important;
}
@media(max-width:1439px){
 
}

@media(max-width:1365px){
 
}

@media(max-width:1199px){
   
}

@media(max-width:1023px){
   
}
@media(max-width:991px){

}
/* 
@media(max-width:767px){

section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide .product-main .product-stack .product-scroll {
    height: auto;
    display: flex;
    white-space: nowrap;
    gap: 10px;
}
 
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide .product-main .product-card {
    display:block;
    width: 100%;
}
 
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide .product-main {
    position: unset;
}
 
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide {
    padding-bottom: 0;
}
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide .product-main .product-card {
    border: 1px solid #ddd;
    padding: 10px;
}
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide .product-main {

    position: unset !important;

}
 
section.video-tiktok-feed .video-slider-wrapper .slick-list .video-slide {

    padding: 0 !important;

}
 
} */


/* 30-4-26-css */
section.browse-collections {
    position: relative;
}

section.browse-collections h2 {
    margin-bottom: 24px;
    font-size: 28px;
}

section.browse-collections .myCollectionSlider .swiper-wrapper .swiper-slide {
    border-radius: 15px !important;
    position: relative;
}

section.browse-collections .myCollectionSlider .swiper-wrapper .swiper-slide a.collection-card img {
    border-radius: 15px;
}

section.browse-collections .myCollectionSlider .swiper-wrapper .swiper-slide .browse-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 160px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
}


section.browse-collections .myCollectionSlider .swiper-wrapper .swiper-slide .browse-heading h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

section.browse-collections {
    padding: 0 40px;
}

section.browse-collections .myCollectionSlider {
    padding: 0 20px;
}

section.browse-collections .myCollectionSlider .swiper-wrapper {
    margin: 0 !important;
}


section.browse-collections  .browse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  margin-bottom: 20px;
}

section.browse-collections  .slider-arrows {
  display: flex;
  gap: 10px;
  align-items: center; 
  justify-content: end;
  position: absolute;
  right: 80px;
  top: 0;
}

/* arrows */
section.browse-collections  .slider-arrows .swiper-button-next,
.slider-arrows .swiper-button-prev {
  position: static !important;
  width: 42px;
  height: 42px;
  color: #ddd;
  border-radius: 50%;
  display: flex !important;  
  align-items: center;       
  margin: 0 !important;       
}

/* icon size */
section.browse-collections  .slider-arrows .swiper-button-next::after,
section.browse-collections  .slider-arrows .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}

section.browse-collections  .slider-arrows .swiper-button-next,
section.browse-collections  .slider-arrows .swiper-button-prev {
  color: #000;     
  opacity: 1;
  transition: 0.3s;
}

section.browse-collections  .slider-arrows .swiper-button-disabled {
  color: #ccc !important;  
  opacity: 0.5;
  pointer-events: none;     
}
/* 30-4-26-css-end */


/* 1/05/2026 */
/* contact us section */
.contact-from-baslab{
    .rich-text-text p{
        text-align:center !important;
    }
}
#shopify-section-template--21977488195843__contact-form{
    margin-top:20px !important;
}
.contact-form {
   .page-width{
    margin-top:20px !important;
   }
}

.similar-bundles .bundle-sec-custm{
  display:none;
}

.similar-bundles .product-card-wrapper{
   border-radius:10px;
   border:1px solid #8080802b;
   .card{
    padding:10px;
   }
   .card-information.main-block{
    display:flex;
    flex-direction:column;
    justify-content:center;
   }
   .card-media .media img{
     border-radius:12px;
   }
   .card-heading{
    font-size:20px;
   }
   .price--on-sale{
    font-size:16px;
   }
}
.quantity-addtocart-wrapper{
    display: flex;
    align-items: end;
    gap: 10px;
    .custom_buy_button_PkHDDz-custm{
        width:100%;
        max-width:300px;
    }
}
.section-title-margin{
    h1{
        font-size:26px !important;
    }
}
.section-description-margin{
    p{
        font-size:18px;
    }
}

/* 04/05/2026 */
.section-collection-list{
    margin-top:0px !important;
}
.image-banner-with-collection .collection-content .card-wrapper .card-heading a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.collection-tabs-section .card-wrapper .card-heading a{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subcollections{
    background:#f2f2f2;
}
.quickview-addtocart .quick-add{
  display:flex !important;
  align-items:center !important;
  justify-content:space-around !important;
  flex-direction:row !important;
  height: 50px !important;
  width: 90%;
  left:0 !important;
  background: #fff !important;
  margin: auto !important;
  padding-top:5px; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius:12px;
  transition:0.2s ease-in-out;
  overflow:hidden;
  bottom:22px !important;
  modal-opener,
  product-form{
    width:100% !important;
    height:100%;
    flex-direction:column;
    justify-content:center;
    display:flex;
    &:hover{
        background:#80808036 !important;
        .tooltip-text{
            display:none;
        }
    }
  }
  svg{
    background:transparent !important;
  }
  button{
    margin-top:unset !important;
  }
}
.quickview-addtocart{
    .card-media .media img{
        mask-image:unset !important;
    }
}

body.template-page.without-wholesale.About.page_118373417219.template_About.intro .about-feature::before {
    position: absolute;
    content: '';
    background-image: url('/cdn/shop/files/icon-7.png?v=1777008082');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
}
 .best-featured-collection{
  position:relative;
  padding-bottom:60px;
 }
 .best-featured-collection .slider-buttons{
    position: absolute;
    width: 100%;
    justify-content: space-between !important;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.custm-rich-container>.rich-text{
    padding:0px 0!important;
}
.Bundle-related-product{
    .quick-add__submit{
        border-radius:0 !important;
        box-shadow:none;
    }
    .slider.slider--tablet{
        margin-bottom:5rem !important;
    }
    .card-information .card-heading a{
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
}
.facet-filters__field{
    margin-left:-8px !important;
}
.subcollections.collection-list-three .collection .featured-collections-wrapper .card .card-inner{
    display:flex;
    align-items:center;
}
.collection-list-three .featured-collections-wrapper h3.card-heading-q{
    text-decoration:underline;
}
@media(max-width:991px){
 .featured-collections-wrapper .grid-item{
   max-width:250px !important;
 }
 .Sciencebacked{
    margin-top:30px !important;
 }
 .video-tiktok-feed{
    padding:25px !important;
 }
 .Faq-custom{
    margin-top:0 !important;
 }
 .Faq-custom .collapsible-content-wrapper{
   padding:20px 0;
 }
 .best-featured-collection{
    padding-bottom:60px;
 }
 .collection-tabs-section .featured-collection{
    padding:40px 0 !important;
 }
}

@media(max-width:989px){
body.template_About-us  .custm-results:after {
    left: 0px;
    max-width: 130px;
    height: 180px;
    top: -80px;
}


body.template_About-us .ignore-false.custm-results:before {
    right: 0px;
    max-width: 130px;
    height: 180px;
    bottom: -80px;
}
}
@media(max-width:767px){

body.template_About-us .ignore-false.custm-results:before {
    right: 0px;
    max-width: 100px;
    height: 170px;
    bottom: -78px;
}

body.About-us .collection-content .card-media .media img {
    width: 60%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
}
body.About-us .collection-three .card-wrapper .card .card-inner {
    height: 415px !important;
}
.trusted_cstm{
    margin-top:60px !important;
}
.template_Reviews .trusted_cstm{
   margin-top:30px !important;
}

}

@media(max-width:567px){
    body.About-us  .collection-three .card-wrapper .card .card-inner {
    height: 300px !important;
}
.section-template--21977488490755__1745409476f1d59b39-padding{
    padding-bottom:40px !important;
}
}


@media(max-width:480px){
body.template-page.without-wholesale.About.page_118373417219.template_About.intro.about-feature::before {
    width: 130px;
    height: 130px;
    top: -100px;
}
body.About-us  .collection-three .card-wrapper .card .card-inner {
    height: 250px !important;
}

}

@media(max-width:420px){
body.About-us  .collection-three .card-wrapper .card .card-inner {
    height: 210px !important;
}
}