/** Shopify CDN: Minification failed

Line 2791:8 Expected ":"
Line 2791:9 Expected identifier but found ":"
Line 2792:8 Expected ":"
Line 2792:9 Expected identifier but found ":"
Line 2793:8 Expected ":"
Line 2793:9 Expected identifier but found ":"
Line 2794:8 Expected ":"
Line 2794:9 Expected identifier but found ":"
Line 2795:8 Expected ":"
Line 2795:9 Expected identifier but found ":"
... and 29 more hidden warnings

**/
@font-face {
    font-family: 'Black Star Bold';
    src: url('/cdn/shop/files/BlackStarBold-Bold.eot?v=1756795159');
    src: url('/cdn/shop/files/BlackStarBold-Bold.eot?v=1756795159') format('embedded-opentype'),
        url('/cdn/shop/files/BlackStarBold-Bold.woff2?v=1756795158') format('woff2'),
        url('/cdn/shop/files/BlackStarBold-Bold.woff?v=1756795159') format('woff'),
        url('/cdn/shop/files/BlackStarBold-Bold.ttf?v=1756795159') format('truetype');
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('/cdn/shop/files/SofiaPro-SemiBold.eot?v=1756795182');
    src: url('/cdn/shop/files/SofiaPro-SemiBold.eot?v=1756795182') format('embedded-opentype'),
        url('/cdn/shop/files/SofiaPro-SemiBold.woff2?v=1756795182') format('woff2'),
        url('/cdn/shop/files/SofiaPro-SemiBold.woff?v=1756795182') format('woff'),
        url('/cdn/shop/files/SofiaPro-SemiBold.ttf?v=1756795182') format('truetype');
}
:root {
  --heading:Black Star Bold;
}
:root {
  --body:Sofia Pro;
}
p{
letter-spacing: normal !important;
}
html, body {
  overflow-x: hidden; 
}

