/** Shopify CDN: Minification failed

Line 5195:4 Unexpected ")"

**/
/* Font family */
@font-face {
    font-family: "Euclid-Circular";
    src: url("/cdn/shop/files/Euclid_Circular_A_Light.woff?v=1740227725");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular";
    src: url("/cdn/shop/files/Euclid_Circular_A_Regular.woff?v=1740227725");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular";
    src: url("/cdn/shop/files/Euclid_Circular_A_Medium.woff?v=1740227725");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular";
    src: url("/cdn/shop/files/Euclid_Circular_A_SemiBold.woff?v=1740227725");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular";
    src: url("/cdn/shop/files/Euclid_Circular_A_Bold.woff?v=1740227725");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Font family */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    letter-spacing: 0;
}

body {
    overflow-x: clip;
    transition: all 0.15s cubic-bezier(0.76, 0, 0.24, 1);
    position: relative;
    color: #333333;
    font-family: "Euclid-Circular" !important;
}

section {
    scroll-behavior: smooth;
    width: 100%;
}

input,
button {
    font-family: "Euclid-Circular" !important;
}

img {
    max-width: 100%;
    user-select: none;
    display: block;
}

a {
    text-decoration: none !important;
    /* display: block; */
    color: #373737;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: "Euclid-Circular";
    letter-spacing: 0;
}

::selection {
    background-color: #202020;
    color: #fff;
}

body :is(.page-width, .container) {
    position: relative;
    width: 100%;
    max-width: 2380px;
    padding: 0 40px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
    max-width: 100%;
}

:is(.listing_slider, .FootLogo_slider) .swiper-wrapper {
    transition-delay: 0s !important;
    transition-timing-function: linear !important;
}

.Heading_h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0;
}

.Heading_h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
}

.swiper-slide:not(.product-slider .gallery-thumbs .swiper-slide) {
    height: auto !important;
}

/* announcement Style */
.utility-bar {
    position: relative;
    margin: 20px 0;
}

.utility-margin {
    margin-top: 0;
}

.announcement-bar {
    position: relative;
    display: block;
    padding: 13.5px 0;
    background: #d6f7fc;
    border-radius: 6px;
    width: 100% !important;
}
.announcement-bar .swiper-wrapper {
   align-items: center;
}

body .utility-bar__grid {
    display: block;
}

.announcement-bar-slider.slider-buttons {
    max-width: max-content;
    margin: auto;
}

body .announcement-bar__message {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #67645e;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    /* display: grid; */
    /* grid-template-columns: max-content 1fr; */
    /* align-items: center; */
    /* gap: 10px; */
    padding: 0;
    /* margin: auto; */
    /* max-width: max-content; */
    min-height: 100%;
    user-select: none;
}

body .announcement-bar .slider-button--prev {
    margin-left: 0;
    min-width: 15px;
    height: 15px !important;
}

body .announcement-bar .slider-button--next {
    margin-right: 0;
    min-width: 15px;
    height: 15px !important;
}

/* .announcement-bar__message::before {
        content: "";
        background-image: url(/cdn/shop/files/label--anoument.png?v=1740418009);
        background-repeat: no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        position: relative;
        display: block;
        animation: rotatin 5s linear infinite;
      }
    
      @keyframes rotatin {
        0% {
          transform: rotate(0);
        }
        100% {
          transform: rotate(360deg);
        }
      } */

/* announcement Style */

.mobile-menu-toggle {
    display: none;
    width: 25px;
    height: 25px;
}

/* banner main */
.Main_ban_sec {
    position: relative;
    display: block;
    width: 100%;
    /* margin-top: -8.5rem; */
    padding-bottom: 25px;
    overflow: hidden;
}

.Banner_video_main {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 7vw);
    min-height: calc(100vh - 7vw);
    cursor: pointer;
}
.Banner_video_main:has(.bannerImg) {
    height: auto;
    min-height: auto;
}
.Banner_video_main:has(.bannerImg) .vid-play-pause-par, .Banner_video_main:has(.bannerImg) + .Banner_contnt_row, .Banner_video_main:has(.bannerImg) + .Banner_contnt_row + .bannerLogo {
    display: none !important;
}
.Banner_video_main .video_media {
    width: 100%;
    height: 100%;
}
.bannerImg img {
    width: 100%;
    max-width: 100%;
}
/* .Banner_video_main .video_media::before {
        content: "";
        background: #00000011;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
        width: 100%;
        height: 100%;
      } */

.Banner_video_main .video_media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
    object-position: top;
}

.vid-play-pause-par {
    position: absolute;
    left: 50px;
    bottom: 50px;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
}

.vid-play-pause-par::after {
    content: "";
    background-image: url(/cdn/shop/files/pause-icon.svg?v=1740417769);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}

.vid-play-pause-par.pause_video::after {
    background-image: url(/cdn/shop/files/play_icon_de1c61c2-90dc-4a54-a7be-e2817ded2a45.svg?v=1740417769);
    margin-left: 5px;
}

.Banner_contnt_row {
    position: absolute;
    bottom: 50px;
    right: 70px;
    max-width: 725px;
    margin-left: auto;
    text-align: right;
}

.Banner_contnt_row .main_btn .dark_blue {
    background-color: #52b3bf;
    border: 1px solid #52b3bf;
    font-size: 17px;
    line-height: 25px;
    padding-block: 5px;
}

.Banner_contnt_row .main_btn .dark_blue:hover {
    border-color: #fff;
}

.Banner_contnt_row h1 {
    color: #fff;
    font-size: 2.5vw;
    line-height: normal;
}
.Banner_contnt_row p {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
}
.Banner_contnt_row .bnrListWithBtn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.Banner_contnt_row .list-icon-box {
    padding: 0;
    background: transparent;
    gap: 20px 15px;
    margin-top: 12px;
    display: flex !important;
}
.Banner_contnt_row .list-icon-box .list-icon-wrp > p {
    text-transform: capitalize;
    color: #fff;
    margin-top: 0;
}
.Banner_contnt_row .list-icon-box .list-icon-wrp>span img {
    filter: invert(1);
}
.Banner_contnt_row .main_btn {
    margin-top: 12px;
    margin-left: auto;
}

.main_btn {
    position: relative;
    max-width: max-content;
}

.main_btn :is(a, button) {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    padding: 9px 30px;
    text-transform: uppercase;
    border-radius: 100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    cursor: pointer;
    background-color: transparent;
}

.light_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    clip-path: var(--clip-path, inset(0 100% 0 0));
    transition: clip-path 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.light_btn:hover::before {
    clip-path: inset(0 0 0 0);
}

.light_btn:hover {
    color: #373737;
}

.light_btn {
    border: 1px solid #fff;
    color: #fff;
}

.drk_btn {
    border: 1px solid #373737;
    color: #373737;
}

.drk_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #373737;
    z-index: -1;
    clip-path: var(--clip-path, inset(0 100% 0 0));
    transition: clip-path 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.drk_btn:hover::before {
    clip-path: inset(0 0 0 0);
}

.drk_btn:hover {
    color: #fff;
}

video {
    user-select: none !important;
}

/* banner main */

/* product Sec */
.product_sec {
    position: relative;
    width: 100%;
    padding: 0 0 40px;
}

.product-card-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    height: 500px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    user-select: none !important;
}

.product-card-wrapper :is(.card__inner, .media) {
    height: 100%;
    position: unset;
}

.product-card-wrapper>.card {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-card-wrapper .card .card__media .media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d5cdc600 50.9%, #d1d0d0);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    border-radius: 10px;
    opacity: 1;
    cursor: pointer;
}

.product-card-wrapper .card::after {
    display: none !important;
}

.product-card-wrapper .product_btn {
    position: absolute;
    padding: 20px 10px;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 2;
    display: block;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    max-width: 100%;
}

.product-card-wrapper .product_btn button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 16px 30px;
    background-color: #202020;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #fff;
}

button.button::before {
    display: none !important;
}

button.button::after {
    display: none !important;
}

/* .product-card-wrapper .product_btn button:hover {
    background-color: #d6f7fc;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    color: #202020;
  } */

.product-card-wrapper:hover .product_btn {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    bottom: 0;
}

.product-card-wrapper:hover>.card>.card__content {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 0;
    pointer-events: none;
}

.product-card-wrapper:hover .card__media img {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transform: scale(1.05);
}

.product-card-wrapper>.card>.card__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    left: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-template-rows: unset !important;
    margin: 0 !important;
    gap: 10px;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    align-items: center;
}

.product-card-wrapper>.card>.card__content :is(.card__information) {
    padding: 0 !important;
    margin: 0 !important;
    grid-row-start: unset !important;
    width: 100%;
}

.product-card-wrapper>.card .card__badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.product-card-wrapper .card__media {
    width: 100%;
    height: 100%;
}

.product-card-wrapper .card__media img {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    object-fit: cover;
}

.product-card-wrapper .card__information>.rating-product span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    display: block;
}

.product-card-wrapper .card__information>.product_category {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
}

.product-card-wrapper .card__information>.card__heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 0;
    text-transform: uppercase;
}

.product-card-wrapper .card__information>.product-short-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-width: 70%; */
    margin-top: 5px;
}

.product-card-wrapper .card-information .price-item {
    font-weight: 500;
    /* font-size: 21px; */
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    margin: 0 !important;
    display: block;
    width: 100%;
}
.product-card-wrapper .card-information .price__regular .price-item {
    color: #ff0000;
}

.product-card-wrapper .card-information s.price-item {
    text-decoration: line-through;
    /* display: none !important; */
}
/* .card-information .price--on-sale .price__sale {
    display: flex;
    gap: 10px;
} */
.product-card-wrapper .card-information .price-item.price-item--sale {
    color: #ff0000;
}
body .btns_swiper-arrow {
    width: 40px !important;
    height: 40px !important;
    background-color: #d6f7f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: 1px dashed #000;
}

body .btns_swiper-arrow::after {
    display: none;
}

body .btns_swiper-arrow::before {
    content: "";
    background-image: url(/cdn/shop/files/faqs_arrow.svg?v=1740417769);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    transform: rotate(-90deg);
}

body .btns_swiper-arrow.swiper-button-prev::before {
    transform: rotate(90deg);
}

.Nav_main_swipr {
    visibility: hidden;
}

:is(.Product_prnt, .you_products_slider, .Blog_slider):has(.swiper-wrapper > .swiper-slide:nth-of-type(4)) .Nav_main_swipr {
    visibility: visible;
}

.swiper-button-disabled {
    pointer-events: all !important;
}

.products_slider .swiper-slide {
    width: 600px;
    margin-right: 20px;
}

/* product Sec */

/* Image with prnt */
.Image_with_sec {
    position: relative;
    padding: 0 0 40px;
}

.Image_with_cont_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.Contnt_with_prnt {
    position: relative;
    border-radius: 10px;
    padding: 45px;
    height: 100%;
    background-color: #d6f7fc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.Image_with_form_sect .Contnt_with_prnt {
    background-color: transparent;
    padding: 0;
    align-items: initial;
}

.Contnt_with_prnt h2 {
    color: #000;
}

.Contnt_with_prnt>h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    color: #373737;
}

.Contnt_with_prnt .info_dic {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.Contnt_with_prnt p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000;
}

.image_with_prnt {
    width: 100%;
    position: relative;
    border-radius: 10px;
    height: 600px;
    overflow: hidden;
}

.image_with_prnt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Contnt_with_prnt .main_btn {
    margin: 50px 0 0;
}

.left-image .Contnt_with_prnt {
    order: 1;
}

/* Image with prnt */
/* branding Sec */
.brand_sec {
    position: relative;
    padding: 0 0 40px;
}

.Branding_row {
    padding: 50px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    /* background-attachment: fixed; */
    position: relative;
    background-position: center;
}

.Branding_row::before {
    content: "";
    background: linear-gradient(254.76deg,
            rgba(213, 205, 198, 0) 33.59%,
            #cec6c0 100.49%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Branding_Contn {
    max-width: 382px;
    margin-top: auto;
    z-index: 1;
}

.Branding_Contn h2 {
    margin-bottom: 10px;
}

.Branding_Contn p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #373737;
}

.Branding_Contn .main_btn {
    margin-top: 30px;
}

/* branding Sec */
/* Main Categry  */
.Image_move_sec {
    position: relative;
    display: block;
    padding: 0 0 40px;
}

