/** Shopify CDN: Minification failed

Line 1696:7 Unexpected "/"

**/
/* Font Family 1CH */

@font-face {
    font-family: 'Jost';
    src: url('https://cdn.shopify.com/s/files/1/0877/7151/3152/files/Jost-Bold.woff2?v=1717658655') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0877/7151/3152/files/Jost-Bold.woff?v=1717658656') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('https://cdn.shopify.com/s/files/1/0877/7151/3152/files/Jost-Regular.woff2?v=1717658655') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0877/7151/3152/files/Jost-Regular.woff?v=1717658655') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('https://cdn.shopify.com/s/files/1/0877/7151/3152/files/Jost-Medium.woff2?v=1717658655') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0877/7151/3152/files/Jost-Medium.woff?v=1717658655') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Universal 1CH */

body, body * {
   font-family: 'Jost' !important; 
}
.page-width{width:100%;box-sizing:border-box;}
.announcement-bar-section .page-width, .header-wrapper .page-width {
    max-width: 1920px;
    padding-inline: 100px !important;
}

/* Header 1CH */

.announcement-bar-section .utility-bar__grid {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF2B;
}
.announcement-bar-section .utility-bar__grid .announcement-bar {
    justify-content: flex-start;
}
.announcement-bar-section .utility-bar__grid p.announcement-bar__message.h5 {
    padding-block: 12px;
}
.announcement-bar-section .localization-wrapper button span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.23px;
    text-align: center;
}
.announcement-bar-section .utility-bar__grid p.announcement-bar__message.h5 span {
    font-size: 15px;
    font-weight: 400;
    line-height: 21.68px;
    text-align: left;
}
.header-wrapper .header h1.header__heading a {
    padding-block: 0;
}
.header-wrapper .header nav.header__inline-menu {
    margin-left: 100px;
}
.list-menu--inline{
    gap: 10px;
}
/* .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a, .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.23px;
    text-transform: uppercase;
    color: #222222;
} */
.product__info-container form.form button.product-form__submit:hover,
.drawer__footer .cart__ctas .cart__checkout-button:hover{
    background-color: #333333!important;
    color: #ffffff!important;
}
.header-wrapper .header.page-width nav.header__inline-menu {
    margin-left: 100px;
}
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a span.header__active-menu-item, 
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item span.header__active-menu-item {
    color: #f6a192;
    text-decoration: none;
}

/* .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu [open="true"] .header__menu-item span.header__active-menu-item {
    color: #ffffff;
} */

/* .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li:first-child>a {
    padding-left: 0;
} */
/* .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li a {
    transition: 0.3s ease-in-out;
} */
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li:hover a,
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li:hover header-menu .header__menu-item {
    background-color: #f6a192;
  color: #fff;
}
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li:hover a span,
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li:hover header-menu .header__menu-item,
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li:hover header-menu .header__menu-item span {
  text-decoration: none !important;
}
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li a span.header__active-menu-item {
    color: unset;
}
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu ul.header__submenu {
    background: #2b1e16;
}

.header-wrapper .header .header__icons {
    width: auto;
    align-items: center;
}
.header-wrapper .header--top-left {
    grid-template-columns: 280px 1fr;
}
.header-wrapper predictive-search.search-modal__form+.header__icon {
    margin-left: auto;
}
.header-wrapper .search-modal__form {
    margin-left: auto;
}
.header-wrapper .search-modal__form input.search__input {
    color: #000;
    background: #fff;
    border-radius: 6px;
    height: 48px;
}
.header-wrapper .search-modal__form .field:before, .field:after {
    border-radius: 6px;
}
.header-wrapper .search-modal__form label.field__label {
    color: #000;
    line-height: 2.2;
    top: 7px;
}

.header-wrapper .search-modal__form .field__input:focus~.field__label, 
.header-wrapper .search-modal__form .field__input:not(:placeholder-shown)~.field__label {
    top: 4px;
}

.header-wrapper .search-modal__form button.search__button {
    background: #2b1e16;
    width: 162px;
    height: 48px;
    border-radius: 0 6px 6px 0;
    justify-content: center;
}
.header-wrapper .header .header__icons .search-modal__form .field::after {
    display: none;
}
.header-wrapper .search-modal__form button.search__button span {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.68px;
    letter-spacing: 0.02em;
    text-align: center;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
}
.header-wrapper .header .header__icons>a.header__icon, .header-wrapper .header .header__icons>a.header__icon account-icon {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    align-items: center;
    gap: 7px;
}
.header-wrapper .search-modal__form {
    margin-inline: auto;
}
.header-wrapper .header .header__icons a, .header-wrapper .header .header__icons span.search_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.header-wrapper .header .header__icons a svg {
    transform: translateY(-1px);
}
.header-wrapper .header__submenu{
  background:#fff;
}

/* Collection List Page  */
.home_collection_list.collection_list_only .collection-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 24px;
    @media (max-width:749px){
        grid-template-columns: 1fr;
    }
}
.home_collection_list.collection_list_only .collection-list .collection-list__item:first-child {
    grid-row: 1 / 1;
}
/* Home Collections 1CH */