/*==================Announcement bar css=======================*/
.announcement-bar-section .utility-bar .announcement-bar .announcement-bar__message.h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--body);
}
.announcement-bar-slider svg path {
    fill: #000;
}
.announcement-bar-slider svg {
    height: 14px !important;
    width: 14px;
}
/*==================Announcement bar css=======================*/
/*==================Header css=======================*/
.header__icons .svg-wrapper svg {
    height: 25px;
    width: 25px;
}
.header__icon--cart svg {
    height: 28px !important;
    width: 28px !important;
}
header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__inline-menu .header__menu-item span {
    font-size: 16px;
    font-family: var(--body);
    color: #2F587F;
    letter-spacing:normal;
    line-height: normal
}
.header__inline-menu .list-menu--inline {;
    gap: 20px;
}
.custom_index .header-wrapper {
    position: absolute;
    width: 100%;
    background: #ffffff69;
    top: 0;
}
.scrolled-past-header .header-wrapper {
    background: #d9e1ea;
    position:fixed;
    top:0;
    width:100%;
}
.header__menu-item:hover span {
    text-decoration: unset !important;
}
/*==================Header css=======================*/
/*==================Video banner css=======================*/
.video_banner_wrap video {
    width: 100%;
    height: 96vh;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
.video_banner_inner {
    position: relative;
        height: 96vh;
}
.video_banner_wrap  .banner_button {
    position: absolute;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    left: 50px;
}
.video_banner_wrap .banner_button a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 70px;
    border: 2px solid #FFF;
    display: flex;
    width: max-content;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.home_video_banner {
    position: relative;
}
.video_banner_wrap .slick-dots {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 50px;
    bottom: 60px;
    margin: 0;
    align-items:center;
}
.video_banner_wrap .slick-dots li {
    list-style: none;
}
.video_banner_wrap .slick-dots li button {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    cursor: pointer;
}
.video_banner_wrap .banner_button a:hover {
    transition: .5s all ease-in-out;
    background: #2F567F;
    border: 2px solid #2F567F;
}
/*==================Video banner css=======================*/
/*==================marquee css=======================*/
.hura-message {
    display: flex!important;
    align-items: center;
    gap: 20px;
}
.hura-message img {
    height: 50px;
    width: 50px;
}
.hura-message span {
    height: 50px;
    width: 50px;
}
.hura-message p {
    text-align: center;
    font-family: var(--body);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0;
    color:#2F567F;
}

.marquee-wrapper {
    padding: 10px 0;
}
/*==================marquee css=======================*/
/*==================Icon with text css=======================*/
.icon_with_text_home {
    background: #d9e1ea;
}
.icon_with_text_home .section_header h2 {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}
.custom_goat-goodness .icon_with_text_home .section_header h2 {
    color: #2F567F;
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}
.icon_with_text_home .section_header p {
    color: #5C5C5C;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    max-width: 80%;
    width: 658px;
    margin: 0 auto;
}
.icon_with_text_home  .section_header {
    padding-bottom: 50px;
}
.icon_with_text_home .icon_with_text_main .center_image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    /* height: 450px; */
    object-fit: contain;
    display: flex;
    padding-top: 0;
    background: #2f567f;
    padding: 5px;
    border-radius: 20px;
}
.icon_with_text img {
        width: 100%;
    max-width: 110px;
    height: 110px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.icon_with_text {
    max-width: 150px;
    text-align: center;
}
/* .icon_with_text img {
    width: 100%;
    max-width: 100px;
    height: 100%;
} */
.icon_with_text p {
    color: #2F567F;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    margin: 0;
}
.icon_with_text_main {
    position: relative;
}
.icon_with_text_main .icon_with_text.custom_1 {
    position: absolute;
    top: 0;
    left: 21%;
}
.icon_with_text_main .icon_with_text.custom_2 {
    position: absolute;
    left: 21%;
    bottom: 0;
}
.icon_with_text_main .icon_with_text.custom_3 {
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icon_with_text_main .icon_with_text.custom_5 {
    position: absolute;
    right: 21%;
    top: 0;
}
.icon_with_text_main .icon_with_text.custom_4 {
    position: absolute;
    right: 21%;
    bottom: 0;
}
.icon_with_text_home .icon_with_text_wrapper {
    padding-bottom: 90px;
}
.home_richtext .rich-text__blocks h2 {
    color: #BB8791;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.home_richtext .rich-text__blocks p {
    color: #484848;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
    text-transform: capitalize;
}
.home_richtext .rich-text__blocks .rich-text__text {
    margin: 0;
}
.home_richtext .rich-text__blocks h2 {
    color: #BB8791;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.home_richtext .rich-text__blocks p {
    color: #484848;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
    text-transform: capitalize;
}
.home_richtext .rich-text__blocks .rich-text__text {
    margin: 0;
}
.home_richtext .rich-text__buttons a {
    color: #484848;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 70px;
    border: 2px solid #484848;
    font-weight:600;
    padding: 10px 20px;
    transition: .5s all ease-in-out;
}
.home_richtext .rich-text__buttons a::after, .home_richtext .rich-text__buttons a::before {
    display: none;
}
.home_richtext .rich-text__buttons a:hover {
    border: 2px solid #BB8791;
    background: #BB8791;
    color: #fff;
    transition: .5s all ease-in-out;
}
/*==================Icon with text css=======================*/
/*==================testimonial css=======================*/
.home_testimonial {
    background: #DDE3E9;
}
.home_testimonial .testimonial_wrapper {
    display: flex;
    width: 100%;
    gap: 50px;
}
.home_testimonial .testimonial_wrapper .testimonial_left {
    width: 50%;
}
.home_testimonial .testimonial_wrapper .testimonial_right {
    width: 50%;
}
.home_testimonial .testimonial_wrapper .testimonial_left img {
    width: 100%;
    border-radius: 10px;
}
.home_testimonial .testimonial_wrapper .testimonial_left h2 {
    color: #2F567F;
    font-family: "Black Star Bold";
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding-top: 20px;
    letter-spacing: normal;
}
.home_testimonial .testimonial_wrapper .testimonial_left h4 {
    margin: 0;
    color: #000;
    font-family: "Sofia Pro";
    font-size: 30px;
    font-weight: 600;
    line-height: normal; /* 91.176% */
    /* text-transform: capitalize; */
    letter-spacing: normal;
    margin-bottom:25px;
}
.home_testimonial .testimonial_wrapper .testimonial_left p {
    margin: 0;
    padding-top: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.testimonial_right_inner {}

.testimonial_right_inner .customer_review {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 35px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
}

.testimonial_right_inner .customer_review img {
    height: 50px;
    width: 50px;
}
.testimonial_right_inner .customer_review p {
    margin: 0;
    color: #5c5c5c;
    font-family: Sofia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.testimonial_right_inner .customer_review h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-top: 10px;
}
.testimonial_left a {
    border-radius: 70px;
    background: #2F567F;
    color: #fff;
    text-decoration: none;
    padding: 13px 25px;
    border: 2px solid #2F567F;
    font-weight:600;
}
.testimonial_left a:hover {
    border: 2px solid #2F567F;
    transition: .5s all ease-in-out;
    background: transparent;
    color: #2f567f;
}
/*==================testimonial css=======================*/
/*==================footer css=======================*/
.footer-block.custom_5 .list-social {
    justify-content: start !important;
    gap: 0px;
}
.footer-block.custom_5 li a {
    padding-left:0;;
}

.footer__blocks-wrapper {
    display: flex;
}
.footer-block.custom_1 {
    width: 21% !important;
}
.footer-block {
    width: 18% !important;
}
.footer-block.custom_2 {
    padding-left: 60px;
}
.footer-block.custom_1 .footer-block__details-content {
    justify-content: left;
}
.newslatter_sec .inline-richtext {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 50px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.newslatter_sec .newsletter__subheading p {
    color: #484848;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 75%;
    margin: 0 auto;
}
.newslatter_sec .newsletter__subheading {
    margin-top: 0;
    margin-bottom:20px;
}
.newslatter_sec .newsletter-form__field-wrapper .field::after, .newsletter-form__field-wrapper .field::before {
    display: none;
}
.newslatter_sec .field__input:focus-visible {
    box-shadow: none!important;
    background: #fff;
    height: 60px;
    padding-top: 11px !important;
    padding-right: 40rem !important;
    border-radius: 45px;
    border: 1px solid #D7D7D7;
}
.newslatter_sec  .newsletter-form__field-wrapper input {
    background: #fff;
    height: 60px;
    padding-top: 11px !important;
    padding-right: 40rem !important;
    border-radius: 45px;
    border: 1px solid #D7D7D7;
}
.newslatter_sec  .newsletter-form__button {
    width: 100% !important;
    position: absolute;
    background: #fff !important;
    right: -260px;
    max-width: 190px;
    height: 60px;
    border-radius: 45px;
    border: 1px solid #D7D7D7;
}
.newslatter_sec  .newsletter-form__button span {
    color: #2F567F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.newslatter_sec  .newsletter-form__field-wrapper label {
    color: #A5A5A6;
    font-family: "Sofia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    top: 40%;
}
.newslatter_sec  form#contact_form {
    width: 100% !important;
    max-width: 60rem;
}
.newslatter_inner {
    position: relative;
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
}
.newslatter_form:after {
    content: "";
    background: url(/cdn/shop/files/Vector_1.png?v=1756873603);
    background-repeat: no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    right: 7%;
    bottom: 35%;
}
.newslatter_sec .inline-richtext::before {
    content: "";
    background: url(/cdn/shop/files/Vector_1.png?v=1756873603);
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    left: 5%;
    top: 0;
}
.newslatter_sec .inline-richtext::after {
    content: "";
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    left: 5%;
    top: 0;
}
.newslatter_sec .inline-richtext:after {
    content: "";
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    position: absolute;
    width: 120px;
    height: 120px;
    background-size: contain;
    left: 17%;
    top: -35px;
    z-index: -1;
}
.footer__blocks-wrapper .footer-block__details-content {
    justify-content: start;
}
.footer-block.custom_1 p {
    color: #484848;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 121.429% */
    letter-spacing: 0.28px;
    margin:0;
}
.footer-block .footer-block__heading {
    color: #2F567F;
    font-family: "Black Star Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-block .footer-block__details-content a {
    color: #484848;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
}
.footer-block .footer-block__details-content p {
    color: #484848;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.footer-block  a:hover {
    text-decoration: none !important;
}
.footer-block a {
    text-decoration: none;
}
.footer-block .list-social__item .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px!important;
    height: 50px!important;
    border: 1px solid #315880;
    border-radius: 50%;
    padding: 8px;
}
.footer_logo {
    padding-top: 30px;
    display: flex;
    gap: 25px;
}
.footer_logo img {
    width: 100%;
    max-width: 48px !important;
    height: 48px !important; 
}
.copyright__content, .copyright__content a{
    color: #484848;
    font-family: "Sofia Pro";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.footer__content-bottom .footer__column.footer__column--info {
    align-items: revert !important;
}
.footer__content-bottom .page-width {
    display: flex;
    align-items: end;
}
.footer-block.custom_5 {
    padding-left: 40px;
}
.footer__content-bottom-wrapper.left {
    padding-left: 0 !important;
}
.footer__content-bottom-wrapper.right {
    padding-right: 0 !important;
}
.footer__content-bottom {
    padding-top: 0;
}
.footer__content-bottom {
    padding-top: 0rem !important;
}
.home_blog_post {
    background: #f2e8dd;
}
.blog_post_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.blog_post_header h2 {
    color: #2F567F;
    font-family: "Black Star Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    margin:0;
}
.blog_post_header .read-more:hover {
    border: 2px solid #2F567F;
    transition: .5s all ease-in-out;
    background: transparent;
    color: #2f567f;
}
.blog_post_header .read-more {
    color: #FFF;
    text-align: center;
    font-family: 'Assistant';
    font-size: 18px;
    font-weight: 600;
     /* 29.6px */
    text-decoration: none;
    border-radius: 1000px;
    background: #2F567F;
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid #2F567F;
}
.blog_posts_main {
    display: flex;
    width: 100%;
    gap: 40px;
}
.blog_posts_main .blog_posts_inner {
    width: 50%;
    position: relative;
    height:auto;
}
.blog_posts_main .blog_posts_inner  img {
    width: 100%;
    object-fit:cover;
    height:96%;
}
.blog_posts_wrap {
    width: 50%;
}
.blog_posts_main img {
    border-radius: 10px;
    filter: brightness(0.8);
}
.insta_image_outer img {
    width: 100%;
    border-radius: 10px;
}
.insta_slide_inner .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.insta_slide_wrapper {
  margin: 0 -15px; /* Counter the inner padding */
}

.blog-post {
    display: flex !important;
    gap: 20px;
    padding-bottom: 20px;
    width: 100%;
    align-items:center;
}
.blog-post img {
    height: 245px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.blog-post .blog_image {
    width: 50%;
}
.blog_posts_wrap .blog-post .blog_info {
    width: 50%;
}
.blog_post_left {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.blog_post_left h3 {
    color: #FFF;
    font-family: "Sofia Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-bottom:20px;
    max-width: 350px;
    margin: 0;
}
.blog_post_left .read-more {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    display: flex;
    text-decoration:none;
}
span.blog_left_link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog_posts_wrap .blog_left_link a {
    color: #2F567F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.blog_posts_wrap .blog-post .blog_info h2 a {
    color: #2F567F;
    font-family: "Sofia Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: normal;
}
.blog_posts_inner .blog_left_link:after {
    content: "";
    position: absolute;
    width: 125px;
    height: 2px;
    background: #fff;
    bottom: 0;
}
.blog_posts_wrap .blog-post .blog_info p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0;
    line-height:normal;
}
.blog_posts_wrap .blog-post .blog_info h2 {
    margin: 0;
}
.blog_posts_wrap .blog_left_link a {
    color: #2F567F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    letter-spacing: normal;
}
.blog_left_link {
    position: relative;
}
.blog_left_link::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 2px;
    background: #2F567F;
    bottom: 0;
}
.instagram_wrapper .title_with_icon {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.instagram_wrapper .title_with_icon h2 {
    color: #2f567f;
    font-family: Black Star Bold;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    letter-spacing: normal;
}
.custom_slide_arrows {
    display: flex;
    gap: 15px;
}
.custom_slide_arrows button {
    background: #2F567F;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 8px;
    cursor:pointer;
}
.instagram_wrapper .subheading {
    display: flex;
    align-items: center;
    gap: 10px;
}
.instagram_wrapper .subheading p {
    margin: 0;
    color: #000;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.instagram_wrapper .section_header {
    margin-bottom: 40px;
    padding-left:50px;
}
.instagram_sec {
    background: #DFE7E4;
    position:relative;
}
.instagram_sec .instagram_wrapper::before {
    content: "";
    background: url(/cdn/shop/files/Vector_1.png?v=1756873603);
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    left: 10px;
    top: 30px;
    transform: rotate(118deg);
}
.instagram_sec .instagram_wrapper:after {
    content: "";
    background: url(/cdn/shop/files/Vector_1.png?v=1756873603);
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
    background-size: contain;
    right: 1%;
    top: 18%;
    transform: rotate(118deg);
}
.instagram_sec .star__icon {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 60px;
    padding-top: 20px;
}
.instagram_sec .star__icon svg {
    height: 40px;
    width: 40px;
}
.video_slider_sec{
    background:#F2E8DD;
}
.video_slider_sec .video_slides img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    height: 60vh;
    border-radius: 30px;
}
.video_slider_sec video {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    height: 60vh;
    border-radius: 30px;
}
.video_slider_inner {
    display: flex;
    gap: 20px;
}
.video_slider_inner .video_slides {
    position: relative;
    width: 25%;
}
.video_slider_inner .video_slides .poster_image {
    position: absolute;
    top: 0;
    left: 0;
}
.video_slider_inner .video_slides .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_slider_inner .video_slides .play_icon svg {
    cursor: pointer;
}
.banner_slider {
    background: #f2e8dd;
}
.banner_slider .Banner_slider_wrapper {
    display: flex;
    align-items: center;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left {
    width: 40%;
    /* padding-left: 200px; */
    padding-top: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap {
    width: 55%;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap img {
    width: 100%;
}
.banner_with_text_wrap .image_with__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.banner_with_text_wrap .image_with__text img {
    width: 100%;
    max-width: 74%;
    height: 100%;
}

.banner_slider .Banner_slider_wrapper .banner_with_text_wrap .banner_with_text {
    position: relative;
}
.banner_with_text[data-tab="2"] .image_with__text img {
    width: 50vh;
}

.banner_with_text[data-tab="2"] .image_with__text {
    left: 8%!important;
    top: 3%!important;
}
.banner_with_text[data-tab="3"] .image_with__text img {
    width: 50vh;
}
.banner_with_text[data-tab="2"] .image_with_text_info {
    padding-left: 0 !important;
}
.banner_with_text[data-tab="3"] .image_with_text_info {
    padding-left: 0 !important;
}
.banner_with_text[data-tab="3"] .image_with__text {
    left: 8%!important;
    top: 3%!important;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap .banner_with_text .image_with__text {
    position: absolute;
    left: 8% !important;
    top: 3% !important;
}

.image_with_text_info {
    width: 40%;
}
.right_image {
    width: 60%;
}

.image_with_text_info {
    transform: rotate(354deg);
    padding-left: 35px;
    padding-top: 35rem;
}
.banner_with_text.custom_2 .image_with_text_info h2 {
    color: #588878;
}
.banner_with_text.custom_3 .image_with_text_info h2 {
    color: #2f5680;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left h2 {
    color: #2f567f;
    text-align: center;
    font-family: Black Star Bold;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 295px;
    margin: 0;
    transform: rotate(351deg);
    letter-spacing: normal;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left strong {
    color: #fff;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    line-height: normal;
    border-radius: 11px;
    padding: 9px;
}

.banner_slider .Banner_slider_wrapper .banner_slider_left strong {
    color: #fff;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    line-height: normal;
    border-radius: 11px;
    padding: 9px;
}
.banner_slider_tab {
    padding-top: 20px;
}
.banner_slider_tab span.active {
    color: #C87E8C;
    font-family: "Sofia Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.banner_slider_tab span {
    color: rgba(88, 136, 120, 0.30);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.banner_with_text .image_with__text h4 {
    color: #000;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.banner_with_text[data-tab="1"] .image_with__text h2 {
    color: #c87e8c;
    font-family: Sofia Pro;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 300px;
}
.banner_with_text[data-tab="2"] .image_with__text h2 {
    color: #588878;
    font-family: Sofia Pro;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 300px;
}
.banner_with_text[data-tab="3"] .image_with__text h2 {
    color: #2F567F;
    font-family: Sofia Pro;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 300px;
}
.banner_with_text[data-tab="1"] .image_with_text_info a {
    text-decoration: none;
    border-radius: 42px;
    background: #C87E8C;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 30px;
}
.banner_with_text[data-tab="2"] .image_with_text_info a {
    text-decoration: none;
    border-radius: 42px;
    background: #588878;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 30px;
}
.banner_with_text[data-tab="3"] .image_with_text_info a {
    text-decoration: none;
    border-radius: 42px;
    background: #2F567F;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 30px;
}
.custom_video_slider_arrow {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding-right: 50px;
}
.custom_video_slider_arrow button {
    background: #EED8DC;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 8px;
    cursor: pointer;
}
.custom_video_slider_arrow button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_video_slider_arrow button.slick-prev {
    transform: rotate(0deg);
}
.custom_video_slider_arrow button svg {
    padding: 1px;
}
.custom_video_slider_arrow button[aria-disabled="true"] {
    background: rgba(238, 216, 220, 0.30) !important;
}
.banner_slider_tab span.tab_2.active {
    color: #588878;
}
.banner_slider_tab span.tab_3.active {
    color: #2f567f;
}
.banner_slider_tab span {
    cursor: pointer;
}
.image_with_text_info h2 {
    color: #c87e8c;
    font-family: Sofia Pro;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: -12px;
}

.banner_with_text.custom_1 a {
    border-radius: 42px;
    background: #C87E8C;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 30px;
}
.banner_with_text.custom_2 a {
    background: #588878;
}
.banner_with_text a {
    border-radius: 42px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 30px;
}
.banner_with_text.custom_3 a {
    background: #2f5680;
}
.banner_with_text.custom_1 {}

.banner_with_text img {
    position: relative;
}

.banner_with_text.custom_1::after {
    content: "";
    position: absolute;
    top: 17%;
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    height: 110px;
    width: 120px;
    background-size: contain;
    left: 6%;
}
.banner_with_text.custom_2:after {
    content: "";
    position: absolute;
    top: 15%;
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    height: 110px;
    width: 114px;
    background-size: contain;
    left: 32%;
}
.banner_with_text.custom_3::after {
    content: "";
    position: absolute;
    top: 10%;
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    height: 110px;
    width: 94px;
    background-size: contain;
    left: 86%;
    z-index: 0;
    transform: rotate(43deg);
}
/* .gsap-marker-scroller-start {
    opacity: 0;
}
.gsap-marker-scroller-end {
    opacity: 0;
} */
 .video_slider_hime {
    background: #f2e8dd;
}
.video_slider_sec, .home_richtext{
    display:none;
}
.banner_slider .Banner_slider_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_wrap_block {
    width: 60%;
}
.banner_slider_tab {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}
span.tab_0.active {
    border-bottom: 2px solid;
}
span.tab_1.active {
    color: #588878;
    border-bottom: 2px solid;
}
span.tab_2.active {
    border-bottom: 2px solid;
    color: #2f5680 !important;
}
.banner_with_text.custom_1 .right_image img {
    max-width: 74% !important;
}
.video_banner_wrap .slick-dots li.slick-active button {
    background: #2f567f;
    color: #2f567f;
    border: 1px solid #2f567f;
}
/* .banner_with_text a {
    display: none;
} */
.newsletter_POPUP{
    display:none;
}
.newslatter_popup .newsletter_POPUP {
    display: block !important;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.newslatter_popup .newsletter_POPUP svg {
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.newslatter_popup .field_outer {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.newslatter_popup .field__input:focus-visible {
    padding-right: 30rem !important;;
}
.newslatter_popup  .newsletter-form__field-wrapper input {
    padding-right: 30rem!important;
}
.newslatter_popup .newslatter_form button#Subscribe {
    position: unset;
}
.newslatter_popup .newsletter_POPUP span.popup_close {
    display: flex;
    align-items: center;
    justify-content: end;
}
.newslatter_popup .newsletter_POPUP .newsletter__wrapper {
    padding: 25px;
}
.newslatter_popup .newsletter_POPUP h2.inline-richtext:after {
    display: none;
}
.newslatter_popup .newsletter_POPUP .newslatter_inner {
    width: 100%;
    max-width: 100%;
}
/* .banner_with_text.custom_1::after,
.banner_with_text.custom_2::after {
    animation: floatLeftRight 1s infinite alternate ease-in-out;
}

.banner_with_text.custom_3::after {
    animation: floatLeftRightRotate 1s infinite alternate ease-in-out;
}

@keyframes floatLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(15px);
    }
}

@keyframes floatLeftRightRotate {
    0% {
        transform: rotate(43deg) translateX(0);
    }
    100% {
        transform: rotate(43deg) translateX(15px);
    }
} */
.image_with_text_info {
    position: relative;
}
.right_image {
    position: relative;
}
.icon_img1 img {
    width: 100%;
    max-width: 75px !important;
    position: absolute !important;
    object-fit: contain;
    top: 8%;
    height: 65px !important;
    left: 48%;
}
.icon_img2 img {
    max-width: 85px !important;
    margin-bottom: 30px;
    margin: 0px 85px;
    padding-bottom: 30px;
}
.icon_img3 img {
    max-width: 76px !important;
    position: absolute;
    object-fit: contain;
    right: 15%;
    bottom: -34%;
    transform: rotate(24deg) !important;
}
.banner_with_text.custom_2 .icon_img1 img {
    width: 100%;
    max-width: 80px;
    position: absolute;
    object-fit: contain;
    top: 8%;
    height: 100px!important;
    left: -30px;
}
.banner_with_text.custom_3 .icon_img1 img {
    width: 100%;
    max-width: 80px!important;
    position: absolute;
    object-fit: contain;
    top: 8%;
    height: 100px!important;
    left: -8%;
}
.banner_with_text.custom_1 .icon_img2 {
    position: relative;
}
.banner_with_text.custom_2 .icon_img2 {
    position: relative;
}
.banner_with_text.custom_3 .icon_img2 {
    position: relative;
}
.banner_with_text.custom_1 .icon_img2:after {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_1.png?v=1757481389);
    background-size: contain;
    position: absolute;
    right: 0;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    transform: rotate(25deg);
}

/* .banner_with_text.custom_1 .image_with_text_info::after {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_2.png?v=1757481389);
    background-size: contain;
    position: absolute;
    right: 0;
    width: 61px;
    height: 50px;
    background-repeat: no-repeat;
    top: 11%;
    transform: rotate(337deg);
} */
.banner_with_text.custom_1 .icon_img2:before {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_1.png?v=1757481389);
    background-size: contain;
    position: absolute;
    left: -25%;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    top: -42px;
    transform: rotate(324deg);
}
.banner_with_text.custom_3 .icon_img2:after {
    content: "";
    background: url(/cdn/shop/files/BBS_cloud.png?v=1757480004);
    background-size: contain;
    position: absolute;
    right: 0;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    top: 0;
    transform: rotate(25deg);
}

/* .banner_with_text.custom_3 .image_with_text_info::after {
    content: "";
    background: url(/cdn/shop/files/BBS_rainbow.png?v=1757480003);
    background-size: contain;
    position: absolute;
    right: 0;
    width: 61px;
    height: 50px;
    background-repeat: no-repeat;
    top: 11%;
    transform: rotate(337deg);
} */
.banner_with_text.custom_3 .icon_img2:before {
    content: "";
    background: url(/cdn/shop/files/BBS_cloud.png?v=1757480004);
    background-size: contain;
    position: absolute;
    left: -25%;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    top: 207px;
    transform: rotate(324deg);
}
.banner_with_text.custom_2 .icon_img2:after {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_3.png?v=1757481389);
    background-size: contain;
    position: absolute;
    right: 0;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    top: 0;
    transform: rotate(25deg);
}

/* .banner_with_text.custom_2 .image_with_text_info:after {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_4.png?v=1757481389);
    background-size: contain;
    position: absolute;
    left: 41%;
    width: 61px;
    height: 50px;
    background-repeat: no-repeat;
    top: 12%;
    transform: rotate(337deg);
} */
.banner_with_text.custom_2 .icon_img2:before {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_3.png?v=1757481389);
    background-size: contain;
    position: absolute;
    left: -26%;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    top: 191px;
    transform: rotate(324deg);
}
.ecomsend__Modal__Container header#trustoo-popup-window-title {
    color: #2f567f !important;
    text-align: center;
    font-family: Black Star Bold;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0 !important;
}
.ecomsend__Modal__Container .ecomsend__Modal__TitleHelpText {
    color: #484848 !important;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.ecomsend__Modal__Container .ecomsend__Button {
    background: #2f567f!important;
    border: 1px solid #2f567f!important;
    transition: .5s all ease-in-out;
}
.ecomsend__Modal__Container .ecomsend__Button:hover {
    background: transparent !important;
    color: #2f567f!important;
    border: 1px solid #2f567f!important;
}
.ecomsend__Modal__Container .ecomsend__Button ._text_1vm0o_33 {
    text-align: center;
    font-family: Sofia Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin: 0 auto;
}
.ecomsend__Modal__Container .ecomsend__Modal__CloseText {
    color: #2f567f !important;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #2f567f !important;
}
.ecomsend__Modal__Container .ecomsend__Modal__CloseText:hover {
    text-decoration: none !important;
}
.ecomsend__Modal__Container .ecomsend__Input__Wrap input {
    color: #484848;
    font-family: Sofia Pro;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}
.ecomsend__Modal__CloseButton svg path {
    fill: #2f567f;
}
body.custom_product sticky-header.header-wrapper {
    background: #f2e8dd;
}
body.custom_product sticky-header.header-wrapper .header__inline-menu .header__menu-item span {
    color: #000;
}
body.custom_product sticky-header.header-wrapper .header__icons .svg-wrapper svg path {
    fill: #000;
}
.single-product2  .product__title h1 {
    color: #588878!important;
}
.single-product2 .price__regular .price-item--regular {
    color: #588878!important;
}
.single-product2 .product__text {
    color: #588878!important;
}
.single-product2 label.quantity__label.form__label span {
    color: #588878!important;
    display: none;
}
.single-product2 .product-form__submit {
    background: #588878!important;
}
.thumbnail[aria-current] {
    box-shadow: none !important;
    border: 1px solid #2f567f !important;
}
.single-product2 .thumbnail[aria-current] {
    box-shadow: none !important;
    border: 1px solid #588878 !important;
}
.stage_1 .thumbnail[aria-current] {
    box-shadow: none !important;
    border: 1px solid #C87E8C !important;
}
.thumbnail-list {
    row-gap: 1rem;
    display: flex !important;
}
.banner_with_text.custom_1 a {
    border: 1px solid #C87E8C;
}
.banner_with_text.custom_2 a {
    border: 1px solid #588878;
}
.banner_with_text.custom_3 a {
    border: 1px solid #2f5680;
}
.banner_with_text.custom_3 a:hover {
    transition: .5s all ease-in-out;
    background: transparent;
    color: #2f5680;
}
.banner_with_text.custom_2 a:hover {
    transition: .5s all ease-in-out;
    background: transparent;
    color: #588878;
}
.banner_with_text.custom_1 a:hover {
    transition: .5s all ease-in-out;
    background: transparent;
    color: #C87E8C;
}
.banner_slider_tab span {
    letter-spacing: normal;
}
.disclaimer_popup .popup_outer span svg {
    fill: #2F567F;
}
.stage_1 .product-form__input .quantity:before, .stage_1 .product-form__input .quantity:after {
    display: none;
}
.stage_1 .product-form__input .quantity {
    border: 1px solid #c87e8c;
}
.stage_1 .product-form__input .quantity span.svg-wrapper svg path {
    fill: #C87E8C;
}
.stage_1 .product-form__input .quantity input {
    color: #C87E8C;
}

.stage_2 .product-form__input .quantity:before, .stage_2 .product-form__input .quantity:after {
    display: none;
}
.stage_2 .product-form__input .quantity {
    border: 1px solid #588878;
}
.stage_2 .product-form__input .quantity span.svg-wrapper svg path {
    fill: #588878;
}
.stage_2 .product-form__input .quantity input {
    color: #588878;
}


.single-product3 .product-form__input .quantity:before, .single-product3 .product-form__input .quantity:after {
    display: none;
}
.single-product3 .product-form__input .quantity {
    border: 1px solid #2F567F;
}
.single-product3 .product-form__input .quantity span.svg-wrapper svg path {
    fill: #2F567F;
}
.single-product3 .product-form__input .quantity input {
    color: #2F567F;
}
body.custom_page .hura-message p {
    color: #2F567F;
}
.about_us_richtext h2.rich-text__heading {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
}
.about_us_richtext .rich-text__text p {
  color: #2F567F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
body.custom_page .marquee-wrapper {
    background: #f2e8dd;
}
.our_ethos_sec {
    background: #DDE3E9;
}
.our_ethos_sec .about_content_wrapper h2 {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 118% */
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0;
}
.our_ethos_sec .about_content_wrapper .about_content_inner {
    display: flex;
    width: 100%;
    gap: 30px;
}
.our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    border-radius: 20px;
    background: #f2e8dd;
    padding: 80px 55px;
    height: max-content;
    position:relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width:33.33%;
    height: auto;
}
.about_content_inner .content_outer h3 {
    color: #2F567F;
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.about_content_inner .content_outer p {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: normal; /* 145% */
}
.content_outer.custom_1:after {
    content: "";
    background: url(/cdn/shop/files/BBS_rainbow_2.png?v=1758709836);
    position: absolute;
    width: 35px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -1px;
    top: 35%;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.5s;
}
.content_outer.custom_2:after {
    content: "";
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_1_2.png?v=1758709836);
    position: absolute;
    width: 45%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1px;
    left: 40%;
    transform: translate(-50%, 0%);
    animation: floatLeftRight 3s ease-in-out infinite;
    transform: translate(-50%, 0);
}
.content_outer.custom_3:after {
    content: "";
    background: url(/cdn/shop/files/BBS_rainbow_3.png?v=1758710226);
    position: absolute;
    width: 6%;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -1px;
    bottom: 23px;
    animation: zoomInOut 3s ease-in-out infinite;
}
.about__icon_text {
    background: #dde3e9;
}
.about__icon_text .icon_text_inner {
    display: flex;
    width: 100%;
}
.about__icon_text .icon_text_inner .icon_img_content {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about__icon_text .icon_text_inner .icon_img_content img {
    width: 100%;
    max-width: 300px;
}
.about__icon_text .icon_text_inner .icon_img_content p {
    color: #C87E8C;
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 35px;
}
.our_ethos_sec .about_content_wrapper .about_content_inner .content_outer:hover {
    background: #f2e8dd;
    transition: .5s all ease-in-out;
}
.why_verify_inner {
    display: flex;
    gap: 20px;
}
.why_verify_inner .why_verify_content_inner {
    background: #2F567F;
    padding: 40px;
    border-radius: 30px;
    border: 8px solid #fff;
}
.why_verify_inner .why_verify_content_inner img {
    width: 100%;
    max-width: 60px;
    height: 60px;
}
.why_verify_inner .why_verify_content_inner h3 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
    letter-spacing:normal;
    font-family: 'Sofia Pro';
    margin:15px 0;
}
.why_verify_inner .why_verify_content_inner p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    letter-spacing:normal;
    margin:0;
}
.why_verify_content_wrapper h2 {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing:normal;
}
.why_verify_section {
    background: #F2E8DD;
}
.authentication_banner .innderconban a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.54px;
    text-transform: capitalize;
    width: max-content;
    border-radius: 40px;
    border: 2px solid #FFF;
    padding: 15px 20px;
}
.why_verify_inner .why_verify_content_inner:hover {
    background: transparent;
    border: 8px solid #fff;
    transition:.5s all ease-in-out;
}
.why_verify_inner .why_verify_content_inner:hover h3,.why_verify_inner .why_verify_content_inner:hover p {
    color: #2f567f;
}
.hover_image{
    display:none;
}
.why_verify_inner .why_verify_content_inner:hover img.first_image {
    display: none;
}
.why_verify_inner .why_verify_content_inner:hover img.hover_image {
    display: block;
}
.custom_collection li.grid__item {
    padding: 10px;
    border-radius: 10px;
}
.custom_collection li.grid__item .card__information a, .custom_collection .facets__heading, 
.custom_collection .facets__summary-label, .custom_collection .facets__summary span, 
.custom_collection h2.facet-filters__label.caption-large, 
.custom_collection .facet-filters__sort, .custom_collection h2.product-count__text { 
    color: #2F567F; 
    font-size: 22px; 
    font-style: normal; 
    line-height: normal; /* 154.545% */ 
    text-transform: capitalize;
 }
.custom_collection li.grid__item .card__information span.price-item {
    color: #2F567F;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 154.545% */
    text-transform: capitalize;
}
.custom_collection h1.collection-hero__title {
    color: #2F567F;
    font-family: "Black Star Bold";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin:0;
    padding-top:20px;
}
.contact_us_sec {
    border-top: 1px solid #00000012;
}
.contact_us_sec .contact .title {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0px;
}
.contact_us_sec .contact .field:after,.contact_us_sec .contact .field:before {
    display: none;
}
.contact_us_sec .contact .field label {
    color: #2F567F;
    font-size: 15px;
}
.contact_us_sec .contact .field input {
    border: 1px solid #2F567F;
    border-radius: 5px;
}
.contact_us_sec .contact .field textarea {
    border-radius: 5px;
    border: 1px solid #2F567F;
}
.contact_us_sec .contact .contact__button .button {
    color: #FFF;
    text-align: center;
    font-family: 'Assistant';
    font-size: 18px;
    text-decoration: none;
    background: #2F567F;
    padding: 10px 28px;
    border-radius: 30px;
    border: 1px solid #2F567F;
}
.header__active-menu-item {
    text-decoration: none !important;
}
body.custom_index sticky-header {
    border: none !important;
}
.custom_cart .title-wrapper-with-link h1, h1.cart__empty-text {
    color: #2F567F !important;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: normal;
}
.custom_cart .title-wrapper-with-link a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: normal;
    text-decoration: none;
    background: #2f587f;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #2f587f;
    transition: .5s all ease-in-out;
}
.custom_cart .title-wrapper-with-link a:hover {
    background: transparent;
    color: #2f587f;
    border: 1px solid #2f587f;
}
.custom_cart table.cart-items th.caption-with-letter-spacing {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: normal;
    text-decoration: none;
    color: #2f587f;
    opacity: 1 !important;
}
.custom_cart cart-remove-button svg path, .cart-drawer .cart-remove-button svg path {
    fill: #2f587f;
    stroke: #2f587f;
}
a.link.underlined-link {
    color: #2f587f;
}
body.custom_index .cart-count-bubble, .custom_cart .cart-count-bubble, body.contact .cart-count-bubble  {
    background: #2f587f;
    height: 15px !important;
    width: 15px !important;
    bottom: 22px !important;
}
.cart-count-bubble  {
    background: #2f587f;
    height: 15px !important;
    width: 15px !important;
    bottom: 22px !important;
}
body.custom_product .cart-count-bubble {
    background: #000;
    height: 15px !important;
    width: 15px !important;
    bottom: 22px !important;
}


.custom_cart .title-wrapper-with-link {
    align-items: center !important;
}
td.cart-item__details a, td.cart-item__details .product-option {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    text-decoration: none;
    color: #2f587f;
}
p.totals__total-value {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    text-decoration: none;
    color: #2f587f;
}
td.cart-item__media img.cart-item__image {
    border-radius: 10px;
}
body.heading_visible .title {
    padding-top: 80px;
}
.product__title h1 {
    letter-spacing: normal;
}
.contact_us_sec .contact .field .field__input:focus-visible {
     box-shadow: none !important
}
.contact_us_sec .contact .contact__button .button:after,.contact_us_sec .contact .contact__button .button:before {
    display: none;
}
.contact_us_sec .contact .contact__button .button:hover {
    background: transparent;
    color: #2F567F;
    border: 1px solid #2F567F;
    transition: .5s all ease-in-out;
}
.newseconn2 .image-content-wrappercon .image-content-text p {
    max-width: 100%;
    margin: 0 auto;
}
.secwhychosse .image-content-wrappercon .image-content-text p {
    max-width: 100%;
    margin: 0 auto;
}
body.stage-3 .icon_with_text_home {
   background: #DDE3E9;
}
body.stage-2 .icon_with_text_home {
    background: #f4fffb;
}
body.stage-2 .icon_with_text_home .icon_with_text_main .center_image {
    background: transparent;
}
body.stage-3 .icon_with_text_home .icon_with_text_main .center_image {
    background: transparent;
}
body.stage-1 .icon_with_text_home .icon_with_text_main .center_image {
    background: transparent;
}
.icon_with_text_main .icon_with_text.custom_3 {
    display: none;
}
.image_gallery_wrapper {
    display: flex;
    width: 100%;
    gap: 20px;
}

.image_gallery_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.image_gallery_inner.custom_1 {
    padding-top: 50px;
}

.image_gallery_inner.custom_2 {
    padding-bottom: 50px;
}

.image_gallery_inner.custom_3 {
    padding-top: 50px;
}

.image_gallery_inner.custom_4 {
    padding-bottom: 50px;
}
.custom_blog .title--primary {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
}
.custom_blog .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.custom_blog .blog-articles .card__heading.h2 {
    color: #2F567F;
    font-family: "Sofia Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}
.custom_blog .blog-articles .article-card__info time {
    color: #484848;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
}
.custom_blog .blog-articles .article-card__excerpt.rte-width {
    color: #5c5c5c;
    font-family: Sofia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.custom_blog  .blog-articles .card-wrapper a.full-unstyled-link {
    text-decoration: unset !important;
}
.custom_blog  .pagination__list li a {
    color: #2F567F;
    font-weight: 600;
}
.custom_blog  .pagination__list li .pagination__item svg path {
    stroke: #2F567F;
}
.custom_article h1.article-template__title {
    color: #2F567F;
    text-align: left;
    font-family: "Sofia Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}
.article-template__content p {
    color: #5c5c5c;
    font-family: Sofia Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.article-template__content h3 {
    color: #2F567F;
    font-family: "Sofia Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}
.article-template__content ul, .article-template__content ol  {
    padding-left: 0;
}
.article-template__content ul li {
    color: #5c5c5c;
    font-family: Sofia Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.article-template__content ol li {
    color: #5c5c5c;
    font-family: Sofia Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.article-template__content ul li span {
    font-size: 16px !important;
}
.article-template__content ol li span {
    font-size: 16px !important;
}
.article-template__content h4 {
    color: #2F567F;
    font-family: "Sofia Pro";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0;
}
.custom_blog .card__inner {
    border-radius: 10px !important;
}
.custom_blog .card__inner .article-card__image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card.article-card {
    border-radius: 10px !important;
}
.custom_article  table {
    width: auto;
}
.testimonial_right_inner .customer_review h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #2F567F;
    font-family: "Sofia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: normal;
}
.footer-block.custom_4 a span {
    text-transform: lowercase;
}

.testimonial_last_slide .testimonial_right_inner .slick-list{
   height: 960px !important; 
}
/* Animation Keyframes */
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1) rotate(311deg);
    }
    50% {
        transform: scale(1.2) rotate(311deg);
    }
}

@keyframes zoomInOut2 {
    0%, 100% {
        transform: scale(1) rotate(44deg);
    }
    50% {
        transform: scale(1.2) rotate(44deg);
    }
}

/* First Element Styling with Animation */
.newseconn .image-content-img::after {
    content: "";
    background: url(/cdn/shop/files/Rectangle_-1_1_dedf1e63-9845-47c7-ba44-07875d34f17a.png?v=1757805867);
    background-repeat: no-repeat;
    width: 100%;
    left: -79px;
    top: 40%;
    height: 130px;
    position: absolute;
    max-width: 130px;
    background-size: contain;
    transform: rotate(311deg);
    animation: zoomInOut 3s infinite ease-in-out;
    z-index: 1;
}
/* Second Element Styling with Animation */
.newseconn2 .image-content-img::after {
    content: "";
    background: url(/cdn/shop/files/Rectangle_-1_1_dedf1e63-9845-47c7-ba44-07875d34f17a.png?v=1757805867);
    background-repeat: no-repeat;
    width: 100%;
    right: 30px;
    top: 40%;
    height: 130px;
    position: absolute;
    max-width: 130px;
    background-size: contain;
    transform: rotate(44deg);
    animation: zoomInOut2 3s infinite ease-in-out;
    z-index: 1;
}
/* .announcement_bar_sec li.list-social__item:last-child,
.announcement-bar-section li.list-social__item:nth-child(2) {
    display: none;
} */

p.announcement-bar__message.h5 svg {
    display: none;
}
.announcement-bar__link:hover {
    text-decoration: none;
}
.announcement-bar-section .list-social__item .svg-wrapper {
    height: 40px;
    width: 25px;
}
.custom_collection .card-wrapper h3.card__heading a {
    text-decoration: none;
}
.disclaimer_popup .popup_outer_inner p {
    font-size: 20px;
}
.icon_with_text_wrapper button.slick-prev {
    transform: rotate(
180deg);
}
.instagram_wrapper {
    padding-top: 40px;
}
.instagram_wrapper a {
    display: flex;
    color:#000
}
.custom_product .product__title span {
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    height: 60px;
    text-transform:lowercase;
}
.cart-item__image-container {
    BORDER-RADIUS: 10PX;
}
body.is-en-vn .icon_with_text_home .icon_with_text_wrapper {
    padding-bottom: 175px;
}
body.is-en-vn sticky-header {
    position: unset!important;
    top: 0 !important;
}
body.is-en-vn .scrolled-past-header sticky-header {
    position: fixed !important;
    top: 0;
}
.desktop-localization-wrapper .disclosure span {
    font-size: 16px;
    font-family: var(--body);
    color: #2F587F;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
}
.desktop-localization-wrapper .disclosure  svg {
    stroke: #2F587F;
}
.header-localization .disclosure .localization-form__select:hover {
    text-decoration: unset !important;
}
body.custom_index.is-en-vn .shopify-section-header-sticky {
    border-bottom: 1px solid #0000000d;
}
.instagram_wrapper {
    position: relative;
}

.instagram_wrapper .section_header:after {
    content: "";
    background: url(/cdn/shop/files/Vector_1.png?v=1756873603);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 6px;
    width: 30px;
    height: 30px;
    transform: rotate(26deg);
}.instagram_wrapper .section_header:before {
    content: "";
    background: url(/cdn/shop/files/Vector_1.png?v=1756873603);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: rotate(26deg);
}
body.stage-2   .icon_with_text img {
    background: #50796936;
}
.icon_with_text_main .icon_with_text img:hover {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}
/*==================Product AUTHENTICATON==================*/
.pro_authentic_sec .authenticate-container {
    display: flex;
}
.pro_authentic_sec .authenticate-container .authenticate-left {
    width: 50%;
    background: #2F567F;
    position:relative;
}
.pro_authentic_sec .authenticate-container .authenticate-right {
    width: 50%;
}
.pro_authentic_sec .authenticate-container .authenticate-right img.authenticate-baby-image {
    width: 100%;
    height: 100%;
}
.authenticate-container .authenticate-left .authenticate-heading {
    color: #FFF5EA;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.authenticate-left_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width:100%;
}

.authenticate-left_inner img.authenticate-icon {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: contain;
}
.authenticate-left_inner .authenticate-subheading {
    margin: 0;
    color: #FFF5EA;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 48%;
    padding-bottom: 30px;
}
.authenticate-left_inner {
    position: relative;
}
.authenticate-left_inner .authenticate-icon {
    position: absolute;
    right: 20%;
    bottom: 82%;
    animation: floatUpDown 2s ease-in-out infinite;
    @keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Move up */
    }
}
}
.authenticate-left_inner form.authenticate-form {
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap:20px;
}
.authenticate-left_inner form.authenticate-form input.authenticate-input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px;
    color: #fff;
}
.authenticate-left_inner form.authenticate-form input.authenticate-input[placeholder="Enter the code"] {
    color: #fff !important;
    opacity: 1;
}
.authenticate-left_inner form.authenticate-form input.authenticate-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
  .authenticate-input::placeholder {
    color: #fff;
    color: #FFF5EA;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
button.authenticate-button {
    background: #fff;
    border: none;
    padding: 20px;
    border-radius: 38px;
    width: max-content;
    margin: 0 auto;
    color: #2F567F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 144.444% */
    letter-spacing: normal;
    text-transform: capitalize;
}
.pro_authentic_sec .authenticate-container .authenticate-left:after {
    content: "";
    background: url(/cdn/shop/files/Vector_1_7a17efcd-30b3-401d-91a7-7e4803d1953e.png?v=1758791756);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_authentic_sec .authenticate-container .authenticate-left:before {
    content: "";
    background: url(/cdn/shop/files/Vector_2_1_1.png?v=1758792111);
    background-repeat: no-repeat;
    background-size: contain;
    width: 104px;
    height: 66px;
    position: absolute;
    bottom: 0;
    right: -1px;
}

body.custom_product .icon_with_text.custom_3 {
    display: none !important;
}
body.custom_product .icon_with_text_wrapper {
    padding-bottom: 100px!important;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transition-property: opacity,transform;
}
div#insta-feed .instafeed-new-layout-wrapper {
    gap: 20px !important;
}
div#insta-feed .instafeed-new-layout-wrapper .instafeed-new-layout-item {
    width: 16.66% !important;
}
.icon_with_text_wrapper.slide-index-1 button.slick-arrow {
    background: #58887861;
}
.icon_with_text_wrapper.slide-index-1 button.slick-arrow svg path {
    fill: #588878;
}
.icon_with_text_wrapper.slide-index-2 button.slick-prev {
    background: #2f568082;
}
.icon_with_text_wrapper.slide-index-2 button.slick-arrow svg path {
    fill;: #000;
    fill;: #000;
    fill;: #00;
    fill;: #0;
    fill;: #;
    fill: #2f5680;
}
.icon_with_text_wrapper.slide-index-2 button[aria-disabled="true"] {
    background: #2f568026 !important;
}
.custom_ingredients .main-page-title,.custom_shipping-returns-policy .main-page-title {
    color: #2F567F;
    text-align: left;
    font-family: 'Sofia Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    padding-bottom:20px;
}
.custom_terms-of-use .main-page-title {
    color: #2F567F;
    text-align: left;
    font-family: 'Sofia Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    padding-bottom:20px;
}

.custom_shipping-returns-policy .main-page-title,.custom_privacy-policy .main-page-title{
      color: #2F567F;
    text-align: left;
    font-family: 'Sofia Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    padding-bottom:20px;
}
.custom_faqs .collapsible-content__heading{
    color: #2F567F;
    text-align: left;
    font-family: 'Sofia Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    padding-bottom:20px;
}
.custom_ingredients .rte p, .custom_shipping-returns-policy .rte p, .custom_breast-is-best .rte p,.custom_privacy-policy ul li {
    color: #5C5C5C;
    text-align: left;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;

}
 .custom_privacy-policy .rte p, .custom_privacy-policy ul li, .custom_terms-of-use .rte p {
    color: #5C5C5C;
    text-align: left;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0 auto;
}
.custom_ingredients .rte h3.rich-text__heading {
    color: #2F567F;
    text-align: left;
    font-family: 'Sofia Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0;
    padding-top: 20px;
}
/* .custom_page .page-width--narrow {
    max-width: 70%;
} */
.custom_privacy-policy ul {
    padding-left: 0;
}
.custom_breast-is-best .main-page-title {
    display: none;
}
.main_page_sec {
    background: #f2e9df;
    padding: 16px 0;
}
.custom_goat-goodness .secwhychosse .image-content-img::before,.custom_goat-goodness .newseconn .image-content-img:before,.custom_goat-goodness .newseconn .image-content-img::after,
.custom_goat-goodness .newseconn2 .image-content-img:before,.custom_goat-goodness .newseconn2:before, .custom_goat-goodness .secwhychosse .image-content-text h2:before,.custom_goat-goodness .newseconn2 .image-content-img::after{
    display:none;
}
.custom_goat-goodness .image-content-wrappercon .image-content-text p {
    text-align: left;
}
.custom_goat-goodness   .newseconn .image-content-wrappercon .image-content-text p,.custom_goat-goodness  .newseconn2 .image-content-wrappercon .image-content-text p, .custom_goat-goodness  .secwhychosse .image-content-wrappercon .image-content-text p {
    max-width: 100%;
    width:100%

}
.custom_goat-goodness   .image-content-wrappercon .image-content-text h2 {
    text-align:left;
    padding-bottom:20px;
}
.gudness-richtext ol {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 18px;
    padding-left: 0;
}
.gudness-richtext ol li {
    width: 49%;
    color: #5C5C5C;
    text-align: left;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.gudness-richtext p {
    text-align: left !important;
    max-width: 100%;
    margin: unset !important;
}
.custom_terms-of-use .rte h3 {
    color: #2F567F;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: normal;
    padding: 10px 0;
    font-weight: 600;
}
.custom_faqs .collapsible-content-wrapper-narrow {
    max-width: 80%;
}
.custom_faqs .accordion {
    border: none;
    margin-bottom: 15px;
}
.custom_faqs .accordion svg {
    width: 20px;
    height: 20px;
}
.custom_faqs .accordion svg path {
    fill: #fff;
}
.custom_faqs .accordion h2 {
    color: #2F567F;
    font-size: 45px;
    font-style: normal;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    padding: 25px 0 15px 0;
    font-weight: 600;
}
.custom_faqs .accordion details {
    border-top: 1px solid #00000012;
}
.custom_faqs .accordion:last-child {
    border-bottom: 1px solid #00000012;
}
.custom_faqs .accordion:first-child h2 {
    border-top: none;
}
.custom_faqs  .collapsible-content summary:hover h3.accordion__title {
    text-decoration: none;
    color: #fff;
    font-family: "Sofia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding-left: 18px;
    letter-spacing: normal;
}
.custom_faqs .accordion details {
    border-radius: 8px;
}
.custom_faqs  .collapsible-content summary h3.accordion__title {
    text-decoration: none;
    color: #fff;
    font-family: "Sofia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding-left: 18px;
    letter-spacing: normal;
}
.custom_faqs  .collapsible-content summary:hover {
    background: transparent;
}
.custom_faqs .accordion summary {
    padding: 20px 0;
}
.custom_faqs  .accordion__content p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding-left: 10px;
}
.custom_ingredients h1.main-page-title {
    display: none;
}
body.popup-open::after {
    content: "";
    background: #0000006b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
section.innerpage-banner::after {
    content: "";
    /* background: #00000038; */
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.innerpage-banner__overlay {
    z-index: 2;
}
.custom_terms-of-use ul {
    padding-left: 0;
}
.custom_terms-of-use ul li {
    color: #5C5C5C;
    text-align: left;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
details[open]>.header__menu-item {
    text-decoration: unset !important;
}
.header__menu-item .icon-caret {
    stroke: #2F587F;
}
.header__submenu a {
    color: #2f567f;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.header__submenu a:hover {
    color: #2F587F;
    text-decoration-line: unset !important;
}
.list-menu__item--active {
    text-decoration: unset !important;
    font-weight: 600;
}
.header__submenu{
    width:25rem !important;
}
.custom_about-us .rich-text__text {
    margin-top: 1rem !important;
}
.custom_about-us .rich-text__blocks {
    max-width: 60% !important;
}
.custom_product .desktop-localization-wrapper .disclosure span {
    color: #000;
}
.custom_product .desktop-localization-wrapper .disclosure svg{
stroke:#000;
}
.custom_product .header__menu-item .icon-caret {
    stroke: #000;
}
.details-content-area ul {
    padding-left: 20px;
}
body.custom_.stage-1-sachet-box-of-6 img.center_image {
    background: unset;
}
body.custom_.stage-2-sachet-box-of-7 img.center_image {
    background: unset;
}
body.custom_.stage-2-sachet-box-of-7 .icon_with_text_home {
    background: #f4fffb;
}
div#pane2 table {
    width: 49%;
}
.details-content-area p {
    margin: 5px;
}
.details-content-area th {
    text-align: left;
}
.custom_collection .card__inner .card__media img {
    padding: 20px;
}
/* .custom_collection .card__inner {
    background: #fff;
} */
.custom_collection .card-wrapper {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
}
.custom_product .icon_with_text_main .icon_with_text.custom_2 {
    left: 21%;
}
.custom_product .icon_with_text_main .icon_with_text.custom_4 {
    right: 21%;
}
.stage_1_icon_text  .icon_with_text img {
    background: #c87e8c38;
}
.newseconn2 .image-content-wrappercon .image-content-text p a {
    color: #2F567F;
}
.contact_text p {
    color: #2F567F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 31px;
}
/* .footer-block.custom_4 {
    display: none;
} */
body.fourth_heading .footer-block.custom_4 {
    display: block;
}
.stage_2_sachet  .icon_with_text img {
    background: #50796936;
}
.stage-3-sachet-box-of-6 img.center_image {
    background: unset !important;
}
.stage-3-sachet-box-of-6 .icon_with_text img {
    background: #bbcfdf !important;
}
.stage-3 .icon_with_text img {
    background: #9eb5cf;
}
.review-card:hover p {
    color: #fff;
}
/* Pause animation on hover of any review-card */
/* .reviews-columns-wrapper .scroll-track {
  animation-play-state: running;
} */

/* .reviews-columns-wrapper .scroll-track:hover,
.reviews-columns-wrapper .scroll-track .review-card:hover {
  animation-play-state: paused;
} */
.custom_product .header__submenu a {
    color: #000;
}
.tab_icon-with-text {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 20px;
    row-gap:10px;
}
.tab_icon-with-text .icon_with_text {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    gap:15px;
}
.tab_icon-with-text .icon_with_text span {
    background: #c87e8c;
    height: 20px;
    border-radius: 50%;
    max-width: 20px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.tab_icon-with-text .icon_with_text p {
    font-size: 16px;
    font-weight: normal !important;
    width: 60%;
    margin-top:0;
}
.tab_icon-with-text .icon_with_text img {
    padding: 12px;
    border-radius: 50%;
    max-width: 100px;
    height: 100px;
    box-shadow: unset !important;
    object-fit: contain !important;
    background: #eddae1;
}

.header__menu-item a {
    border: none !important;
    padding: 0 0px !important;
}
.product-media-modal .product-media-modal__content img {
    width: 50%;
}
.nutrition-tables {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.nutrition-tables table td {
    font-size: 12px;
}
.stage-3 div#pane2 table {
    width: 100%;
}
.custom_.stage-3-sachet-box-of-6 div#pane2 table {
    width: 100%;
}
.stage-2 .tab_icon-with-text .icon_with_text img {
    background: #5888783d !important;
    border-radius: 50% !important;
}
.stage-3 td {
    color: #18314C;
    border: 1px solid #18314C !important;
}
.stage-2 td {
    color: #194839;
    border: 1px solid #194839 !important;
}
.stage-1 td {
    color: #572831;
    border: 1px solid #572831 !important;
}
.stage-1 .tab_icon-with-text .icon_with_text img {
    background: #b9868e30 !important;
    border-radius: 050%!important;
}
.stage-2  .tab_icon-with-text .icon_with_text span {
    background: #588878;
}
.tab_icon-with-text {
    margin-top: 20px;
}
.custom_goat-goodness   .newseconn .image-content-wrappercon .image-content-text p, .custom_goat-goodness  .newseconn2 .image-content-wrappercon .image-content-text p, .custom_goat-goodness  .secwhychosse .image-content-wrappercon .image-content-text p {
    text-transform: none;
}
.custom_goat-goodness .image-content-section {
    background: #f2e9df !important;
}
.secwhychosse h2, .secwhychosse p, .newseconn2 h2, .newseconn2 p {
    text-align: right !important;
}
.custom_goat-goodness .icon_with_text_home {
    background: #f2e9df;
}
body.stage-3 .tab_icon-with-text .icon_with_text span {
    background: #2f567f;
}
body.stage-3 .tab_icon-with-text .icon_with_text img {
    background: #2e557e33 !important;
    border-radius: 50% !important;
}
.custom_faqs .collapsible-content__wrapper .caption-with-letter-spacing {
    color: #2F567F !important;
    text-align: left;
    font-size: 18px;
    text-transform: math-auto;
    line-height: normal;
    margin-top: 0;
}
/*==================store locator css==================*/
#w3-storelocator-app .search_bar {
    background: #215682;
    margin: 0rem 5rem;
    color: #fff;
    padding: 3rem 5rem 2rem 5rem;
}
div#w3-storelocator-app {
    margin: 5rem 5rem 3rem 5rem;
}

.location-list-container {
    padding-left: 50px;
}
.map-container {
    padding-right: 50px;
}
.include-base-css .main_search_bar  label {
    font-size: 20px;
    line-height: 30px;
    max-width: 600px;
    color: #fff;
}
.include-base-css .main_search_bar input[placeholder="Enter Street Address or City & State"] {
    color: #215682 !important;
}
.include-base-css .use_my_location,.include-base-css button {
    border-right: 1px solid #9cb7d0!important;
    background-color: #9cb7d0!important;
}
.include-base-css .search_bar label {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}
.include-base-css select {
    color: #215682;
}
a#btn-clear-search {
    font-size: 18px;
    line-height: 30px;
    max-width: 600px;
    color: #fff !important;
}
.location-list-item-name a {
    color: #215682;
    text-decoration: none;
}
.location-list-item-address a {
    color: #215682;
    text-decoration: none;
    font-weight: 600;
}
.location-list-item-city-line {
    display: none;
}
.location-list-item-phone a {
    color: #215682;
    text-decoration: none;
    font-weight: 600;
}
.location-list-item-directions a {
    color: #215682;
    text-decoration: none;
    font-weight: 600;
}
/* body.custom_.custom_.custom_ sticky-header {
    background: #f2e8dd;
} */
body.custom_.custom_.custom_ {
    background: #f2e8dd;
}
.map-container {
    position: relative;
    z-index: 1;
}
.store_locator_title h1 {
    color: #2F567F;
    text-align: center;
    font-family: "Black Star Bold" !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}
.location-list button {
    background: #215682 !important;
}
.include-base-css button:focus {
    outline: none !important;
}
recharge-subscription-widget {
    max-width: 100% !important;
}
.rc-purchase-option[rc-selected] {
    border-color: #c87e8c !important;
    background: #f2e8dd !important;
    color: #c87e8c !important;
}
body.custom_.custom_index {
    background: #fff !important;
}
.custom_article  table {
    width: 100%;
}
.custom_blog sticky-header.header-wrapper {
    background: #f2e8dd;
}
.custom_page sticky-header.header-wrapper {
    background: #f2e8dd;
}
.custom_article sticky-header.header-wrapper {
    background: #f2e8dd;
}
span.product-form__error-message {
    color: #572831;
}
.instafeed-new-layout-container .instafeed-new-arrow {
    z-index: 2 !important;
}
body.store-locator-page sticky-header.header-wrapper {
    background: #f2e8dd;
}
.disclosure .country-selector img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.disclosure button.disclosure__button .country-selector {
    display: flex;
    align-items: center;
}
.marquee-wrapper {
    background: #f2e8dd;
}
.details-content-area div#pane4 ul li {
    list-style: none;
}
.details-content-area div#pane4 ul {
    padding-left: 5px;
}
.stage-2 table {
    width: 48%;
}
.authentic_card_sec .card_content img {
    width: 100%;
    max-width: 160px;
    object-fit: contain;
    margin: 0 auto;
}
.rc-widget__root {
    color: #572831 !important;
}
.drawer__cart-items-wrapper  td {
    color: #572831;
    border: none !important;
}
.leaflet-custom-popup-location-item .location-name {
    color: #215682;
    text-decoration: none;
}