.row_image_Mover {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.content_move_elm {
    position: relative;
    border-radius: 10px;
    padding: 45px;
    height: 100%;
    background-color: #d6f7fc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.image_move_elm {
    width: 100%;
    position: relative;
    border-radius: 10px;
    /* height: 600px; */
    height: 100%;
    overflow: hidden;
}

.image_move_elm img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.image_move_elm :is(ul, li) {
    height: 100%;
}

.content_move_elm {
    overflow: hidden;
}

.image_move_elm ul li:not(.active_image),
.content_wrp:not(.Active_contnt) {
    display: none;
}

.image_move_elm ul li.active_image {
    animation: fade_in 0.7s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.content_wrp.Active_contnt h2 {
    animation: Slide_content 0.5s cubic-bezier(0.76, 0, 0.24, 1) forwards alternate;
    animation-delay: 0.3s;
    opacity: 0;
}

.content_wrp.Active_contnt p {
    animation: Slide_content 0.5s cubic-bezier(0.76, 0, 0.24, 1) forwards alternate;
    opacity: 0;
    animation-delay: 0.6s;
}

.content_wrp.Active_contnt .main_btn {
    animation: Slide_content 0.5s cubic-bezier(0.76, 0, 0.24, 1) forwards alternate;
    opacity: 0;
    animation-delay: 0.9s;
}

@keyframes Slide_content {
    0% {
        opacity: 0;
        transform: translateX(3rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    50% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
    }
}

.content_wrp {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
}

.content_wrp h2 {
    max-width: 497px;
    color: #373737;
}

.content_wrp p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #373737;
    letter-spacing: 0;
}

.content_wrp .main_btn {
    margin-top: 10px;
}

.All_cate_click {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.All_cate_click ul {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    position: relative;
}

.All_cate_click ul li {
    padding: 20px 14px 20px 0;
    border-bottom: 1px solid #373737;
    position: relative;
    /* overflow: hidden; */
    cursor: pointer;
}

.All_cate_click ul li span:hover {
    color: #373737;
}

.All_cate_click ul li:is(:nth-last-of-type(1), :nth-last-of-type(2)) {
    border-bottom: none;
    padding-bottom: 0;
}

.All_cate_click ul li span {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #37373799;
    max-width: max-content;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    display: block;
}

.All_cate_click ul li.active_cate span {
    color: #373737;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    padding-left: 30px;
}

.All_cate_click ul li.active_cate span::before {
    left: 0px;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 1;
    transform: rotate(0deg);
}

.All_cate_click ul li span::before {
    transform: rotate(-90deg);
    left: -50px;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    content: "";
    background-image: url(/cdn/shop/files/arrow-right.svg?v=1740417769);
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transform: rotate(-90deg);
    opacity: 0;
    overflow: hidden;
}

/* Main Categry  */
.List_opt_sec {
    position: relative;
    padding: 0 0 40px;
}

.listing_row {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background-color: #d6f7fc;
    border-radius: 6px;
}

.listing_slider .swiper-slide {
    width: max-content;
}

.ListiNG_otp {
    position: relative;
    display: block;
}

.ListiNG_otp ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ListiNG_otp ul li {
    font-weight: 400;
    font-size: 18.5px;
    line-height: 24px;
    letter-spacing: 0;
    color: #373737;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.ListiNG_otp ul li::before {
    content: "";
    background-color: #373737;
    width: 5px;
    height: 5px;
    position: relative;
    display: block;
    border-radius: 10000px;
}

/* Shop Section */
.Bg_Sec_pr {
    padding: 0 0 40px;
    position: relative;
}

.Bg_Sec_ROW {
    width: 100%;
    position: relative;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}

.main_heading {
    text-align: center;
}

.Bg_Sec_ROW.Product_prnt:has(.main_heading) .products_slider {
    position: relative;
    margin-top: 30px;
}

/* Shop Section */
/* faqs Sec start */
.Faqs_sec {
    position: relative;
    width: 100%;
    padding: 0 0 40px;
}

.Faqs_row {
    /* background-size: cover;
            background-position: top right;  */

    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% 70%;
    padding: 35px 50px;
    width: 100%;
    background-color: #cbc8c0;
    border-radius: 10px;
}

/* .Faqs_row:has(.accordion-item.open) {
            background-size: cover;
          } */
.accordion_cus {
    display: flex;
    flex-direction: column;
    max-width: 520px;
}

.accordion_cus .accordion-item {
    border-bottom: 1px solid #00000033;
}

.accordion_cus .accordion-item:last-child {
    border-bottom: none !important;
}

.accordion_cus .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
    gap: 30px;
}

.accordion-item-header:hover:after {
    background-image: url("/cdn/shop/files/faqs-white.svg?v=1741263421") !important;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background-color: #373737;
}

.accordion_cus .accordion-item .accordion-item-header::after {
    content: "";
    background-image: url("/cdn/shop/files/faqs_arrow.svg?v=1740417769");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background-size: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #373737;
    border-radius: 1000px;
}

.accordion_cus .accordion-item.open .accordion-item-header::after {
    transform: rotate(-180deg);
}

.accordion_cus .accordion-item .accordion-item-header span {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #373737;
    text-transform: uppercase;
}

.accordion_cus .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.accordion_cus .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.accordion_cus .accordion-item-description {
    min-height: 0;
}

.accordion_cus .accordion-item-Contact {
    min-height: 0;
}

.accordion_cus .accordion-item-description .metafield-rich_text_field a {
    text-decoration: underline !important;
}

.accordion_cus .accordion-item-description p {
    padding: 20px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #373737;
}

.accordion_cus .accordion-item-description p:first-child {
    border-top: 1px solid #00000033;
}

.template-product .product__info-container .accordion_cus .accordion-item-description p {
    padding-bottom: 20px;
    padding-top: 0;
}

.template-product .product__info-container .accordion_cus .accordion-item-description p:first-child {
    padding-top: 20px;
}

/* faqs Sec start */

/* Blogs Sec */
.Blog_prnt {
    position: relative;
    display: block;
    margin-top: 30px;
}

.article-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.article-card-wrapper .card__inner {
    position: relative !important;
    overflow: hidden !important;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 10px !important;
    border: none !important;
    background: transparent !important;
}

.article-card-wrapper .card__inner :is(.article-card__image, img) {
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    object-fit: cover;
}

.article-card-wrapper:hover .card__inner img {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transform: scale(1.1);
}

.article-card-wrapper:hover .card__inner .main_btn {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    bottom: 20px;
}

.article-card-wrapper .card__inner .main_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -100%;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 2;
}

.article-card-wrapper .card__inner .main_btn a {
    width: 100%;
    text-align: center;
    background-color: #52b3bf;
    color: #fff;
    border-color: #52b3bf;
}

.article-card-wrapper .card__inner .main_btn a::before {
    display: none !important;
}

.article-card-wrapper .card__inner .main_btn a:hover {
    background: #fff !important;
    color: #373737 !important;
    border-color: #fff !important;
}

.article-card-wrapper .card__information {
    position: relative;
}

.article-card-wrapper .card__information h3 a::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.article-card-wrapper .card__information h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25.36px;
    color: #000000;
}

.article-card-wrapper .article-card__excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 5px 0 0;
    max-width: 355px;
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Blogs Sec */
.google-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.google-info .gl0img {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.google-info .gl0img a {
    width: 204px;
    height: 60px;
}

.google-info .gl0img a img {
    width: 100%;
    height: 100%;
}

.google-info p {
    font-weight: 300;
    font-size: 12px !important;
    line-height: 12px !important;
    color: #000000;
}

/* testimonisl Slider */
.Vid_test_Sec {
    position: relative;
    display: block;
    padding: 0 0 40px;
}

.testiMon_row {
    position: relative;
    display: block;
    /* background-color: #eeece9; */
    /* padding: 30px; */
    padding: 30px 0;
    border-radius: 10px;
    overflow: hidden;
}

.testimon_slider {
    overflow: unset !important;
}

.testi-vid-bx {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.testi-media {
    position: relative;
    display: block;
    width: 100%;
    height: 242px;
    border-radius: 10px;
    overflow: hidden;
}

.testi-media video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .play-btn-hldr {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
}

body .play-btn-hldr::after {
    content: "";
    background-image: url(/cdn/shop/files/play_icon_de1c61c2-90dc-4a54-a7be-e2817ded2a45.svg?v=1740417769);
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}

.testi-content {
    position: relative;
    display: block;
}

.testi-content ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testi-content ul li img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.disc_tes {
    margin-top: 10px;
}

.disc_tes p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
}

.til_tsti {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* color: #000000; */
    color: #93bcc2;
    letter-spacing: 0;
    margin-top: 10px;
}

.Line_bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: end;
    gap: 10px;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.Line_bar .Line_bar_arrow {
    width: 35px !important;
    height: 35px !important;
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #373737;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    border-radius: 1000px;
}

.Line_bar .Line_bar_arrow::after {
    display: none;
}

body .Line_bar .Line_bar_arrow::before {
    content: "";
    background-image: url(/cdn/shop/files/faqs_arrow.svg?v=1740417769);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 13px;
    height: 13px;
    position: relative;
    display: block;
    transform: rotate(-90deg);
}

body .Line_bar .Line_bar_arrow.swiper-button-prev::before {
    transform: rotate(90deg);
}

.Line_bar::after {
    content: "";
    position: absolute;
    left: -110px;
    width: 100%;
    height: 1px;
    background: #373737;
}
.testiMon_row .Line_bar::after {
    display: none;
}
.testiMon_row .testimon_slider .Line_bar {
    justify-content: center;
    margin-top: 30px;
}
.testiMon_row .testimon_slider .testi-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testiMon_row .testimon_slider .testi-vid-bx {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.testiMon_row .testimon_slider .disc_tes {
    margin-bottom: 10px;
}
.testiMon_row .testimon_slider .disc_tes p {
    font-size: 16px;
    color: #202020;
}
.testiMon_row .testimon_slider .til_tsti {
    margin-top: auto;
}

.testimon_slider .swiper-slide {
    width: 561px;
    margin-right: 20px;
}

.testimon_slider .Line_bar {
    display: none;
}

.testimon_slider:has(.swiper-slide:nth-child(4)) .Line_bar {
    display: flex;
}

/* testimonisl Slider */

/* Footer css Start */
.Footer_sec {
    position: relative;
    display: block;
    padding: 0 0 50px;
}

.Foot_wrap {
    position: relative;
    background-color: #eeece9;
    border-radius: 10px;
    margin-bottom: 30px;
}

.FootLogo {
    position: relative;
    padding: 50px 30px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #373737;
}

.FootLogo_slider .swiper-slide {
    width: 100%;
}

.FOOT_LOGO {
    width: 100%;
    height: 100%;
}

.FOOT_LOGO img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Foot_row {
    position: relative;
    padding: 50px 30px;
    display: grid;
    grid-template-columns: 2fr 0.75fr 0.75fr 0.75fr;
    gap: 20px;
    border-bottom: 1px solid #373737;
}

.heading_foot {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #373737;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.Foot_menus>ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Foot_menus>ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000000;
    position: relative;
    max-width: max-content;
}

.Foot_menus>ul li a:hover {
    text-shadow: 0 1px 0px #000;
}

.Foot_menus>ul li a::before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -4px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: #000;
    transition: transform 0.7s ease-in-out;
}

.Foot_menus>ul li a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

body .Foot_new_ltr {
    position: relative;
    max-width: 449px;
    display: block;
    margin: 0;
    padding: 0;
}

.Foot_new_ltr p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: start;
}

.Foot_new_ltr span {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0;
    color: #373737;
    display: block;
    margin-top: 30px;
    max-width: 383px;
    text-align: start;
}

.Foot_new_ltr .newsL_form {
    margin-top: 20px;
    position: relative;
    display: block;
}

.Foot_new_ltr .newsL_form input[type="email"] {
    border: 1px solid #373737;
    width: 100%;
    height: 60px;
    padding: 0 8.4em 0 20px;
    outline: none !important;
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000000;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
}

.Foot_new_ltr .newsL_form input[type="email"]::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000000;
}

::placeholder {
    opacity: 1 !important;
}

.Foot_new_ltr .newsL_form input[type="submit"] {
    padding: 20px 35px;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff;
    outline: none !important;
    border: none !important;
    background: #373737;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 0 10px 10px 0;
}

.Foot_new_ltr .newsL_form input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    background-color: #000;
}

.Foot_new_ltr form#ContactFooter {
    max-width: 100%;
}

.Foot_new_ltr form#ContactFooter .newsletter-form__field-wrapper {
    max-width: 100% !important;
}

.Foot_new_ltr h3 {
    text-align: start;
}

.Gogl_serv {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Gogl_serv a {
    max-width: 137px;
    height: 40px;
}

.Gogl_serv a img {
    width: 100%;
    height: 100%;
}

.Socail_icon {
    margin-top: 20px;
}

.Socail_icon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.Socail_icon ul li a {
    width: 34px;
    height: 34px;
    background: #373737;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.Socail_icon ul li a:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
}

.Socail_icon ul li a img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.copy_wrt {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
}

.copy_wrt localization-form>form {
    padding: 0 !important;
    margin: 0 !important;
}

.copy_wrt localization-form>form>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copy_wrt localization-form>form #FooterCountryLabel {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #373737;
}

.copy_wrt localization-form>form button.localization-selector {
    padding: 0 40px 0 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none;
    background: none;
    min-height: max-content;
    height: max-content;
}

.copy_wrt localization-form>form button.localization-selector span {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #373737;
}

.copy_wrt localization-form>form button.localization-selector::after,
.copy_wrt localization-form>form button.localization-selector::before {
    content: none !important;
    display: none;
}

.copy_wrt span {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #373737;
    text-align: center;
    justify-content: center;
    display: flex;
}

.copy_wrt span a {
    text-transform: uppercase;
    text-decoration: underline !important;
    margin-left: 5px;
}

body .field:before,
body .field::after {
    display: none !important;
}

body .field input {
    outline: none !important;
}

/* Footer css Start */

/* / Inner Banner Css Start / */

.inner_banner_sec {
    margin: 20px 0 40px;
}

.inner_ban_bg {
    padding: 200px 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner_ban_bg::after {
    content: "";
    background: #00000033;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.inner_ban_row {
    position: relative;
    z-index: 2;
}

.inner_ban_row h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

/* / Inner Banner Css End / */

/* faqs Sec start */
.main_faq {
    margin: 30px 0;
}

.main_faq_row {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 40px;
}

.faq_aside {
    width: 100%;
    min-width: 430px;
    max-width: 430px;
    padding: 40px;
    border-radius: 10px;
    background: #d6f7fc;
    height: fit-content;
    position: sticky;
    top: 25px;
}

.faq_aside h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    color: #373737;
}

.faq_aside ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq_aside ul li {
    font-weight: 500;
    font-size: 17px;
    line-height: 13px;
    letter-spacing: 0;
    color: #373737;
    position: relative;
    display: flex;
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
    text-transform: uppercase;
}

.faq_aside ul li.active {
    padding-left: 20px;
}

.faq_aside ul li:before {
    content: "";
    position: absolute;
    background: #373737;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translate(-2rem, -50%);
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}

.faq_aside ul li.active:before {
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
    transform: translate(0rem, -50%);
}

.faq_cont {
    background: #f2f2f2;
    padding: 50px;
    border-radius: 10px;
}

.faq_cont .accordion_cus {
    max-width: 100%;
}

.faq_cont h2+.accordion-item {
    border-top: 1px solid #00000033 !important;
}

.faq_cont .accordion_cus h2:not(:nth-of-type(1)) {
    padding: 50px 0 0;
}

/* 
    .faq_cont .accordion_cus .accordion-item {
      border-bottom: 0.6px solid #00000033 !important;
      border-top: 0.5px solid #00000033 !important;
    } */
.faq_cont .accordion_cus .accordion-item-description p:first-child {
    border-top: none;
}

.faq_cont .accordion_cus .accordion-item-description p {
    padding: 0px 0 20px;
    font-weight: 400;
    max-width: 90%;
    font-size: 17px;
    line-height: 28px;
}

.faq_cont .accordion_cus .accordion-item .accordion-item-header {
    padding: 23px 0;
}

.faq_cont .accordion_cus .accordion-item .accordion-item-header span {
    font-weight: 500;
    color: #636363;
    font-size: 18px;
    line-height: 21px;
    color: #373737;
    letter-spacing: 0.5px;
}

.faq_cont .accordion_cus h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #636363;
    letter-spacing: -0.3px;
    font-weight: 600;
    font-size: 36px;
}

/* faqs Sec start */

.img_w_cnt_bg_img {
    margin: 0 0 40px;
}

.img_w_cnt_bg_img_hldr {
    background-color: #f2f2f2;
    padding: 50px 0;
    border-radius: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_w_cnt_bg_img_hldr[style*="background-image"] {
    background-color: transparent;
}

.img_w_cnt_bg_img_hldr[style*="background-image"]::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000080;
    border-radius: 10px;
}

.img_w_cnt_bg_img_hldr[style*="background-image"] .img_w_cnt_bg_img_row h6 {
    color: #fff;
}