.home_collection_list .collection-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 24px;
}
.home_collection_list .collection-list .collection-list__item {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.home_collection_list .collection-list .collection-list__item:first-child {
    grid-row: 1 / 3;
}
.home_collection_list .collection-list .collection-list__item .card--standard {
    position: relative;
    flex-direction: unset;
}

.home_collection_list .collection-list .collection-list__item .card--standard .card__content .card__information {
    padding: 0;
}


.home_collection_list .collection-list .collection-list__item:first-child .card--standard .media>img {
    min-height: 543px;
}

.slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
    flex-direction: row;
    max-width: 100% !important;
    align-items: center;
    gap: 20px;
}
.main_banner_slider .slideshow__controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    width: 100%;
}
.main_banner_slider .slideshow__controls button.slider-button {
    position: absolute;
    bottom: 300px;
}
.main_banner_slider .slideshow__controls button.slider-button.slider-button--prev {
    left: 10px;
}
.main_banner_slider .slideshow__controls button.slider-button.slider-button--next {
    right: 10px;
}
.slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_right_content {
    margin-top: 0;
}
.main_banner_slider .slide_bg_image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_banner_slider h3.slide_sub_heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5em;
    text-align: left;
    text-transform: uppercase;
}
.main_banner_slider h2.banner__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    min-width: 100%;
    margin-top: 25px;
}
.main_banner_slider .banner__text p {
    font-size: 20px !important;
    line-height: 35px !important;
    margin-top: 20px !important;
    font-weight: 500;
    text-align: left;
    margin-bottom: 35px;
}
.main_banner_slider .banner__buttons a.button {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    text-align: left;
    border-radius: 50px;
    padding: 17px 13px 17px 13px;
    width: 258px;
    height: 55px;
    background: #FFC400;
}
.main_banner_slider .banner__buttons a.button:hover {
    background: #222;
    color: #fff;
}
.main_banner_slider .banner__buttons a.button::after {
    opacity: 0;
}
.main_banner_slider button.slider-counter__link.slider-counter__link--dots.link span {
    width: 20px;
    height: 3px;
    border-radius: 40px;
    background: #22222280;
    border: none;
}
.main_banner_slider button.slider-counter__link.slider-counter__link--dots.link {
    padding-inline: 5px;
}
.main_banner_slider button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active span.dot {
    width: 50px;
    background-color: #f6a192;
}
/* .home_collection_list .collection-list-wrapper {
    padding-bottom: 80px;
    padding-top: 25px;
    
} */
/* div#about_nav_scroll {
    margin-bottom: 90px !important;
} */


.announcement-bar-section .utility-bar__grid .announcement-bar {
    justify-content: center;
    padding-left: 0px;
}
.header-wrapper .header .header__icons * {
    color: #222;
}
/* .main_featured_collection slider-component {
    max-width: 1410px;
} */


/* Testimonial Section Css */
/* .testimonial_sec .testimonial_block_section h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 0;
} 
.testimonial_section div#testimonial-section{
    padding-block: 80px !important;
}
.testimonial_sec .slick-slider {
    max-width: 1170px;
    margin-inline: auto;
    width: 100%;
    margin-block: 0;
}
.testimonial_sec .slick-slider .slick-next, .testimonial_sec .slick-slider .slick-prev {
       width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: unset;
    border: 1px solid #231F20;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 0;
    cursor: pointer;
}
.testimonial_sec .slick-slider .slick-next {
    background-image: url('https://cdn.shopify.com/s/files/1/0820/3027/files/testimonial-right-arrow.png?v=1717736253');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    right: 0;
}
.testimonial_sec .slick-slider .slick-prev {
    background-image: url('https://cdn.shopify.com/s/files/1/0820/3027/files/testimonial-left-arrow.png?v=1717736253');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
  left: 0;
}
.testimonial_sec .slick-slider .slick-next:before, .testimonial_sec .slick-slider .slick-prev:before {
          color: #231F20;
    font-size: 0px;
    line-height: 1;
    position: relative;
    top: 0;
}
.testimonial_sec .slick-slider .slick-prev:before {
    content: "\2190";
}
.testimonial_sec .slick-slider .slick-next:before {
    content: "\2192";
}
.testimonial_sec .slick-slider .slick-slide {
    padding-inline: 13px;
}
.testimonial_sec .slick-slider .testimonial_block_desc {
    text-align: center;
    padding-inline: 100px;
}
.testimonial_sec .slick-slider .testimonial_block_desc img.tst_profile_pic {
    width: 103px;
    height: 110px;
    display: block;
    border-radius: 50%;
    margin-inline: auto;
}
.testimonial_sec .slick-slider .testimonial_block_desc img.tst_icon_pic {
    width: 42px;
    margin-bottom: 12px;
    display: block;
    margin-inline: auto;
    padding-top: 5px;
}
.testimonial_sec .slick-slider .testimonial_block_desc p {
    font-family: TT Commons;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #231F20;
}
.testimonial_sec .slick-slider .testimonial_block_desc .testimonial_name {
        text-transform: uppercase;
    font-family: Basis Grotesque Pro;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.86px;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 0 7px 0;
}
.testimonial_sec .slick-slider .testimonial_block_desc .testimonial_position {
        color: #525252;
    letter-spacing: .4px;
    margin: 0;
    font-family: TT Commons;
    font-size: 19px;
    font-weight: 400;
    line-height: 22.71px;
    text-align: center;
}

.testimonial_sec ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    gap: 8px;
    bottom: 0;
    position: relative;
    padding-top: 32px;
}
.testimonial_sec ul.slick-dots li.slick-active {
    width: 40px;
    background: #231F20;
}
.testimonial_sec ul.slick-dots li {
    width: 20px;
    height: 3px;
    background: #231F2066;
    transition: .25s ease-in-out;
  margin-inline: 0;
    border-radius: 50px;
}
.testimonial_sec ul.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
}
.testimonial_sec ul.slick-dots li button::before {
    width: 100%;
    line-height: normal;
    height: auto;
    visibility: hidden;
} */