.leaflet-custom-popup-location-item  .location-address {
    color: #215682;
    text-decoration: none;
}

.leaflet-custom-popup-location-item  .location-city-line span {
    color: #215682;
    text-decoration: none;
}

.leaflet-custom-popup-location-item  .location-phone {
    color: #215682;
    text-decoration: none;
}
.leaflet-custom-popup-location-item .directions-link {
    color: #215682;
    text-decoration: none;
    font-weight: 600;
}
.include-base-css .layer-custom-popup {
    max-width: max-content !important;
}
.custom_article .article-template__content hr {
    margin: 2rem 0;
}
body.stage-1 .icon_with_text_home {
    background: #f1dee3;
}
.custom_collection  .collection__title h2.title {
    color: #2F567F;
    font-family: "Black Star Bold";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    /* padding-top: 20px; */
}
.header__submenu .header__menu-item:hover {
    text-decoration-line: unset !important;
}
.header__submenu .header__submenu {
    background-color: transparent !important;
    padding: 1rem 0;
    margin: 1rem 0;
    border-bottom: 1px solid #00000012;
}
body.custom_collection sticky-header.header-wrapper {
    background: #f2e8dd;
}
.authentic_card_sec .card-3 img {
    max-width: 260px !important;
}
.rc-plans-button {
    display: none !important;
}
.icon_with_text a {
    text-decoration: none;
}
.custom_faqs .accordion__content {
    padding-bottom: 1.5rem !important;
}
.custom_faqs .accordion details {
    background: #2f567f;
}
.custom_faqs .collapsible-content summary:hover h3.accordion__title {
    color: #fff;
}
.custom_faqs .accordion__content li {
    color: #fff;
}
.custom_faqs .accordion__content a {
    color: #fff;
}
.custom_faqs .rte ol, .custom_faqs .rte ul {
    padding-left: 1rem !important;
}
span.toggle-button {
    border: none !important;
    text-align: right !important;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    color: #2F567F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    padding-right: 0;
}
.newseconn span.toggle-button {
    justify-content: start;
    margin-left: 0;
    padding-left: 0;
}
body.stage-3-sachet-box-of-6 .tab_icon-with-text .icon_with_text span {
    background: #2f567f;
}
.icon_with_text.custom_4 img {
    width: 110px;
    max-width: 110px;
}