.img_w_cnt_bg_img_row {
    max-width: 1070px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.img_w_cnt_bg_img_row h6 {
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    color: #373737;
    margin: 0;
}

/* how to use  */
.WatchFac_sec {
    position: relative;
    padding: 0 0 40px;
    width: 100%;
}

.Wtc_fac_row {
    position: relative;
    padding: 20px;
    background: #d6f7fc;
    border-radius: 10px;
}

.Wtc_fac_row .Banner_video_main {
    margin-top: 30px;
    height: 600px;
    /* min-height:600px; */
}

/* how to use  */

/* Steps Sectiopn */
.Steps_sec {
    position: relative;
    padding: 0 0 40px;
    width: 100%;
}

.Steps_rbg {
    position: relative;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}

.steps_rows {
    position: relative;
    display: grid;
    grid-template-columns: 50% 48.8%;
    gap: 40px;
    margin-top: 30px;
}

.image-slider-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.Steps_cont_wrp {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background: #d6f7fc;
    display: flex;
    padding: 40px;
    flex-direction: column;
}

.steP_sd_info>h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40.58px;
    letter-spacing: 0;
    color: #373737;
    max-width: 431px;
    margin-bottom: 30px;
}

.steP_sd_info>p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22.82px;
    letter-spacing: 0;
    max-width: 570px;
    color: #373737;
}

.steP_shpt {
    position: relative;
    display: block;
}

.quote-slider .swiper-slide {
    counter-increment: hook-list;
}

.steP_shpt .Verints_show {
    position: relative;
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 90px;
    padding: 50px 0;
    max-width: max-content;
}

.steP_shpt .Verints_show h4 {
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 22.82px;
    letter-spacing: 0;
    color: #373737;
}

.steP_shpt .Verints_show h4::after {
    content: "";
    background: #373737;
    width: 65%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    margin-top: 5px;
    z-index: 1;
}

.Verints_show_img {
    height: 111px;
    max-width: 158px;
    position: relative;
}

.Verints_show_img::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 20px;
    margin: auto;
    width: 7px;
    height: 7px;
    background-color: #373737;
    border-radius: 1000px;
}

.Verints_show_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Steps Sectiopn */
.swiper-slide-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;
    border-radius: 10px;
}