.header-wrapper .header .header__icon--account *, .header-wrapper .header .header__icon--cart * {
    fill: #222 !important;
}
.header-wrapper .header .header__icons>a.header__icon, .header-wrapper .header .header__icons>a.swym-header-launcher {
    margin-left: 30px;
}
/* Testimonial Section Css End */
.video-section {
    padding-block: 80px !important;
}
section.marquee_section {
    overflow: hidden;
}
.video-section .video-section__media {
    border-radius: 10px;
    overflow: hidden !important;
}
.main_benifit_section {
    padding-block: 75px;
}
.main_benifit_section .parent_icon_text .global_bg_cols {
    width: 203px;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: transparent !important;
}
.main_benifit_section .global_columns {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.main_benifit_section .parent_icon_text .global_bg_cols h3.inline-richtext {
    margin: 15px 0 0 0;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}
.main_benifit_section h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 46.24px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}
/* .global_policy_column {
    padding-block: 50px;
} */
.global_policy_column .global_columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 50px;
}
.global_policy_column .global_columns .global_bg_col {
    display: flex;
    align-items: center;
    gap: 10px;
}
.global_policy_column .global_columns .global_bg_col h3.inline-richtext {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.07em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.global_policy_column .global_columns .global_bg_col .multicolumn-card__info p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.global_policy_column .global_columns .global_bg_col .all_icon {
    width: 65px;
    height: 65px;
}
/* .shopify-section-group-footer-group footer.footer {
    padding-block: 0;
    border-top: none;
} */
footer.footer .footer-logo img {
    max-width: 285px;
    height: auto;
}
.footer .footer__content-top .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 515px auto auto auto;
    gap: 80px;
}
.footer .footer__content-top .footer__blocks-wrapper > .footer-block {
    width: 100%;
}
.footer .footer__content-top .custom_text .footer_desc {
    color: #FFFFFFCC;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    max-width: 413px;
}
.footer .footer__content-top .footer__blocks-wrapper>.footer-block h2.footer-block__heading {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
}
.footer .footer__content-top .footer__blocks-wrapper>.footer-block a.link {
    font-size: 15px !important;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #FFFFFFCC !important;
}
.footer .footer__content-top .footer__blocks-wrapper>.footer-block a.link:hover {
    color: #FFFFFF !important;
}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text {
    border-right: 1px solid #FFFFFF26;
}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text .footer_social_icnos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text .footer_social_icnos .all_icons {
    width: 28px;
    height: 28px;
    background: #fff !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text .footer_social_icnos .all_icons:hover {
    opacity: 1;
}
.footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}
.footer .footer__content-top .footer__blocks-wrapper+.footer-block--newsletter {
    margin: 0;
}
.shopify-section-group-footer-group footer.footer .footer__content-top {
    padding-bottom: 0;
}
.shopify-section-group-footer-group footer.footer .footer__content-bottom {
    border-top: 0 !important;
}
.shopify-section-group-footer-group footer.footer .footer__content-bottom .footer__content-bottom-wrapper--center {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #FFFFFF26;
}

.shopify-section-group-footer-group footer.footer .footer__copyright.caption, .shopify-section-group-footer-group footer.footer .footer__payment {
    margin: 0;
}
.shopify-section-group-footer-group footer.footer .footer__content-bottom .footer__content-bottom-wrapper--center {
    padding-top: 24px;
}


.main_newletter .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: unset;
}


.main_newletter .newsletter__wrapper h2+div {
    margin: 0;
}
.main_newletter .newsletter__wrapper .newsletter-form__field-wrapper > .field::before,
.main_newletter .newsletter__wrapper .newsletter-form__field-wrapper > .field::after {
    display: none !important;
}

.main_newletter .newsletter__wrapper .newsletter-form__field-wrapper label.field__label {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.68px;
    text-align: left;
    top: 17px;
}
.shopify-section-group-footer-group footer.footer .footer__payment .payment-methods-list {
    height: 27px;
    text-align: center;
}

.collection__title {
    text-align: center;
}

.collection__title h3.sub_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.4em;
    text-align: center;
    color: #f6a192;
    text-transform: uppercase;
    margin-top: 0px ;
}

.collection__title h2.title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
/* 
.product-card-wrapper .card--media {
    border-radius: 10px;
    padding: 20px;
} */


.product-card-wrapper .card .card__content .card__heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.9px;
}

.product-grid .product-card-wrapper .card .card__content .card__heading,
.product-grid .product-card-wrapper .card .card-information {
    text-align: center;
}
.product-card-wrapper .price__regular .price-item--regular {
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: #f6a192;
}
.product-card-wrapper .card-information {
    text-align: center;
}

.product-card-wrapper .quick-add__submit {
    background: #ffc400;
    border-radius: .375rem;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.23px;
    text-align: left;
    text-transform: uppercase;
    box-shadow: 0 4px 14px #0000001a;
    margin-inline: auto;
}

.product-card-wrapper .quick-add {
    text-align: center;
}

.product-card-wrapper .quick-add__submit::before, .product-card-wrapper .quick-add__submit::after {
    box-shadow: none !important;
}


.mainFeatureCollection .featured-product {
    padding-block: 0;
}

.mainFeatureCollection .featured-product {
    display: grid;
    grid-template-columns: 50% 50%;
}

.mainFeatureCollection .featured-product .grid__item {
    width: 100% !important;
    max-width: 100% !important;
}

.mainFeatureCollection {
    background-color: #f3f3f3 !important;
    background-image: url(/cdn/shop/files/fpBG.jpg?v=1718192983);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: left center;
}

.mainFeatureCollection .featured-product {
    background: transparent !important;
    padding: 0 !important;
    align-items: center;
}

.mainFeatureCollection .featured-product .grid__item .product-media-container {
    background: transparent;
    border: none;
}
.mainFeatureCollection .featured-product .grid__item .product-media-container .product__modal-opener {
    display: block;
    position: relative;
    width: 572px;
    margin-left: auto;
    padding-right: 90px;
    padding-block: 50px;
}

.mainFeatureCollection .featured-product .product__info-wrapper p.product__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.4em;
    text-align: left;
    color: #f6a192;
    margin-bottom: 10px;
}

.mainFeatureCollection .featured-product .product__info-wrapper h2.product__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 52.02px;
    text-align: left;
}

.mainFeatureCollection .featured-product .product__info-wrapper .price__regular {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #f6a192;
}

slider-component.main_featured_custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

slider-component.main_featured_custom .left_circulation_image img {
    max-width: 100%;
}