.hide_store_locator .list-menu li:nth-child(3) .header__submenu li:nth-child(3) {
    display: none;
}
.hide_store_locator .menu-drawer__menu li:nth-child(3) .list-menu li:nth-child(3) {
    display: none;
}
/*==================store locator css==================*/
@media screen and (min-width: 1440px) and (max-width: 1750px){
    .authentic_card_sec .card_content img {
    max-width: 150px;
}

 .include-base-css input[type=text] {
    font-size: 15px!important;
}
div#w3-storelocator-app {
    margin: 5rem 0rem 3rem 0rem;
}
    .custom_about-us .rich-text__blocks {
    max-width: 65% !important;
}
    /* .custom_article  .article-template__content, .article-template header,.article-template__hero-container {
    max-width: 70%;
} */
    .authenticate-left_inner .authenticate-icon {
    right: 11%;
    bottom: 85%;
}
    .disclaimer_popup .popup_outer_inner p {
    font-size: 16px;
    line-height:28px;
}
    .custom_product .product__title span {
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    height: 58px;
    font-size: 40px;
}
  .content_outer.custom_3:after {
    height: 79px;
    width: 8%;
}
.our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    padding: 50px 35px;
}
    .secwhychosse .image-content-text h2:before {
    top: -30px !important;
    left: 17% !important;
}
    .newseconn2 .image-content-img::after {
    right: 15px;
}
    .secwhychosse .image-content-img::before {
    top: -95px !important;
}
    .custom_article h1.article-template__title {
    font-size: 35px;
}
.blog-post img {
    height: 245px;
}
    .newslatter_sec .inline-richtext:after {
    left: 6%;
}
.video_slider_hime .title {
    font-size: 40px;
}
.video_slider_hime  .subtitle {
    font-size: 15px;
    line-height: normal;
}
.newslatter_sec .inline-richtext::before {
    left: -19px;
}
    .video_slider_hime video {
    height: 60vh !important;
}
.video_slider_hime img.imagee {
    height: 60vh;
}
    .banner_with_text.custom_2 .icon_img1 img, .banner_with_text.custom_3 .icon_img1 img {
    top: 25px;
}

.banner_with_text.custom_2:after {
    top: 14%;
    width: 95px;
    left: 32%;
}
.image_with_text_info h2 {
    font-size: 33px;
}
.image_with_text_info {
    padding-top: 27rem;
}

.banner_with_text.custom_3 .icon_img2:before {
    left: -27%;
    top: 180px;
}

.banner_with_text.custom_1 .icon_img2:after {
    right: 10px;
    width: 73px;
    top: 150px;
}
.banner_with_text.custom_1 .image_with_text_info h2 {
    font-size: 35px;
}
.banner_with_text.custom_3 .icon_img2:before {
    width: 70px;
}
.banner_with_text.custom_1::after {
    top: 15%;
    left: 5%;
}
.banner_with_text.custom_2 .icon_img2:before {
    width: 70px;
}
.banner_with_text.custom_1 .icon_img2:before {
    top: 0;
}
.banner_with_text.custom_2 .icon_img2:before {
    top: 180px;
}
.icon_img3 img {
    max-width: 60px !important;
}
.newseconn2 .image-content-img:before,.newseconn .image-content-img:before{
        top:-84px !important;
    }
}