.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-slider-wrapper .swiper-pagination_gell {
    position: absolute;
    bottom: 40px !important;
    top: unset !important;
    left: 40px !important;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    max-width: 89%;
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet {
    border: 1px solid #373737;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    opacity: 1;
}

.quote-slider-wrapper .swiper-pagination_gell {
    counter-reset: hook-list;
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet {
    counter-increment: hook-list;
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet::after {
    content: "0" counter(hook-list);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    color: #373737;
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet:hover:after {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    color: #fff;
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet:hover {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transform: translateY(-5px);
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #373737;
    border-radius: 1000px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet:hover:before {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transform: scale(8);
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet-active {
    transform: translateY(-5px);
    background-color: #373737;
}

.quote-slider-wrapper .swiper-pagination_gell .swiper-pagination-bullet-active::after {
    color: #fff;
}

body .yotpo-reviews-star-ratings-widget {
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
}

/* products sections */
.ingredients_sec {
    position: relative;
    padding: 0 0 40px;
}

.ingredients_sec .ingredients_ROW {
    background: #eeece9;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    display: block;
    overflow: hidden;
}

.Ingr_box {
    width: 100%;
    position: relative;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    user-select: none !important;
}

.Ingr_box::before {
    content: "";
    background-image: url(/cdn/shop/files/faqs_arrow.svg?v=1740417769);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #373737;
    border-radius: 1000px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.Ingr_box.is_Active::before {
    transform: rotate(-180deg);
}

.Ingr_image {
    position: relative;
    width: 100%;
    height: 100%;
}

.Ingr_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Ingr_cont {
    position: absolute;
    padding: 20px;
    bottom: -100%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
    height: 100%;
    justify-content: end;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.Ingr_box.is_Active .Ingr_cont {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    bottom: 0;
}

.Ingr_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff99;
    z-index: 1;
    transition: all 0.7s ease-in-out;
    opacity: 0;
}

.Ingr_box.is_Active::after {
    transition: all 0.7s ease-in-out;
    opacity: 1;
}

.Ingr_cont>h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.29px;
    letter-spacing: 0;
    color: #373737;
    text-transform: capitalize;
}

.Ingr_cont>p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.22px;
    color: #373737;
    letter-spacing: 0;
}

.ingredients_ROW .main_heading {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 30px;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
}

.ingredients_ROW .main_heading h2 {
    max-width: 700px;
}

.ingredients_ROW .main_btn {
    margin-left: auto;
}

.hydration_slider .Line_bar {
    display: none;
}

.hydration_slider:has(.swiper-slide:nth-child(6)) .Line_bar {
    display: flex;
}

.Product_video_sec {
    position: relative;
    display: block;
    padding-bottom: 40px;
}

.pd_v_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.pd_v_row .Videos_here .Banner_video_main {
    min-height: 600px;
    height: 600px;
}

.cdb_v_content {
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #d6f7fc;
    border-radius: 10px;
    overflow: hidden;
}

.vrnt_cdr_v {
    position: relative;
    margin-top: auto;
}

.vrnt_cdr_v ul {
    position: relative;
    display: block;
}

.vrnt_cdr_v ul li {
    padding: 20px 0;
    position: relative;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 30px;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 26.56px;
    text-transform: uppercase;
    cursor: pointer;
    color: #37373799;
}

.vrnt_cdr_v ul li.active_menu {
    color: #373737;
}

.vrnt_cdr_v ul li.active_menu:after {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transform: rotate(-180deg);
}

.vrnt_cdr_v ul li::after {
    content: "";
    background-image: url(/cdn/shop/files/faqs_arrow.svg?v=1740417769);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #373737;
    border-radius: 1000px;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    margin-left: auto;
    position: relative;
    display: block;
}

.vrnt_cdr_v ul li:not(:last-child) {
    border-bottom: 1px solid #373737;
}

.vrnt_cdr_v ul li:last-child {
    padding-bottom: 0;
}

.cdar_cont_v {
    display: none;
}

.cdar_cont_v h2 {
    text-transform: capitalize;
}

.cdar_cont_v h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40.58px;
    color: #373737;
    letter-spacing: 0;
}

.cdar_cont_v.active_content {
    animation: Slide_content 0.5s cubic-bezier(0.76, 0, 0.24, 1) forwards alternate;
    opacity: 0;
    display: block;
}

.cdar_cont_v .cdar_cont_dis {
    margin-top: 10px;
}

.cdar_cont_v .cdar_cont_dis p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26.56px;
    letter-spacing: 0;
    color: #373737;
}

/* products sections */
/* Theme Custom Global CSS */

.card__inner .card__content,
.header .header__icon--account account-icon {
    display: none;
}

.utility-bar .page-width {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

body .header {
    background-color: #eeece9;
    padding: 0px 35px !important;
    border-radius: 10px;
}

body.template-index .header {
    /* position: relative; */
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* border-radius: 10px; */
    position: absolute !important;
    transition: all 0.8s;
}

body.template-index .header.header-bg-state {
    background-color: #eee;
}

body.template-index .header-wrapper {
    display: block;
    padding: 0px;
    background: transparent;
}

body .header__heading-link {
    padding: 0 !important;
}

body .header .header__heading-logo-wrapper img {
    width: 100px;
}

/* body.template-index .header .header__heading-logo-wrapper img {
      filter: brightness(100);
    } */

/* body .header .header__inline-menu ul {
      gap: 30px;
    } */

body .mega-menu-link a,
body .header .header__inline-menu>ul>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s;
}

body.template-index .header .header__inline-menu>ul>li>a {
    color: #fff;
}

body.template-index .header.header-bg-state .header__inline-menu>ul>li>a {
    color: #121212bf;
}

body.template-index .header .header__icon {
    color: #fff;
}

body.template-index .header.header-bg-state .header__icon {
    color: #121212bf;
}

body.template-index .header .header__heading-logo-wrapper img {
    filter: brightness(0) invert(1);
}

body.template-index .header.header-bg-state .header__heading-logo-wrapper img {
    filter: unset;
}

/* body.template-index .header .header__inline-menu > ul li > a {
      color: #fff;
    } */
body .section-header {
    width: 100%;
    max-width: 2380px;
    padding: 0 40px;
    margin: 0 auto;
}

body .shopify-section-header-sticky .header {
    background: #d6f7fc;
    padding: 0px 35px !important;
    border-radius: 10px 10px 0 0;
    margin-top: 20px;
    z-index: 9;
    box-shadow: 0 1px 30px #00000017;
}

body.template-index .shopify-section-header-sticky .header.header-bg-state {
    background: #d6f7fc;
}

body .shopify-section-header-sticky .header-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 50px;
    z-index: -1;
}

body.template-index .shopify-section-header-sticky .header .header__inline-menu a {
    color: #373737;
}

body.template-index .shopify-section-header-sticky .header .header__heading-logo-wrapper img {
    filter: brightness(0);
}

body .header__inline-menu,
body .header__icon--cart {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body .header .header__icon>span,
body .header .header__icon.header__icon--cart .cart-count-bubble,
body .header .header__icon .svg-wrapper {
    width: max-content;
    height: max-content;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    position: relative;
}

.header__icon--cart svg.icon-cart-empty,
svg.icon.icon-cart {
    display: none;
}

body .header .header__icon>span::before,
body .header .header__icon .svg-wrapper::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: #373737;
    transition: transform 0.7s ease-in-out;
}

body .header .header__icon>span:hover:before,
body .header .header__icon .svg-wrapper:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

body .header .header__icon.header__icon--cart .cart-count-bubble {
    color: #373737;
}

body.template-index .header .header__icon.header__icon--cart .cart-count-bubble {
    color: #fff;
}

body.template-index .header.header-bg-state .header__icon.header__icon--cart .cart-count-bubble {
    color: #373737;
}

body .header .header__icon {
    height: max-content;
    width: max-content;
}

body .header .header__icons {
    padding-right: 0;
    gap: 30px;
}

body .header summary {
    text-decoration: none !important;
}

/* body.template-index .header .header__icon > span,
    body.template-index .header .header__icon .svg-wrapper,
    body .header .header__icon.header__icon--cart .cart-count-bubble,
    body.template-index .header .header__icon.header__icon--cart::before {
      color: #fff;
    } */
body .header .header__icon.header__icon--cart::before {
    content: "Cart";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
}

body .header .header__icon.header__icon--cart>.svg-wrapper {
    display: none;
}

body .header .header__icon.header__icon--cart .cart-count-bubble {
    position: relative !important;
    position: relative !important;
    left: 5px;
    top: 0;
    background: unset;
}

body.template-index .shopify-section-header-sticky .header .header__icon>span,
body.template-index .shopify-section-header-sticky .header .header__icon .svg-wrapper,
body.template-index .shopify-section-header-sticky .header .header__icon.header__icon--cart .cart-count-bubble,
body.template-index .shopify-section-header-sticky .header .header__icon.header__icon--cart::before {
    color: #373737;
}

ul.star-rating .rating__false {
    opacity: 0.2;
}

.article-card-wrapper .article-card__image-wrapper {
    width: 100%;
    height: 100%;
}

.foolow_mouse {
    pointer-events: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    background: #ffffff80;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    transition: transform 0.2s linear, opacity 0.1s linear;
    display: flex;
    position: absolute;
    left: 60px;
    top: 65px;
    transform: translate(-50%, -50%);
}

.foolow_mouse span {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #373737;
    text-transform: uppercase;
    text-align: center;
}

/* Theme Custom Global CSS End */

/* Updated CSS Start */

.Socail_icon ul {
    justify-content: flex-start !important;
}

.newsL_form label.field__label {
    display: none;
}

.Foot_new_ltr .newsL_form input[type="email"]::placeholder {
    opacity: 1;
}

.Socail_icon svg.icon {
    filter: invert(1);
}

.article-card-wrapper .card__information {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

body .header .header__search .svg-wrapper>svg {
    display: none;
}

body .header .header__icon.header__icon--cart .cart-count-bubble {
    color: #373737;
}

body .header .header__inline-menu ul>li:has(.advance-mega-menu) {
    cursor: pointer;
}

/* body.template-index
      .header
      .header__icon.header__icon--cart
      .cart-count-bubble {
      color: #fff;
    } */
/* Updated CSS End */
/* Collection Page Style */
.template-collection .section-template--23966632706343__product-grid-padding {
    padding: 0;
    margin: 0;
}

/* .template-collection .collection-filter .collection-filter_wrp {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
        max-width: max-content;
      } */
.template-collection .collection-filter .collection-filter_wrp .main_btn a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
}

.template-collection .collection-filter .collection-filter_wrp .main_btn.active a {
    background-color: #373737;
    color: #fff;
}

.collection-filter .collection_filtr .swiper-slide {
    width: max-content;
    margin-right: 20px;
}

.collection-filter .collection_filtr .swiper-wrapper {
    max-width: max-content;
    margin: auto;
}

.template-collection aside.facets-wrapper {
    display: none;
}

.template-collection .product-grid-container .product-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 40px 0;
}

.template-collection .product-grid-container .product-grid .grid__item {
    width: 100%;
    max-width: 100%;
}

body .footer {
    border: none !important;
    padding: 0 !important;
}

/* Collection Page Style */
body .card--card .quick-add {
    margin: 0 !important;
}

body header-drawer {
    margin-left: 0 !important;
}

/* Product Page Styling  */
product-info {
    margin: 0 !important;
    padding: 0 !important;
}

.template-product .page-width .product {
    display: grid;
    gap: 40px;
    margin: 20px 0 30px;
    padding: 0 !important;
    grid-template-columns: 100%;
    height: 650px;
    position: relative;
}

.template-product .List_opt_sec {
    padding: 0 0 30px;
}

.template-product .product .grid__item {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* product Content Style */
.template-product .product__info-container .product__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.template-product .product__info-container {
    max-width: 100%;
}

.template-product .product__info-container .product__title h1 {
    font-weight: 500;
    font-size: 33px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000000b5;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.template-product .product__info-container .price-item {
    font-weight: 600;
    font-size: 25px !important;
    line-height: 25px;
    letter-spacing: 0;
    color: #373737;
}

.template-product .product__info-container .product__tax {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #373737;
}

.template-product .product__info-container :is(.product__tax a, .product__description a) {
    text-decoration: underline !important;
}

.template-product .product__info-container .original-price {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}

.template-product .product__info-container .original-price>strong {
    font-weight: 800;
    text-transform: capitalize;
}

.template-product .product__info-container .product__description {
    margin-top: 20px;
}

.template-product .product__info-container .product__description>br {
    display: none;
}

.template-product .product__info-container .product__description :is(p, span, li, small) {
    font-weight: 300;
    font-size: 16px;
    line-height: 20.29px;
    letter-spacing: 0;
    color: #373737;
}

.template-product .product__info-container .product__description p:not(:first-child) {
    margin-top: 20px;
}

.template-product .product__info-container .product__description :is(ul, ol):not(:first-child) {
    margin-top: 20px;
}

body.template-product .product .accordion_cus {
    max-width: 100%;
}

/* body.template-product .cus_add_wrp {
      position: relative;
      display: inline-block;
      width: calc(100% - 139px);
      margin: 30px 0 30px 20px;
      transform: translateY(-5px);
    } */
body.template-product .cus_add_wrp {
    position: relative;
    display: block;
    width: 100% !important;
    margin: 30px 0;
}

body.template-product .product-form {
    margin: 0 !important;
    padding: 0;
}

body.template-product .product-form__buttons {
    max-width: 100%;
}

body.template-product .product-form .product-form__submit {
    height: 50px;
    min-height: 50px;
    width: 100%;
    max-width: 100%;
    background-color: #373737;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative !important;
    z-index: 1;
    overflow: hidden;
}

body product-form button[type="submit"]::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #52b3bf;
    z-index: -1;
    clip-path: var(--clip-path, inset(0 100% 0 0));
    transition: clip-path 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    display: block !important;
}

body product-form button[type="submit"]:hover:before {
    clip-path: inset(0 0 0 0);
}

.template-product .product__info-container variant-selects {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.template-product .product__info-container variant-selects .product-form__input {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.template-product .product__info-container variant-selects .form__label {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #373737;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.template-product .product__info-container variant-selects .select::before,
.template-product .product__info-container variant-selects .select::after {
    display: none !important;
}

.template-product .product__info-container variant-selects .select select {
    height: 55px;
    min-height: 55px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #54a9b6;
    padding: 14px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}

.template-product .product__info-container variant-selects .select .svg-wrapper {
    height: 14px;
    width: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.template-product .product__info-container variant-selects .select .svg-wrapper svg path {
    fill: #3a3a3a;
}

body .field .field__input {
    border: 1px solid #373737;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #3a3a3a !important;
}

.list-icon-box {
    background: #d6f7fc;
    border-radius: 10px;
    padding: 15px 30px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
    place-items: center;
    place-content: center;
    align-items: center;
    margin-top: 20px;
}

.list-icon-box:has(.list-icon-wrp) {
    display: grid;
}

.list-icon-box .list-icon-wrp {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px;
    align-items: center;
    position: relative;
}

.list-icon-box .list-icon-wrp>span img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.list-icon-box .list-icon-wrp>p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
}

.template-product .product__info-container .sealsubs-container {
    all: unset !important;
}

.template-product .product__info-container .sls-widget-branding,
.template-product .product__info-container .sls-more-info-container {
    padding: 0;
    display: none !important;
}

.template-product .product__info-container .sealsubs-target-element {
    margin-top: 30px;
}

.template-product .product__info-container .sls-purchase-options-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #373737;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}

.template-product .product__info-container .sls-option-container {
    background-color: transparent !important;
    border: 1px solid #54a9b6 !important;
    padding: 20px !important;
    border-radius: 10px;
    box-shadow: none !important;
}

.template-product .product__info-container .seal-money {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
}

.template-product .product__info-container .sls-selling-plan-group-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    letter-spacing: 0;
    padding-left: 35px;
}

.template-product .product__info-container .sls-selling-plan-group-first-line {
    align-items: center;
}

.template-product .product__info-container .seal-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.template-product .product__info-container .seal-col.seal-col-radio {
    padding-right: 0;
    position: absolute;
    top: 2px;
}

.template-product .product__info-container .sealsubs-target-element .sls-custom-radio,
.template-product .product__info-container .sls-option[type="radio"]+span.sls-custom-radio {
    width: 24px;
    height: 24px;
    border-color: #54a9b6 !important;
}

.template-product .product__info-container .sealsubs-target-element .sls-option[type="radio"]:checked+.sls-custom-radio::after {
    width: 16px;
    height: 16px;
    background: #54a9b6;
    box-shadow: none;
}

.template-product .product__info-container .sealsubs-target-element .sls-option[type="radio"]+.sls-custom-radio::after {
    background: #54a9b6;
    box-shadow: none;
}

.template-product .product__info-container .selling-plan-group-options-name-select {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: initial;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.template-product .product__info-container .sealsubs-container select.sls-select {
    width: 100%;
    max-width: 100% !important;
    min-height: 50px !important;
    border-radius: 6px;
    border-color: #d6f7fc !important;
    border-radius: 1px solid #d6f7fc !important;
    background-color: #d6f7fc;
    font-family: "Euclid-Circular";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #000000;
}

.template-product .product__info-container .selling-plan-group-options-name-select label {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #000;
    display: block;
}

.template-product .product__info-container .sls-savings-badge {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0 !important;
    color: #fff !important;
    background-color: #54a9b6 !important;
    text-transform: uppercase !important;
    padding: 10px;
}

/* product Content Style */

/* body.template-product .product-form__buttons .shopify-payment-button {
    display: none;
  } */
body.template-product .product .product-form__quantity {
    width: fit-content;
    display: none !important;
}

body.template-product .product .product-form__quantity>label {
    display: none;
}

body.template-product .product .quantity {
    width: 115px;
    height: 40px;
    min-height: 40px;
    border-radius: 60px;
    border: 1px solid #373737;
    background-color: transparent;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px 12px;
}

body.template-product .product .quantity .quantity__button {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.template-product .product .quantity .quantity__button svg {
    fill: #373737;
    stroke: #373737;
}

body.template-product .product .quantity .quantity__input {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

body.template-product .product .quantity::before {
    content: initial !important;
    position: initial !important;
}

body.template-product .product .quantity::after {
    content: initial !important;
    position: initial !important;
}

/* Product Page Styling  */

/* / COLLECTIONS PAGE CSS / */

body.template-list-collections h1.title {
    display: none;
}

body.template-list-collections .collection-list.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 20px 0;
}

body.template-list-collections .collection-list.grid .collection-list__item {
    width: 100%;
    max-width: 100%;
}

body.template-list-collections .collection-card-wrapper {
    position: relative;
}

body.template-list-collections .collection-card-wrapper>.card>.card__content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    padding: 30px;
}

body.template-list-collections .collection-card-wrapper>.card>.card__content .card__heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 40.58px;
    letter-spacing: 0%;
    color: #333;
}

body.template-list-collections .collection-card-wrapper>.card>.card__content .card__heading svg {
    height: 17px;
    width: 50px;
}

body.template-list-collections .collection-card-wrapper>.card>.card__content .card__heading svg path {
    fill: #333;
    transform: 0;
}

body.template-list-collections .collection-card-wrapper>.card>.card__content .card__information {
    padding: 0;
}

body.template-list-collections .collection-card-wrapper .card__inner {
    position: relative;
    height: 762px;
    width: 100%;
    border-radius: 10px;
}

body.template-list-collections .collection-card-wrapper .card__inner .card__media {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

body.template-list-collections .collection-card-wrapper .card__inner .card__media .media {
    height: 100%;
    width: 100%;
    position: relative;
}

body.template-list-collections .collection-card-wrapper .card__inner .card__media .media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d5cdc600 50.9%, #f6f6f6);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    border-radius: 10px;
    opacity: 1;
}

body.template-list-collections .collection-card-wrapper .card__inner .card__media .media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

body.template-list-collections .collection-card-wrapper .card__inner>.card__content a::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

body.template-list-collections .collection-card-wrapper .card__inner .card__information,
body.template-list-collections .collection-card-wrapper .card__inner .card__content {
    display: block;
    opacity: 0;
}

/* / COLLECTIONS PAGE CSS / */

/* Cart Page Styling */
body.template-cart cart-items {
    padding: 30px 0 0;
}

body.template-cart cart-items form.cart__contents {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
}

body.template-cart cart-items .page-width {
    padding: 0 20px 0 !important;
}

body.template-cart cart-items .title-wrapper-with-link h1 {
    color: #373737;
    width: 100%;
    text-transform: capitalize;
}

body.template-cart cart-items .title-wrapper-with-link>a {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: underline !important;
}

body.template-cart cart-items .title-wrapper-with-link {
    margin: 0 0 40px;
    text-align: center;
    justify-content: center;
}

body.template-cart cart-items .cart-items thead tr th {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding-bottom: 10px;
}

body.template-cart cart-items .caption-with-letter-spacing {
    font-size: 14px;
    color: #373737;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

body.template-cart cart-items .cart-items .cart-item__details a {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #373737;
}

body.template-cart cart-items .cart-items .cart-item__details>.product-option {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #373737;
    margin-top: 10px;
}

body.template-cart cart-items .cart-items .cart-item__details>p.product-option {
    display: none;
}

body.template-cart cart-items .cart-items .cart-item__media {
    padding-top: 20px;
    position: relative;
}

body.template-cart cart-items .cart-items .cart-item__media .cart-item__image-container {
    width: 100%;
    height: 180px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden !important;
    padding: 0;
}

body.template-cart cart-items .cart-items .cart-item__media .cart-item__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

body.template-cart cart-items .cart-item>td+td {
    padding-left: 20px;
    padding-top: 20px;
}

body.template-cart cart-items .cart-item__price-wrapper .price {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

body.template-cart cart-items .cart-items .upgrade-subscription-cart {
    display: none !important;
}

body.template-cart cart-items .cart__items {
    padding-bottom: 20px;
}

body cart-items .cart-items .cart-item__details dl {
    margin-top: 15px;
}

body cart-items .cart-items .cart-item__details dl .product-option>dt {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

body cart-items .cart-items .cart-item__details dl .product-option>dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
}

body.template-cart .cart__footer-wrapper {
    padding: 0 !important;
}

body.template-cart .cart__footer-wrapper .cart__footer {
    padding: 30px 0;
}

body.template-cart .cart__footer-wrapper .totals {
    justify-content: space-between;
}

body.template-cart .cart__footer-wrapper .totals h2 {
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
}

body.template-cart .cart__footer-wrapper .totals .totals__total-value {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

body.template-cart .cart__footer-wrapper .tax-note {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #373737;
}

body.template-cart .cart__footer-wrapper .tax-note a {
    width: max-content;
    text-decoration: underline;
    display: inline-block;
}

body.template-cart .cart__footer-wrapper #shopify-buyer-consent {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #373737;
}

body .cart-item__error-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #373737;
}

body.template-cart .cart__footer-wrapper .cart__checkout-button {
    background-color: #373737;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #373737;
    box-shadow: none !important;
    outline: none !important;
    height: 50px;
    min-height: 50px;
    text-transform: uppercase;
}

body.template-cart .cart__footer-wrapper .cart__checkout-button::before,
body.template-cart .cart__footer-wrapper .cart__checkout-button::after {
    content: none !important;
    display: none !important;
}

/* Quntity Products */
body.template-cart cart-items .quantity {
    width: 120px;
    height: 40px;
    min-height: 40px;
    border-radius: 100px;
    border: 1px solid #000;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px 12px;
}

body.template-cart cart-items .quantity .quantity__button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.template-cart cart-items .quantity .quantity__button svg {
    fill: #000;
    stroke: #000;
}

body.template-cart cart-items .quantity .quantity__input {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
}

body.template-cart cart-items .quantity::before {
    content: initial !important;
    position: initial !important;
}

body.template-cart cart-items .quantity::after {
    content: initial !important;
    position: initial !important;
}

/* Quntity Products */
/* Cart Page Styling */

div.template-404 {
    padding: 100px 0;
}

div.template-404>p {
    font-size: 10rem;
    font-weight: 700;
    line-height: 10rem;
    color: #373737;
    text-transform: uppercase;
}

div.template-404 .Heading_h1 {
    padding: 0;
    margin: 0 0 20px;
    color: #373737;
    text-transform: uppercase;
}

div.template-404 .main_btn {
    margin: auto;
}

/* Search Bar Css  */
predictive-search .search__input.field__input {
    border: 1px solid #373737 !important;
    border-radius: 10px;
    background: transparent;
    height: 55px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

predictive-search :is(.reset__button, .search__button) {
    top: 0;
    bottom: 0;
    margin: auto;
}

body predictive-search .field::before,
body predictive-search .field::after {
    display: none !important;
    box-shadow: none !important;
}

predictive-search .search__input.field__input:focus {
    background: #fff;
    box-shadow: none !important;
}

predictive-search .field__input::placeholder {
    color: #272a22 !important;
    opacity: 1;
}

predictive-search .field__label:focus {
    top: 0 !important;
    transform: translateY(0%) !important;
}

predictive-search .field__grp label {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    color: #272a22;
    display: flex;
    gap: 4px;
}

predictive-search .field__grp:has(textarea) .field__label {
    top: 10% !important;
    left: 15px !important;
}

predictive-search .field__label {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 15px !important;
    display: none !important;
}

predictive-search .field__input:focus,
predictive-search .field__input:not(:placeholder-shown) {
    padding: 15px 0 15px 15px !important;
    color: #373737;
}

predictive-search .predictive-search h2 {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    color: #373737;
}

predictive-search .predictive-search__list-item a p {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    color: #373737;
}

body .header .modal__content {
    top: -2px;
}

body .header .search-modal__content .svg-wrapper>svg {
    display: block;
    stroke: #373737;
}

/* Search Bar Css  */
.Sing_proRow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 20px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #e9f7f7;
    height: 100%;
}

.Sing_pro_Wrp a {
    position: relative;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 15px;
    align-items: center;
}

.Sing_pro_Wrp .sinG_p_Img {
    width: 100px;
    height: 100px;
    position: relative;
}

.Sing_pro_Wrp .sinG_p_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.proD_Sin h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.36px;
    letter-spacing: 0;
    margin: 0;
}

.proD_Sin h6 a {
    color: #333333;
}

.Singl_btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #373737;
    border-radius: 100px;
    text-align: center;
    margin-left: auto;
    outline: none;
    border: none;
    cursor: pointer;
}

body .yotpo-display-l .yotpo-main-layout .yotpo-head,
body .yotpo-display-m .yotpo-main-layout .yotpo-head {
    margin-bottom: 20px;
    margin-top: 0;
}

body .yotpo-main-layout .yotpo-border-margin {
    margin-top: 0;
}

body .yotpo-new-review-btn-wrapper .yotpo-new-review-btn.empty-state {
    margin-bottom: 30px;
}

/* .template-product
    .product__info-container
    div#shopify-block-AcklBZHdrRnBEWTFsS__yotpo_product_reviews_star_rating_FVjEBT {
    margin-bottom: 0;
    display: inline-block;
    float: inline-end;
  }
  .template-product
    .product__info-container
    .shopify-block:has(.yotpo-widget-instance) {
    margin-bottom: 0;
    display: inline-block;
    float: inline-end;
  } */
.related-products:has(.Bg_Sec_ROW) {
    margin-bottom: 30px !important;
}

.related-products .main_heading {
    margin-bottom: 30px !important;
}

body .produt_slidWpr_row .btns_swiper-arrow {
    position: relative !important;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    margin: 0;
    min-width: 30px;
    height: 30px !important;
}

.produt_slidWpr_row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0 15px;
}
.product__info-wrapper:has(.shopify-block.shopify-app-block) .produt_slidWpr_row {
    margin-top: 30px;
}
body .produt_slidWpr_row .btns_swiper-arrow:before {
    width: 10px;
    height: 10px;
}

body .yotpo-reviews-pagination-container {
    margin-top: 0;
    margin-bottom: 30px;
}

body .rte ul,
body .rte ol {
    list-style: auto;
}

/* Cart Waring Css  */
body .cart__warnings {
    padding: 70px 0 100px;
}

body .cart__warnings h1.Heading_h1 {
    text-transform: uppercase;
    color: #373737;
}

body .cart__warnings .main_btn {
    margin: 10px auto 0;
}

body .cart__warnings .cart__login-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: normal;
}

body .cart__warnings .cart__login-paragraph {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #000;
}

body .cart__warnings .cart__login-paragraph a {
    text-decoration: underline !important;
}

/* Cart Waring Css  */
@supports (-webkit-touch-callout: none) {
    .Branding_row {
        background-attachment: scroll;
    }
}

.product-card-wrapper .product_btn .quick-add-modal {
    display: none !important;
}

.template-search .template-search__search .search {
    margin-top: 10px;
}

.template-search .template-search__header {
    margin-top: 30px;
}

.shopify-section-group-header-group.section-header.shopify-section-header-hidden {
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
    top: -150%;
}

.shopify-section-group-header-group.section-header.animate {
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}

body.template-index .shopify-section-header-sticky .header-wrapper {
    top: -150%;
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}

body.template-index .shopify-section-header-sticky.animate .header-wrapper {
    transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
    top: 0;
}

.template-search .template-search__header {
    margin-top: 10px;
}

.header .list-menu li a {
    position: relative;
}

.header .list-menu li a span {
    text-decoration: none !important;
}

/* .template-index .header .list-menu > li > a:before {
      background: #ffffff;
    } */
.template-index .shopify-section-header-sticky .header .list-menu>li>a:before {
    background: #373737;
}

.header .list-menu>li>a::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: #373737;
    transition: transform 0.7s ease-in-out;
}

.header .list-menu>li>a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

body .header .menu-drawer {
    transition: max-height 0.6s cubic-bezier(0.76, 0, 0.24, 1) !important;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: none !important;
    background: #eeece9;
    /* border-radius: 0 0 20px 20px; */
    /* transform: translate(0%, -150%) !important; */
    transform: translate(0%) !important;
    max-height: 0;
}

body .header details[open].menu-opening>.menu-drawer {
    transition: max-height 0.6s cubic-bezier(0.76, 0, 0.24, 1) !important;
    transform: translate(0) !important;
    max-height: 100vh;
}

body .shopify-section-header-sticky .header details[open].menu-opening>.menu-drawer {
    background: #d6f7fc;
}

body .header:has(details[open].menu-opening) {
    border-radius: 10px 10px 0 0;
}

body .header__icon--menu[aria-expanded="true"]:before {
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1) !important;
}