slider-component.main_featured_custom .right_featured_product ul {
    margin-top: 0;
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

slider-component.main_featured_custom .right_featured_product ul > li {
    max-width: 100% !important;
    width: 100%;
}

.mainFeatureCollection product-info product-form.product-form .product-form__submit {
    border-radius: .375rem;
    background: #FFC400;
    max-width: 178px;
    min-height: 46px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.23px;
    text-align: left;
    color: #222;
    text-transform: uppercase;
    letter-spacing: normal;
}

.mainFeatureCollection product-info product-form.product-form .product-form__submit::before, product-info product-form.product-form .product-form__submit::after {
    display: none;
}

.left_circulation_image {
    display: flex;
}

.left_circulation_image img {
    width: 100%;
    object-fit: cover;
}
.reverse_section.main_featured_collection slider-component.main_featured_custom {
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
}

.reverse_section.main_featured_collection slider-component.main_featured_custom > div {
    width: 50%;
}
.progress {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #EBEBEB;
  background-image: linear-gradient(to right, #f6a192, #f6a192);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* .marquee_section .text_icon {
    animation: 100s linear 0s infinite normal none running marqueeAnimation;
} */


.card__inner {
    background: transparent !important;
}

.main_featured_collection .slick-list.draggable >.slick-track {
    margin-inline: -10px;
}

.main_featured_collection .slick-list.draggable >.slick-track > li {
    margin-inline: 10px;
}
/* .main_featured_collection .slick-list .product-card-wrapper .card__content .card__heading {
    min-height: 58px;
} */
.trustshop-collection-rating--item .trustshop-collection-rating--wrap {
    justify-content: center;
}
.card--standard>.card__content .card__information button.swym-button.swym-add-to-wishlist-view-product.product_.swym-iconbtnlink.swym-heart.swym-loaded {
    position: absolute;
    top:25px;
    right: 25px;
    z-index: 9;
    width: 30px;
    height: 30px;
    border: 1px solid #ffc400;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0 0 1px;
}
i.icon-swym-wishlist {
  font-family: 'swym-font' !important;
  font-style: normal;
  vertical-align: middle;
}
i.icon-swym-wishlist+span {
  vertical-align: middle;
}
i.icon-swym-wishlist:after {
  content: '';
  font-size: 130%;
  line-height: 18px;
  text-align: center;
  display: inline;
}
.swym-ready i.icon-swym-wishlist:after {
  content: '\f004'
}
.swym-button.swym-add-to-wishlist-view-product {
    font-family: "swym-font" !important;
}
.card--standard>.card__content .card__information .swym-add-to-wishlist-view-product:after {
    color: #ffc400 !important;
}
.product_item_review.trustshop-collection-rating--item {
    margin-bottom: 15px;
}
.announcement-bar-section .localization-wrapper button span {
    color: #fff;
}
.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
    stroke: #fff
}
.header-wrapper .header .header__icons .wishlist_header_icon {
    margin-left: 30px !important;
}
.header-wrapper .header .header__icons .wishlist_header_icon a.swym-wishlist i {
    margin-right: 10px;
}
.main_featured_collection ul.custom_slider .slick-arrow {
    display: none;
}
.header-wrapper .header .header__icons .wishlist_header_icon a.swym-wishlist i {
    font-size: 14px !important;
}
.product .product__info-wrapper .block-variant_picker fieldset label::before {
    border-radius: 0 !important;
}

@media (min-width: 1025px) {
  .slider_featured_collection .slider-mobile-gutter {
      margin-inline: auto;
      overflow: hidden;
      max-width: 1320px;
  }
}

.header-wrapper .header .header__icons>a.header__icon--cart .cart-count-bubble {
    position: absolute;
    top: 3px;
    right: -13px;
    left: auto;
}
.header-wrapper .header .header__icons>a.header__icon--cart .cart-count-bubble span {
    color: rgb(var(--color-button-text));
    font-size: 11px !important;
}
/* .slider_featured_collection .slider-mobile-gutter ul li {
    margin-inline: 0px !important;
} */
span.new_badges {
    width: 81px;
    height: 29px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background: #ffc400;
    text-transform: uppercase;
    color: #222;
    position: absolute;
    top: 5px;
    left: 0;
}
.custom_slider .slick-track {
    margin-inline: -15px;
}
.custom_slider .slick-track > li {
    margin-inline: 15px;
}

.slideshow.banner {
    height: calc(100vh - 141px);
}
.testimonial_sec {
    position: relative;
}
.testimonial_sec .leaf_badge {
    position: absolute;
    left: calc(50% - 52px);
    bottom: 110px;
    transform: translateX(390px);
}
.testimonial_sec .slick-slider .testimonial_block_desc .testimonial_position { 
    font-size: 15px;
}


button.swym-button.swym-add-to-wishlist-view-product {
    position: absolute;
    top: 30px;
    right: 23px;
    transform: scale(1.4);
    z-index: 9;
}
.first_main_slide .slide_left_content {
    max-width: 730px;
}
button.slideshow__autoplay.slider-button {
    display: none;
}
/* .main_banner_slider .first_main_slide .slideshow__text {
    display: grid;
    grid-template-columns: 1fr 1fr;
} */
.card--card.gradient, .card__inner.gradient {
    background: transparent !important;
}
.main_breadcrumbs nav.breadcrumb {
    max-width: 160rem;
    margin-inline: auto;
    padding-inline: 5rem;
    margin-bottom: 20px;
}
.main_breadcrumbs nav.breadcrumb a {
    color: #777;
}
.main_breadcrumbs nav.breadcrumb a:hover {
    color: #000;
}
.product__info-container form.form button.product-form__submit {
    background: #ffc400;
    border-radius: .375rem;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.23px;
    text-align: left;
    text-transform: uppercase;
    box-shadow: 0 4px 14px #0000001a;
    /* margin-inline: auto; */
}
body .swym-add-to-wishlist-view-product:after, body .swym-added.swym-add-to-wishlist-view-product:after {
    color: #ffc400 !important;
}
.shopify-policy__container, .collapsible-content-wrapper-narrow {
    max-width: 1312px !important;
    margin-inline: auto;
    margin-bottom: 50px;
}
body.hide_overflow {
  overflow: auto !important;
}
.header-wrapper button.search-modal__close-button * , .header-wrapper .search-modal__form button.search__button * {
    color: #fff !important;
}
body.main_contant_page h1.main-page-title.page-title.h0 {
    margin: 0;
    text-align: center;
    font-size: calc(var(--font-heading-scale) * 4rem);
}
body.main_contant_page .page-width.page-width--narrow {
    max-width: 47.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    text-align: center;
}
body.main_contant_page .page-width.page-width--narrow .field::before, body.main_contant_page .page-width.page-width--narrow .field::after {
    border-radius: 0 !important;
}
body.main_contant_page main {
    padding-bottom: 36px;
}
.all_collection_block.home_collection_list.collection_list_only.page-width {
    text-align: center;
    padding-block: 36px;
}
.collapsible-row-layout .accordion .accordion__content {
    padding-top: 1.5rem !important;
}
p.caption-with-letter-spacing {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: .4em;
    color: #f6a192;
    text-transform: uppercase;
    margin-top: 0;
}
cart-drawer-items {
    overflow: auto;
    flex: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trustshop-write-review button#trustshop-write--review, #trustshop-review-action--submit, .cart-drawer .cart__checkout-button, .mobile-facets button.button.button--primary {
    min-height: 38px !important;
    min-width: 185px !important;
    background: #ffc400 !important;
    border-radius: .375rem !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20.23px !important;
    text-align: center;
    text-transform: uppercase !important;
    box-shadow: 0 4px 14px #0000001a !important;
    margin-inline: auto !important;
    border-color: #ffc400 !important;
}
.trustshop-write-review button#trustshop-write--review:hover, #trustshop-review-action--submit:hover {
    border-color: #ffc400 !important;
}
#CartDrawer .swym-btn-container.swym-inject {
    display: none;
}
.cart-drawer .cart__checkout-button::before, .mobile-facets button.button.button--primary::before, .cart-drawer .cart__checkout-button::after, .mobile-facets button.button.button--primary::after {
    opacity: 0;
}
.swym-ui-component .swym-wishlist-detail-header > .swym-action-container {
    display: none !important;
}
body .swym-wishlist-grid .swym-add-to-cart-btn, .swym-wishlist-detail-content .swym-wishlist-add-to-cart-btn {
    background: #ffc400 !important;
}
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
.jdgm-star, .jdgm-preview-badge .jdgm-star {
    color: #ffc400 !important;
}
.jdgm-prev-badge {
    text-align: center;
}
#judgeme_product_reviews {
    padding: 50px 20px;
    margin: 40px 0px;
}
.mainFeatureCollection .featured-product .product__info-wrapper .jdgm-widget .jdgm-prev-badge {
    text-align: left;
}