/*==================footer css=======================*/
@media screen and (max-width: 1440px){
    .authentic_card_sec .card-3 img {
    max-width: 230px !important;
}
    .you-may-like__text {
    font-size: 28px;
}
    .disclaimer_popup .popup_outer_inner p {
    font-size: 18px !important;
}
.custom_about-us .rich-text__blocks {
    max-width: 66% !important;
}
    .image-content-wrappercon .image-content-text h2 {
    font-size: 40px !important;
}
    .icon_with_text_main .icon_with_text.custom_2 {
    position: absolute;
    left: 21%;
    bottom: 0;
}
.icon_with_text_main .icon_with_text.custom_4 {
    position: absolute;
    right: 21%;
    bottom: 0;
}
    .authenticate-left_inner .authenticate-subheading {
    font-size: 18px;
}
    .newseconn2 .image-content-img:before,.newseconn .image-content-img:before{
        top:-84px !important;
    }
    .custom_product .product__title span {
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    height: 50px;
    font-size: 35px;
}
    .blog_posts_wrap .blog-post .blog_info h2 a{
        font-size:22px;
    }
    .blog_posts_wrap .blog-post .blog_info p {
    line-height: normal;
}
    .details-side-image {
    flex: 1 1 30% !important;
}
.details-tabs-stage2 .details-nav {
    padding-left: 20px;
}
    .secwhychosse .image-content-wrappercon .image-content-text p {
    max-width: 76%;
    margin: 0 0 0 auto;
}
.newseconn2 .image-content-wrappercon .image-content-text p {
    max-width: 100%;
    margin: 0 auto;
}
    .authentication_banner .innderconban a {
    padding: 10px 20px;
}
.fourimagesblock__text {
    width: 100% !important;
}
.innerpage-banner__text {
    margin-top: 0;
}
.details-tabs-stage2 .details-side-image,.details-tabs-stage3 .details-side-image,.details-tabs-section .details-side-image {
    padding-top: 150px!important;
}
.details-tabs-stage2 .details-side-image::before, .details-tabs-stage3 .details-side-image::before, .details-tabs-section .details-side-image::before {
    top: 70px !important;
}
    button.faq-question {
    min-height: 85px !important;
}
    .single-product1 .product__title h1, .single-product3 .product__title h1,.single-product1 .product__title h1 {
    font-size: 40px !important;
}
.custom_collection li.grid__item .card__information a, .custom_collection .facets__heading, .custom_collection .facets__summary-label, .custom_collection .facets__summary span, .custom_collection h2.facet-filters__label.caption-large, .custom_collection .facet-filters__sort, .custom_collection h2.product-count__text {
    font-size: 20px;
}
    .about_us_richtext .rich-text__text {
    margin: 0;
}
     .authentic_card_sec .wrapper {
  width: 100%;
  min-height: 90vh;
}
    .about__icon_text .icon_text_inner .icon_img_content img {
    max-width: 200px;
}
.about__icon_text .icon_text_inner .icon_img_content p {
    font-size: 20px;
}
    .about_content_inner .content_outer h3 {
    font-size: 23px;
}
.about_content_inner .content_outer p {
    font-size: 16px;
}
.content_outer.custom_3:after {
    width: 7%;
    height: 69px;
}
 .banner_with_text.custom_1 .icon_img2:after {
    width: 65px;
    top: 50px;
}
.banner_with_text.custom_3 .icon_img2:after {
    right: 11px;
    width: 63px;
    height: 50px;
    top: 55%;
}
.banner_with_text.custom_3 .icon_img2:before {
    left: -12%;
    width: 45px;
    height: 65px;
    top: 260px;
}
.banner_with_text.custom_2 .image_with_text_info:after {
    left: 35%;
}
.banner_with_text.custom_2 .icon_img2:after {
    right: 17px;
    width: 60px;
    height: 50px;
    top: 70%;
}
.banner_with_text.custom_2 .icon_img2:before {
    left: -46px;
    width: 48px;
    height: 50px;
    top: 260px;
}
    .video_slider_home .card {
    width: 300px;
}
.banner_with_text.custom_1 .icon_img2:before {
    left: -38px;
    width: 61px;
    top: 12px;
}
.banner_with_text.custom_3 .icon_img1 img {
    width: 100%;
    max-width: 70px!important;
    top: 6%;
    left: -9%;
}
.banner_with_text.custom_2 .icon_img2 img {
    max-width: 70px!important;
    margin: 0 85px;
    padding-bottom: 20px;
    padding-top: 85px;
}
.banner_with_text.custom_2 .icon_img2 img {
    max-width: 70px!important;
    margin: 0 85px;
    padding-bottom: 20px;
    padding-top: 85px;
}
.banner_with_text.custom_3 .icon_img2 img {
    max-width: 65px!important;
    margin: 0 85px!important;
    padding-bottom: 19px!important;
    padding-top: 85px!important;
}
.icon_img1 img {
    max-width: 70px!important;
    top: 8%;
    left: 36%;
}
.icon_img2 img {
    max-width: 70px!important;
    margin: 0 85px;
    padding-bottom: 20px;
    padding-top: 33px;
}
.image_with_text_info h2 {
    margin-bottom: 15px;
}
.icon_img3 img {
    right: 15%;
    max-width: 54px !important;
}
.banner_with_text.custom_2 .icon_img3 img, .banner_with_text.custom_3.icon_img2 img {
    right: 15% !important;
}
/* .disclaimer_popup .popup_outer {
    position: fixed;
    background: #f2e9df;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 100%!important;
    left: 0%!important;
} */
.popup_outer_inner {
    padding-top: 0px!important;
}
.popup_outer_inner p {
    color: #2f567f;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 32px !important;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin: 0 !important;
}
.popup_outer_inner button {
    margin-top: 20px;
}
.popup_outer_inner h3 {
    padding-top: 30px;
}
.cta_button {
    font-size: 20px !important;
}
.video_banner_inner {
    position: relative;
    height: 94vh;
}
.video_slider_hime .card {
    width: 300px;
}
    .instagram_sec .instagram_wrapper:after {
    top: 20%;
}
.image_with_text_info {
    transform: rotate(354deg);
    padding-left: 5px;
    padding-top: 20rem;
}
.banner_with_text.custom_3:after {
    content: "";
    position: absolute;
    top: 9%;
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    height: 110px;
    width: 80px;
    background-size: contain;
    left: 85%;
    z-index: 0;
    transform: rotate(32deg);
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 22rem;
}
.banner_with_text.custom_2:after {
    content: "";
    position: absolute;
    top: 13%;
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    height: 110px;
    width: 100px;
    background-size: contain;
    left: 31%;
}
.banner_with_text.custom_1:after {
    content: "";
    position: absolute;
    top: 16%;
    background: url(/cdn/shop/files/Rectangle_-1_1.png?v=1756873603);
    background-repeat: no-repeat;
    height: 110px;
    width: 105px;
    background-size: contain;
    left: 4%;
}

.image_with_text_info h2 {
    font-size: 35px;
}
.image_with_text_info {
    padding-top: 18rem;
}
.banner_with_text.custom_1 a {
    font-size: 24px;
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 23rem;
}
.banner_with_text[data-tab="1"] .image_with__text h2, .banner_with_text[data-tab="2"] .image_with__text h2,.banner_with_text[data-tab="2"] .image_with__text h2 {
    font-size: 32px;
}
.banner_with_text[data-tab="2"] .image_with__text img {
    width: 42vh;
}
.banner_with_text[data-tab="3"] .image_with__text img {
    width: 42vh;
}
.newslatter_inner {
    position: relative;
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
}
.footer-block .list-social__item .svg-wrapper {
    width: 40px!important;
    height: 40px!important;
}
.newslatter_sec .newsletter-form__field-wrapper input {
    padding-right: 39rem!important;
}
.newslatter_sec .newsletter-form__button {
    right: -240px;
}
.blog-post img {
    height: 213px;
}
}
@media screen and (max-width: 1370px){
        .authentic_card_sec .card_content img {
    max-width: 130px;
}
    .disclaimer_popup .popup_outer_inner p {
    font-size: 16px !important;
}
 
    .authenticate-left_inner .authenticate-icon {
    right: 7%;
    bottom: 88%;
}
    .newseconn2 .image-content-img:before, .newseconn .image-content-img:before {
    top: -80px !important;
}
    .icon_with_text_home .icon_with_text_main .center_image {
    max-width: 320px;
}
.icon_with_text img {
    max-width: 115px;
    height: 115px;
}
.content_outer.custom_3:after {
    width: 7%;
    height: 60px;
}
    .secwhychosse .image-content-text h2:before {
    top: -26px !important;
    left: 14% !important;
}
    .newseconn2:before {
    height: 230px !important;
}
.secwhychosse .image-content-img::before {
    top: -85px !important;
}

    .newseconn2 .image-content-img::after {
    right: 10px !important;
}
   .testimonial_last_slide .testimonial_right_inner .slick-list {
    height: 985px !important;
}
    .testimonial_right_inner .customer_review p {
    font-size: 15px;
}
      .secwhychosse .image-content-img::before {
    top: -85px;
}
.video_slider_hime video {
    height: 50vh !important;
}
.video_slider_hime img.imagee {
    height: 50vh;
}
    .secwhychosse .image-content-wrappercon .image-content-text p {
    max-width: 80%;
    margin: 0 0 0 auto;
}
.newseconn .image-content-wrappercon .image-content-text p {
    width: 90%;
    /* margin: auto; */
}
.newseconn2 .image-content-wrappercon .image-content-text p {
    max-width: 100%;
    margin: 0 auto;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    padding: 80px 45px;
}
    .single-product1 .product__title h1, .single-product3 .product__title h1, .single-product1 .product__title h1 {
    font-size: 40px !important;
}
    .newslatter_sec .inline-richtext:after {
    left: 14%;
}
    .details-side-image {
    width: 50%;
    margin: 0 auto;
}
    .details-layout {
    flex-direction: column;
}
.image_with_text_info h2 {
    font-size: 31px;
}
.banner_with_text.custom_1:after {
    top: 15%;
}

.banner_with_text.custom_2 .icon_img2:before {
    left: -36px;
    top: 244px;
}
.banner_with_text.custom_1 .icon_img2:after {
    width: 60px;
    top: 156px;
    right: 20px;
}
.banner_with_text.custom_3 .icon_img2:before {
    left: -36px;
    top: 233px;
}
}
@media screen and  (max-width: 1200px) {
.newslatter_sec .inline-richtext:after {
    left: 11%;
    top: -20px;
    width: 93px;
}
.newslatter_sec .inline-richtext::before {
    left: 0;
}
}
@media screen and  (max-width: 1100px) {
    .authentic_card_sec .card_content .content {
    font-size: 20px !important;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    padding: 80px 22px;
}
.about_content_inner .content_outer h3 {
    font-size: 20px;
}
 .newslatter_sec .inline-richtext:after {
    left: 5%;
    top: -38px;
}
.footer-block {
    width: 19% !important;
}
.footer-block.custom_5 {
    padding-left: 0;
}
.newslatter_sec .inline-richtext::before {
    left: -7%;
}
    .icon_with_text_main .icon_with_text.custom_4 {
    right: 20%;
}
.icon_with_text_main .icon_with_text.custom_5 {
    right: 15%;
}
.icon_with_text_main .icon_with_text.custom_1 {
    left: 15%;
}
.icon_with_text_main .icon_with_text.custom_2 {
    left: 20%;
}
.banner_slider .Banner_slider_wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 50px;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left {
    width: 100%;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap {
    width: 100%;
}
.image_with_text_info {
    padding-top: 27rem;
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 33rem;
}
.image_with_text_info h2 {
    font-size: 42px;
}
.banner_with_text.custom_2 .icon_img2:before {
    left: -47px;
    top: 290px;
}
.banner_with_text.custom_3 .icon_img2:before {
    left: -47px;
    top: 290px;
}
.banner_with_text.custom_2:after {
    top: 15%;
    width: 109px;
    left: 32%;
}
.banner_with_text.custom_1:after {
    top: 18%;
    left: 7%;
}
.banner_with_text.custom_3:after {
    top: 11%;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .authentic_card_sec .card_content img {
    max-width: 130px;
}
    .header__inline-menu .list-menu--inline {
    gap: 8px;
}
.header__inline-menu .header__menu-item span {
    font-size: 15px;
}
    .content_outer.custom_2:after {
    height: 46px;
    }
    .our_ethos_sec .about_content_wrapper .about_content_inner {
    display: flex;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.content_outer {
    width: 48% !important;
}
    .aboutimg-content {
    padding-top: 0 !important;
            padding-bottom: 0 !important;
}
.aboutimg-title {
    padding-top: 20px;
}
div#w3-storelocator-app {
    margin: 5rem 0rem 3rem 0rem;
}
       .contact_text p {
    font-size: 18px;
    max-width: 100%;
}
    .newseconn .image-content-wrappercon {
    flex-wrap: wrap;
}
    .custom_product .icon_with_text_main .icon_with_text.custom_4 {
    right: 12%;
}
.custom_product .icon_with_text_main .icon_with_text.custom_2 {
    left: 12%;
}
    .custom_about-us .rich-text__blocks {
    max-width: 100% !important;
}
    .custom_faqs .collapsible-content-wrapper-narrow {
    max-width: 100%;
}
    .custom_goat-goodness  .newseconn .image-content-wrappercon {
    flex-direction: column;
}
    .article-template__hero-container {
        max-width: 100% !important;
    }
    div#insta-feed .instafeed-new-layout-wrapper .instafeed-new-layout-item {
    width: 25% !important;
}
    .authenticate-left_inner .authenticate-subheading {
    margin: 0;
    color: #FFF5EA;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 81%;
    padding-bottom: 18px;
}
.authenticate-left_inner .authenticate-icon {
    position: absolute;
    right: 10%;
    bottom: 88%;
    animation: floatUpDown 2s ease-in-out infinite;
}
.authenticate-left_inner img.authenticate-icon {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
}
.authenticate-container .authenticate-left .authenticate-heading {
    font-size: 40px;
}
.authenticate-left_inner form.authenticate-form input.authenticate-input,button.authenticate-button {
    padding: 15px;
}
    .custom_blog .blog-articles {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
    .custom_blog .blog-articles .card__heading.h2 {
    font-size: 24px;
}
.custom_blog .blog-articles .article-card__excerpt.rte-width, .custom_blog .blog-articles .article-card__info time {
    font-size: 15px;
}
      .fourimagesblock__wrapper {
        display:grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}
.fourimagesblock__text {
    width: 100% !important;
}
.innerpage-banner__text {
    margin: 0 0 12px 0;
}
.innerpage-banner__title {
    margin: 0 !important;
}
.cards-area .card {
    height: 80% !important;
    width: 40% !important;
}
.details-side-image {
    width: 65%;
    margin: 0 auto;
}
    .faq-items {
    gap: 10px !important;
}
button.faq-question {
    min-height: 43px !important;
    font-size: 16px !important;
}

    .aboutsconimg::after {
    right: -13px !important;
    width: 112px !important;
    height: 182px !important;
}
    .about_us_richtext .rich-text__text {
    margin: 0;
}
    .why_verify_inner .why_verify_content_inner {
    padding: 20px;
}
.why_verify_inner .why_verify_content_inner p {
    font-size: 16px;
}
.why_verify_inner .why_verify_content_inner h3 {
    font-size: 20px;
    margin: 10px 0;
}
.why_verify_content_wrapper h2 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 0;
}
 .authentic_card_sec .card_content .content {
    font-size: 16px !important;
}
.authentic_card_sec .card_content {
    padding: 20px!important;
}
.authentic_card_sec .wrapper {
    min-height: 90vh !important;
}
    .about_content_inner .content_outer p {
    font-size: 15px;
}
.our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    padding: 30px 30px;
}
.about_content_inner .content_outer h3 {
    font-size: 25px;
    max-width: 200px;
    margin: 0 auto;
}
.content_outer.custom_3:after {
    width: 6%;
}
        .home_richtext{
        display:block;
    }
    .video_slider_hime {
    display: none !important;
}
    .video_slider_sec{
        display:block!important;
    }
      .video_slider_inner .slick-slide {
    margin: 0 10px;
  }
.video_slider_sec video, .video_slider_sec .video_slides img {
    height: 50vh;
}
.home_richtext .rich-text__blocks p {
    max-width: 70%;
    margin: 0 auto;
}
.home_richtext .rich-text__buttons {
    display: none;
}
  /* Negative margin to compensate the extra margin so layout fits */
  .video_slider_inner .slick-list {
    margin: 0 -10px;
  }
  .video_slider_sec .page-width {
    padding: 0;
}

    .disclaimer_popup .popup_outer {
    width: 100%!important;
    left: 50%!important;
    height:100%;
}
    .banner_with_text.custom_3:after {
    top: 10%;
}
.banner_with_text.custom_2 .icon_img2 img {
    padding-top: 22px;
}
.banner_with_text.custom_3 .icon_img2 img {
    padding-top: 22px;
}
.banner_slider .Banner_slider_wrapper {
    flex-wrap: wrap;
}
.banner_with_text.custom_2 .icon_img2:before {
    top: 180px;
}
.banner_with_text.custom_3 .icon_img2 img {
    padding-top: 30px!important;
}
.banner_with_text.custom_3 .icon_img2:before {
    top: 180px;
}

.footer-block.custom_5 {
    padding-left: 0;
}
.footer__content-top .grid {
    row-gap: 3rem !important;
}
.newslatter_sec .inline-richtext:after {
    left: 13%;
}
.footer-block.custom_1 {
    width: 25%!important;
}
.newslatter_inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.banner_with_text.custom_1:after {
    top: 17%;
    left: 6%;
}
.banner_with_text.custom_2:after {
    top: 15%;
    left: 32%;
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 28rem;
}
.image_with_text_info h2 {
    font-size: 33px;
}
.image_with_text_info {
    padding-top: 30rem;
}
.blog_posts_wrap .blog-post .blog_info h2 a {
    font-size: 23px;
}
.home_testimonial .testimonial_wrapper {
    gap: 25px;
}
.testimonial_right_inner .customer_review {
    margin-bottom: 15px;
    gap: 20px;
    padding: 25px;
}
.blog_posts_wrap .blog-post .blog_info p {
    line-height: normal;
}
.blog_posts_wrap .blog_left_link a {
    font-style: normal;
}
.blog-post img {
    height: 100%;
}
.blog_posts_wrap .blog-post .blog_info p {
    margin: 5px 0;
}
.video_banner_inner {
    position: relative;
    height: 75vh;
}
.video_banner_wrap .banner_button {
    bottom: 20px;
}
.video_banner_wrap .slick-dots {
    bottom: 20px;
}
.banner_slider {
    padding: 0 50px;
}
.icon_with_text_main .icon_with_text.custom_5 {
    right: 12%;
}
.icon_with_text_main .icon_with_text.custom_1 {
    left: 12%;
}
.icon_with_text_main .icon_with_text.custom_4 {
    right: 15%;
}
.icon_with_text_main .icon_with_text.custom_2 {
    left: 15%;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap {
    width: 100%;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left {
    width: 100%;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left h2 {
    transform: rotate(359deg);
    max-width:100%;
    text-align: center;
}
.banner_slider_tab {
    align-items: center;
    justify-content: center;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
}

@media screen and (max-width: 768px){
    .product-media-modal .product-media-modal__content img {
    width: 100%;
}
    .tab_icon-with-text .icon_with_text {
    flex: 0 0 100%;
    max-width: 100%;
}
        .custom_product .icon_with_text_main .icon_with_text.custom_4 {
    right: 0%;
}
.custom_product .icon_with_text_main .icon_with_text.custom_2 {
    left: 0%;
}
    .custom_article  .article-template__content, .article-template header, .article-template__hero-container {
    max-width: 100% !important;
}
    .pro_authentic_sec .authenticate-container {
    flex-wrap: wrap;
}
.authenticate-left_inner {
    padding: 60px 0;
}
.authenticate-left_inner form.authenticate-form input.authenticate-input, button.authenticate-button {
    padding: 16px;
}
.authenticate-left_inner .authenticate-icon {
    position: absolute;
    right: 24%;
    bottom: 74%;
    animation: floatUpDown 2s ease-in-out infinite;
}
.pro_authentic_sec .authenticate-container .authenticate-left,.pro_authentic_sec .authenticate-container .authenticate-right {
    width: 100%;
}
    .testimonial_right_inner .customer_review p {
    font-size: 14px;
}
    .custom_blog .blog-articles {
    grid-template-columns: 1fr 1fr;
}
.custom_blog .title--primary {
    font-size: 35px;
    margin: 0 0 10px 0;
}
    .details-side-image {
    width: 100%;
    margin: 0 auto;
}
    .fourimagesblock__wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
}
    .authentication_banner .innderconban a {
    padding: 5px 15px;
    font-size: 15px;
}
    .my_custm_product media-gallery {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.my_custm_product .grid__item {
    width: 100% !important;
}
    .faq-section p {
    padding-left: 20px !important;
}
    .about__icon_text .icon_text_inner .icon_img_content img {
    max-width: 150px;
}
.about__icon_text .icon_text_inner .icon_img_content p {
    font-size: 16px;
    margin-top: 20px;
}
    .about_us_richtext .rich-text__text p {
    font-size: 16px;
}
    .why_verify_inner .why_verify_content_inner {
    width: 48%;
}
.why_verify_inner {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content:center;
}
    .authentic_card_sec .card_content .card_number {
    font-size: 14px!important;
    width: 20px!important;
    height: 20px!important;
}
.authentic_card_sec .card_content {
    padding: 15px!important;
}
.authentic_card_sec .wrapper {
    min-height: 80vh !important;
}
.authentic_card_sec .card_content .content {
    font-size: 14px !important;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.icon_with_text.custom_4 img {
    width: 100%;
    max-width: 60px;
    height: 60px;
    padding: 5px;
}
.our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    width: 48%;
}
.content_outer.custom_3:after {
    width: 9%;
}
    .about_content_inner .content_outer h3 {
    font-size: 17px;
    max-width: max-content;
    margin: 0 auto;
}
    .image_with_text_info h2 {
    font-size: 28px;
}
    .video_slider_sec video, .video_slider_sec .video_slides img {
    height: 35vh;
}
.home_richtext .rich-text__blocks p {
    max-width: 90%;
    margin: 0 auto;
    line-height: normal;
}
.home_richtext .rich-text {
    padding-bottom: 30px;
}
.home_richtext .rich-text__blocks h2 {
    font-size: 38px;
    letter-spacing: normal;
}
    ._widgetContent_1qtor_2 ._myCustomWidget_1qtor_20 {
    top: 60vh !important;
}
nav.menu-drawer__navigation {
    padding-top: 0;
}
     nav.menu-drawer__navigation a, .menu-drawer__utility-links a {
    color: #2F587F;
    font-family: "Sofia Pro";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-drawer__close-button {
    margin-top: 0!important;
}
.menu-drawer-container span svg path {
    fill: #2f567f;
}
nav.menu-drawer__navigation {}

nav.menu-drawer__navigation li {
    border-bottom: 1px solid #2f567f;
}
nav.menu-drawer__navigation li:first-child {
    border-top: 1px solid #2f567f;
}
    .disclaimer_popup .popup_outer {
    width: 100%!important;
    left:50%!important;
    height:100%;
}
.disclaimer_popup .popup_outer_inner p {
    font-size: 16px !important;
}
    .banner_with_text.custom_2 .icon_img2 img, .banner_with_text.custom_3 .icon_img2 img {
    padding-top: 82px !important;
}
.video_banner_inner {
    height: 60vh;
}
.footer__content-top .grid {
    row-gap: 3rem !important;
}
.footer-block {
    width: 25%!important;
}
.footer-block.custom_1 {
    width: 25%!important;
}
.footer-block.custom_5 {
    padding-left: 0;
}
.newslatter_sec .inline-richtext:after {
    left: 13%;
}
.newslatter_inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.banner_with_text.custom_2 .image_with_text_info {
    padding-top: 14rem;
}
.banner_with_text.custom_3 .image_with_text_info {
    padding-top: 14rem;
}
.banner_with_text.custom_3 .icon_img2:before {
    top: 237px;
}
.banner_with_text.custom_2 .icon_img2:before {
    top: 238px;
    left: -40px;
}
.banner_with_text.custom_2 .icon_img1 img {
    top: 4%;
}
.cta_button {
    font-size: 20px !important;
}
.banner_with_text.custom_1 .image_with_text_info, .image_with_text_info {
    padding-top: 19rem;
}
.video_banner_wrap video {
    height: 60vh;
}
.home_testimonial .testimonial_wrapper {
    flex-wrap: wrap;
}
.home_testimonial .testimonial_wrapper .testimonial_left, .home_testimonial .testimonial_wrapper .testimonial_right {
    width: 100%;
}
.blog_posts_main {
    flex-wrap: wrap;
}
.blog_posts_main .blog_posts_inner {
    width: 100%;
}
.blog_posts_wrap {
    width: 100%;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left h2 {
    font-size: 50px;
}
.image_with_text_info h2 {
    font-size: 30px;
}
.banner_with_text.custom_1:after {
    width: 90px;
    left: 5%;
    top: 16%;
}
.banner_with_text.custom_2:after {
    top: 15%;
    width: 73px;
    left: 32%;
}
.banner_with_text.custom_3:after {
    top: 7%;
    left: 84%;
    transform: rotate(44deg);
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap {
    padding-top: 40px;
}
.icon_with_text_main .icon_with_text.custom_5 {
    right: 0;
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 20rem;
}
.icon_with_text_main .icon_with_text.custom_1 {
    left: 0;
}
.icon_with_text_main .icon_with_text.custom_4 {
    right: 4%;
}
.icon_with_text_main .icon_with_text.custom_2 {
    left: 4%;
}
}
@media screen and (max-width: 767px){
    .custom_faqs  .accordion__content p {
    line-height: normal;
}
    .custom_faqs .accordion svg {
    width: 15px;
    height: 15px;
}
    .card.card-2 {
    display: none !important;
}
    .custom_collection  .collection__title h2.title {
    font-size: 45px;
}
    .authentic_card_sec .card-2 {
    opacity: 0;
    display: none;
}
    .stage-2 table {
    width: 100%;
}
    .home_richtext .rich-text__buttons {
    display: none;
}
    .custom_goat-goodness .secwhychosse .image-content-text h2 {
    padding-top: 0;
}
 .custom_goat-goodness .image-content-img img {
    width: 60% !important;
    margin: 0 auto;
}
    .include-base-css .layer-custom-popup {
    max-width: 100%!important;
}
    .include-base-css .main_search_bar input[placeholder="Enter Street Address or City & State"] {
    color: #215682 !important;
    font-size: 15px !important;
}
#map[data-v-42a15bc4] {
    height: var(--map-height);
    height: 400px !important;
    min-height: 400px !important;
}
    .store_locator_title h1 {
    margin-top: 0;
}
    .include-base-css .location-list button {
    width: max-content !important;
    margin-bottom: 20px;
}
    div#w3-storelocator-app {
    margin: 0;
}
.location-list-container {
    padding-left: 20px;
}
.map-container {
    padding-right: 0;
}
#w3-storelocator-app .search_bar {
    background: #215682;
    margin: 0rem 5rem;
    color: #fff;
    padding: 3rem 0rem 2rem 2rem;
}
.include-base-css .map-frame {
    padding: 0em 0 !important;
}
#w3-storelocator-app .search_bar {
    margin: 0;
}
    .store_locator_title h1 {
    font-size: 40px;
}
    .custom_faqs .collapsible-content__wrapper .caption-with-letter-spacing {
    font-size: 14px;
}
    .secwhychosse h2, .secwhychosse p, .newseconn2 h2, .newseconn2 p {
    text-align: left !important;
}
    .menu-drawer__menu-item, .menu-drawer__inner-submenu button, .menu-drawer__localization .disclosure span {
    color: #2F587F !important;
    font-family: "Sofia Pro";
    font-size: 14px !important;
    font-weight: 600;
    text-transform:uppercase;
}
.menu-drawer__localization .disclosure svg {
    stroke: #2F587F;
}
    .tab_icon-with-text .icon_with_text img {
    max-width: 70px;
    height: 70px;
}
div#pane4 table tr td {
    word-break: break-word;
}
.tab_icon-with-text .icon_with_text p {
    font-size: 14px;
    margin-top: 0;
    line-height: normal;
}
.tab_icon-with-text .icon_with_text {
    align-items: center;
}
    .custom_.stage-3-sachet-box-of-6 div#pane2 table td {
    font-size: 10px;
    word-break: break-word;
}
.stage-3 div#pane2 table td{
     font-size: 10px;
    word-break: break-word;
}
div#pane2 table {
    width: 100%;
}
     .tab_icon-with-text .icon_with_text {
    flex: 0 0 100%;
    max-width: 100%;
}
    .contact_text p {
    font-size: 15px;
    max-width: 100%;
}
    .image-content-wrappercon .image-content-text h2 {
    font-size: 35px !important;
}
    .custom_about-us .rich-text__blocks {
    max-width: 100% !important;
}
    .home_testimonial .testimonial_wrapper .testimonial_left h4 {
    font-size: 22px;
}
    .icon_with_text_home {
    display: block !important;
}
    .custom_terms-of-use ul li {
    font-size: 14px;
    line-height: 25px;
}
    .gudness-richtext {
    padding-left: 20px;
}
/* .custom_goat-goodness .innerpage-banner__text,.custom_goat-goodness .innerpage-banner__title{
    color:#2f567f;
} */
   .custom_goat-goodness .image-content-wrappercon .image-content-text h2 {
    font-size: 35px !important;
}
    .popup_outer_inner {
    padding: 30px 0px 30px 0px !important;
}
    .disclaimer_popup .popup_outer_inner p {
    font-size: 14px !important;
}
    .custom_faqs .accordion h2 {
    font-size: 20px;
    padding: 10px 0 10px 0;
}
.custom_faqs .collapsible-content__heading{
    font-size:22px;
}
.custom_faqs  .collapsible-content summary h3.accordion__title {
    font-size: 15px !important;
    padding-left: 16px !important;
    line-height: normal;
}
.custom_faqs  .accordion__content p {
    font-size: 15px;
    padding-left: 10px;
}
.custom_faqs .rte ol, .custom_faqs .rte ul {
    padding-left: 1rem !important;
}
    .custom_faqs .collapsible-content-wrapper-narrow {
    max-width: 100%;
}
    .custom_terms-of-use .rte h3 {
    font-size: 22px;
}
    .custom_terms-of-use .rte p,.custom_ingredients .rte p, .custom_shipping-returns-policy .rte p, .custom_breast-is-best .rte p,.gudness-richtext ol li,.custom_privacy-policy .rte p,.custom_privacy-policy ul li {
    font-size: 14px;
}
.custom_terms-of-use .main-page-title {
    font-size: 40px;
}
.custom_ingredients .rte p, .custom_shipping-returns-policy .rte p, .custom_breast-is-best .rte p, .gudness-richtext ol li {
        width: 100%;
        margin-left: 0px;
    }
    .custom_ingredients .rte h3.rich-text__heading,.custom_shipping-returns-policy .rte h3.rich-text__heading {
    font-size: 30px;
}
.custom_ingredients .main-page-title, .custom_shipping-returns-policy .main-page-title  {
    font-size: 40px;
}
    .custom_page .page-width--narrow {
    max-width: max-content;
}
    .authenticate-left_inner .authenticate-icon {
    right: 6%;
    bottom: 75%;
}
    div#insta-feed .instafeed-new-layout-wrapper .instafeed-new-layout-item {
    width: 50% !important;
}
.authenticate-left_inner img.authenticate-icon {
    max-width: 70px;
    height: 70px;
}
.pro_authentic_sec .authenticate-container .authenticate-left:after {
    height: 80px;
}
.pro_authentic_sec .authenticate-container .authenticate-left:before {
    width: 80px;
    height: 51px;
}
    .authenticate-container .authenticate-left .authenticate-heading {
    font-size: 35px;
}
.authenticate-left_inner .authenticate-subheading {
    max-width: 90%;
    font-size:16px;
}
.authenticate-left_inner form.authenticate-form {
    width: 80%;
}
button.authenticate-button, .authenticate-input::placeholder {
    font-size: 15px;
}
       .newseconn2 .image-content-img:before, .newseconn .image-content-img:before,.newseconn2:before {
   display:none!important;
}
    .instagram_wrapper .section_header:after {
    top: 8px;
    width: 23px;
}
    body.is-en-vn .icon_with_text.custom_3 {
    display: block !important;
    order: 5;
}
body.is-en-vn .icon_with_text {
    width: 50% !important;
}
    body.is-en-vn .icon_with_text_home .icon_with_text_wrapper {
    padding-bottom: 0;
}
    .stage_3 .product__title span {
    color: #fff;
    padding: 5px 12px !important;
    border-radius: 5px;
    height: 40px;
    font-size: 27px;
}
    .custom_product .product__title span {
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    height: 40px;
    font-size: 27px;
}
    .content_outer.custom_1:after {
    width: 28px;
}
.content_outer.custom_2:after {
    height: 40px;
}
    .fourimagesblock__text {
    line-height: normal !important;
}
    .custom_collection h1.collection-hero__title {
    font-size: 45px;
}
    .secwhychosse .image-content-text h2:before {
    top: -15px !important;
    left: 9% !important;
}
.newseconn .image-content-img::after,.newseconn2 .image-content-img::after {
    display:none;
}
    .testimonial_last_slide .slick-list {
    height: 335px!important;
}
    .blog_post_left h3 {
    color: #FFF;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 20px;
    max-width: 215px;
    margin: 0;
}
.blog_post_left .read-more {
    font-size: 16px;
}
    .custom_article table p {
    font-size: 11px;
}
.custom_article table td {
    padding: 6px;
}
    .article-template header {
    margin-top: 2rem;
}
    .blog-articles .article-card .card__information {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
   .custom_blog .blog-articles .article-card__excerpt.rte-width {
        margin-bottom:0;
        margin-top:5px;
    }
    [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
}
    .article-template__content ul li, .article-template__content ul li span,.article-template__content ol li span,.article-template__content ol li {
    font-size: 14px !important;
}
    .custom_article h1.article-template__title {
    font-size: 25px;
}
.article-template__content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.custom_article  table {
    width: auto;
}
.article-template__content h4 {
    font-size: 18px;
}
.article-template__content p {
    font-size: 14px;
    margin-top: 0;
}
    .custom_blog .blog-articles {
    grid-template-columns: 1fr;
}
.custom_blog .blog-articles .card__heading.h2 {
    font-size: 20px;
    margin: 0;
}
.custom_blog .blog-articles .article-card__info time, .custom_blog .blog-articles .article-card__excerpt.rte-width {
    font-size: 14px;
}
.custom_blog .pagination-wrapper {
    margin-top: 0rem !important;
}
    .custom_index .header-wrapper {
    position: unset;
    width: 100%;
    background: #ffffff69;
    top: 0;
}
    .icon_with_text_main .icon_with_text.custom_3 {
    display: none !important;
}
    .image_gallery_inner.custom_1 {
    padding-top: 0px;
}

.image_gallery_inner.custom_2 {
    padding-bottom: 0px;
}

.image_gallery_inner.custom_3 {
    padding-top: 0px;
}

.image_gallery_inner.custom_4 {
    padding-bottom: 0px;
}
    .image_gallery_wrapper {
    display: unset;
    width: 100%;
    gap: 0px;
}
    .image_gallery_main {
    padding: 0 20px;
}
.image_gallery_main .slick-dots {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.image_gallery_main .slick-dots li {
    list-style: none;
    border-radius: 50%;
}
.image_gallery_main .slick-dots li button {
    border-radius: 50%;
    font-size: 0;
    height: 15px;
    width: 15px;
    border: none;
    background: #2f587f7d;
}
.image_gallery_main .slick-dots li.slick-active button {
    background: #2f587f;
}
.image_gallery_inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
    body.custom_product sticky-header.header-wrapper .header__icons .svg-wrapper svg path {
    fill: #2f587f;
}
body.custom_product .cart-count-bubble {
    background: #2f587f;
}
    .image-content-wrappercon  .image-content-img, .image-content-text {
    padding-top: 10px;
}
.image-content-wrappercon {
    gap: 15px!important;
}
    .newseconn2 .image-content-wrappercon .image-content-text p, .secwhychosse .image-content-wrappercon .image-content-text p {
    max-width: 100%!important;
    margin: 0 auto;
}

    .fourimagesblock__wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
}
    .authentic_card_sec .cards-area {
    padding-bottom: 0 !important;
}
.fourimagesblock__imgwrap {
    width: 80px !important;
    height: 80px !important;
}
.fourimagesblock__imgwrap img {
    max-width: 60px !important;
    max-height: 60px !important;
}
    .custom_product .thumbnail-slider .slider-button {
    width: 25px !important;
    height: 25px !important;
}
    .faq-section {
    padding: 35px 0 !important;
}
       .details-tabs-section .details-side-image::before {
    top: 90px !important;
}
    .footer-block__image-wrapper img {
    max-width: 80% !important;
}
    p.totals__total-value {
    font-size: 16px;
}
    td.cart-item__details a, td.cart-item__details .product-option {
    font-size: 15px;
}
.custom_cart .title-wrapper-with-link h1, h1.cart__empty-text {
    font-size: 30px;
}
.custom_cart .title-wrapper-with-link a{
    font-size:14px;
}
    .details-side-image {
    width: 100%;
    margin: 0 auto;
}
.details-tabs-stage2 .details-side-image::before, .details-tabs-stage3 .details-side-image::before {
    top: 90px !important;
}
.details-tabs-stage3 .label-top-right {
    right: 15px !important;
}
    .details-tabs-stage3 .details-nav li.active {
    border-bottom: 2px solid #18314C !important;
}
.details-tabs-stage2 .details-nav li {
     border-bottom: 2px solid #1948391f !important;
}
.details-tabs-stage2  .details-nav li.active {
    border-bottom: 2px solid #194839 !important;
}
    .label-top-right {
    top: 55px;
    right: -8px !important;
}
    .product__info-container>*+* {
    margin: 0 !important;
}
.quantity_buttn_outer {
    padding-top: 15px;
}
label.quantity__label.form__label {
    display: none;
}
.product__info-container .product-form {
    margin: 1rem 0 !important;
}
span.price-item.price-item--regular {
    font-size: 16px !important;
}
.product__title {
    margin-bottom: 0!important;
}
    .single-product1 .product__title h1 {
     font-size:27px !important;
    letter-spacing:normal;
}
.single-product3 .product__title h1{
    font-size:27px !important;
    letter-spacing:normal;
}
    .faq-question, .faq-number {
    font-size: 15px !important;
}
.faq-section p {
    padding-left: 15px !important;
}
button.faq-question {
    min-height: 60px !important;
}
    .faq-number {
    flex: 0 0 20px !important;
}
    span.mobile-facets__open-label {
    color: #2F567F;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}
span.mobile-facets__open svg path {
    fill: #2F567F;
    stroke: #2F567F;
}
    .custom_collection li.grid__item .card__information a, .custom_collection .facets__heading, .custom_collection .facets__summary-label, .custom_collection .facets__summary span, .custom_collection h2.facet-filters__label.caption-large, .custom_collection .facet-filters__sort, .custom_collection h2.product-count__text {
    font-size: 16px;
}
.custom_collection li.grid__item .card__information span.price-item {
    font-size: 16px;
}
    .contact_us_sec .contact .title {
    font-size: 40px;
    margin-bottom:0;
}
    .innderconban.page-width {
    height: auto !important;
}
    .fourimagesblock {
    padding: 20px 20px !important;
}
.fourimagesblock__wrapper {
    gap: 10px !important;
}
section.image-content-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.secwhychosse .image-content-img:before {
    top: -13px!important;
    height: 24%!important;
}
        .innerpage-banner__overlay {
    position: relative;
}
.innerpage-banner {
    display: block !important;
}
.innerpage-banner__overlay .innderconban.page-width {
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    max-width: 100% !important;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    width: 100%;
}
    .details-side-image::before {
    top: 34px !important;
}
 .authentication_banner .innderconban a {
    font-size: 15px;
    padding: 5px 15px;
}
.authentic_card_sec span.headline {
    font-size: 40px !important;
}
.authentic_card_sec span.subtext {
    font-size: 16px !important;
    max-width: 80%!important;
}
.authentic_card_sec .wrapper {
    min-height: 100% !important;
}
.authentic_card_sec .cards-container {
    height: auto!important;
    gap: 0!important;
}
.authentic_card_sec .cards-area {
    display: inline !important;
}
.authentic_card_sec .card {
    position: unset!important;
    width: 100%!important;
    aspect-ratio: 0 !important;
    margin-bottom: 10px;
}
.why_verify_inner .why_verify_content_inner {
    width: 100%;
}
.authentic_card_sec .card_content {
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: max-content !important;
    gap: 10px;
}
.authentic_card_sec .card-1, .authentic_card_sec .card-2,.authentic_card_sec .card-3 {
    transform: unset!important;
}
    .why_verify_inner .why_verify_content_inner img {
    max-width: 50px;
    height: 50px;
}
    .why_verify_content_wrapper h2 {
    font-size: 40px;
    margin-bottom: 0;
}
    .why_verify_inner .why_verify_content_inner {
    padding: 20px;
}
.why_verify_inner .why_verify_content_inner h3 {
    font-size: 20px;
    margin: 10px 0;
}
.why_verify_inner .why_verify_content_inner p {
    font-size: 16px;
}
    .why_verify_inner {
    flex-wrap: wrap;
    gap:20px;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    padding: 65px 40px;
}
.about__icon_text .icon_text_inner .icon_img_content img {
    width: 100%;
    max-width: 100px;
}
.about__icon_text .icon_text_inner .icon_img_content p {
    font-size: 14px;
    margin-top: 20px;
}
.about__icon_text .icon_text_inner .icon_img_content {
    padding: 20px;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner {
    flex-wrap: wrap;
}
.content_outer.custom_3:after {
    width: 7%;
}
    .header__icon .icon.icon-close {
    stroke: #2F567F;
}
    .custom_video_slider_arrow {
    padding-right: 20px;
}
    .footer-block.custom_1 p {
    font-size: 16px;
}
    .footer-block .footer-block__details-content a {
    font-size: 16px;
}
    .footer-block .footer-block__heading {
    font-size: 25px;
}
.testimonial_right ul.slick-dots {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.testimonial_right ul.slick-dots li {
    list-style: none;
    height: 15px;
    width: 10px;
    border: none;
}
.testimonial_right ul.slick-dots li button {
    color: #2f568000;
    background: #2f568075;
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
}
.testimonial_right ul.slick-dots li.slick-active button {
    color: #2f5680;
    background: #2f5680
}
.home_blog_post ul.slick-dots {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.home_blog_post ul.slick-dots li {
    list-style: none;
    height: 15px;
    width: 10px;
    border: none;
}
.home_blog_post ul.slick-dots li button {
    color: #2f568000;
        background: #2f568075;
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
}
.home_blog_post ul.slick-dots li.slick-active button {
    color: #2f5680;
    background: #2f5680
}
    .header__icon--menu  svg.icon.icon-hamburger {
    stroke: #2F567F;
}

.blog_posts_wrap {
  overflow: hidden;
  box-sizing: border-box;
  touch-action: pan-y; /* allow vertical native scroll if needed */
}

.blog_posts_wrap .slick-slide {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* allow slide height to be dynamic */
}

.blog_posts_wrap .slick-list {
  overflow: hidden !important;
}

    .video_banner_wrap {
    height: 26vh;
}
    .marquee_first {
    display: none;
}
    .ecomsend__Modal__Container header#trustoo-popup-window-title {
    font-size: 25px;
}
    .banner_with_text.custom_2 .icon_img2 img, .banner_with_text.custom_3 .icon_img2 img {
    padding-top: 2px!important;
}
    .header__heading-logo {
    max-width: 85%;
}
.banner_with_text.custom_2 .icon_img2:after {
    right: 5px;
    width: 30px;
    height: 42px;
    top: 100%;
}
.banner_with_text.custom_1 .icon_img2:after {
    width: 32px;
    top: 51px;
    right: 5px;
}
.banner_with_text.custom_2 .image_with_text_info:after {
    left: 35%;
    width: 35px;
    height: 40px;
    top: 20%;
}
.banner_with_text.custom_3 .icon_img2:before {
    left: -7%;
    width: 25px;
    height: 26px;
    top: 6px;
}
.banner_with_text.custom_3 .icon_img2:after {
    right: 5px;
    width: 30px;
    height: 50px;
    top: 60px;
}
.banner_with_text.custom_3 .image_with_text_info:after {
    right: 0;
    width: 38px;
    height: 50px;
    top: 18%;
}
.banner_with_text.custom_2 .icon_img2:before {
    left: -10px;
    width: 23px;
    height: 50px;
    top: 94px;
}
    .announcement-bar-section .utility-bar .announcement-bar .announcement-bar__message.h5 {
    font-size: 14px;
}
.announcement-bar-slider svg {
    height: 12px!important;
    width: 12px;
}
.banner_with_text.custom_1 .image_with_text_info:after {
    right: -5px;
    width: 28px;
    height: 50px;
    top: 20%;
}
    .banner_with_text.custom_3 .icon_img1 img {
    width: 100%;
    max-width: 35px!important;
    top: 3%;
    left: -9%;
    height: 50px !important;
}
.banner_with_text.custom_1 .icon_img2:before {
    left: -12px;
    width: 30px;
    top: -6px;
}
.icon_img1 img {
    width: 100%;
    max-width: 25px!important;
    position: absolute!important;
    object-fit: contain;
    top: 5%;
    left: 35%;
    height: 50px!important;
}
.icon_img2 img {
    max-width: 35px!important;
    margin: 0 30px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px!important;
}
.icon_img3 img {
    max-width: 25px!important;
    position: absolute;
    object-fit: contain;
    bottom: -37%;
    transform: rotate(24deg)!important;
    right: 15%;
}
.banner_with_text.custom_2 .icon_img2 img {
    max-width: 35px!important;
    margin: 0 41px;
    padding-bottom: 0;
    padding-top: 1px;
    margin-top: 18px !important;
    height: 16px;
    object-fit: contain;
}
.banner_with_text.custom_2 .icon_img1 img {
    width: 100%;
    max-width: 35px!important;
    top: 8%;
    left: -9px;
    height: 40px !important;
}
.banner_with_text.custom_3 .icon_img2 img {
    max-width: 35px!important;
    margin: 0 40px!important;
    padding-bottom: 0px!important;
    padding-top: 5px!important;
    margin-top:10px !important;
}
    .cta_button_wrapper{
        display:none;
    }
    .disclaimer_popup .popup_outer {
    overflow: scroll;
}
.popup_outer_inner h3 {
    font-size: 30px!important;
}

.popup_outer_inner p {
    font-size: 13px !important;
    line-height: 18px !important;
}
.popup_outer_inner p {
    padding-bottom: 10px !important;
}
.disclaimer_popup .popup_outer span svg {
    height: 28px!important;
    width: 26px!important;
    margin-right: 10px!important;
    margin-top: 10px!important;
    cursor: pointer;
}
    .disclaimer_popup .popup_outer {
    position: fixed;
    background: #f2e9df;
    z-index: 5;
    height: 100%;
    width: 100% !important;
    left: 50% !important;
}
.popup_outer_inner {
    width: 92% !important;
    margin: 0 auto;
    padding-top: 0px !important;
}
    .banner_with_text a {
    display: block;
}
.banner_with_text  a {
    width: max-content;
    padding: 8px 18px !important;
}
    .banner_slider .Banner_slider_wrapper .banner_with_text_wrap {
    padding-top: 0;
}
    nav.menu-drawer__navigation a, .menu-drawer__utility-links a {
    color: #2F587F;
    font-family: "Sofia Pro";
    font-size: 14px;
    font-weight: 600;
}
.menu-drawer-container span svg path {
    fill: #2f567f;
}
nav.menu-drawer__navigation {}

nav.menu-drawer__navigation li {
    border-bottom: 1px solid #2f567f;
}
nav.menu-drawer__navigation li:first-child {
    border-top: 1px solid #2f567f;
}
    .icon_with_text_home .section_header p {
    padding-bottom: 30px;
}
.icon_with_text_block {
    padding-top: 30px;
}
    .hura-message p {
    font-size: 22px !important;
}
.hura-message img, .hura-message span {
    height: 40px;
    width: 40px;
}
.marquee-wrapper {
    padding: 5px 0;
}
    .icon_with_text img {
    max-width: 50px;
    height: 50%;
}
.icon_with_text_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.icon_with_text p {
    font-size: 16px;
}
.icon_with_text_main .icon_with_text.custom_1, .icon_with_text_main .icon_with_text.custom_2,  .icon_with_text_main .icon_with_text.custom_4, .icon_with_text_main .icon_with_text.custom_5 {
    padding-bottom: 10px;
    max-width: 50% !important;
    display: inline-block !important;
}
    .testimonial_right_inner .customer_review p {
    font-size: 14px;
}
    .banner_slider .Banner_slider_wrapper .banner_slider_left {
    padding-top: 0;
}
    .video_slider_sec, .home_richtext, .banner_slider{
    display:block !important;
}
.video_slider_sec video, .video_slider_sec .video_slides img {
    height: 49vh !important;
}
.video_slider_hime {
    display: none;
}
.video_slider_inner .slick-track {
  display: flex !important;
  gap: 20px; 
}
.video_slider_inner .slick-slide {
  float: none !important; 
  height: auto; 
}

 .icon_with_text_main .icon_with_text.custom_1, .icon_with_text_main .icon_with_text.custom_2, .icon_with_text_main .icon_with_text.custom_3, .icon_with_text_main .icon_with_text.custom_4, .icon_with_text_main .icon_with_text.custom_5 {
    position: unset;
    transform: unset;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}
.image_with_text_info {
    padding-top: 13rem!important;
}
.image_with_text_info h2 {
    font-size: 15px;
}
.banner_slider .Banner_slider_wrapper {
    padding: 0 20px;
}
.image_with_text_info h2 {
    margin-top: 5px !important;
}
.banner_with_text .image_with__text h4 {
    font-size: 14px;
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 13rem !important;
}
.banner_slider_tab {
    gap: 10px;
}
.blog_posts_wrap .blog-post .blog_info h2 a {
    font-size: 20px;
}
.blog_posts_wrap .blog-post .blog_info p {
    line-height: normal;
}
.icon_with_text_home .icon_with_text_wrapper {
    padding-bottom: 0;
}
.blog-post img {
    height:100%;
}
.blog-post {
    flex-wrap: wrap;
}
.video_banner_wrap video {
    height: 26vh;
}
.video_banner_inner {
    position: relative;
    height: auto;
}
.blog-post .blog_image, .blog_posts_wrap .blog-post .blog_info {
    width: 100%;
}
.home_richtext .rich-text__blocks h2 {
    font-size: 35px;
    line-height: 40px;
}
.home_testimonial .testimonial_wrapper {
    flex-wrap: wrap;
}
.home_testimonial .testimonial_wrapper .testimonial_left, .home_testimonial .testimonial_wrapper .testimonial_right {
    width: 100%;
}
.newslatter_sec .newsletter__subheading p {
    max-width: 100%;
}
.video_banner_wrap .banner_button {
    left: 35px;
}
.newslatter_inner {
    max-width: 100%;
}
.newslatter_sec .newsletter-form__button {
    right: 0 !important;
}
.newslatter_sec .field__input:focus-visible, .newslatter_sec .newsletter-form__field-wrapper input {
    padding-right: 0 !important;
}
.newsletter-form__field-wrapper .field {
    flex-direction: column;
}
.newslatter_sec .newsletter-form__button {
    position: unset;
    margin-top: 10px;
    width: 100% !important;
    max-width: 100%;
}
.newslatter_sec .newsletter-form__field-wrapper label {
    top: 15%;
}
.video_banner_wrap .banner_button a {
    font-size: 13px;
    padding: 8px 12px;
}
.video_banner_wrap .banner_button {
    left: 30px;
    bottom: 25px;
}
.video_banner_wrap .slick-dots {
    right: 10px;
    bottom: 35px;
}
.icon_with_text img {
    width: 100%;
    max-width: 60px;
    height: 60px;
    padding:5px;
}
.footer__content-bottom .page-width {
    flex-wrap: wrap;
}

.blog_posts_main {
    flex-wrap: wrap;
}
.blog_posts_main .blog_posts_inner,.blog_posts_wrap {
    width: 100%;
}
.blog_post_left {
    position: absolute;
    bottom: 35px;
    left: 20px;
}
.blog_post_left h3 {
    padding-bottom: 10px;
}
.footer-block.custom_1 {
    width: 100%!important;
}
.footer-block {
    width: 100%!important;
}
.footer-block .footer-block__heading {
    margin-bottom: 0;
}
.blog_posts_main {
    gap: 20px;
}
.instagram_sec .icon_with_text_wrapper {
    padding-top: 60px!important;
}
.instagram_wrapper .title_with_icon h2 {
    font-size: 30px;
}
.instagram_sec .instagram_wrapper:after {
   display:none;
}
.instagram_sec .instagram_wrapper:before {
    top: 10px;
}
.footer_logo {
    padding-top: 0;
}
.instagram_wrapper .section_header {
    padding: 0 20px;
}
.footer-block__details-content {
    margin-bottom: 0 !important;
}
.instagram_wrapper .subheading {
    padding-top: 10px;
}
.newslatter_sec .inline-richtext:before {
    width: 25px;
    height: 25px;
    left: -10px;
    top: -34px;
}
.newslatter_sec .inline-richtext:after {
    width: 90px;
    height: 90px;
    left: 80%;
    top: -41px;
    z-index: -1;
}
.newslatter_sec .newsletter__subheading p {
    max-width: 100%;
    line-height: normal;
    font-size: 16px;
}
.newslatter_form:after {
    right: 0;
    bottom: 50%;
}
.scrolled-past-header .header-wrapper {
    background: #d9e1ea !important;
    position:fixed;
    top:0;
    width:100%;
}
.video_banner_wrap .slick-dots li button {
    background: #fff;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    border-radius: 50%;
    height: 14px;
    width: 10px;
    font-size: 0;
    cursor: pointer;
}
.video_banner_wrap .slick-dots li {
    list-style: none;
    width: 10px;
    height: 10px;
}
.icon_with_text_home .section_header h2 {
    font-size: 45px;
    line-height: 50px;
}
.icon_with_text_home .section_header p {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
}
.icon_with_text_home .section_header {
    padding-bottom: 0;
}
.icon_with_text_home .icon_with_text_main .center_image {
    width: 100%;
    max-width: 70%;
    height: 100%;
    object-fit: cover;
}
.testimonial_right_inner .customer_review {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.newslatter_sec .newsletter__wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.newslatter_sec .newsletter-form__field-wrapper input {
    height: 55px;
}
.newslatter_sec .newsletter-form__button {
    height: 55px;
}
.footer__content-bottom-wrapper.left {
    padding-right: 0;
}
.footer__content-bottom .footer__column.footer__column--info {
    padding-top: 0 !important;
}
.footer-block__details-content {
    display: none;
}
.footer-block.grid__item {
    margin: 10px 0 !important;
}
.footer-block.custom_4 .footer-block__details-content {
    padding-bottom: 10px;
}
.footer-block.custom_1 p {
    padding-bottom: 20px;
}
.footer-block.active .footer-block__details-content {
    display: block !important;
}
.footer-block {
    border-bottom: 1px solid #484848 !important;
}
.footer-block.custom_5 {
    border-bottom: 0;
}
.footer__content-top {
    padding: 0 20px !important;
}
.footer-block.custom_4 .footer-block__details-content {
    padding-bottom: 10px;
}
.footer-block::after {
    content: "";
    background: url(/cdn/shop/files/plus.png?v=1756959714);
    background-repeat: no-repeat;
    position: absolute;
    height: 14px;
    width: 14px;
    background-size: contain;
    top: 7px;
    right: 10px;
}
.footer-block.active::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    top: 7px;
    right: 10px;
    background: #000;
}
.footer-block {
    position: relative;
}
.footer-block.custom_1::after,.footer-block.custom_5::after {
    display: none;
}
.footer-block.custom_1::before, .footer-block.custom_5::before {
    display: none;
}
.footer-block.active::after {
    display: none;
}
.footer_logo {
    padding-bottom: 15px;
}
.footer-block.custom_5 li a {
    padding-left: 0;
    padding-top: 0;
}

.home_blog_post .page-width,.home_testimonial .page-width {
    padding: 0 30px;
}
.video_slider_sec .page-width, .icon_with_text_wrapper .page-width{
    padding: 0 0px;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left {
    width: 100%;
    padding-left: 0px;
}
.banner_slider .Banner_slider_wrapper {
    flex-wrap: wrap;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left h2 {
    font-size: 25px;
    transform: rotate(0deg);
    max-width: 100%;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left strong {
    font-size: 25px;
}
.banner_slider_tab {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_with_text_info {
    transform: rotate(-5deg);
    padding-left: 0;
}
.banner_with_text_wrap .image_with__text img {
    max-width: 100%;
}
.banner_with_text.custom_2 .image_with_text_info h2 {
    color: #588878;
    margin: 16px 0;
}
.image_with_text_info h2 {
    margin: 14px 0;
}
.image_with_text_info a {
    font-size: 14px !important;
}
.banner_with_text.custom_3 .image_with_text_info h2 {
    color: #2f5680;
    margin: 8px 0;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap .banner_with_text .image_with__text {
    top: 20px;
    left: 10%;
}
.banner_with_text .image_with__text h4 {
    margin: 0;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap img {
    margin-top: 20px;
}
.banner_slider .Banner_slider_wrapper .banner_with_text_wrap {
    width: 100%;
}
.banner_with_text_wrap .image_with__text img {
    max-width: 74%;
}
.banner_with_text[data-tab="2"] .image_with__text img, .banner_with_text[data-tab="3"] .image_with__text img {
    max-width: 62%;
}
.banner_with_text[data-tab="1"] .image_with__text h2, .banner_with_text[data-tab="2"] .image_with__text h2 {
    font-size: 20px;
    margin: 9px 0;
}
.banner_with_text[data-tab="1"] .image_with_text_info a {
    font-size: 13px;;
    padding: 10px 20px;
}
.banner_with_text[data-tab="3"] .image_with__text h2 {
    font-size: 19px;
}
.banner_slider_tab span {
    font-size: 18px !important;
}
.banner_with_text.custom_1:after {
    top: 20%;
    left: 4%;
    width: 60px;
}
.banner_with_text.custom_2:after {
    top: 19%;
    width: 50px;
    left: 31%;
}
.banner_with_text.custom_3:after {
    top: 11%;
    width: 50px;
    left: 80%;
}
.video_slider_inner {
    flex-wrap: wrap;
}
.video_slider_inner .video_slides {
    width: 100%;
}
.footer-block.custom_4::after,.footer-block.custom_4::before {
    display: none;
}

.footer-block.custom_4.grid__item {
    border: 0;
}

.footer-block.custom_4.grid__item .footer-block__details-content {
    display: block;
}
.icon_with_text_home, .home_blog_post,.home_testimonial {
    padding: 0 20px;
}
}
@media screen and (max-width: 400px){
 .stage_2  .product__title h1 {
    font-size: 26px !important;
    letter-spacing: normal;
}
    .footer-block.custom_1 p {
    font-size: 14px;
}
.footer-block .footer-block__details-content a {
    font-size: 14px;
}
.footer-block .footer-block__details-content p {
    font-size: 14px;
}
    td.cart-item__details a, td.cart-item__details .product-option {
    font-size: 14px;
}
    .faq-item.active .faq-answer {
    padding: 10px 10px !important;
}
    .faq-question {
    font-size: 14px !important;
}
.faq-number {
    flex: 0 0 16px !important;
    font-size: 14px !important;
}
.faq-question {
    font-size: 14px !important;
    gap: 9px !important;
}
.faq-question {
    min-height: 60px !important;
    padding: 16px 10px !important;
    align-items: center !important;
}
    .innerpage-banner__overlay {
    position: relative;
}
.innerpage-banner {
    display: block !important;
}
.innerpage-banner__overlay .innderconban.page-width {
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    max-width: 100% !important;
}
    .details-side-image::before {
    top: 36px !important;
}
    .three-d-gallery-section {
    min-height: 45vh !important;
}
    .authentic_card_sec .card_content {
    padding: 15px 8px!important;
    gap: 7px;
}
    .our_ethos_sec .about_content_wrapper .about_content_inner .content_outer {
    padding: 40px 40px;
}
.aboutimg-content {
    padding-bottom: 70px !important;
}
.aboutsconimg::after {
    right: -10px !important;
    bottom: -152px!important;
    width: 100px!important;
    height: 240px!important;
}
.about__icon_text .icon_text_inner .icon_img_content img {
    width: 100%;
    max-width: 100px;
}
.about__icon_text .icon_text_inner .icon_img_content p {
    font-size: 13px;
    margin-top: 20px;
}
.about__icon_text .icon_text_inner .icon_img_content {
    padding: 20px;
}
/* .content_outer.custom_3:after {
    width: 14%;
} */
    .banner_with_text.custom_2 .icon_img1 img {
    max-width: 28px!important;
}
    .ecomsend__Modal__Container header#trustoo-popup-window-title {
    font-size: 21px;
}
.banner_with_text.custom_3 .icon_img1 img {
    max-width: 28px!important;
    top: 5%;
    transform: rotate(329deg);
}
.banner_with_text.custom_2 .image_with_text_info {
    padding-top: 12.5rem !important;
}
.banner_with_text.custom_1 .image_with_text_info h2{
    max-width: 105px;
}
.ecomsend__Modal__Container .ecomsend__Modal__TitleHelpText {
    font-size: 14px!important;
}
    .image_with_text_info a {
    font-size: 10px!important;
    padding: 10px 20px!important;
}
.banner_with_text.custom_2 .icon_img2:before {
    left: -12px;
    width: 22px;
    height: 50px;
    top: 73px;
}
.cta_button {
    font-size: 18px!important;
}
.video_slider_sec video, .video_slider_sec .video_slides img {
    height: 44vh;
}
.icon_with_text_home, .home_blog_post {
    padding: 0 20px;
}
.banner_with_text.custom_2:after {
    top: 21%;
    width: 40px;
    left: 32%;
}
.banner_with_text.custom_1:after {
    top: 22%;
    left: 5%;
    width: 48px;
}
.banner_with_text.custom_3:after {
    top: 15%;
    width: 27px;
    left: 80%;
}
.image_with_text_info {
    transform: rotate(-7deg);
    padding-left: 0;
}
.banner_with_text.custom_1 .image_with_text_info {
    padding-top: 12.5rem!important;
}
.image_with_text_info {
    padding-top: 13rem!important;
}
.home_testimonial {
    padding: 0 20px;
}
.banner_with_text.custom_1 .right_image img {
    max-width: 81%;
    height: 100%;
}
.banner_with_text.custom_1 .image_with_text_info h2 {
    margin-bottom: 7px !important;
}
.banner_with_text .image_with__text h4 {
    font-size: 12px;
}
.image_with_text_info h2, .banner_with_text a {
    font-size: 11px !important;
}
.image_with_text_info h2 {
    margin: 10px 0;
}
.banner_with_text.custom_2 .image_with_text_info h2 {
    margin: 10px 0;
}
.banner_slider .Banner_slider_wrapper .banner_slider_left h2 {
    font-size: 22px;
}
 .banner_slider .Banner_slider_wrapper .banner_slider_left strong{
    font-size: 18px;
 }
.banner_with_text_wrap .image_with__text {
    gap: 20px;
}
.video_banner_wrap .slick-active button {
    border: 1px solid #00000045 !important;
}
.home_testimonial .icon_with_text_wrapper {
    padding-bottom: 10px !important;
}
.home_blog_post .icon_with_text_wrapper {
    padding-bottom: 10px !important;
}
.blog_post_header .read-more {
    font-size: 14px;
    padding: 7px 20px;
}
.testimonial_left a {
    padding: 10px 15px;
    font-size: 14px;
}
.home_richtext .rich-text__buttons a {
    font-size: 14px;
    padding: 10px 20px;
}
.home_richtext .rich-text__blocks p {
    font-size: 14px;
    line-height: normal;
    padding-top: 7px;
}
.home_testimonial .testimonial_wrapper .testimonial_left p {
    font-size: 14px;
}
.home_testimonial .testimonial_wrapper {
    gap: 30px;
}
.icon_with_text img {
    max-width: 50px;
    height: 50px;
}
.icon_with_text p {
    font-size: 16px;
}
}

/********* Faq section css ******************/

.faq-section p {
    letter-spacing: normal!important;
    margin: auto;
    color: white;
    font-size: 18px;
    line-height: 28px;
}
.faq-section {
  width: 100%;
  padding: 80px 0;
}
.faq-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.faq-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.faq-title {
    font-size: 60px;
    font-family: Black Star Bold;
    margin: auto;
}
.faq-container {
  display: flex;
  gap: 30px;
  align-items: center; /* makes left image match height of right FAQs */
  justify-content: center;
  flex-wrap: nowrap;
}
.faq-left,
.faq-right {
  flex: 1 1 50%;
  max-width: 50%;
}
.faq-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.faq-items {
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: 100%;
}
.faq-item {
  border-radius: 8px;
  overflow: hidden;
}
.faq-question {
    width: 100%;
    border: none;
    color: white;
    min-height: 90px;
    padding: 16px 20px;
    font-family: Sofia Pro;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.3s ease;
    gap: 20px;
}
.faq-number {
    flex: 0 0 40px;
    font-size: 20px;
    font-weight: 700;
    font-family: Sofia Pro;
}
.faq-text {
  flex: 1;
  text-align: left;
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #333;
  padding: 0 83px;
  transition: max-height 0.5s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 20px 83px;
    max-height: 100% !important;
    padding-top: 0;
}

.faq-button {
  text-align: center;
  margin-top: 40px;
}
.faq-btn {
    display: inline-block;
    padding: 14px 39px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.faq-btn {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.faq-btn:hover {
  opacity: 1;
  transform: scale(1.05); /* grows slightly */
}
@media (max-width: 768px) {
       .contact_text p {
    font-size: 15px;
    max-width: 100%;
}
       .custom_page .page-width--narrow {
    max-width: max-content;
}
  
  .faq-container {
    flex-wrap: wrap;
  }
  .faq-title {
    font-size: 34px;
    line-height: 44px;
}
.faq-question {
    font-size: 16px;
    gap: 9px;
}
.faq-answer {
    padding: 0 10px;
}
.faq-item.active .faq-answer {
    padding: 20px 10px;
    padding-top:0px;
}
.faq-section p {
    
    font-size: 14px;
    line-height: 24px;
}
.faq-btn {   
    padding: 10px 36px;
    font-size: 16px;
}
  .faq-left,
  .faq-right {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .faq-left img {
    height: auto;
  }
}


/********* Faq section css end******************/



/********* review scroll section css ******************/

.reviews-columns { padding:80px 0; overflow:hidden; }
.reviews-heading { text-align:center; margin-bottom:20px; }
.reviews-heading h2 {
  font-size: 60px;
  font-family: Black Star Bold;
  margin: auto;
  text-align: left;
}
.reviews-heading p {
    margin: 0;
    color: #474747;
    font-size: 26px;
    text-align: left;
}

.reviews-columns-wrapper {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  /* height:550px;  */
  /* overflow:hidden; */
}

.col { overflow:hidden; position:relative; }
.scroll-track {
  display:flex;
  flex-direction:column;
  gap:20px;
  animation: scroll-up 25s linear infinite;
}
/* .col-down .scroll-track { animation: scroll-down 25s linear infinite; } */

.review-card {
    background: #ffffff00;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(238,188,188,0.08);
    border-radius: 50px;
    border: 1px solid #CACACA;
    backdrop-filter: blur(15.5px);
}
.review-stars {
    color: #F5C433;
    margin-bottom: 10px;
    font-size: 22px;
}
.review-text {
    margin-bottom: 14px !important;
    color: #474747;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin: auto;
    line-height: 24px;
}
.author-name {
    font-weight: 700;
    color: #222;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Sofia Pro';
}
.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #474747;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-name {
    color: #000;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.review-card {

  transition: background-color 0.4s ease;
}

.review-card:hover {
  background-color:#C87E8C;
}

.review-card .review-text {
  color:#333; /* default */
  transition: color 0.4s ease;
}

.review-card .author-name {
  color:#222; /* default */
  transition: color 0.4s ease;
}
.add-stage2 .review-card:hover {
    background-color: #588878;
}
.add-stage3 .review-card:hover {
    background-color: #2F567F;
}
.review-card:hover .review-text,
.review-card:hover .author-name {
  color:#fff; /* turns white on hover */
}

/* @keyframes scroll-up {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@keyframes scroll-down {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
} */
@media (max-width: 768px) {
  .reviews-heading h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .reviews-heading p {
    font-size: 18px;
}
.review-text {
    font-size: 16px;
    line-height: 26px;
}

  .reviews-columns-wrapper {
    display: block;      
    /* height: 400px; */      
    /* overflow: hidden;  */
  
}

  .col {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .scroll-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* animation: scroll-down-mobile 20s linear infinite; */
  }
}

/* Downward Marquee Animation */
/* @keyframes scroll-down-mobile {
  0% {
    transform: translateY(-50%); /* start halfway up to loop */
  }
  100% {
    transform: translateY(0); /* scroll downward */
  }
} */


/********* review scroll section css end******************/



/********* 3d images section css ******************/
 .three-d-gallery-section {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-content: center;
    transition: background 0.3s ease-in-out;
  }

  .three-d-gallery {
    --s: 370px; /* cube size */
    display: grid;
    transform-style: preserve-3d;
    --_p: perspective(calc(2.5*var(--s)));
    animation: rotateCube 18s infinite linear; /* slower rotation */
    margin: 50px auto;
    place-content: center;
  }

  .three-d-gallery img {
    grid-area: 1/1;
    width: var(--s);
    aspect-ratio: 1;
    object-fit: cover;
    transform: var(--_t, ) translateZ(calc(var(--s)/2));
    border-radius: 10px;
  }

  .three-d-gallery img:nth-child(2) {--_t: rotateX(-90deg)}
  .three-d-gallery img:nth-child(3) {--_t: rotateY(90deg) rotate(-90deg)}
  .three-d-gallery img:nth-child(4) {--_t: rotateX(180deg) rotate(90deg)}
  .three-d-gallery img:nth-child(5) {--_t: rotateX(90deg) rotate(90deg)}
  .three-d-gallery img:nth-child(6) {--_t: rotateY(-90deg)}

  @keyframes rotateCube {
    0%,3%   {transform: var(--_p)}
    16%,20% {transform: var(--_p) rotateX(90deg)}
    33%,37% {transform: var(--_p) rotateX(90deg) rotateZ(90deg)}
    50%,54% {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg)}
    66%,70% {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg) rotateX(90deg)}
    83%,87% {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg) rotateX(90deg) rotateZ(90deg)}
    100%    {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg) rotateX(90deg) rotateZ(90deg) rotateY(-90deg)}
  }

  .three-d-gallery:hover {
    animation-play-state: paused;
  }
  @media (max-width: 768px) {
  .three-d-gallery {
    --s: 220px;
  }
  .three-d-gallery-section {
    min-height:50vh;
}
}
/********* 3d images section css end******************/


/*********you make also like section css******************/
.you-may-like {
  text-align: center;
}
.like-con {
    padding-bottom: 80px;
    background: #F2E8DD;
    padding-top: 80px;
}
.you-may-like__title {
    color: #010101;
    text-align: center;
    font-family: "Black Star Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.you-may-like__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.you-may-like__item {
  text-decoration: none;
  color: inherit;
}
.you-may-like__image-wrapper {
  overflow: hidden;
  border-radius: 12px;
}
.you-may-like__image-wrapper img {
    width: 400px;
    display: block;
    margin: auto;
    padding: 20px;
    transition: transform .3s ease;
        height: 400px;
    object-fit: contain;
}

.you-may-like__item:hover img {
  transform: scale(1.1);
}
.you-may-like__text {
    color: #010101;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-weight: 500;
}
.you-may-like__placeholder {
  background: #e5e5e5;
  height: 200px;
  border-radius: 12px;
}
@media (max-width: 768px) {
 
  .you-may-like__title {
    font-size: 34px;
    line-height: 44px;
  }
.you-may-like__text {
    font-size: 17px;
    line-height: 32px;
    margin: auto;
}
.you-may-like__grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.like-con {
    padding-bottom: 50px;
    padding-top: 50px;
}
.you-may-like__image-wrapper img {
    width: 100%;
        height: 200px;
}
}

/*********you make also like section css end******************/

/*********product tab  css end******************/

.details-tabs-stage2 .details-side-image .details-label {
    color: #588878;
}
.details-tabs-stage2 .details-side-image {
    background: #DFE7E4;
}
.details-tabs-stage2 .details-content-area {
    background: #F4FFFB;
}
.details-tabs-stage2 .details-content-area p {
    color: #194839;
    line-height:normal !important;
}
.details-tabs-stage2 .details-nav {
    background: #F4FFFB;
}
.details-tabs-stage2 .details-main-title {
    background: #F4FFFB;
    color: #194839;
}
.details-tabs-stage2  .details-nav li.active {
    color: #194839;
    border-bottom: 5px solid #194839;
}
.details-tabs-stage2 .details-nav li {
    color: rgba(87, 40, 49, 0.20);
     border-bottom: 5px solid #1948391f;
    transition: all 0.3s ease;
}
.details-tabs-stage3 .details-side-image {
    background: #DDE3E9;
}
.details-tabs-stage3 .details-side-image .details-label {
    color: #18314C;
}
.details-tabs-stage3 .details-content-area {
    background: #DDE3E9;
}
.details-tabs-stage3 .details-content-area p {
    color: #18314C;
}
.details-tabs-stage3 .details-nav {
    background: #dde3e9;
}
.details-tabs-stage3 .details-main-title {
    background: #dde3e9;
    color: #18314C;
}
.details-tabs-stage3 .details-nav li.active {
    color: #18314C;
    border-bottom: 5px solid #18314C;
}
.details-tabs-stage3 .details-nav li {
    color: #18314c3d;
}
/*********product tab  css end******************/






/********* Singleproduct  section css ******************/

.single-product1 .product__title h1 {
    color: #C87E8C;
    font-family: "Black Star Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: self-start;
    gap: 10px;
}
.single-product1 .price__regular .price-item--regular {
    margin-right: 0;
    color: #572831;
    font-family: "Sofia Pro";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.single-product1 .product__text {
    margin-bottom: 0;
    color: #572831;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-product1 .product__info-wrapper.grid__item {
    padding: 0;
}
.single-product1  .product-form__submit {
    margin-bottom: 1rem;
    display: flex;
    height: 60px;
    padding: 9px 48px;
    justify-content: center;
    color: white;
    color: #FFF;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #C87E8C;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 0;
    flex-shrink: 0;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    box-shadow: none !important;
}
.single-product3 .product__title h1 {
    color: #2F567F;
    font-family: "Black Star Bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-product3 .product__info-wrapper.grid__item {
    padding: 0 !important;
}
.single-product3 .product__text {
    margin-bottom: 0;
    color: #2F567F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-product3 .price__regular .price-item--regular {
    margin-right: 0;
    color: #2F567F;
    font-family: "Sofia Pro";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.single-product3  .product-form__submit {
    margin-bottom: 1rem;
    display: flex;
    height: 60px;
    padding: 9px 48px;
    justify-content: center;
    color: white;
    color: #FFF;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #2F567F;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 0;
    flex-shrink: 0;
}
@media (max-width: 768px) {
 .single-product1 .product__title h1,
.single-product2 .product__title h1,
.single-product3 .product__title h1 {
  font-size: 34px;
  line-height: 44px;
}
.single-product1 .product__text,
.single-product2 .product__text,
.single-product3 .product__text {
  font-size: 16px;
  line-height: 26px;
}

}

/********* Singleproduct  section css end******************/




/********* why baby steps  css ******************/
.innerpage-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 750px; /* fixed banner height */
  display: flex;
}
/* .innerpage-banner__overlay {
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  display: flex;
} */
.innderconban.page-width {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* bottom align */
  padding-bottom: 50px; /* bottom spacing */
  box-sizing: border-box; /* prevent text overflow */
  height: 100%;
}
.innerpage-banner__title {
  font-family: "Black Star Bold", sans-serif;
  font-size: 50px; /* reduced size to fit banner */
  line-height: 1.1; /* tight line spacing */
  margin: 0 0 10px;
  color: #fff;
  white-space: nowrap;
}
.innerpage-banner__text {
  font-size: 18px;
  line-height: 30px;
  max-width: 600px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.innerpage-banner__text.show {
  opacity: 1;
  transform: translateY(0);
}
.fourimagesblock {
  padding: 50px 20px;
}
.fourimagesblock__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.fourimagesblock__item {
  flex: 1 1 calc(25% - 15px);
  text-align: center;
}
.fourimagesblock__imgwrap {
  background-color: #fff; /* light pink like your screenshot */
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fourimagesblock__imgwrap img {
    max-width: 103px;
    max-height: 103px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* Zoom image when the parent .fourimagesblock__item is hovered */
.fourimagesblock__item:hover .fourimagesblock__imgwrap img {
     transition: transform 0.5s ease;
    transform: scale(1.1);
}

.fourimagesblock__text {
    color: #2F567F;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin: auto;
    line-height: 31px;
    width:75%;
}
.image-content-wrappercon {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
}
 .image-content-wrappercon .image-left {
  flex-direction: row;
}
 .image-content-wrappercon .image-right {
  flex-direction: row-reverse;
}
  .image-content-wrappercon .image-content-img {
  flex: 1 1 50%;
}
.image-content-wrappercon .image-content-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    z-index: 2;
}
  .image-content-wrappercon .image-content-text {
    flex: 1 1 50%;
    text-align: center;
}
  .image-content-wrappercon .image-content-text h2 {
  color: #2F567F;
text-align: left;
font-family: "Black Star Bold";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 70px;
margin: auto;
}
.image-content-wrappercon .image-content-text p, .image-content-wrappercon .image-content-text p a {
  color: #2F567F;
text-align: left;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal; /* 170% */
}
.image-content-img {
  position: relative; 
  z-index: 1; 
}

.image-content-img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative; 
  z-index: 1; 
}

/* Slow and smooth heartbeat animation */
@keyframes heartbeat-slow {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  25% {
    transform: translateX(-50%) scale(1.05);
  }
  50% {
    transform: translateX(-50%) scale(1);
  }
  75% {
    transform: translateX(-50%) scale(1.05);
  }
}

.secwhychosse .image-content-img::before {
    content: "";
    position: absolute;
    top: -107px;
    left: 15%;
    transform: translateX(-50%) scale(1);
    width: 22%;
    height: 28%;
    background: url('/cdn/shop/files/BBS_rainbow_0e713929-fc63-4375-8151-c5be1f94a396.png?v=1758688541') no-repeat center center;
    background-size: contain;
    z-index: 2;
    animation: heartbeat-slow 3s ease-in-out infinite;
}
/* Jump animation */
@keyframes jump {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  25% {
    transform: translateX(-50%) translateY(-10px); /* jump up */
  }
  50% {
    transform: translateX(-50%) translateY(0); /* back down */
  }
  75% {
    transform: translateX(-50%) translateY(-5px); /* smaller jump */
  }
}

.secwhychosse  .image-content-text h2 {
    position: relative;
    padding-top: 50px; /* space for the image */
}

.secwhychosse .image-content-text h2:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 21%;
    width: 94%;
    height: 90%;
    background: url(/cdn/shop/files/Rectangle_-1_1_dedf1e63-9845-47c7-ba44-07875d34f17a.png?v=1757805867) no-repeat center center;
    background-size: contain;
    transform: translate(-50%);
    z-index: 2;
    animation: jump 2s ease-in-out infinite;
}
.newseconn .image-content-wrappercon {
    display: flex;
    flex-direction: row-reverse;
}
.newseconn .image-content-wrappercon .image-content-text p {
    width: 80%;
}
/* Slow and smooth heartbeat animation */
@keyframes heartbeat-slow {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  25% {
    transform: translateX(-50%) scale(1.05);
  }
  50% {
    transform: translateX(-50%) scale(1);
  }
  75% {
    transform: translateX(-50%) scale(1.05);
  }
}

.newseconn .image-content-img:before {
    content: "";
    position: absolute;
    top: -88px;
    left: 68%;
    transform: translate(-50%,-50%) scale(1);
    width: 19%;
    height: 95%;
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_1_6_2.png?v=1758784682) no-repeat center center;
    background-size: contain;
    z-index: 2;
    animation: heartbeat-slow 3s ease-in-out infinite;
    height: 104px;
    background-size: contain;
}
.newseconn .image-content-img {
    margin-bottom: 20px;
}
/* Slow and smooth heartbeat animation */
@keyframes heartbeat-slow {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  25% {
    transform: translateX(-50%) scale(1.05);
  }
  50% {
    transform: translateX(-50%) scale(1);
  }
  75% {
    transform: translateX(-50%) scale(1.05);
  }
}

.newseconn2 .image-content-img:before {
    content: "";
    position: absolute;
    top: -88px;
    right: 59%;
    transform: translate(-50%, -50%) scale(1);
    width: 19%;
    height: 95%;
    background: url(/cdn/shop/files/BBS_clouds_and_rainbows_1_6_2.png?v=1758784682) no-repeat center center;
    background-size: contain;
    z-index: 2;
    animation: heartbeat-slow 3s 
ease-in-out infinite;
    height: 104px;
    background-size: contain;
}
.newseconn2 {
  position: relative; /* anchor for pseudo-element */
  overflow: visible;  /* allow overlap outside */
  z-index: 1; /* make sure section is above the next one */
}

.newseconn2:before {
    content: "";
    position: absolute;
    top: -161px;
    left: -77px;
    width: 210px;
    height: 265px;
    background: url(/cdn/shop/files/BBS_rainbow_1.png?v=1758690678) no-repeat center center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
 /* Smooth up-down animation */
    animation: floatUpDown 6s ease-in-out infinite;
}

/* Keyframes for smooth up-down floating */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* move up */
  }
}
.stage-1-sachet-box-of-6 .icon_with_text_home {
    background: #f1dee3;
}
/* body.is-en-vn .icon_with_text.custom_3 {
    display: none !important;
}
body.is-en-vn .custom_index .react-responsive-modal-root {
    z-index: -1 !important;
}

body.is-en-vn .ecomsend__Modal__Container {
    display: none;
}

body.is-en-vn .react-responsive-modal-modal.pp-modal {
    display: none;
}

body.is-en-vn span.ecomsend__Popover__Widget__Text._widgetText_1qtor_41 {
    display: none; 
}

body.is-en-vn .react-responsive-modal-container.react-responsive-modal-containerCenter {
    display: none;
} */
/* Responsive */
@media (max-width: 1024px) {
    .gudness-richtext ol li {
    width: 48%;
}
    .details-layout {
    flex-direction: column !important;
}
  .innerpage-banner__title {
    font-size: 40px;
    line-height: 48px;
  }
 .innerpage-banner__text {
    max-width: 87%;
}
.fourimagesblock__item {
    flex: 1 1 calc(50% - 15px);
  }
  .image-content-wrappercon {
    flex-direction: column;
    gap: 20px;
  }
 .image-content-wrappercon  .image-content-img, .image-content-text {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
    .secwhychosse .image-content-wrappercon .image-content-text p {
    max-width: 100%!important;
}
    .gudness-richtext ol li {
    width: 100%;
}
  .innerpage-banner {
    height: 500px;
  }
  .innderconban.page-width {
    padding-bottom: 50px;
  }
  .innerpage-banner__title {
    font-size: 42px;
    line-height: 36px;
  }
.innerpage-banner__text {
    font-size: 16px;
    line-height: 26px;
}
.fourimagesblock__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.fourimagesblock__text {
    width: 100%;
    font-size: 16px;
}
.fourimagesblock__imgwrap {
    width: 130px;
    height: 130px;
}
.fourimagesblock__imgwrap img {
    max-width: 73px;
    max-height: 82px;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.image-content-wrappercon .image-content-text h2 {
    font-size: 36px;   
    line-height: 46px;
}
.image-content-wrappercon .image-content-text p {
    font-size: 16px;
    line-height: 26px;
}
.image-content-wrappercon .image-content-img img {
    width: 100%;
}
.secwhychosse .image-content-img:before {
    top: -52px;
    left: 23%;
}
.image-content-wrappercon {
    flex-direction: column;
    gap: 40px;
}
.secwhychosse .image-content-text h2:before {
    top: 1px;
    left: 15%;
}
.newseconn .image-content-wrappercon .image-content-text p {
    width: 100%;
    margin: auto;
}
.newseconn .image-content-wrappercon {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.newseconn .image-content-img:before {
    top: 51%;
    left: 83%;
}
section.image-content-section.newseconn2 {
    padding-top: 20px !important;
    padding-bottom: 28px !important;
}
.newseconn2:before {
    content: "";
    position: absolute;
    top: -109px;
    left: -77px;
    width: 174px;
    height: 183px;
}
}




/********* why baby steps  css end******************/




/********* About us page  css ******************/

  #aboutimg-{{ section.id }} {
      width: 100%;
      box-sizing: border-box;
      padding: 50px 0;
    }

    #aboutimg-{{ section.id }} .aboutimg-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #f0dbe0;
}

    /* Image column */
    #aboutimg-{{ section.id }} .aboutimg-image {
      flex: 1 1 48%;
      min-width: 280px;
    }
    #aboutimg-{{ section.id }} .aboutimg-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;

    }

    /* Text column */
    #aboutimg-{{ section.id }} .aboutimg-content {
      flex: 1 1 48%;
      min-width: 280px;
      padding: 50px;
      border-radius: 10px;
      box-sizing: border-box;
      padding-top:150px;
    }

    #aboutimg-{{ section.id }} .aboutimg-subtitle {
      margin-bottom: 8px;
      font-size: 14px;
      color: #555;
    }

    #aboutimg-{{ section.id }} .aboutimg-title {
    color: #2F567F;