.menu-drawer__inner-container .menu-drawer__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 10px;
}

.menu-drawer__inner-container .menu-drawer__menu-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #373737;
    text-transform: uppercase;
    width: max-content;
    padding: 0;
    background: transparent !important;
}

body .header--has-social .menu-drawer__utility-links {
    padding: 10px;
}

body .header--has-social .menu-drawer__utility-links .menu-drawer__account {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #373737;
    text-transform: uppercase;
    padding: 0;
}

body .menu-drawer .list-social {
    display: none !important;
}

.about-us #shopify-section-template--23988311064871__product_accordion_with_video_nwPAec .cdb_v_content {
    order: 2;
}

body .article-template {
    padding: 30px 0;
    width: 100%;
    position: relative;
    display: block;
}

body .article-template__hero-adapt {
    padding: 0 !important;
    height: 500px !important;
    border-radius: 10px;
    overflow: hidden;
}

body .article-template__hero-adapt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .page-width--narrow {
    padding: 0 20px !important;
    max-width: 1200px !important;
    margin: 40px auto 40px !important;
}

body .page-width--narrow .Heading_h2 {
    margin-top: 30px;
}

body header.page-width--narrow>span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #373737;
    margin-top: 10px;
    display: block;
}

body .article-template__content :is(p, span, small, li, strong, a) {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    display: block;
    color: #373737 !important;
}

body .article-template__content :is(strong) {
    font-weight: 600;
}

body .article-template__content :is(a) {
    text-decoration: underline !important;
    display: inline-block;
}

body .article-template__content :is(ol, ul) {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .article-template__content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 20px;
}

body .article-template__content {
    h1 {
        font-size: 28px;
        line-height: 28px;
    }

    h2 {
        font-size: 26px;
        line-height: 26px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
    }

    h4 {
        font-size: 22px;
        line-height: 22px;
    }

    h5 {
        font-size: 20px;
        line-height: 20px;
    }

    h6 {
        font-size: 18px;
        line-height: 18px;
    }
}

body .article-template__content p:not(:last-child) {
    margin-bottom: 20px;
}

body .article-template .main_btn {
    margin: 20px auto 0;
}

/* New Slider css start */
body .product-slider .product-image {
    width: calc(98.5% - 46%) !important;
    margin-right: auto;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

body .product-slider .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .product-slider .gallery-top {
    height: 650px;
}

.template-product .page-width .product .product__info-wrapper {
    background: #edecebcc;
    border-radius: 10px;
    padding: 0px 10px !important;
    position: absolute;
    top: 0;
    right: 0;
    max-width: calc(100% - 54.5%) !important;
    z-index: 1;
}

.template-product .page-width .product .product__info-wrapper>section {
    min-height: 650px;
    overflow-y: auto;
    padding: 20px 10px !important;
    height: 650px;
}

.template-product .page-width .product .product__info-wrapper>section::-webkit-scrollbar {
    width: 6px;
    overflow: hidden;
    border-radius: 10px;
}

.template-product .page-width .product .product__info-wrapper>section::-webkit-scrollbar-thumb {
    overflow: hidden;
    border-radius: 10px;
    background: #929292;
}

.template-product .page-width .product .product__info-wrapper>section::-webkit-scrollbar-track {
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
}

body .product-slider .gallery-thumbs {
    padding-top: 0;
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: 80px;
    height: 350px;
    z-index: 1;
}

body .product-slider .gallery-thumbs .swiper-slide img {
    width: 100%;
    /* height: 80px !important; */
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-thumbs .btns_swiper-arrow {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
}

.gallery-thumbs .swiper-button-next {
    position: absolute;
    bottom: 10px;
    top: unset;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
}

.gallery-thumbs .swiper-button-prev {
    position: absolute;
    bottom: unset;
    top: 10px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
}

/* body .gallery-thumbs .swiper-slide {
    height: 80px !important;
    width: 80px !important;
    margin-bottom: 10px;
} */

body .product-slider .gallery-thumbs .swiper-slide {
    opacity: 0.5;
}

body .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

body .product-slider .gallery-thumbs .swiper-wrapper {
    flex-direction: column !important;
}

/* New Slider css start */
body.template-blog .main-blog {
    padding-top: 30px;
    padding-bottom: 40px;
}

body.template-blog .main-blog .Heading_h2 {
    text-align: center;
}

body.template-blog .main-blog .blog-articles {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.Blog_slider :is(.Line_bar, .foolow_mouse) {
    display: none;
}

.Blog_slider:has(.swiper-slide:nth-child(4)) .Line_bar {
    display: flex;
}

.Blog_slider:has(.swiper-slide:nth-child(4)) .foolow_mouse {
    display: flex;
}

body.template-cart .cart__footer-wrapper .cart__checkout-button:hover {
    color: #373737;
    background: #d6f7fc;
    border-color: #d6f7fc;
}

.video_media img.video-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.Banner_video_main:has(.video-placeholder) .vid-play-pause-par {
    display: none !important;
}

.Sing_proRow .cus_add_wrp {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    transform: translate(0) !important;
}

body.template-product .Sing_proRow .product-form .product-form__submit {
    height: max-content;
    min-height: max-content;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    min-width: max-content;
    /* padding: 8px 14px; */
    padding: 13px 15px;
    letter-spacing: 0;
    border-radius: 0px;
}

.announcement-bar-slider>button {
    display: none;
}

.badge {
    text-transform: uppercase;
    padding: 6px 13px;
    letter-spacing: 0px;
    background: #d6f7fc;
    color: #000;
    font-weight: 600;
    border: dashed 1px #000000;
}

body .gallery-thumbs .btns_swiper-arrow:before {
    width: 13px;
    height: 13px;
}

.featured-collection-callout {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    font-size: 2.2vw;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    /* -webkit-text-stroke: 2px #929292; */
    /* text-stroke: 2px #929292; */
    color: #fff;
}
.card-wrapper:has(.newBadge) .featured-collection-callout {
    left: 30px;
}
.card-wrapper:has(.bestSellerBadge) .featured-collection-callout {
    left: 50px;
}
.hydration_slider .swiper-slide {
    width: 344.6px;
    margin-right: 10px;
}

.hydration_slider:has(.swiper-wrapper .swiper-slide:nth-of-type(6)) .foolow_mouse {
    display: flex;
}

.hydration_slider .foolow_mouse {
    display: none;
}

body .advance-mega-menu .yotpo-sr-bottom-line-text {
    font-size: 11px !important;
}

body .yotpo-sr-bottom-line-text {
    font-family: "Euclid-Circular" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
    position: relative;
    color: #333333 !important;
}

.star-container svg {
    width: 12px;
    height: 12px;
}

body .yotpo-sr-bottom-line-summary {
    margin-right: 10px !important;
    flex-direction: row !important;
    gap: 6px;
}

body .yotpo-sr-bottom-line-summary>div {
    gap: 3px;
}

.template-product .page-width .product .product__info-wrapper>section .yotpo-sr-bottom-line-summary>div {
    gap: 0;
}

product-recommendations .Bg_Sec_ROW {
    overflow: hidden;
}

product-recommendations .Bg_Sec_ROW .swiper.you_products_slider {
    overflow: unset;
}

.country-filter .field label[for="country-filter-input"] {
    display: none;
}

.country-filter .field input {
    padding: 10px !important;
}

/* Mega Menu Style  */
.advance-mega-menu .card--card .card__inner a,
.advance-mega-menu .card--card .card__inner .card__media {
    height: 100%;
    width: 100%;
}

body .advance-mega-menu {
    padding: 60px 50px;
    background-color: #eeece9;
}

body .advance-mega-menu .product-card-wrapper.card-wrapper {
    height: 380px;
}

body .advance-mega-menu .product-card-wrapper>.card>.card__content {
    padding: 20px;
}

body .advance-mega-menu .featured-collection-callout {
    padding: 10px 20px;
    font-size: 1.2vw;
    display: none;
}

/* body .advance-mega-menu .product-card-wrapper>.card .card__badge {
    right: unset;
    top: 0;
    left: 10px;
} */
body .advance-mega-menu .product-card-wrapper>.card .card__badge {
    right: 10px;
    top: 0;
    left: unset;
}

body.template-index .header .mega-menu-link a {
    color: #b0b0ae !important;
}

body .mega-menu-switch .links-top .swiper-slide-thumb-active a {
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #373737 !important;
}

.mega-menu-switch .links-top.mega-menu-links {
    position: relative;
}

.Headers__indicator {
    position: absolute;
    height: 1px;
    background-color: #373737;
    /* max-width: 0; */
    /* transition: all 0.3s ease-in-out; */
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    display: block !important;
    bottom: 40px;
    left: 0;
}

.Megaproducts_slider:has(.swiper-slide:nth-of-type(5)) .Nav_main_swipr {
    visibility: visible;
}

body .Megaproducts_slider .btns_swiper-arrow {
    border: none !important;
}

.mega-menu-switch {
    max-width: 1450px;
    margin: auto;
}

/* body .advance-mega-menu {
      height: 600px !important;
      pointer-events: all !important;
    } */
.links-products-switch .main_btn {
    margin: 30px auto 0;
}

.links-products-switch .main_btn a:hover {
    color: #fff !important;
}

.advance-mega-menu .product-card-wrapper .card-information .price-item {
    font-size: 14px;
    line-height: 14px;
}

.advance-mega-menu .product-card-wrapper .card__information>.card__heading {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-top: 4px;
}

.advance-mega-menu .product-card-wrapper .card__information>.product-short-description {
    font-size: 13px;
    margin-top: 5px;
    line-height: 14px;
}

.advance-mega-menu .product-card-wrapper .card__information>.product_category {
    font-size: 10px;
    line-height: 10px;
}

.advance-mega-menu .badge {
    padding: 3px 10px;
    font-size: 10px;
}

.advance-mega-menu .product-card-wrapper>.card>.card__content {
    opacity: 1 !important;
    pointer-events: all !important;
}

/* Mega menu component CSS Start */
.advance-mega-menu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 87px;
    background-color: #d6f7fc;
    overflow: hidden;
    pointer-events: none;
    height: 0px;
    padding: 0px !important;
    transition: all 0.9s cubic-bezier(0.76, 0, 0.24, 1);
}

.header.mega-menu-hover-state .advance-mega-menu {
    pointer-events: all;
    height: 635px;
}

.menu-swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.links-slides {
    position: relative;
    width: 100%;
}

.links-top .swiper-slide {
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
    width: fit-content;
}

.links-top .swiper-slide-thumb-active {
    opacity: 1;
}

.links-top.mega-menu-links .swiper-wrapper {
    justify-content: center;
    padding-bottom: 50px !important;
}

.header.mega-menu-hover-state {
    background-color: #eeece9 !important;
    border-radius: 10px 10px 0 0 !important;
}

body .shopify-section-header-sticky .header .advance-mega-menu,
body .shopify-section-header-sticky .header.mega-menu-hover-state {
    background-color: #d6f7fc !important;
}

body .header .header__inline-menu ul>li {
    padding: 34px 15px;
}

body .header .header__inline-menu ul>li:nth-of-type(1) {
    padding-left: 0;
}

.mega-menu-switch {
    padding: 60px;
}

/* .product-card-wrapper
      .yotpo-sr-bottom-line-summary
      .star-container:not(:first-child) {
      display: none !important;
    } */

.product-card-wrapper .yotpo-sr-vertical-border {
    margin-right: 8px !important;
    display: none !important;
}

.product-card-wrapper .star-container {
    margin: 0px !important;
}

.product-card-wrapper .yotpo-sr-bottom-line-left-panel {
    font-size: 14px !important;
    margin-left: 5px !important;
    display: none !important;
}

/* .product-card-wrapper
      .yotpo-widget-instance:not(:has(.yotpo-sr-vertical-border)) {
      display: none;
    } */

body .product-card-wrapper .yotpo-reviews-star-ratings-widget {
    margin-bottom: 0 !important;
}

.products-not-found {
    text-align: center;
}

body .product-card-wrapper .yotpo-sr-bottom-line-text:before {
    content: "(";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-48%);
    color: #000;
}

body .product-card-wrapper .yotpo-sr-bottom-line-text:after {
    content: ")";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-48%);
    color: #000;
}