.main_video_content_section .inner_video_content .right_video.video-section__media {
    height: 100%;
}
article.article-template header.page-width,
article.article-template .article-template__social-sharing,
article.article-template .article-template__content {
    max-width: 1300px;
}
/* RCSS */
@media (max-width: 1660px) {
  .header-wrapper .header nav.header__inline-menu {
      margin-left: 40px;
  }
  .header-wrapper .header .header__icons>a.header__icon, .header-wrapper .header .header__icons>a.swym-header-launcher {
      margin-left: 20px;
  }
  .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a, .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item {
      padding-inline: 20px;
  }
}

@media (max-width: 1600px) {
  .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a, .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item {
      padding-inline: 14px;
  }
  .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item .icon-caret {
      right: 0.4rem;
  }
  .header-wrapper .header .header__icons>a.header__icon, .header-wrapper .header .header__icons>a.swym-header-launcher, .header-wrapper .header .header__icons .wishlist_header_icon {
      margin-left: 20px !important;
  }
}

@media (max-width: 1560px) {
    .main_video_content_section {
        padding-inline: 5rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .first_main_slide .slideshow__text.banner__box {
        justify-content: flex-start;
    }
}


@media (max-width: 1440px) {
  .header-wrapper .header h1.header__heading {
      max-width: 230px;
  }
  .header-wrapper .header .header__icons a, .header-wrapper .header .header__icons span.search_text, .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a, .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item {
    font-size: 12px;
  }
  .header-wrapper .header nav.header__inline-menu {
      margin-left: 30px;
  }
  .main_benifit_section .parent_icon_text .global_bg_cols {
      width: 195px;
  }
  .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
      padding-inline: 40px;
  }
  .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_left_content {
      max-width: 50%;
  }
  .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_right_content img {
      max-width: 100%;
  }

}