font-family: "Black Star Bold";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin: auto;
    }

    #aboutimg-{{ section.id }} .aboutimg-text {
     font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #2F567F;
    }

    #aboutimg-{{ section.id }} .aboutimg-btn {
      margin-top: 20px;
      display: inline-block;
      padding: 12px 20px;
      border-radius: 6px;
      background: #000;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
    }

    /* Reverse layout if image on right */
    #aboutimg-{{ section.id }}.aboutimg-right .aboutimg-container {
      flex-direction: row-reverse;
    }
/* parent must be positioned so the pseudo-element can be placed relative to it */
.aboutsconimg {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.aboutsconimg::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -96px;
  width: 210px;
  height: 265px;
  background-image: url("/cdn/shop/files/Rectangle_-1_1_dedf1e63-9845-47c7-ba44-07875d34f17a.png?v=1757805867");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  display: block;

  /* animation */
  animation: jumpUpDown 3s ease-in-out infinite;
}

/* Keyframes for up-down jump */
@keyframes jumpUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); 
  }
}

 /* Responsive */
    @media (max-width: 820px) {
      #aboutimg-{{ section.id }} .aboutimg-container {
        flex-direction: column;
      }
      #aboutimg-{{ section.id }} .aboutimg-content,
      #aboutimg-{{ section.id }} .aboutimg-image {
        flex: 1 1 100%;
        min-width: 100%;
      }
      .aboutimg-content {
    padding: 20px;
}
.aboutimg-title {
    font-size: 34px;
}
.aboutimg-text {
    font-size: 16px;
    line-height: 26px;
}
.aboutimg-content {
    padding: 20px;
    padding-bottom: 140px;
}
.aboutsconimg::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -145px;
    width: 153px;
    height: 265px;
                                                                                                                                                                                                                                                                                       
}

    }