/* Mega menu component CSS End */

/* Mega Menu Style  */

.product-video-thumb {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f0ef;
    border-radius: 10px;
}

.product-video-thumb svg {
    width: 25px;
    height: 25px;
}

.product-video video.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Compare Styling */
.before_af_sec {
    position: relative;
    display: block;
    padding: 0px 0 40px;
}

.Aft_prnt {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.aftBf_box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.compr_content {
    background-color: #f1f0ed;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.compr_content>h2 {
    font-size: 30px;
    line-height: 30px;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.compr_content>p {
    margin-top: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
}

.pint_prnt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.point_com span {
    color: #787878;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.point_com p {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000;
}

/* CompareImg */
.mainrizer {
    display: grid;
    place-items: center;
    width: 100%;
    border-radius: 10px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.main-slid-wrp {
    position: relative;
    overflow: hidden;
    --position: 50%;
    width: 100%;
}

.slider-image-riz {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: left;
}

.image-before-riz {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.slider-resz {
    position: absolute;
    inset: 0;
    cursor: e-resize;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.slider:focus-visible~.slider-button-riz {
    outline: 5px solid #373737;
    outline-offset: 3px;
}

.slider-line-riz {
    position: absolute;
    inset: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
    display: block !important;
}

.slider-button-riz {
    position: absolute;
    background-color: #373737;
    color: #fff;
    padding: 0.5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
    transition: transform 0.2s ease-in-out;
}

.main-slid-wrp:hover .slider-button-riz {
    transition: transform 0.2s ease-in-out;
    transform: translate(-50%, -50%) scale(1.2);
}

.slider-button-riz img {
    max-width: 20px;
}

.be-fr-tags .showbtn-late {
    position: absolute;
    z-index: 9999;
    padding: 10px;
    background-color: #373737;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.be-fr-tags .showbtn-late:nth-child(1) {
    right: 10px;
    bottom: 10px;
}

.be-fr-tags .showbtn-late:nth-child(2) {
    left: 10px;
    bottom: 10px;
}

.mainrizer:has(.main-slid-wrp:is([style="--position: 83%;"],
        [style="--position: 84%;"],
        [style="--position: 85%;"],
        [style="--position: 86%;"],
        [style="--position: 87%;"],
        [style="--position: 88%;"],
        [style="--position: 89%;"],
        [style="--position: 90%;"],
        [style="--position: 91%;"],
        [style="--position: 92%;"],
        [style="--position: 93%;"],
        [style="--position: 94%;"],
        [style="--position: 95%;"],
        [style="--position: 96%;"],
        [style="--position: 97%;"],
        [style="--position: 98%;"],
        [style="--position: 99%;"],
        [style="--position: 100%;"])) .be-fr-tags .showbtn-late:nth-child(1) {
    display: none;
}

.mainrizer:has(.main-slid-wrp:is([style="--position: 0%;"],
        [style="--position: 1%;"],
        [style="--position: 2%;"],
        [style="--position: 3%;"],
        [style="--position: 4%;"],
        [style="--position: 5%;"],
        [style="--position: 6%;"],
        [style="--position: 7%;"],
        [style="--position: 8%;"],
        [style="--position: 9%;"],
        [style="--position: 10%;"],
        [style="--position: 11%;"],
        [style="--position: 12%;"],
        [style="--position: 13%;"],
        [style="--position: 14%;"],
        [style="--position: 15%;"],
        [style="--position: 16%;"],

    )) .be-fr-tags .showbtn-late:nth-child(2) {
    display: none;
}

/* CompareImg */
/* Compare Styling */

/* Modal  Css start  */
.Cus_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999999;
}

.Cus_modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 0;
    width: 100%;
    max-width: 886px;
    border-radius: 20px;
    overflow: hidden;
}

.Cus_modal .Cus_close-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 1000px;
    background-color: #333;
    position: absolute;
    top: 15px;
    right: 18px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Cus_modal .Cus_close-button::after {
    content: "";
    background-image: url(/cdn/shop/files/close-iocn.svg?v=1741689677);
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.Cus_modal.Cus_show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.Modal_prnt {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.modal__text {
    position: relative;
    padding: 68px 40px;
}

.modal__img,
.modal__img video,
.modal__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 470px;
}

.modal__text {
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal__text h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    color: #000000;
}

.modal__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
    margin-top: 20px;
}

.modal__text .modal__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 48px;
}

.modal__text .modal__inputs input[type="email"] {
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #373737;
    height: 50px;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    letter-spacing: 0;
    color: #0000004d;
}

.modal__text .modal__inputs input[type="email"]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #0000004d;
    font-family: "Euclid-Circular";
}

.modal__text .modal__inputs button {
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #373737;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background-color: #373737;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    outline: none;
}

.modal__text .modal__inputs button:hover {
    background-color: #52b3bf;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    border-color: #52b3bf;
}

body:has(.Cus_modal.Cus_show-modal) {
    overflow: hidden;
}

/* Modal  Css END */

body .newsletter-form__message {
    align-items: flex-start;
}

body .newsletter-form__message span {
    margin-top: 0 !important;
}

.mobile-main-menu {
    display: none;
}

.before_af_sec .Blog_slider .swiper-slide {
    width: 403px;
    margin-right: 40px;
}

.yotpo-sr-star-empty path {
    fill: transparent;
}

.advance-mega-menu .product-card-wrapper .star-container svg {
    width: 9px;
    height: 9px;
}

/* privacy policcs  */
body h1.main-page-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
}

body .section-template--23966632837415__main-padding .rte {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .section-template--23966632837415__main-padding .rte :is(p, small, li, a) {
    font-weight: 400;
}

body .section-template--23966632837415__main-padding .rte :is(p, span, small, li, strong, a) {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    display: block;
    color: #000000 !important;
    display: inline-block;
}

body .section-template--23966632837415__main-padding .rte :is(a) {
    text-decoration: underline !important;
    display: inline-block;
}

body .section-template--23966632837415__main-padding .rte :is(ol, ul) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: disc !important;
}

body .section-template--23966632837415__main-padding .rte :is(h1, h2, h3, h4, h5, h6) {
    color: #000000 !important;
}

body .section-template--23966632837415__main-padding .rte::after {
    display: none !important;
}

body .section-template--23966632837415__main-padding .rte {
    h1 {
        font-size: 28px;
        line-height: 28px;
    }

    h2 {
        font-size: 26px;
        line-height: 26px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
    }

    h4 {
        font-size: 22px;
        line-height: 22px;
    }

    h5 {
        font-size: 20px;
        line-height: 20px;
    }

    h6 {
        font-size: 18px;
        line-height: 18px;
    }
}

/* privacy policcs  */

.before_af_sec img {
    width: 100%;
}

.product_btn.main_btn .sealsubs-target-element {
    display: none;
}

.Image_with_form_sect .Contnt_with_prnt .info_dic {
    gap: 20px;
}

.form_hldr {
    margin-top: 30px;
    width: 100%;
}

.form_hldr .field .field__input:focus {
    box-shadow: none;
    border-color: #eeece9;
}

.form_hldr .field label.field__label {
    display: none;
}

.form_hldr .field .field__input {
    padding: 10px 20px;
    margin: 0;
    min-height: 50px;
    transition: all 0.4s ease-in-out;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    border-radius: 6px;
}

.form_hldr .field textarea.field__input {
    min-height: 140px;
}

.form_hldr .field {
    margin-bottom: 15px;
}

.form_hldr button[type="submit"] {
    border-radius: 36px;
    background: #373737;
    height: 50px;
    margin-left: 0;
    width: 100%;
    transition: 0.2s all ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}

.form_hldr button[type="submit"]:hover {
    color: #fff !important;
}

.form_hldr button[type="submit"]::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #52b3bf;
    z-index: -1;
    clip-path: var(--clip-path, inset(0 100% 0 0));
    transition: clip-path 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    display: block !important;
}

.form_hldr button[type="submit"]:hover:before {
    clip-path: inset(0 0 0 0);
}

.Image_with_form_sect {
    padding: 0 0 40px;
}

.Image_with_form_sect .image_with_prnt img {
    display: block;
}

.Image_with_form_sect .Image_with_cont_row {
    align-items: stretch;
}

.mega-menu-switch .Megaproducts_slider .swiper-slide {
    width: 317.5px;
}

body.template-search .product-card-wrapper .yotpo-sr-bottom-line-text:after,
body.template-search .product-card-wrapper .yotpo-sr-bottom-line-text:before {
    display: none !important;
}

.template-search__header>p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #373737;
}

.contact_us .accordion_cus {
    max-width: 100% !important;
}

.contact_us .accordion_cus .Contnt_with_prnt p a {
    max-width: max-content;
    text-decoration: underline !important;
    font-weight: 500;
    display: inline;
}

.contact_us .accordion_cus .accordion-item .accordion-item-header span {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #373737;
    text-transform: uppercase;
    text-align: center;
}

.contact_us .accordion_cus .accordion-item .accordion-item-header {
    display: grid;
    grid-template-columns: 1fr max-content;
    padding: 20px 0;
}

.contact_us .accordion_cus .Contnt_with_prnt {
    justify-content: flex-start;
}

.contact_us .Contnt_with_prnt p {
    font-size: 22px;
    line-height: 28px;
}

.contact_us .accordion_cus .Image_with_cont_row {
    padding: 35px 0 60px;
}

.contact_us .accordion_cus .Contnt_with_prnt .info_dic {
    margin-top: 0;
}

.contact_us .accordion_cus .accordion-item {
    border-bottom: 1px solid #000000;
}

.contact_us .accordion_cus .accordion-item:first-child {
    border-top: 1px solid #000000 !important;
}

.contact_us .accordion_cus .accordion-item:last-child {
    border-bottom: 1px solid #000000 !important;
}

.contact_us .image_with_prnt {
    height: 550px;
}

.contact_us .Image_with_cont_row {
    grid-template-columns: 0.8fr 1fr;
}

.form_hldr .form-status-list {
    padding: 0;
    margin: 10px 0;
}

.form_hldr .form-status.form-status-list.form__message {
    margin: 10px 0;
    font-size: 12px;
    line-height: 14px;
}