@media (max-width: 1366px) {
  .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_right_content img {
      max-width: 100%;
  }
  .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_left_content {
      max-width: 48%;
  }
  .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
      gap: 20px;
      padding-inline: 20px;
  }
  .main_banner_slider .slideshow__controls button.slider-button {
      bottom: 270px;
  }
  .main_benifit_section .global_columns {
      flex-wrap: wrap;
  }
 .announcement-bar-section .utility-bar__grid,
  .header-wrapper .header,
  .video-section,
  .main_benifit_section,
  .main_newletter .newsletter__wrapper,
  .global_policy_column,
  .shopify-section-group-footer-group footer.footer {
      padding-inline: 5rem !important;
  } 
  .main_video_content_section .inner_video_content .video_left_col {
      padding-block: 50px;
  }
  .main_video_content_section .inner_video_content {
      padding-right: 50px;
  }
}
@media (max-width: 1364px) {
  
  .main_benifit_section .global_columns {
      gap: 10px;
  }
  .main_benifit_section .parent_icon_text .global_bg_cols {
      width: 189px;
  }
  .main_benifit_section .parent_icon_text .global_bg_cols h3.inline-richtext {
      font-size: 17px;
  }
  .header-wrapper .header nav.header__inline-menu {
      margin-left: 10px;
  }
  .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a, .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item {
      padding-inline: 10px;
  }
}
@media (max-width: 1280px) {
  .header-wrapper .header .header__icons * {
      font-size: 0 !important;
  }
  .header-wrapper .header .header__icons>a.swym-header-launcher span {
      display: flex;
  }
  .main_banner_slider h2.banner__heading {
      font-size: 36px;
      min-width: unset;
      margin-top: 15px;
      line-height: 45px;
    }
  .main_banner_slider h3.slide_sub_heading {
      font-size: 14px;
      letter-spacing: 0.4em;
  }
  .main_banner_slider .banner__text p {
      font-size: 17px !important;
      line-height: normal !important;
      margin-bottom: 20px;
  }
  .global_policy_column .global_columns .global_bg_col .all_icon , .global_policy_column .global_columns .global_bg_col .all_icon img {
      width: 50px;
      height: 50px;
  }
  .main_newletter .newsletter__wrapper .newsletter-form__field-wrapper button.newsletter-form__button {
      width: 130px;
  }
  .global_policy_column .global_columns .global_bg_col {
      flex-direction: column;
      justify-content: center;
  }
  .global_policy_column .global_columns .global_bg_col h3.inline-richtext, .global_policy_column .global_columns .global_bg_col .multicolumn-card__info p {
      text-align: center;
  }
  .global_policy_column .global_columns .global_bg_col h3.inline-richtext {
      margin-bottom: 5px;
  }
  .global_policy_column .global_columns {
      gap: 10px;
  }
  .footer .footer__content-top .footer__blocks-wrapper {
      grid-template-columns: 400px auto auto auto;
      gap: 40px;
  }
  .footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 5px;
  }
  .footer .footer__content-top .footer__blocks-wrapper>.footer-block a.link {
      font-size: 14px !important;
      line-height: 30px;
  }
  .shopify-section-group-footer-group footer.footer .footer__copyright.caption p {
      font-size: 14px;
  }
  footer.footer .footer-logo img {
      max-width: 250px;
  }
  .header-wrapper .header .header__icons .wishlist_header_icon {
      margin-left: 20px !important;
  }
}
@media (max-width: 1250px) {
    /* .testimonial_sec .slick-slider {
        max-width: 1080px;
    }
    .testimonial_sec .slick-slider .testimonial_block_desc {
        padding-inline: 150px;
    }
    .testimonial_sec .slick-slider .testimonial_block_desc p {
        font-size: 18px;
        line-height: normal;
    }
    .testimonial_sec .slick-slider .slick-prev {
        left: 70px;
    }
    .testimonial_sec .slick-slider .slick-next {
        right: 40px;
    } */
    .slider_featured_collection .slider-mobile-gutter {
        max-width: calc(100% - 100px);
        margin-inline: auto;
    }
    .header-wrapper .header h1.header__heading {
        max-width: 200px;
    }
    .slideshow.banner {
        height: auto;
    }
    .slideshow__text-wrapper.banner__content {
        padding-inline: 10rem;
    }
    .main_banner_slider .slideshow__controls button.slider-button.slider-button--prev {
        left: 40px;
    }
    .mainFeatureCollection .featured-product .grid__item .product-media-container .product__modal-opener {
        width: 352px;
        margin-left: 40px;
        padding-right: 0;
    }
    .background-secondary .featured-product:not(.product--no-media)>.product__info-wrapper {
        padding: 30px 0 30px 5rem;
    }
    .main_benifit_section .global_columns {
        gap: 20px;
        /* padding-inline: 30px; */
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
        padding-inline: 50px;
    }
    /* .testimonial_sec .leaf_badge {
        transform: translate(200px);
    } */
    /* .product-card-wrapper .card__content .card__heading {
        min-height: 60px;
    } */
}
@media (min-width: 1025px) {
    .product-floating-cart{
        display: none!important;
    }
}
@media (max-width: 1024px) {
    .header-wrapper .header .header__icon--menu > span * {
        fill: #222 !important;
    }
    .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>a,
    .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu .header__menu-item {
        padding-inline: 12px;
    }
    .main_banner_slider h3.slide_sub_heading {
        font-size: 12px;
        letter-spacing: 0.2em;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
        gap: 15px;
        padding-inline: 10px;
    }
    .main_banner_slider h2.banner__heading {
        font-size: 26px;
        min-width: unset;
        margin-top: 10px;
        line-height: 32px;
    }
    .main_banner_slider .banner__text p {
        font-size: 15px !important;
        line-height: normal !important;
        margin-block: 13px !important;
    }
    .main_banner_slider .banner__buttons a.button {
        font-size: 15px;
        width: 200px;
        height: 50px;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
        gap: 15px;
        padding-inline: 10px;
        padding-block: 0;
    }
    .main_banner_slider .slideshow__controls button.slider-button {
        bottom: 160px;
    }
    .video-section {
        padding-top: 50px !important;
    }
    /* .home_collection_list .collection-list-wrapper {
        padding-bottom: 50px;
    } */
    .main_benifit_section {
        padding-block: 50px;
    }
    /* .testimonial_sec .slick-slider .testimonial_block_desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonial_section {
        padding-block: 50px !important;
    } */
    .main_newletter .newsletter__wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .global_policy_column .global_columns .global_bg_col h3.inline-richtext {
        font-size: 15px;
    }
    .global_policy_column .global_columns .global_bg_col h3.inline-richtext {
        font-size: 15px;
    }
    .footer .footer__content-top .footer__blocks-wrapper {
        grid-template-columns: 210px auto auto auto;
        gap: 20px;
    }
    footer.footer .footer-logo img {
        max-width: 180px;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .footer .footer__content-top .footer__blocks-wrapper>.footer-block h2.footer-block__heading {
        font-size: 14px;
        line-height: 1;
    }
    .footer .footer__content-top .footer__blocks-wrapper>.footer-block a.link {
        font-size: 13px !important;
        line-height: 19px;
        font-weight: 400;
    }
    .shopify-section-group-footer-group footer.footer .footer__copyright.caption p {
        font-size: 10px;
        text-align: left;
        font-weight: normal;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text p {
        padding-right: 20px;
    }
    .shopify-section-group-footer-group footer.footer .footer__content-bottom .footer__content-bottom-wrapper--center {
        padding-block: 14px;
    }
    .footer__content-bottom {
        padding-top: 15px;
    }
    .global_policy_column {
        padding-block: 30px;
    }
    .global_policy_column .global_columns {
        padding-bottom: 30px;
    }
    .announcement-bar-section .utility-bar__grid, .header-wrapper .header, .video-section,/*.home_collection_list,*/ .main_benifit_section, .main_newletter .newsletter__wrapper, .global_policy_column, .shopify-section-group-footer-group footer.footer {
        padding-inline: 4rem !important;
    }
    .product-card-wrapper .card--media {
        padding: 15px;
    }
    slider-component.main_featured_custom {
        gap: 25px;
    }
    slider-component.main_featured_custom {
        grid-template-columns: 1fr;
    }
    .reverse_section.main_featured_collection slider-component.main_featured_custom {
        flex-direction: column;
    }
    .reverse_section.main_featured_collection slider-component.main_featured_custom>div {
        width: 100%;
    }
    .left_circulation_image img {
        max-height: 300px;
    }
    .mainFeatureCollection .featured-product {
        grid-template-columns: 100%;
    }
    .mainFeatureCollection {
        background-size: 100% 52%;
        background-position: top center;
    }
    .mainFeatureCollection .featured-product .grid__item .product-media-container .product__modal-opener {
        max-width: 360px;
        margin-inline: auto;
        padding-right: 0;
        padding-block: 30px;
        width: 100%;
    }
    .mainFeatureCollection .featured-product .grid__item,
    .mainFeatureCollection .featured-product .product__info-wrapper p.product__text,
    .mainFeatureCollection .featured-product .product__info-wrapper h2.product__title {
        text-align: center;
    }
    .product-form__buttons {
        max-width: 100%;
    }
    .mainFeatureCollection product-info product-form.product-form .product-form__submit {
        text-align: center;
        margin-inline: auto;
    }
    .mainFeatureCollection .featured-product .grid__item {
        padding-block: 20px;
    }
    .product-form__buttons {
        margin-inline: auto;
    }
    .mainFeatureCollection .trustshop-summary--rating {
        margin-inline: auto;
    }
    .main_banner_slider .slideshow__controls button.slider-button.slider-button--prev {
        left: 10px;
    }
   .video_left_col .video_content p {
        line-height: normal;
        font-size: 14px;
    }
    .home_collection_list .collection-list .collection-list__item .card--standard .card__content {
        margin: 20px;
        width: calc(100% - 40px);
    }
   
    .first_main_slide .slideshow__text.banner__box {
        justify-content: flex-start;
    }
    .main_video_content_section .inner_video_content {
        padding-right: 0px;
        display: flex;
        flex-direction: column-reverse;
        align-items: normal;
        gap: 0;
    }
}
@media (max-width: 767px) {
    .testimonial_sec .slick-slider .testimonial_block_desc {
        text-align: center;
        padding-inline: 0; 
    }
    .testimonial_sec .slick-slider .testimonial_block_desc p {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonial_sec .slick-slider .testimonial_block_desc .testimonial_name {
        font-size: 16px;
        line-height: 18.86px;
        margin: 0 0 4px;
    }
    .testimonial_sec .slick-slider .testimonial_block_desc .testimonial_position {
        font-size: 17px;
        line-height: 22.71px;
    }
    .testimonial_section {
        padding-block: 60px!important;
    } */
    .announcement-bar-section .utility-bar__grid .announcement-bar {
        padding-left: 0;
    }
    .header-wrapper .header .header__icons {
        padding-right: 0;
    }
    .announcement-bar-section .utility-bar__grid,
    .header-wrapper .header,
    .video-section,
    /* .home_collection_list, */
    /* .main_benifit_section,
    .main_newletter .newsletter__wrapper,
    .global_policy_column,
    .shopify-section-group-footer-group footer.footer,
    .testimonial_section {
        padding-inline: 2rem !important;
    } */
    .header-wrapper .header .header__icons>a.header__icon {
        margin-left: 15px;
    }
    .header-wrapper .header .header__icons>a.swym-header-launcher {
        margin-left: 5px;
    }
    .announcement-bar-section .utility-bar__grid p.announcement-bar__message.h5 span {
        font-size: 13px;
        line-height: 20px;
    }
    .main_banner_slider .slideshow .slideshow__slide .slideshow__media.banner__media.media.placeholder {
        display: none;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
        gap: 15px;
        padding-inline: 10px;
        padding-block: 20px;
        flex-direction: column-reverse;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_left_content {
        max-width: 75%;
        text-align: center;
    }
    .main_banner_slider h3.slide_sub_heading {
        text-align: center;
    }
    .main_banner_slider h2.banner__heading {
        font-size: 25px;
        margin-top: 5px;
        line-height: 30px;
    }
    .main_banner_slider .banner__text p {
        font-size: 14px !important;
        line-height: normal !important;
        margin-block: 12px !important;
        text-align: center;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
        gap: 15px;
        padding-inline: 10px;
        padding-top: 30px;
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_right_content {
        margin-top: 0;
        max-width: 280px;
    }
    .video-section {
        padding-top: 20px !important;
    }
    /* .home_collection_list .collection-list-wrapper {
        padding-top: 15px;
    } */
    .home_collection_list .collection-list {
        padding-inline: 0 !important;
    }
    .home_collection_list .collection-list {
        gap: 15px;
    }
    .home_collection_list .collection-list {
        grid-template-columns: 1fr;
    }
    .home_collection_list .collection-list .collection-list__item:first-child {
        grid-row: unset;
    }
    /* .home_collection_list .collection-list-wrapper {
        padding-bottom: 20px;
    } */

    .main_benifit_section {
        padding-block: 30px;
    }
    .main_benifit_section h2 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .main_benifit_section .parent_icon_text .global_bg_cols {
        width: 180px;
    }
    /* .testimonial_sec .slick-slider .slick-next, .testimonial_sec .slick-slider .slick-prev {
        top: 80%;
    }
    .testimonial_section {
        padding-block: 30px !important;
    } */
    .global_policy_column .global_columns {
        gap: 20px 10px;
        grid-template-columns: 1fr 1fr;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block .custom_text {
        border-right: 0px !important;
    }
    
    .footer .footer__content-top .footer__blocks-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .footer .footer__content-top .footer__blocks-wrapper>.footer-block {
        margin-bottom: 0;
    }
    .footer .footer__content-top .footer__blocks-wrapper>.footer-block a.link {
        line-height: 15px;
        font-weight: 400;
    }
    .footer .footer-block__details-content {
        margin-bottom: 0;
    }
    .shopify-section-group-footer-group footer.footer .footer__content-bottom .footer__content-bottom-wrapper--center {
        justify-content: center;
    }
    .main_banner_slider h2.banner__heading {
        font-size: 20px;
        margin-top: 5px;
        line-height: 30px;
        text-align: center;
    }
    .header-wrapper .header .header__icons>a.swym-header-launcher {
        margin-left: 0;
    }
    slider-component.main_featured_custom .right_featured_product ul {
        gap: 15px;
    }
    .mainFeatureCollection {
        background-size: 100% 47%;
    }
    /* .main_featured_collection {
        padding-block: 40px !important;
    } */
    .left_circulation_image img {
        max-height: 150px;
    }
    /* .testimonial_section div#testimonial-section {
        padding-inline: 25px;
    } */
    .testimonial_sec .slick-slider .testimonial_block_desc {
        padding-inline: 20px;
    }
    .testimonial_sec .slick-slider .slick-prev {
        left: 0;
    }
    .testimonial_sec .slick-slider .slick-next {
        right: 0;
    }
    .testimonial_sec .leaf_badge {
        transform: translate(120px) scale(0.4);
    }
    .mainFeatureCollection .featured-product .grid__item .product-media-container .product__modal-opener {
        max-width: 200px;
        margin-inline: auto !important;
        padding-right: 0;
        padding-block: 10px;
        width: 100%;
    }
    .mainFeatureCollection {
        background-size: 100% 28%;
    }
    .video-section {
        flex-direction: column !important;
        display: flex;
    }
    .slideshow__text-wrapper.banner__content {
        padding-inline: 2rem;
    }
    /* .main_banner_slider .first_main_slide .slideshow__text {
        display: inline-flex;
    } */
    .main_video_content_section .inner_video_content .video_left_col {
        padding: 30px;
    }
}
@media (max-width: 424px) {
    .header-wrapper .header .header__icons>a.header__icon {
        margin-left: 8px;
    }
    .main_benifit_section .parent_icon_text .global_bg_cols {
        width: 160px;
    }
    .main_benifit_section .parent_icon_text .global_bg_cols h3.inline-richtext {
        font-size: 14px;
    }
    .main_benifit_section .parent_icon_text .global_bg_cols h3.inline-richtext {
        font-size: 14px;
        margin-top: 5px;
    }
    .shopify-section-group-footer-group footer.footer .footer__payment .payment-methods-list {
        height: auto;
        text-align: center;
    }
    .mainFeatureCollection {
        background-size: 100% 40%;
    }
    .mainFeatureCollection .featured-product .grid__item .product-media-container .product__modal-opener {
        max-width: 300px;
        padding-block: 20px;
        padding: 0;
    }
}
@media (max-width: 374px) {
   .announcement-bar-section .utility-bar__grid p.announcement-bar__message.h5 {
        padding-block: 5px;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box .slide_right_content {
        margin-top: 0;
        max-width: 250px;
    }
    .main_banner_slider h3.slide_sub_heading {
        margin-top: 0;
    }
    .main_banner_slider h2.banner__heading {
        font-size: 18px;
        margin-top: 0px;
        line-height: 26px;
    }
    .main_banner_slider h3.slide_sub_heading {
        font-size: 11px;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .main_banner_slider .banner__text p {
        font-size: 13px !important;
        margin-block: 10px !important;
    }
    .main_banner_slider .slideshow__controls button.slider-button.slider-button--prev {
        left: 5px;
    }
    .main_banner_slider .slideshow__controls button.slider-button.slider-button--next {
        right: 5px;
    }
    .home_collection_list .collection-list .collection-list__item .card--standard .card__content {
        margin: 15px;
        width: calc(100% - 30px);
    }
    .home_collection_list .collection-list .collection-list__item .card--standard .card__content h3.card__heading a {
        font-size: 15px;
        font-weight: 500;
    }
    .main_benifit_section .parent_icon_text .global_bg_cols {
        width: 130px;
        height: 150px;
        padding: 10px;
    }
    .main_benifit_section .parent_icon_text .global_bg_cols h3.inline-richtext {
        font-size: 14px;
        margin-top: 5px;
        line-height: normal;
    }
    .main_newletter .newsletter__wrapper .newsletter-form__field-wrapper button.newsletter-form__button {
        width: 110px;
    }
    .main_newletter .newsletter__wrapper .newsletter-form__field-wrapper input.field__input {
        min-height: 45px;
    }
    .main_newletter .newsletter__wrapper .newsletter-form__field-wrapper button.newsletter-form__button {
        height: 45px;
    }
    .main_newletter .newsletter__wrapper .newsletter-form__field-wrapper label.field__label {
        top: 13px;
    }
    .global_policy_column .global_columns {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .shopify-section-group-footer-group footer.footer .footer__copyright.caption p {
        text-align: center;
    }
    .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
        gap: 10px;
    }
}
.header__icons .header__icon.header__icon--cart .cart-count-bubble {
    justify-content: center;
}
 .header-wrapper .header nav.header__inline-menu {
    margin-left: 0;
}
/* .header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li a {
    transition: .3s ease-in-out;
} */
.header-wrapper .header .header__icons {
    width: 100%;
    align-items: center;
    padding-right: 0;
    gap: 20px;
    justify-content: flex-end;
}
.header-wrapper .header .header__icons>a.header__icon, .header-wrapper .header .header__icons>a.swym-header-launcher {
    margin-left: 0px;
    gap: 4px;
}
.header-wrapper .header .header__icons .wishlist_header_icon a.swym-wishlist i {
    margin-right: 5px;
}
.header-wrapper .header .header__icons .wishlist_header_icon {
    margin-left: 4px!important;
}
.header-wrapper .header .header__icons * {
    color: #222;
    justify-content: flex-end;
} 
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu ul.header__submenu {
    background: #2b1e16;
    padding: 0;
}
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu ul.header__submenu li:hover a.header__menu-item {
    background: #fff;
    color: #f6a192;
}
div#seal-login-helper,
.card__information .swym-button {
    display: none;
}
.header-wrapper .header .header__icons .wishlist_header_icon a.swym-wishlist i {
    margin-right: 5px;
}
.header-wrapper .header .header__icons .wishlist_header_icon {
    margin-left: 4px!important;
}
.header-wrapper .header .header__icons * {
    color: #222;
    justify-content: flex-end;
} 
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu ul.header__submenu {
    background: #2b1e16;
    padding: 0;
}
.header-wrapper .header nav.header__inline-menu ul.list-menu.list-menu--inline>li>header-menu ul.header__submenu li:hover a.header__menu-item {
    background: #fff;
    color: #f6a192;
}
div#seal-login-helper,
.card__information .swym-button,
.template-search__results .product-grid .grid__item:empty {
    display: none;
}