/********* About us page  css end******************/



@media screen and (min-width: 768px) {
.custom_article  .article-template__content, .article-template header,.article-template__hero-container {
    max-width: 60%;
}
.quantity_buttn_outer .shopify-payment-button {
    position: absolute;
    left: 0;
    width: 100%;
}
.quantity_buttn_outer {
    position: relative;
}
.stage_2 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow svg path {
    stroke: #588878;
}
.stage_2 .thumbnail-list {
    grid-gap: 0 !important;
}
.stage_2 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.stage_2 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow svg {
    cursor: pointer;
}

.stage_1 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow svg path {
    stroke: #C87E8C;
}
.stage_1 .thumbnail-list {
    grid-gap: 0 !important;
}
.stage_1 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.stage_1 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow svg {
    cursor: pointer;
}

.single-product3 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow svg path {
    stroke: #2F567F;
}
.single-product3 .thumbnail-list {
    grid-gap: 0 !important;
}
.single-product3 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.single-product3 .product__media-wrapper .thumbnail-list .custom-arrow.slick-arrow svg {
    cursor: pointer;
}
    .quantity_buttn_outer {
    display: flex;
    align-items: self-start;
}
.quantity_buttn_outer label.quantity__label {
    display: none;
}
.quantity_buttn_outer .product-form__input {
    width: 30%;
    flex: 0 0 23%;
}
.quantity_buttn_outer .add_btn {
    width: 100%;
    margin-left:10px;
}
.quantity_buttn_outer .add_btn product-form.product-form {
    margin: 0;
}
.quantity_buttn_outer .product-form__input .quantity {
    height: 60px;
}
.my_custm_product .slider-mobile-gutter {
    display: block;
    width: 100%;
    max-width: 100%;
    order: 2;
}
.my_custm_product media-gallery {
    display: block;
}


ul#Slider-Thumbnails-template--20340779778268__main {
    display: flex;
    flex-direction:column;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: block !important;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(33% - .6rem);
    margin-bottom: 0px;
}
.my_custm_product media-gallery {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    gap: 20px;
    padding-right: 30px;
}
.my_custm_product .slider-mobile-gutter {
    display: block;
    width: 100%;
    max-width: 80%;
    order: 2;
}

.my_custm_product .thumbnail-slider.vert_Slider {
    max-width: 20%;
    width: 100%;
    order: 1;
    overflow: visible;
    margin-top: 0 !important;
    position: relative;
    display: block !important;
    max-height: unset;
}

ul#Slider-Thumbnails-template--20340779778268__main {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-right: 8px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100% !important;
}
.product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: none !important;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up{
    flex-direction:column;
    row-gap:10px !important;
}
}

/* product page sldier end */