.form_hldr .form__message {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.form_hldr .form__message h2 {
    color: #000;
    font-size: 16px;
    line-height: 18px;
}

.form_hldr>form>.form__message {
    margin: 0;
}

.contact_us .accordion-item:nth-of-type(1) .image_with_prnt img {
    object-fit: contain;
}

/* Cart Drawer Styling */
.hs-popup-cart-sp-load .hs-site-cart-popup-layout {
       width: max(42.5rem, 25.25vw);
}
/* dd */

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content {
    padding: 8px 20px;
}
body .hs-sticky-cart .hs-cart-plus-minus, body .hs-sticky-cart .hs-cart-plus-minus-upsell {
    height: 25px;
    width: 75px;
    }
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content .hs-item-cart-qty .hs-cart-plus-minus input, .hs-nopopup .hs-qty-upsell input{
    width: 30px;
    height: 30px;
}
body .hs-item-content-variants {
           align-items: center;
    }
.hs-nopopup .hs-subscription-content select[name="hs-selling_plan"]{
    height: 30px;
}
body .hs-item-cart-description .hs-content-quantity-price{
flex-direction: row-reverse;
margin-top:4px;
}
body .hs-cart-content-price{
    margin-left: 0;
}
.hs-subscription-upgrade-section select.hs-subscription-change-plan{
padding: 5px 32px 5px 16px;
}

/* end */
body .hs-header-layout,
body .hs-footer-layout,
body .hs-automatic-recommend .hs-frequently-bought,
body .hs-container-swp,
body .hs-container-dynamic-stacked,
body .hs-layout-content,
body .hs-drawer-content-checkout {
    background: #f1f0ed !important;
}
body .hs-container-swp, body .hs-automatic-recommend .hs-frequently-bought {
   background: #52b3bf !important;
    padding: 18px;

}
body .hs-container-swp, body .hs-automatic-recommend .hs-frequently-bought span {
    font-size: 16px !important;
    color: #fff !important;
}

body .hs-automatic-recommend .hs-frequently-bought {
    padding:  10px ;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content {
    background: #f1f0ed !important;
}

body .hs-header-layout p,
body .hs-header-layout span {
    font-size: 20px !important;
    color: #67645e !important;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content .hs-item-cart-description .hs-product-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #67645e;
}

body .hs-popup-cart-sp-load .hs-qtybutton {
    width: 18px !important;
    height: 18px !important;
    background: #84827e !important;
    border-radius: 1000px !important;
    border: none !important;
}

body .hs-popup-cart-sp-load .hs-qtybutton svg {
    filter: brightness(100) !important;
    width: 10px !important;
    height: 10px !important;
}


body .hs-cart-plus-minus,
body .hs-cart-plus-minus-upsell {
    background: transparent;
    border-radius: 40px !important;
    width: 120px;
    border: 1px solid #67645e;
    min-height: 30px;
    padding: 0 10px;
    justify-content: space-between;
}

body .hs-item-cart-qty input {
    background-color: transparent !important;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content .hs-item-cart-qty .hs-cart-plus-minus input {
    border: none !important;
    box-shadow: none !important;
}

body .hs-site-cart-popup-layout :is(.hs-compare-at-price, .hs-price-total) span {
    color: #67645e !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body .hs-site-cart-popup-layout .hs-price-total,
body .hs-site-cart-popup-layout .hs-item-cart-content:not(.hs-cls-discount) .hs-price-total:not(.hs-active-sale-price) span,
body .hs-cart-content-weight,
body .hs-cart-content-weight span.hs-weight {
    color: #67645e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.hs-add-discount {
    display: none;
}
body .hs-finalize-purchase .hs-continue-shopping {
    color: #000000b5 !important;
    /* text-decoration: none !important; */
    transition: all .3s;
    width: auto !important;
    font-weight: 500 !important;
        font-size: 12px !important;
     margin-top: -10px !important;
}
body .hs-finalize-purchase{
    
        gap: 5px !important;
}
.hs-content-buttons {
    margin-top:6px !important;
}
.hs-nopopup.hs-not-subscription.hs-not-qty.hs-hidden-element {
    justify-content: normal;
    display: flex !important;
    gap: 7px;
    align-items: center;
}

.hs-trust-payment:before {
    content: "Guaranteed Safe & Secure Checkout";
    font-size: 14px;
    text-transform: capitalize;
}
body .hs-finalize-purchase .hs-continue-shopping:hover {
    color: #000 !important;
}

body .hs-content-product-slide-cart .hs-nopopup {
   
    flex-wrap: wrap;
    
        flex-direction: row-reverse  !important;
    gap: 7px;
    justify-content: space-around;
    align-items: center;
}
body .hs-nopopup .hs-title-swiper {
    /* width: calc(100% - 124px); */
    width:100%
    
}
body .hs-nopopup .hs-subscription-content {
    order: 3;
}
body .hs-body-layout .hs-frequently-bought span {
    color: #fff !important;
   
    line-height: 30px !important;
    /* text-transform: capitalize !important; */
    text-transform: normal !important;
    font-weight: 500 !important;
}
body .hs-drawer-content-checkout .hs-content-discount .hs-amount-discount-content .hs_discount, body .hs-drawer-content-checkout .hs-content-discount .hs-amount-discount-content .hs_discount span {
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
}
body .hs-drawer-content-checkout .hs-content-discount .hs-text-discount-content .hs-text-discount:before {
    content: 'Your Savings';
    position: absolute;
    background: #f1f0ed;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff0000;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-sub-total-cart .hs-text-subtotal,
body .hs-finalize-purchase .hs-shipping-taxes {
    color: #67645e !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-sub-total-cart .hs-text-subtotal {
    color: #000 !important;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-sub-total-cart .hs_subtotal_amount span,
body .hs-mount-sub-total span {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-sub-total-cart .hs_subtotal_amount span {
    color: #ff0000 !important;
}

body .hs-content-total-cart .hs-sub-total-cart {
    flex-wrap: wrap;
    gap: 0;
}

body .hs-content-total-cart .hs-sub-total-cart::after {
    content: "*shipping, taxes, and discounts calculated at checkout.";
    font-size: 12px;
    width: 100%;
    line-height: 15px;
    font-weight: 500 !important;
    color: #67645e;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase {
    background: #52b3bf !important;
    border-radius: 1000px !important;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 1 !important;
    padding-inline: 25px;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase span {
    font-weight: 500 !important;
    color: #52b3bf !important;
    justify-content: center;
    transition: all 0.39s cubic-bezier(0.76, 0, 0.24, 1);
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase:not([disabled]):hover>span.hs-add--to--cart {
    color: #373737 !important;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase .hs-add--to--cart .hs-content-subtotal-checkout span {
    color: #fff !important;
}
.hs-site-cart-popup-layout span.hs-add--to--cart:after {
    display: none;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase span .hs-content-lock-checkout {
    display: none;
}

body .hs-automatic-recommend:not(.hs-upsell_multi_view) .hs-content-product-slide-cart {
    background: #fff !important;
    border-radius: 10px;
    /* align-items: center; */
    align-items: start;
    height: 100%;
    grid-template-columns: max-content 1fr;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content {
    /* padding: 25px 30px; */
     padding: 15px 30px;
    border-color: #dddedcb3 !important;
}
body .hs-nopopup .hs-subscription-content .hs-subscription-option label .hs-sub-label {
    font-weight: 500;
        font-size: 10px !important;
}
body .hs-nopopup .hs-subscription-content select[name=hs-selling_plan] {
    border-color: #d5d5d5;
    background-color: #e3e3e3;
    box-shadow: none !important;
    cursor: pointer !important;
}
body .hs-popup-cart-sp-load .hs-title-swiper .hs-product-link-image {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    max-width: 70%;
    text-transform: uppercase;
    color:#000 !important;
    margin-bottom: 3px;
}

.hs-content-price-swiper {
    order: 1;
    grid-column: span 2;

}

body .hs-nopopup,
body .hs-nopopup.hs_button_subscription .hs-frequency-option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

.hs-nopopup .hs-upsell-add.hs-swiper-no-swiping {
    grid-row: span 2;
    margin-left: auto;
}

/* body .hs-popup-cart-sp-load .hs-price-sw {
    color: #67645e;
    font-size: 17px;
    font-weight: 600;
} */
 

body .hs-popup-cart-sp-load .hs-price-sw {
    color: #ff0000;
    font-size: 16px;
    margin-top:-2px !important;
    font-weight: normal;
}

body .hs-popup-cart-sp-load .hs-upsell-add-to-cart {
    background: #52b3bf !important;
    height: 33px !important;
    border-radius: 1000px !important;
    border-color: #52b3bf !important;
    width: max-content !important;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    padding: 4px 40px !important;
}

body cart-drawer #CartDrawer {
    display: none;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart {
    /* min-height: 430px;
    overflow-x: hidden;
    overflow-y: auto; */
}

body .hs-rewards-content {
    padding: 0;
    border: none;
}

body .hs-content-discounts-calculate-checkout.hs-enable-content-rewards {
    padding: 0px 80px 10px;
    background: #f1f0ed;
    border-bottom: 1px solid #dddedc;
}

body .hs-header-layout {
    border: none !important;
}

body .hs-progess-content.hs-hidden-percentages {
    display: flex;
    flex-direction: column-reverse;
}

body .hs-progess-content .hs-text-free-shipping,
body .hs-progess-content .hs-text-rewards-goal {
    color: #67645e;
    font-weight: 500;
    font-size: 16px !important;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px;
}

body #hs_shipping_bar {
    background: #52b3bf;
    height: 10px;
    border-radius: 0;
    overflow: hidden;
}

body #hs_shipping_progress {
    border-radius: 1000px;
    overflow: hidden;
    max-width: 647px;
    margin: auto;
    background: transparent;
    border: 1px solid #52b3bf;
}

body .hs-header-layout {
    padding: 13px 30px 13px;
}

body .hs-nopopup .hs-subscription-content .hs-subscription-option label.hs-subscription-sub-option .hs-custom-radio, .hs-popUp-product.hs-popUp-active .hs-subscription-content .hs-subscription-option label.hs-subscription-sub-option .hs-custom-radio {
    
    height: 11px;
 
    width: 11px ;
   
}

body .hs-close svg {
    width: 20px !important;
    height: 20px !important;
}

body .hs-popup-cart-sp-load .hs-upsell-add-to-cart span {
    color: #ffffff !important;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

body .hs-footer-layout {
    padding: 10px 30px 12px;
}

body .hs-product-link-image img {
    border-radius: 8px;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart img:not(.vitals-upsell-suggestions img) {
    border-radius: 10px;
}

.hs-options-swiper {
    display: none;
}

.hs-body-layout .hs-empty-cart-button {
    display: none;
}

body .hs-body-layout .hs-empty-cart {
    padding: 0px 30px;
    background: #f1f0ed;
    margin: auto;
}

body .hs-content-cart-empty .hs-frequently-bought {
    background: #f1f0ed;
    color: #67645e;
    padding: 15px 30px 0;
}

body .hs-body-layout .hs-empty-cart {
    padding: 0px 30px;
    background: #f1f0ed;
}

body .hs-body-layout {
    background: #f1f0ed !important;
}

body .hs-content-cart-empty {
    margin-top: auto;
}

body .hs-container-swp:not(.hs-upsell_multi_view) .hs-mode-dynamic .hs-content-product-slide-cart {
    /* background: #fff !important; */
    border-radius: 10px !important;
    background: rgb(255, 248, 248) !important;
    border-color: rgb(213, 216, 216) !important;
}

body .hs-body-layout .hs-empty-cart .hs-empty-cart-title {
    display: block;
    color: #67645e !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

body .hs-body-layout .hs-empty-cart .hs-empty-cart-subtitle {
    color: #67645e !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #373737 !important;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    display: block !important;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase:hover:before {
    width: 100%;
}

body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase:not([disabled]):hover,
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-footer-layout .hs-finalize-purchase .hs-checkout-purchase:not([disabled]):hover:before {
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background: #373737 !important;
}

body .hs-popup-cart-sp-load .hs-upsell-add-to-cart:hover,
body .hs-popup-cart-sp-load .hs-upsell-add-to-cart:hover:before {
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background: #373737 !important;
    border-color: #373737 !important;
}

body .hs-cross-sell:not(.hs-upsell_multi_view) .hs-content-product-slide-cart {
    grid-template-columns: max-content 1fr;
}

/* Cart Drawer Styling */

/* Testimonails style Start */

.jdgm-carousel-wrapper {
    background-color: #eeece9;
    margin-bottom: 40px !important;
    border-radius: 10px;
}

h2.jdgm-carousel-title {
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
}

.jdgm-carousel__right-arrow,
.jdgm-carousel__left-arrow {
    position: relative;
    border: none !important;
    width: 35px !important;
    height: 35px !important;
    transform: unset !important;
}

.jdgm-carousel__right-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 10000px;
    background-image: url(https://facedunk.com/cdn/shop/files/faqs_arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    transform: rotate(-90deg);
}

.jdgm-carousel__left-arrow::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border: solid 1px #000;
    border-radius: 10000px;
    transform: rotate(90deg);
    background-image: url(https://facedunk.com/cdn/shop/files/faqs_arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
}

.jdgm-carousel__right-arrow::after,
.jdgm-carousel__right-arrow {
    width: 35px !important;
    height: 35px !important;
}

.jdgm-carousel__left-arrow::after,
.jdgm-carousel__left-arrow {
    width: 35px !important;
    height: 35px !important;
}

section.jdgm-carousel.jdgm-carousel--done {
    float: unset;
    width: 100%;
}

.jdgm-carousel-title-and-link {
    width: 100% !important;
    height: fit-content !important;
    padding-bottom: 40px !important;
}

.jdgm-all-reviews-rating-wrapper {
    display: none !important;
}

.jdgm-carousel__arrows {
    margin: 40px auto 10px auto !important;
}

/* Testimonails style End */

/* / Testimonails style Start / */

.jdgm-carousel-wrapper {
    background-color: #eeece9;
    margin-bottom: 40px !important;
    border-radius: 10px;
}

h2.jdgm-carousel-title {
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
}

.jdgm-carousel__right-arrow,
.jdgm-carousel__left-arrow {
    position: relative;
    border: none !important;
    width: 35px !important;
    height: 35px !important;
    transform: unset !important;
}

.jdgm-carousel__right-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 10000px;
    background-image: url(https://facedunk.com/cdn/shop/files/faqs_arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    transform: rotate(-90deg);
}

.jdgm-carousel__left-arrow::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 10000px;
    transform: rotate(90deg);
    background-image: url(https://facedunk.com/cdn/shop/files/faqs_arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
}

section.jdgm-carousel.jdgm-carousel--done {
    float: unset;
    width: 100%;
}

.jdgm-carousel-title-and-link {
    width: 100% !important;
    height: fit-content !important;
    padding-bottom: 40px !important;
    margin-bottom: 0px !important;
}

.jdgm-all-reviews-rating-wrapper {
    display: none !important;
}

.jdgm-carousel__arrows {
    /* margin: 40px auto 10px auto !important; */
    margin: 0 !important;
}

.jdgm-carousel__item-container {
    padding: 0 30px !important;
}

.jdgm-carousel--compact-theme .jdgm-carousel-item__review {
    height: calc(100% - 70px) !important;
}

.jdgm-carousel--compact-theme .jdgm-carousel-item__reviewer-name-wrapper,
.jdgm-carousel--compact-theme .jdgm-carousel-item__review {
    padding: 0 !important;
}

.jdgm-carousel-item {
    width: 34.13% !important;
    vertical-align: top !important;
}

.jdgm-carousel-item:not(:first-child) {
    padding-left: 55px;
}

.jdgm-carousel-item__review-title,
.jdgm-carousel-item__reviewer-name {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
    color: #000 !important;
}

.jdgm-carousel-item__review-body>p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    color: #000 !important;
    max-width: 90% !important;
}

.jdgm-carousel__arrows {
    padding-right: 30px !important;
    text-align: end !important;
    position: relative !important;
}

.jdgm-carousel__arrows::before {
    content: "";
    width: calc(100% - 150px);
    background-color: #373737;
    height: 0.5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jdgm-carousel-item__product-title,
.jdgm-carousel-item__review-title {
    display: none !important;
}

.jdgm-carousel--compact-theme.jdgm-carousel {
    margin: 0 !important;
}

.jdgm-carousel-wrapper {
    padding: 30px 0 !important;
}

.jdgm-carousel__item-wrapper {
    height: fit-content !important;
    user-select: none !important;
}

.jdgm-carousel__item-wrapper .jdgm-star {
    color: #000 !important;
}

.jdgm-line-clamp {
    -webkit-line-clamp: none !important;
}

.jdgm-carousel--compact-theme .jdgm-carousel-item__reviewer-name-wrapper {
    margin: 10px 0 0 !important;
}

.jdgm-carousel-item__reviewer-name {
    position: relative;
    padding-left: 20px !important;
}

.jdgm-carousel-item__reviewer-name::before {
    content: "";
    width: 10px !important;
    height: 1.5px !important;
    background: #000 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
}

/* / Testimonails style End / */

/* Product Page Review Section Css Start */

.jdgm-write-rev-link {
    border-radius: 100px !important;
}

.jdgm-histogram__bar,
.jdgm-histogram__bar-content {
    border-radius: 100px !important;
}

.jdgm-rev-widg__title {
    font-size: 42px !important;
}

.jdgm-histogram,
.jdgm-widget-actions-wrapper,
.jdgm-row-actions,
.jdgm-rev {
    border-color: #eaeaea !important;
}

.jdgm-rev__author,
.jdgm-rev__timestamp,
.jdgm-rev__pinned,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown {
    color: #000 !important;
}

.jdgm-row-profile {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

a.jdgm-write-rev-link {
    max-width: fit-content !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.jdgm-row-actions,
.jdgm-rev {
    padding: 20px 0 !important;
}

.jdgm-rev {
    padding-bottom: 0px !important;
}

.jdgm-sort-dropdown {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.jdgm-rev__icon {
    border-radius: 50% !important;
}

.jdgm-rev__icon:not(.jdgm-rev__avatar):before {
    font-size: 20px !important;
}

.jdgm-btn--solid,
input[type="submit"].jdgm-btn--solid {
    max-width: fit-content !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border-radius: 100px !important;
    margin-bottom: 10px !important;
}

.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    max-width: fit-content !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    background-color: transparent !important;
    border-color: #000 !important;
    border-radius: 100px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

/* Product Page Review Section Css End */

/* BENIFITS SECTION */

.benifitsMain {
    padding-bottom: 30px;
}

.benifits_Hldr {
    padding: 60px;
    background-color: #d6f7fc;
    border-radius: 10px;
}

.benifits_Hldr .Heading_h2 {
    text-align: center;
}

.benifits_row {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    place-content: space-between;
}

.benifits_box h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    text-transform: lowercase;
}

.benifits_box h3::first-letter {
    text-transform: uppercase;
}

.benifits_box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin-top: 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

/* BENIFITS SECTION */

/* STEP BOX */

.stepBoxSec {
    padding-bottom: 30px;
}

.stepBoxSec .Heading_h2 {
    text-align: center;
}

.step_box_row {
    display: grid;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    place-content: space-between;
    padding-top: 40px;
    counter-reset: step_item;
}

.step_bx_mn {
    position: relative;
    transition: all ease .3s;
    /* padding: 15px;
  border-radius: 20px;
  padding: 20px;
  background: #EEECE9; */
}

/* .step_bx_mn:hover .step_img img {
    transform: scale(1.1);
} */

.step_img {
    width: 100%;
    /* height: 200px; */
    height: auto;
    transition: all ease .3s;
    overflow: hidden;
    /* border-radius: 10px; */
    border-radius: 10px;
}

.step_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    border-radius: 10px;
    transition: all ease .3s;
}

.step_cnt {
    padding-top: 20px;
}

.step_cnt h3 {
    counter-increment: step_item;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

/* .step_cnt h3::after {
    content: " " counter(step_item);
} */

.step_cnt p {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    text-align: center;
}

/* STEP BOX */


/* Custom css starts here */
/* body .price__sale, body .price--on-sale .price__regular {
    display: block;
} */
body .hs-drawer-content-checkout .hs-text-discount-content .hs-text-discount-tags {
    margin-left: 60px;
}
body #buy-me .buy-me-compare-price, body #buy-me .buy-me-compare-price span {
    color: #373737;
}
#buy-me .bm-price-with-unit-container .buy-me-price {
    color: #ff0000;
}
p.afterpay-paragraph {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: -20px;
}
p.afterpay-paragraph span.afterpay-logo-link {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
}
p.afterpay-paragraph svg {
    vertical-align: middle;
}
p.afterpay-paragraph .afterpay-logo-link svg:first-child {
    width: 82px;
}
p.afterpay-paragraph .afterpay-logo-link svg:last-child {
    width: 12px;
    position: relative;
    top: 2px;
}
body .hs-sticky-cart .hs-cart-plus-minus, body .hs-sticky-cart .hs-cart-plus-minus-upsell {
    height: 25px;
    width: 75px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    overflow: hidden;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content .hs-item-cart-qty .hs-cart-plus-minus .hs-dec.hs-qtybutton, body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content .hs-item-cart-qty .hs-cart-plus-minus .hs-inc.hs-qtybutton {
    width: 30px !important;
    border: none !important;
    background-color: #ffffff !important;
    font-size: 18px;
    cursor: pointer;
    min-height: 30px;
    max-height: 30px;
    border-radius: 0px !important;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-qtybutton svg {
    filter: brightness(0) !important;
}
body .hs-site-cart-popup-layout .hs-price-total, body .hs-site-cart-popup-layout .hs-item-cart-content:not(.hs-cls-discount) .hs-price-total:not(.hs-active-sale-price) span, body .hs-cart-content-weight, body .hs-cart-content-weight span.hs-weight {
    color: #ff0000 !important;
    font-weight: 400 !important;
}
body .hs-site-cart-popup-layout :is(.hs-compare-at-price, .hs-price-total) span {
    color: #000 !important;
    font-weight: 400 !important;
}
body .hs-subscription-upgrade-section select.hs-subscription-change-plan {
    border-width: 1px;
     padding: 5px 32px 5px 16px;
    border-color: #ff0000;
    background-color: #ff0000;
    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
    margin-left: auto;
    box-shadow: none !important;
    cursor: pointer;
    color: #fff;
    width: auto;
}
body .hs-subscription-upgrade-section button.hs-subscription-upgrade-button {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    padding: 5px 25px !important;
    width: auto;
    margin-left: auto;
    margin-top: -8px;
    border-radius: 0px !important;
    transition: all .3s;
}
body .hs-header-layout {
    
    background: #52b3bf !important;
}
body .hs-header-layout h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
}
body .hs-header-layout span {
    font-size: 16px !important;
    color: #fff !important;
}
body .hs-close svg {
    width: 15px !important;
    height: 15px !important;
}
body .hs-product-popup-header-close span.hs-product-popup-close svg path, body .hs-site-cart-popup-layout .hs-header-layout .hs-close-popup-cart button.hs-close svg path {
    fill: #ebfdff;
}
body .hs-subscription-upgrade-section button.hs-subscription-upgrade-button span {
    font-weight: 500 !important;
    font-size: 12px !important;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content {
    background: rgb(255 248 248) !important;
    border-color: rgb(213 216 216) !important;
}
body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart .hs-item-cart-content .hs-item-cart-description .hs-product-title {
    color: rgb(0 0 0);
    font-weight: 500;
}
body .hs-site-cart-popup-layout .hs-content-selling-plan, body .hs-site-cart-popup-layout .hs-variant-title {
    opacity: 0.7;
}
body .hs-footer-layout {
    border-color: #cec6c6 !important
}
body .hs-popup-cart-sp-load .hs-content-price-swiper .hs-compare-price-sw span {
    color: #000 !important;
    font-size: 16px;
}
.hs-body-layout .hs-cart-content-price .hs-cart-item-prices-row, .hs-site-cart-popup-layout .hs-mount-sub-total {
    flex-direction: row;
}
.hs-nopopup.hs-not-qty.hs-hidden-element >.hs-content-price-swiper {
    align-items: flex-start !important;
    flex-direction: row-reverse !important;
    justify-content: start !important;
    margin-top: -6px;
}
.hs-container-swp .hs-content-product-slide-cart .hs-content-price-swiper {
    /* flex-direction: row-reverse;
    justify-content: flex-end; */
    justify-content: flex-end;
    width: 100%;
    flex: 100%;
    align-items: flex-start !important;
    position: relative;
    top: -10px;
    flex-direction: row-reverse;
}
.cus_add_wrp .WIDGET_TYPE_7 .appstle_one_time_price_wrapper, .cus_add_wrp .WIDGET_TYPE_7 .appstle_subscription_amount_wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.cus_add_wrp .WIDGET_TYPE_7 span.appstle_subscription_amount.transcy-money {
    color: #ff0000;
}
.appstle_one_time_price_wrapper .appstle_subscription_amount_compare_at_price {
    font-size: 16px;
}
span.registered-symbol {
    font-size: 22px;
    vertical-align: text-top;
}
.imageGallerySec .imgGalleryRow {
    background: #f1f0ed;
    border-radius: 12px;
    padding-block: 44px 30px;
    padding-inline: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}
.imageGallerySec .Line_bar {
    margin-top: 40px;
}
.imageGallerySec .Line_bar::after {
    left: 0;
    width: calc(100% - 100px);
}
.imageGallerySec .headingArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.imageGallerySec .headingArea h2 {
    text-transform: capitalize;
}
.imageGallerySec .headingArea a {
    text-transform: uppercase;
    background: #000;
    z-index: 1;
    overflow: hidden;
    padding: 10px 3rem;
    color: #fff;
    border-radius: 100px;
    position: relative;
}
.imageGallerySec .headingArea a::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #52b3bf;
    z-index: -1;
    clip-path: var(--clip-path, inset(0 100% 0 0));
    transition: clip-path 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    display: block !important;
}
.imageGallerySec .headingArea a:hover:before {
    clip-path: inset(0 0 0 0);
}
.imageGallerySec .headingArea a::after {
    display: none;
}
.imgGalleryBox {
    padding-bottom: 120%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.imgGalleryBox:before {
    content: '';
    background-color: #0009;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
}
.imgGalleryBox:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}
.imgGalleryBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.imageGallerySec p.descriptionContent {
    position: absolute;
    width: 100%;
    height: 100%;
    place-content: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    pointer-events: none;
}
.imageGallerySec .imgGalleryBox:hover p.descriptionContent {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all .5s ease-in-out;
}
.videoArea video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bestSellerBadge, .newBadge {
    position: absolute;
    top: 18px;
    left: -40px;
    background-color: red;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 40px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
    letter-spacing: 0.3px;
    transform: rotate(-45deg);
}
.newBadge {
    background: #000;
    top: 10px;
    left: -30px;
}
.bestValueBadge {
    background: #800080;
} 
.logoCarousel {
    padding-block: 0px 30px;
}
.logoCarousel.multicolumn .title-wrapper-with-link {
    margin-bottom: 20px;
    justify-content: center;
}
.logoCarousel .title-wrapper-with-link .title {
  font-size: 20px;
  text-transform: uppercase;
}
.logoCarousel .multicolumn-list .media .imgLink img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.Heading_h2, h2, .Contnt_with_prnt h2, .content_wrp h2 {
  color: #676e72;
}
.Branding_Contn h2 {
  color: #36454F;
}
.bannerLogo {
    position: absolute;
    right: 70px;
    top: 70px;
}
.bannerLogo img {
    max-width: 140px;
}
.custom-subscription-option {
    display: flex;
    flex-direction: column;
    border: 1px solid #121212;
    border-radius: 12px;
    padding: 16px;
    position: relative;
    margin: 20px 0 0 0;
}
.custom-option-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}
.custom-radio-circle {
  width: 18px;
  height: 18px;
  border: 2px solid #3a3a3a;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-radio-dot {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
}
.custom-price-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
.custom-price-sale {
  color: red;
  font-size: 16px;
}
.custom-price-original {
    text-decoration: line-through;
    color: #121212;
    font-size: 16px;
}
.custom-option-wrapper input#one_time_purchase {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
}

body.template-product .custom-cart-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 1rem;
}
body.template-product .quantity-wrapper {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
}
body.template-product .qty-btn {
    width: 40px;
    border: none;
    background-color: #f2f2f2;
    font-size: 18px;
    cursor: pointer;
}
body.template-product .qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
}
body.template-product .product-form__buttons .quantity-wrapper {
    height: 50px;
    width: 180px;
}
body.template-product .product-form__buttons .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
body.template-product .product-form__buttons .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.template-product .product-form__buttons .quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
}
body.template-product .product-form__buttons .quantity-wrapper input[type=number] {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}

 body .hs-layout-content{
    background: #ffffff !important;
 }




body.template-product .add-to-cart-area {
    display: flex;
    align-items: center;
    gap:  20px;
}
body.template-product .product-form .product-form__submit {
    border-radius: 5px;
    background-color: #52b3bf;
}
body .product-form button[type="submit"]::before {
    background-color: #373737;
}
body #appstle_subscription_widget0 .appstle_tooltip_wrapper {
    display: inline-flex !important;
}
body.template-product .delivery-message {
    margin: 15px 0;
}
body.template-product .delivery-message + h3 {
    margin-bottom: 15px;
}
body.template-product .delivery-message p {
    display: flex;
    gap:  10px;
    justify-content: flex-end;
}
@media (max-width: 1440px) {
    .Sing_pro_Wrp .sinG_p_Img {
        width: 75px;
        height: 75px;
    }
    .proD_Sin h6 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
}
@media (max-width: 1366px) {
    .imgGalleryBox {
      padding-bottom: 100%;
    }
}
@media (max-width: 1199px) {
  .imageGallerySec .imgGalleryBox:hover p.descriptionContent {
      line-height: normal;
      padding-inline: 30px;
  }
  .logoCarousel .title-wrapper-with-link .title {
      font-size: 32px;
      line-height: 37px;
  }
}
@media (max-width: 989px) {
  .logoCarousel .slider-buttons {
      display: none;
  }
}
@media (max-width: 768px) {
  .card-wrapper:has(.newBadge) .featured-collection-callout {
      left: 40px;
      top: 15px;
  }
  .card-wrapper:has(.bestSellerBadge) .featured-collection-callout {
      left: 45px;
      top: 15px;
  }
  body .advance-mega-menu .product-card-wrapper.card-wrapper .card.card--card>a {
      width: 100%;
  }
  .bestSellerBadge, .newBadge {
      top: 15px;
      left: -30px;
      padding: 5px 30px;
      font-size: 9px;
  }
  .newBadge {
      padding: 5px 40px;
      left: -28px;
      top: 10px;
  }
  .template-product .bestSellerBadge, .template-product .newBadge {
      right: auto;
      left: -31px;
      top: 15px;
      transform: rotate(-45deg);
      padding: 5px 30px;
      font-size: 10px;
  }
  .template-product .newBadge {
      top: 12px;
      left: -37px;
      padding: 5px 50px;
  }
  body.gradient header .bestSellerBadge, body.gradient header .newBadge {
      right: -24px;
      left: auto;
      top: -28px;
      padding: 2px 23px;
      font-size: 7px;
      transform: rotate(45deg);
  }
  body.gradient header .newBadge {
      padding: 2px 25px;
      top: -33px;
      right: -18px;
  }
  .imageGallerySec .headingArea a {
      font-size: 15px;
  } 
  body.template-product .custom-cart-section {
    flex-direction: column;
    align-items: flex-start;
  }
  body.template-product .add-to-cart-btn {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .Banner_contnt_row .list-icon-box {
    margin-left: auto;
  }
  .Banner_contnt_row .bnrListWithBtn {
    flex-direction: column;
    gap: 0;
  }
  .logoCarousel {
    padding-block: 5px 20px;
  }
  .logoCarousel .slider.slider--tablet {
    margin-bottom: 0;
  }
  .logoCarousel.multicolumn .title-wrapper-with-link {
    margin-bottom: 10px;
  }
  .logoCarousel .title-wrapper-with-link .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 720px) {
  .Main_ban_sec .Banner_contnt_row p {
      font-size: 16px;
      line-height: 16px;
  }



  @media (max-width: 767px) {
  body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart {
    min-height:auto !important;
}
  }
  .Main_ban_sec .Banner_contnt_row h1 {
    font-size: 27px;
    line-height: normal;
    margin-top: 8px;
  }
  .Main_ban_sec .Banner_contnt_row .main_btn {
      margin-top: 10px;
  }
  .Main_ban_sec .Banner_contnt_row .main_btn .dark_blue {
    font-size: 14px;
    line-height: normal;
    padding-inline: 30px;
  }
}
@media (max-width: 575px) {
  .imageGallerySec .headingArea {
    flex-direction: column;
    gap: 15px;

    body .hs-popup-cart-sp-load .hs-site-cart-popup-layout .hs-body-layout .hs-sticky-cart {
    min-height: 0px !important;
}
  }
  
  .imageGallerySec .headingArea a {
      font-size: 14px;
  }
  .Main_ban_sec .Banner_contnt_row p {
      font-size: 16px;
      line-height: 16px;
  }
  .Main_ban_sec .Banner_contnt_row h1 {
    font-size: 27px;
    line-height: normal;
    margin-top: 8px;
  }
  .Main_ban_sec .Banner_contnt_row .main_btn {
      margin-top: 12px;
  }
  .Main_ban_sec .Banner_contnt_row .main_btn .dark_blue {
    font-size: 14px;
    line-height: normal;
    padding-inline: 30px;
  }
  body.template-product .product-form__buttons .quantity-wrapper {
    height: 36px;
    width: 200px;
  }
}
/* Custom css starts here */