/** Shopify CDN: Minification failed

Line 25:16 Expected identifier but found whitespace
Line 25:18 Unexpected "{"
Line 25:28 Expected ":"
Line 164:16 Expected identifier but found whitespace
Line 164:18 Unexpected "{"
Line 164:28 Expected ":"
Line 180:16 Expected identifier but found whitespace
Line 180:18 Unexpected "{"
Line 180:28 Expected ":"
Line 269:16 Expected identifier but found whitespace
... and 166 more hidden warnings

**/
.productTag {
    position: absolute;
    top: 0;
    left: 0;
    background: #50e0b7;
    border-radius: 10px 0;
    color: #17481f;
    font-size: 12px;
    line-height: 26.3px;
    font-family: {{ settings.type_body_font }};
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    max-width:max-content;
    z-index: 1;
}
/* custom drawer progress bar  */
.cpb-price-bar-wrap {
    background: #ffffff;
    border: 1.5px solid #50e0b7;
    border-radius: 10px;
    padding: 0;
    margin: 14px 0 0;
    overflow: hidden;
}
.cpb-price-msg {
    background: #d5f5eb;
    padding: 8px 6px;
    margin: 0 0 18px;
    text-align: center;
    color: #17481f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.cpb-track-progress-track {
    padding: 0px 14px 40px;
}
.cpb-track-wrap {
    position: relative;
    margin: 0 0 18px 0;
}
.cpb-track {
    height: 4px;
    background: #d5f5eb;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    top: 6px;
}
.cpb-track-fill {
    height: 100%;
    background: #50e0b7;
    border-radius: 10px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0%;
}
.cpb-milestones {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.cpb-dot .cpb-dotMn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #bff4e3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .4s,box-shadow .4s;
    /* margin-left: auto; */
}
.cpb-dot:last-child .cpb-dotMn {
    margin-left: auto;
    text-align: right;
}
.cpb-dot:first-child .cpb-dotMn {
    margin: 0 0 0 10px;
    text-align: left;
}
.cpb-dot.done .cpb-dotMn{
    background: #50e0b7;
    border-color: #50e0b7;
}
.cpb-dot.done svg { display: block; }
.cpb-dot svg { display: none; }
.cpb-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 6px 0 0;
}
.cpb-label {
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    color: #1e1e1e;
    letter-spacing: 0;
    padding: 0 0 0 8px;
    margin: 8px 0 0;
    /* max-width: 72px; */
    /* margin: 0 0 0 auto;
    margin-right: -35px; */
}
.cpb-label br {
    /* display: none; */
}
.cpb-dot:nth-child(3) .cpb-label {
    text-align: center;
    margin-right: -10px;
}
.cpb-dot:last-child .cpb-label {
    text-align: right;
}
.cpb-dot:nth-child(3).cpb-label {
    margin-left: auto;
}
.cpb-dot:nth-child(3) .cpb-dotMn {
    margin-left: auto;
    margin-right: 20px;
}

  .cpb-label.next { color: #e07d50; font-weight: 700; }
/* .cpb-label:last-child {
    text-align: end;
    margin-right: 0;
}
.cpb-label:first-child {
    margin-right: -20px;
} */
/* custom drawer progress bar end */
/* pair bar css start */
.free-pair-text {
    text-align: center;
    background: #efcae9;
    padding: 3px;
}
.free-pair-text p {
    font-family: {{ settings.type_header_font }};
    color: #546056;
    letter-spacing: 2px;
}
.free_offer_wait [name="checkout2"] {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
}
.offeret__progression_interior {
    margin: 20px 0 10px;
}
.offerets___socks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #626262;
}
.offerets___socks span {
    flex: 1;
}
.cart-progress-bar .cart-progress-fill {
    display: block;
    height: 5px;
    width: 0;
    background: #50e0b7;
    border-radius: 100px;
    transition: ease .3s;
}
.cart-progress-bar {
    display: block;
    height: 4px;
    width: 100%;
    background: #d9d9d9;
    border-radius: 100px;
    margin: 0 0 10px;
    position: relative;
}
.threshold__points__dotsp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -7px;
    width: 100%;
}
.progress-segment {
    align-items: center;
    gap: 8px;
    display: flex;
    position: relative;
}
.progress-segment .progress-fill {
    background: #50e0b7;
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 10px;
}
.progress-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.threshold__points {
    position: absolute;
    right: 0;
}
.threshold__points span {
    width: 16px;
    height: 16px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(80, 224, 183);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.threshold__points.active span {
    background-image: url(/cdn/shop/files/checkmark.svg?v=1765706935);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
}
/* pair bar css end */
.template-search__results .jdgm-prev-badge .jdgm-star.jdgm--on:before {
    display: inline;
}
body.gradient {
    background-color: #f5fffc !important;
}
.cart__contents .cart-item__media .cart-item__image-container {
    border-radius: 12px;
    overflow: hidden !important;
}
/* universal css */
html, body {
    margin: 0;
    padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p {
    font-family: {{ settings.type_body_font }};
}
body, * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: #0000 !important;
}
html, body {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

*:focus-visible {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    height: auto;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.card-information>.rating, p.rating-count.caption {
    margin: 0 !important;
}
.cst-button {
    min-height: 55px;
    background: #50e0b7;
    border-radius: 13.87px;
    color: #17481f;
    font-size: 20px;
    line-height: 29.3px;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    transition: .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-width: 270px;
}
.cst-button:hover {
    background: #17481f;
    color: #fff;
}
/* end universal css 
/* variables and heading */
/* TRIED TESTED LOVED */
.image_text_cv {
    margin: 72px 0 0;
}
.onlymobilevideo video {
    width: 100%;
    height: auto;
    display: block;
}
.imgtxt_outer {
    background: #BFF4E3;
    border-radius: 20px;
}
.imgtxt_inner {
    display: flex;
    align-items: center;
    gap: 41px;
    max-width: 1440px;
    margin: auto;
}
.imgtxt_inner video {
    width: 100%;
    height: auto;
    margin-top: -1px;
}
.imgryt {
    display: flex;
    align-items: center;
    /* width: 60%; */
}
.imgryt img {
    width: 100%;
    height: 100%;
}
.imgtxtlft {
    width: 40%;
}
.imglffy img {
    width: 100%;
    max-width: 346px;
}
.imgtxtlft-inner-wrapper {
    max-width: 460px;
    margin-left: auto;
    padding: 0 20px;
}
.textimg {
    color: #546056;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 51.23px;
    line-height: 62px;
    letter-spacing: .10em;
    text-transform: uppercase;
    max-width: 220px;
}
.imgtxt_outer {
    background: #bff4e3;
    border-radius: 20px;
    overflow: hidden;
}
.imglffy {
    margin: 30px 0 0;
}
.btnimgtxt a {
    color: #018560;
    font-size: 16px;
    line-height: 22px;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}
.btnimgtxt {
    margin: 32px 0 0;
    text-align: center;
}
/* end TRIED TESTED LOVED * /
/* annoucement bar */
.annoucment-bar-cst {
    background: #50e0b7;
    min-height: 42px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.annoucment-bar-cst .slider-button {
    display: none;
}
.announcement-bar__message.h5 {
    color: #2d2d2d;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    letter-spacing: .05rem;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    align-items: center;
}
/* end annoucement bar */
body main .gradient {
    background-color: #F5FFFC;
}
/* header */
.header__icons .header__icon span svg, .header__icons .header__icon span {
    margin: 0;
    width: 23px;
    height: 23px;
}
body:has(.drawer.active) {
    overflow: hidden !important;
}
body .section-header {
    z-index: 9999 !important;
    top: 0 !important;
}
.header__icons .header__icon {
    width: 23px;
    height: 23px;
    margin-left: 12px;
}
.header__icons .header__icon .cart-count-bubble {
    left: 15px;
    top: -10px;
    background: #17481f;
    font-family: {{ settings.type_body_font }};
}
.header__icons .header__icon .cart-count-bubble span {
    line-height: 1;
}
sticky-header.header-wrapper {
    border: 0;
    background: #bff4e3 !important;
    padding: 0;
}
header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px !important;
    max-width: 1320px;
    background-color: #bff4e3;
    border-radius: 15px;
    margin-top: 0;
    min-height: 88.44px;
    position: relative;
    box-shadow: none;
}
.header__heading {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
header.header ul.list-menu, header.header ul.cv-menu-right {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
}
header.header ul.list-menu a, header.header ul.cv-menu-right a {
    padding: 0;
    font-size: 20px;
    line-height: 29.3px;
    text-decoration: none;
    color: #17481f;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
}
header.header ul.list-menu li .header__menu-item{
      padding: 0;
    font-size: 20px;
    line-height: 29.3px;
    text-decoration: none;
    color: #17481f;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    gap: 6px;
}
header.header ul.list-menu li .header__menu-item .header__active-menu-item {
    color: #17481F;
}
header.header ul.list-menu li .header__menu-item svg.icon.icon-caret {
    position: static;
}
.menu-item-3 {
    position: relative;
}
header.header ul.list-menu li .mega-menu__content a {
    font-size: 13px;
    text-transform: uppercase;
    color: #17481F;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 16px;
}
header.header ul.list-menu li .mega-menu__content {
    background: #bff4e3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 99;
    width: max-content;
    padding: 0 11px;
    top: 50px;
    left: -10px;
}
header.header ul.list-menu li .mega-menu__content .mega-menu__list {
    padding: 10px 0;
}
header.header ul.list-menu li .mega-menu__content .mega-menu__list li {
    border-bottom: 1px solid #17481F;
    margin: 0 0 6px;
    padding: 0 0 6px;
}
header.header ul.list-menu li .mega-menu__content .mega-menu__list li:last-child {
    margin: 0 ;
    padding: 0 ;
    border: none;
}
header.header .menu_icons {
    display: flex;
    align-items: center;
    gap: 18px;
}
header.header nav.header__inline-menu {
    margin: 0;
}
/* end header */
/* cart drawer css start */
body .drawer {
    z-index: 9999999999;
}
.drawer .drawer__inner {
    padding: 16px 0 0px !important;
    background: #f5fffc;
    overflow: auto;
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 472px;
    width: calc(100vw - 3rem);
}
.drawer .drawer__inner .collection_cart {
    margin: 16px 0 0;
}
.drawer .drawer__inner .drawer__headers, .drawer .drawer__inner .heading_pagination,
.drawer .drawer__inner .cart-drawer__footer, .drawer .drawer__inner .cart__ctas {
    padding: 0 32px;
}
.drawer .drawer__inner .drawer__headers .drawer__close {
    right: 16px;
    top: 16px;
    min-width: auto;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drawer .drawer__inner .drawer__headers .drawer__close svg {
    margin: 0;
    width: 12px;
    height: auto;
}
.drawer .heading_bar {
    /* margin: 21px 0 0; */
    text-align: center;
}
.empty-cart-btn {
    background: #50e0b7;
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: .05em;
    color: #17481f;
    min-width: auto;
    max-width: max-content;
    border-radius: 13.87px;
    margin: 8px auto 0;
    padding: 10px 30px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}
.drawer .heading_bar .drawer__heading {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 20px;
    line-height: 29.3px;
    text-align: center;
    color: #546056;
    margin: 0 0 4px;
}
.drawer .heading_bar .checkout-promo-bar p {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #797171;
    margin: 0 auto 16px;
    max-width: 239px;
    letter-spacing: 0;
}
.drawer .heading_bar .checkout-promo-bar .progress-container {
    background: none;
    border: 1px solid #60D0B0;
}
.drawer .heading_bar .checkout-promo-bar .progress-container .progress-bar {
    background: #60D0B0;
    border-radius: 100px;
}
.drawer .drawer__inner .drawer__footer {
    border: none;
    padding: 20px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    position: sticky;
    background: #f5fffc;
    bottom: 0;
    z-index: 9;
}
.outerdiv-cart-drawer_footer {
    /* position: sticky; */
    bottom: 0;
    z-index: 999999;
    background: #fff;
}
.drawer.is-empty .drawer__footer .outerdiv-cart-drawer_footer {
    display: none;
}
.drawer.is-empty .drawer__footer {
    justify-content: center !important;
    height: auto;
}
.drawer.is-empty .drawer__inner {
    justify-content: center;
}
.outerdiv-cart-drawer_footer .cart-savings-banner {
    text-align: center;
    background: #f5fffc;
    border: 1.5px solid #50e0b7;
    border-radius: 10px;
    margin: 0 auto -14px;
    max-width: max-content;
    padding: 2px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
}
.drawer .drawer__inner .drawer__footer .cart__ctas {
    justify-content: center;
}
.drawer .drawer__inner .collection_cart .cart-drawer__collections{
    overflow: hidden;
    width: 100%;
}
.cart-collection-swiper {
    position: relative;
}
.cart-arrow-nav .swiper-button-next1, .cart-arrow-nav .swiper-button-prev1 {
    margin: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 100px;
    cursor: pointer;
    background: #fff;
    box-shadow: -2px 2px 20px #00000054;
    bottom: 22%;
    left: 15px;
    z-index: 1;
}
.cart-arrow-nav .swiper-button-next1 {
    right: 15px;
    left: unset;
}
.cart-arrow-nav .swiper-button-next:after, .cart-arrow-nav .swiper-button-prev:after{
  display: none;
}
.cart-arrow-nav .swiper-button-next1 svg, .cart-arrow-nav .swiper-button-prev1 svg {
    width: 8px;
    height: auto;
}
.drawer .drawer__inner .cart-drawer__collections .card {
    flex-direction: row;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content {
    padding: 0;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content .card__information {
    padding: 12px 11px 11px;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content .quick-add {
    margin: 0 8px 8px;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content .card__heading {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #546056;
    margin: 0 0 8px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content .price .price-item {
    font-size: 13px;
    color: #545454;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__badge {
    display: none;
}
.drawer__footer .card-information .price__container {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
}
.drawer .drawer__inner .drawer__footer .cart-drawer__footer {
    border-top: 1.25px solid #2FC99D;
    padding: 24px 0 0;
    margin: 0px 32px 0;
}

.drawer .drawer__inner .drawer__footer .cart-drawer__footer .totals {
    margin: 0;
}
.drawer .cart-drawer__footer .totals .cart-total-row .cart-total-right {
    font-weight: 600;
    letter-spacing: 0;
    color: #17481f;
    font-size: 14px;
}
.drawer .cart-drawer__footer .totals .cart-total-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    align-items: center;
}
.drawer .cart-drawer__footer .totals .cart-total-row .cart-total-left {
    font-size: 17px;
    font-weight: 600;
}
.drawer .cart-drawer__footer .totals .cart-total-row .cart-total-left .cart-total-price {
    font-weight: 400;
    letter-spacing: 0;
}
.drawer .cart-drawer__footer .totals .cart-total-row .cart-total-left .cart-taxes-txt {
    display: block;
    margin: 4px 0 0;
    font-weight: 400;
    font-size: 14px;
}
.drawer .drawer__footer .cart-drawer__footer .tax-note {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #546056;
    margin: 7px 0 16px;
}
.drawer .drawer__footer .cart-drawer__footer .tax-note a {
    text-transform: capitalize;
}
.drawer .drawer__inner .drawer__footer .cart__ctas .cart__checkout-button {
    background: #50e0b7;
    font-family: {{ settings.type_body_font }};
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: .01em;
    color: #17481f;
    min-height: 60px;
    min-width: auto;
    max-width: 100%;
    border-radius: 13.87px;
    margin-top: 20px;
    padding: 10px;
    border: none;
}
.drawer .cart__checkout-button .checkout-content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.drawer .cart__checkout-button .checkout-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.drawer .drawer__inner .drawer__footer .cart__ctas .cart__checkout-button:after, .drawer .drawer__inner .drawer__footer .cart__ctas .cart__checkout-button:before {
    display: none;
}
.drawer .drawer__inner .drawer__cart-items-wrapper {
    padding: 0 32px;
    margin: 14px 0 0;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item {
    display: flex;
    margin: 0 0 16px;
    background: #FFDFDD;
    gap: 10px;
    border-radius: 13.78px;
    overflow: hidden;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__media {
    flex: 0 0 auto;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item:last-child {
    margin: 0;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item:nth-child(even) {
    background: #FFF9E1;

}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item__image {
    height: 100%;
    object-fit: cover;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua {
    padding: 15px 0 18px;
    flex-grow: 1;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cart-item__name {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #546056;
    text-transform: uppercase;
    margin: 0 0 8px;
    letter-spacing: 0;
    text-decoration:none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-remove-button {
    min-width: 26px;
    min-height: 26px;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
}
.drawer .drawer__inner .cart-item__totals cart-remove-button {
    justify-content: end;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-remove-button .svg-wrapper {
    width: auto;
    height: auto;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-remove-button .svg-wrapper svg {
    margin: 0;
    width: 16.46px;
    height: 16.46px;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__totals {
    flex-direction: column;
    justify-content: space-between;
    padding: 17px 12px 16px 0;
    min-width: 95px;
    gap: 5px;
    align-items: end;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__totals .price_right {
    position: relative;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__totals .price_right .original-price {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    color: #546056;
    white-space: nowrap;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__totals .price_right .loading__spinner {
    padding: 0;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__price-wrapper .price {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #546056;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cartthis {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    align-items: center;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cartthis .product-option.first1 {
    width: 100%;
}
span.original-price.pp1 {
    text-decoration: line-through;
}
.cart-item__price-wrapper.bundleprice {
    display: none;
}
.cartthis .product-option.class2 {
    display: none;
}
.cartthis .product-option.class1 {
    display: none;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity .quantity__button {
    min-width: auto;
    width: 8px;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity .quantity__button svg {
    margin: 0;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cart-item__quantity {
    display: flex;
    margin: 8px 0 0;
    padding: 0;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cart-item__quantity .cart-item__error {
    margin: 0;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity .quantity__input {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #546056;
    min-width: auto;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity {
    width: auto;
    min-height: 19px;
    border-radius: 5px;
    background: #fff;
    max-width: 54px;
    padding: 0 6px;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity:after {
    display: none;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cartthis span {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #797171;
}
.drawer .drawer__inner cart-drawer-items {
    min-height: auto;
    /* max-height: 310px; */
    flex: none;
}
.drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__media {
    flex: 0 0 90px;
}
.drawer .drawer__footer .cart-drawer__footer .totals__total, .drawer .drawer__footer .cart-drawer__footer .totals__total-value {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 18px;
    line-height: 25.3px;
    color: #626262;
    margin: 0;
    letter-spacing: 0;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content .card__heading .jdgm-widget {
    display: none;
}
.drawer .drawer__inner .cart-drawer__collections .card .card__content .price {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #546056;
}
.drawer .drawer__inner .cart-drawer__collections .card {
    flex-direction: row;
    background: #D1F1FF;
}
.drawer .drawer__inner .swiper-wrapper .swiper-slide {
    border-radius: 7.28px;
    overflow: hidden;
    height: auto;
}
.drawer .drawer__inner .swiper-wrapper .jdgm-widget {
    display: none;
}
.drawer .drawer__inner .card .quick-add__submit {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #17481f;
    border: none;
    outline: none;
    min-width: auto;
    padding: 6px 7px;
    max-width: max-content;
    background: #60d0b0;
    text-transform: uppercase;
    border-radius: 4.91px;
    overflow: hidden;
    height: 26.41px;
    min-height: auto;
}
.drawer .drawer__inner .card .quick-add__submit:before, .drawer .drawer__inner .card .quick-add__submit:after {
    display: none;
}
.drawer .drawer__inner .card .card__inner {
    --ratio-percent: 0 !important;
    max-width: 100px;
}
.drawer .drawer__inner .headign_crtcoll h3 {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 12px;
    line-height: 17.3px;
    color: #626262;
    letter-spacing: 0;
}
.drawer .drawer__inner .swiper-pagination {
    position: static;
    display: flex;
    display: none;
    align-items: center;
    gap: 6px;
    justify-content: end;
    width: fit-content;
}
.drawer .drawer__inner .cart-drawer__collections .swiper-wrapper {
    padding-left: 32px;
}
.drawer .drawer__inner .heading_pagination {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 16px;
}
.drawer .drawer__inner .cart-drawer__collections .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #d9d9d9;
    margin: 0;
}
.drawer .drawer__inner .cart-drawer__collections .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4EC6A4;
}
/* cart drawer css end */
/* search bar */
.search-modal.modal__content.gradient {
    background: transparent;
}
.search-modal__content {
    background-color: #bff4e3;
    border-radius: 15px;
}
.search-modal.modal__content .field:before, .search-modal.modal__content .field:after {
    display: none;
}
.search-modal.modal__content .field input {
    background: #f5fffc;
    border-radius: 8px;
    font-size: 16px;
    line-height: 29.3px;
    color: #17481f;
    text-decoration: none;
    text-transform: capitalize;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
}
/* end search bar */
/* footer */
footer.footer {
    background: #BFF4E3 !important;
    padding: 0 !important;
}
.footer_topimgae img {
    max-width: 793.98px;
}
.footer__content-top {
    overflow: hidden;
}
.footer_topimgae {
    text-align: center;
    margin-top: -50px;
    display: flex;
}
.logo_news {
    margin: 19.33px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.logo_news .logo_text {
    padding: 7px 0 0;
}
.logofot {
    display: flex;
}
.logofot img {
    max-width: 126px;
}
.logotext {
    margin: 21.36px 0 0;
    font-size: 20px;
    line-height: 29.3px;
    color: #17481F;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
    max-width: 300px;
}
.footer-block__heading {
    color: #17481f;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
    margin: 0;
    text-align: left;
    font-family: {{ settings.type_header_font }};
}
.field:before, .field:after {
    display: none;
}
.newsletter-form__field-wrapper input::placeholder {
    opacity: 1;
    color: #17481f;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
}
.newsletter-form__field-wrapper .field__input {
    border: 1px solid #000;
    background: transparent;
    border-radius: 3px;
    box-shadow: none;
    padding: 11px 12px !important;
    margin: 0;
    height: 38.77px;
    color: #17481f;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
}
.newsletter-form__field-wrapper label.field__label {
    display: none;
}
.newsletter-form__field-wrapper .newsletter-form__button {
    position: static;
    border: 0;
    box-shadow: none !important;
    background: #50e0b7 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 37px;
    border-radius: 3px;
    color: #17481f;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
    min-width: 97.37px;
}
.newsletter-form__field-wrapper .newsletter-form__button span.svg-wrapper {
    width: 100%;
    height: 100%;
}
.newsletter-form__field-wrapper .field {
    gap: 11.79px;
    align-items: center;
}
.socialandzone {
    margin: 40px 0 0;
}
.socialandzone {
    margin: 40px 0 0;
    display: flex;
    gap: 50px;
}
.footer_socoal_icons h3, .footeramazone h3 {
    color: #17481F;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
}
.link.list-social__link {
    padding: 0;
}
.footer__content-top .list-social, .footer__content-top ul.amazonfooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 21.69px 0 0;
    gap: 15px;
    padding: 0;
}
li.amaiconfot svg {
    width: 30px;
    height: 30px;
}
.footer__content-top .list-social .list-social__item svg {
    margin: 0;
    width: 26px;
    height: 26px;
}
.list-social__link span {
    display: flex;
}
.newsandsocial .svg-wrapper path {
    fill: #17481F;
}
.menu_newfooter {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
    gap: 20px;
}
.link.link--text {
    font-size: 16px;
    line-height: 22px;
    color: #17481f;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
}
li.amaiconfot {
    list-style: none;
}
.footer_socoal_icons .svg-wrapper {
    width: 28px;
    height: 28px;
}
.newsandsocial {
    max-width: 332px;
    width: 50%;
}
.menuwlink a {
    color: #17481f;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
    text-decoration: none;
}
.menuwlink {
    border-bottom: 1px solid #17481F;
    padding: 6px 0;
}
.menuwlink:last-child {
    border-bottom: none;
}
.menuwlink a {
    padding-right: 11px;
    margin-right: 11px;
    position: relative
}
.menuwlink a:after {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 11px;
    background: #17481F;
    top: 50%;
    transform: translateY(-50%);
}
.menuwlink a:last-child:after {
    display: none;
}
.footer-block--menu .footer-block__heading {
    font-size: 20px;
    line-height: 29.3px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer__content-top.page-width {
    max-width: 923px;
    padding: 0 20px;
}
ul.footer-block__details-content a.list-menu__item--link {
    font-size: 16px;
    line-height: 22px;
    color: #17481f;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
    padding: 0 0 16px;
}
ul.footer-block__details-content a.list-menu__item--link:hover{
  text-decoration: underline;
}
.footer__blocks-wrapper {
    gap: 71px;
}
.footer-block__details-content li:last-child a {
    padding: 0;
}
.footer__content-bottom {
    padding: 72px 0 30px;
}
h3.payheading {
    color: #17481f;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
    text-decoration: none;
    text-align: center;
}
.img_payment {
    margin: 24px 0 0;
}
.img_payment img {
    max-width: 409px;
    width: 100%;
}
.footer__content-bottom-wrapper .footer__copyright {
    margin-top: 36px;
}
.footer__copyright.caption p {
    color: #17481f;
    font-family: Fredoka;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .05rem;
    text-decoration: none;
}
.footer-block__newsletter h2.footer-block__heading {
    margin: 0 0 11.71px;
}
/* end footer */
/* mega menu */
.mega-menu__block-content.menu-shop {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    background: #bff4e3;
    padding: 10px 32px 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 15px 15px;
    top: 80px;
    border-top: 1px solid #62DDB6;
    display: none;
}
header.header ul.list-menu li:hover a~.mega-menu__block-content.menu-shop {
    display: flex;
}
header.header ul.list-menu li a {
    position: relative;
}
header.header ul.list-menu li.menu-item-1:hover>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 99999;
    top: 0;
    display: block
}
header.header ul.list-menu li.menu-item-3:hover .header__menu-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 99999;
    top: 0;
    display: block
}
header.header ul.list-menu li.menu-item-1>a:hover:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: -21px;
    height: 1px;
    background: #17481F;
    width: 100%;
}
header.header ul.list-menu .header__active-menu-item {
    text-decoration: none;
    position: relative;
}
header.header ul.list-menu .header__active-menu-item:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #17481F;
    display: block;
    bottom: 0;
}
header.header ul.list-menu .header__active-menu-item {
    text-decoration: none;
}
.menus_headings {
    display: flex;
    gap: 30px;
    margin: 54px 0 0;
    position: relative;
}
.menu-btn-dropdown {
    /* position: absolute; */
    right: 0;
    bottom: 0;
}
.menu-btn-dropdown button{
  background: none;
  border: none;
}
.header ul.list-menu .menu-btn-dropdown button a {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #17481f;
    border: none;
    padding: 8px 16px 7px;
    border-radius: 7.3px;
    margin: 20px 0 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.menu-btn-dropdown-mob button {
    border: none;
    background: none;
    padding: 0;
}
.menu-btn-dropdown-mob button a {
    font-family: {{ settings.type_header_font }} !important;
    font-weight: 400  !important;
    font-size: 13px  !important;
    line-height: 15px  !important;
    letter-spacing: 0.05em  !important;
    color: #17481F  !important;
    border: none;
    padding: 8px 16px 7px  !important;
    border-radius: 7.3px;
    margin: 20px 0 0;
    background: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase  !important;
}
.image_menu img {
    width: 100%;
}
.menutext {
    font-size: 16px;
    line-height: 22px;
    color: #17481f;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
}
ul.mega-menu__sub-links {
    list-style: none;
    padding: 0 0 0 13px;
    margin: 10px 0 0 13px;
    border-left: 1px solid #17481F;
}
.menu_img_mega {
    max-width: 298px;
    margin-right: 60px;
}
body ul.mega-menu__sub-links a.mega-menu__link {
    color: #17481F;
    font-size: 13px;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: normal;
    padding: 0 0 8px;
}
body ul.mega-menu__sub-links li:last-child a.mega-menu__link {
    padding: 0;
}
.image_menu {
    margin: 40px 0 0;
}
.megaimg_follow {
    display: flex;
    justify-content: space-between;
    margin: 19px 0 0 0;
}
header.header ul.list-menu li .megaimg_follow a{
  text-transform: lowercase;
}
.megaimg_follow p {
    text-transform: uppercase;
}
.megaimg_follow p, body .megaimg_follow a {
    font-size: 13px !important;
    font-family: {{ settings.type_header_font }} !important;
    font-weight: 400 !important;
    letter-spacing: .05em !important;
    line-height: normal !important;
}
.megaimg_follow a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline !important;
}
.megaimg_follow a span {
    display: flex;
}
/* end mega menu */
/* search result */
.template-search__search {
    max-width: 100% !important;
}
.template-search__search .search__input.field__input {
    border: 1px solid #018560;
    border-radius: 5px;
}
.template-search #FacetsWrapperDesktop {
    border: 1px solid #018560;
    border-radius: 5px;
    width: auto;
    max-width: max-content;
    padding: 14px 0 14px 20px;
}
.template-search #FacetsWrapperDesktop summary.facets__summary {
    margin: 0;
    padding: 0;
}
.template-search #FacetsWrapperDesktop .lable-count_svg {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 15px 0 0;
    color: #779088;
    text-transform: uppercase;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.template-search #FacetsWrapperDesktop .facets__disclosure {
    margin-right: 0;
}
.template-search #FacetsWrapperDesktop .facets__heading {
    display: block;
    margin: 0 15px 0 0;
    color: #779088;
    text-transform: uppercase;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.template-search .close_filter {
    display: none;
}
.template-search form#FacetFiltersForm .facet-filters__field {
    background: #defff4;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px 0 18px;
    border-radius: 5.77px;
    text-transform: uppercase;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #779088;
    background-image: url(/cdn/shop/files/down-arrow.svg?v=1743757452);
    background-repeat: no-repeat;
    background-position: right 19px center;
    background-size: 10px;
    box-shadow: none;
    outline: none;
}
.template-search__results .facet-filters__label label, .template-search__results .facet-filters__field .select__select {
    padding: 0;
    color: #779088;
    text-transform: uppercase;
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.template-search__results h2.product-count__text.text-body {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #797171;
    text-transform: capitalize;
}
.template-search__header.page-width, .facets-wrapper.page-width, .template-search__results.collection.page-width  {
    max-width: 1300px!important;
    padding: 0 20px!important;
}
.template-search .product-grid-container {
    margin: 50px 0 0;
}
.template-search__results .product-card-wrapper .card__inner.ratio {
    /* padding-bottom: 100%; */
    position: relative;
}
.template-search__results .card.article-card .card__inner .article-card__image-wrapper {
    position: relative;
    padding-bottom: 100%;
}
.template-search__results .card.article-card {
    --ratio-percent: 0 !important;
}
.template-search__results .card--standard.card--text a:after, .template-search__results .card--card .card__heading a:after {
  content: none
}
.template-search__results .product-grid li.grid__item {
    border-radius: 13.78px;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
}
.template-search__results .grid.product-grid {
    gap: 32px;
    margin: 48px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.template-search__results li.grid__item .card__inner .card__content {
    display: none;
}
.template-search__results .card__content .card__heading a {
    font-family: {{ settings.type_header_font }};
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: .1em;
    color: #393939 !important;
    text-transform: uppercase;
}
.template-search__results .card__content .article-meta {
    display: none;
}
.template-search__results .price__regular, .template-search__results .price__sale {
    font-size: 20px;
    line-height: 29.3px;
    color: #545454;
    text-decoration: none;
    font-family: {{ settings.type_body_font }};
    letter-spacing: 0;
    font-weight: 400;
}
.template-search__results .jdgm-prev-badge {
    display: flex !important;
    justify-content: space-between;
    padding: 18px 0 10px;
    align-items: center;
}
.template-search__results .jdgm-prev-badge__text {
    font-family: {{ settings.type_header_font }};
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #2d2d2d;
    float: right;
    text-transform: uppercase;
}
.template-search__results  .article-card__info {
    display: none;
}
h2.product-count__text.text-body {
    font-family: {{ settings.type_body_font }};
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #797171;
    text-transform: capitalize;
}
.template-search .facets__form .product-count {
    align-self: center!important;
}
.facets__summary:hover .facets__summary-label {
    text-decoration: none !important;
}
/* end search result */
/* open css */
.disclosure-has-popup[open]>summary:before {
  display: none;
}
.jdgm-row-stars .jdgm-histogram__star span:not(:nth-child(1)) {
    display: none !important;
}
.jdgm-row-stars .jdgm-histogram__bar {
    margin: 0 12px !important;
    width: 143px !important;
    height: 10.91px !important;
}
.jdgm-row-stars .jdgm-histogram__bar {
    background: #BFF4E3 !important;
    opacity: 1 !important;
}
.jdgm-histogram__row:hover, .jdgm-histogram__row--selected {
    opacity: 1 !important;
}
.jdgm-row-stars .jdgm-histogram .jdgm-star {
    font-size: 10px !important;
    padding-right: 0 !important;
}
.cst-tabs .tab-button {
    display: flex;
    align-items: center;
    gap: 6px;
}
.cst-tabs .tab-button:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #018560;
    bottom: 0;
    opacity: 0;
}
.cst-tabs .tab-button.active:after {
  opacity: 1;
}
.select-dropdown__list-item a {
    text-decoration: none;
    color: #000;
}
.jdgm-rev__icon:not(.jdgm-rev__avatar):before {
    background-image: url(/cdn/shop/files/Group_1000005319.svg?v=1748329387);
    color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}
.jdgm-rev__icon {
    background-color: #D9D9D9 !important;
}
/* end open css */
/* ################# */
/* responsive start */
/* ################# */
@media screen and (min-width: 750px) {
    .desktop-view {
        display: block !important;
    }
    .mobile-view {
        display: none !important;
    }
    .menu_newfooter .footer__blocks-wrapper .footer-block {
        width: auto;
    }
}
@media(max-width:1279px) {
    header.header ul.list-menu a, header.header ul.cv-menu-right a {
        font-size: 16px;
        line-height: 26.3px;
    }
    header.header ul.list-menu li .header__menu-item {
        font-size: 14px;
    }
  .template-search__results .card__content .card__heading a {
    font-size: 18px;
    line-height: 21px;
   }
}

@media(max-width:1023px) {
    .menu_img_mega {
        margin-right: 0;
        padding: 0 20px;
    }
    .template-search__results .grid.product-grid {
        gap: 24px 17px;
        grid-template-columns: repeat(2,1fr);
        margin: 10px 0 0;
    }
    .template-search__header.page-width {
        margin: 0 !important;
    }
    .template-search .product-grid-container {
        margin: 0;
    }  
}

@media screen and (max-width: 989px) {
    .menuright {
        display: none !important;
    }
    .header .menu-drawer__navigation ul.menu-drawer__menu {
        flex-direction: column;
        gap: 0;
        margin: 42px 0 38px;
        justify-content: left;
        align-items: baseline;
    }
    .header .menu-drawer {
        background: #bff4e3;
        top: 0;
        height: 100% !important;
        position: fixed;
        z-index: 99999999;
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 12px;
        max-width: 500px;
    }
    .header .menu-drawer .menu-drawer__navigation-container {
        padding: 0 32px;
        -webkit-tap-highlight-color: transparent;
    }
    .menu-drawer .drawer-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-drawer .drawer-header span {
        font-family: {{ settings.type_body_font }};
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }
    .menu-drawer .drawer-header .close-btn {
        border: none;
        background: none;
        padding: 0;
        font-family: {{ settings.type_body_font }};
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }
    .header .menu-drawer__navigation .menu-item {
        margin: 0;
        padding: 14px 0;
        width: 100%;
        max-width: 230px;
        font-family: {{ settings.type_body_font }};
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        border-color: #17481F;
    }
    header.header ul.list-menu a, header.header ul.cv-menu-right a {
        color: #000000;
    }
    .header .menu-drawer__navigation .menu-item:last-child {
        border: none;
    }
    .header .menu-drawer__navigation .menu-item .submenu {
        border-left: 1px solid #17481F;
        margin-left: 16px;
        padding-left: 12px;
    }
    .header .menu-drawer__navigation .menu-item .submenu ul.submenu {
        margin-left: 14px;
        margin-bottom: 0;
    }
    .header .menu-drawer__navigation .menu-item .submenu ul.submenu .sunmenu_inn {
        font-family: {{ settings.type_header_font }};
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.05em;
        color: #000000;
    }
    .header .menu-drawer__navigation .menu-item .submenu ul.submenu li {
        line-height: 1;
        margin: 0 0 8px;
    }
    .header .menu-drawer__navigation .menu-item .submenu ul.submenu li:last-child {
        margin: 0;
    }
    .header .menu-drawer .menu-drawer__navigation {
        padding: 32px 0 90px;
    }
    .header .menu-drawer__navigation .menu-item .submenu .menu-item.has-submenu {
        font-family: {{ settings.type_body_font }};
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        border: none;
        padding-top: 0;
    }
    .header .menu-drawer__navigation .menu-item .submenu .menu-item.has-submenu:last-child {
        padding-bottom: 0;
    }
    .menu-drawer__navigation .drawer-footer {
        margin: 0;
    }
    .menu-drawer__navigation .drawer-footer {
        margin: 0;
        justify-content: end;
        margin-right: -10px;
    }
}
@media screen and (max-width: 749px) {
    .free-pair-text p {
        font-size: 11px;
        letter-spacing: .6px;
    }
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }
    body .cc-window.cc-floating .cc-btn {
        padding: 3px 0;
        line-height: 1;
        font-size: 12px;
    }  
    body .cc-window.cc-floating {
        padding: 10px 15px 10px;
    }  
    body .cc-window.cc-floating .cc-message {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 1.2;
    }
    /* cart drawer  */
    .drawer .drawer__inner .cart-drawer__collections .swiper-pagination {
        gap: 4px;
    }
    .drawer .drawer__inner .card .card__content .price .price-item {
        font-size: 11px;
    }
    .cart-arrow-nav .swiper-button-next1, .cart-arrow-nav .swiper-button-prev1 {
        left: 8px;
    }
    .cart-arrow-nav .swiper-button-next1 {
        right: 8px;
        left: unset;
    }
    .cart-arrow-nav-Wp {
      padding: 0 8px;
    }
    .drawer .drawer__inner {
        border-radius: 0 0 15px 15px;
        padding: 16px 0 0px!important;
    }
    .drawer__footer .card-information .price__container {
      font-size: 11px;
      line-height: 13px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__media {
        flex: 0 0 64px;
    }
    .drawer .heading_bar .drawer__heading {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 4px;
    }
    .drawer .heading_bar .checkout-promo-bar p {
        font-size: 13px;
        line-height: 18px;
        max-width: 220px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper {
        padding: 0 21px;
        margin: 30px 0 0;
    }
    .drawer .drawer__inner.cart-drawer__collections {
       padding-left: 0;
    }
    .drawer .drawer__inner .drawer__headers, .drawer .drawer__inner .heading_pagination,
    .drawer .drawer__inner .cart-drawer__footer, .drawer .drawer__inner.cart__ctas {
        padding: 0 21px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua {
        padding: 10px 0;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cart-item__name {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 4px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .cart-item .cart-item__price-wrapper .price {
        font-size: 11px;
        line-height: 13px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cartthis span {
        font-size: 11px;
        line-height: 13px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .cart-item__quantity {
        margin: 6px 0 0;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity .quantity__input {
        font-size: 11px;
        line-height: 13px;
    }
    .drawer .drawer__inner .drawer__cart-items-wrapper .carttil_qua .quantity {
        min-height: 17px;
    }
    .drawer .drawer__inner .drawer__footer {
        padding: 20px 0 0px;
    }
    .outerdiv-cart-drawer_footer {
        padding: 0 0 20px;
    }
    .drawer .drawer__inner .headign_crtcoll h3 {
        /* font-size: 16px;
        line-height: 22px; */
    }
    .cpb-unlock-text {
        font-size: 13px;
    }
    .drawer .drawer__inner .cart-drawer__collections .card .card__content .card__heading {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 8px;
    }
    .drawer .drawer__inner .cart-drawer__collections .card .card__content {
        padding: 0;
        display: block;
    }
    .drawer .drawer__inner .cart-drawer__collections .card .card__inner {
        max-width: 80px;
    }
    .drawer .drawer__inner .cart-drawer__collections .card .card__content .price {
        font-size: 11px;
        line-height: 13px;
    }
    .drawer .drawer__inner .cart-drawer__collections .card .quick-add__submit {
        font-size: 11px;
        line-height: 13px;
        padding: 6px 11px;
        border-radius: 4.91px;
        height: 24.42px;
    }
    .drawer .drawer__inner .drawer__footer .cart-drawer__footer {
        margin: 0px 21px 0;
        padding: 26px 0 0;
    }
    .drawer .drawer__inner .cart__ctas {
        padding: 0 21px;
    }
    .drawer .cart__checkout-button .checkout-content .checkout-icons img {
        height: 24px;
        width: auto;
    }
    .drawer .drawer__inner .cart-drawer__collections .swiper-wrapper {
        padding-left: 21px;
    }
    .drawer .drawer__footer .cart-drawer__footer .totals__total, .drawer .drawer__footer .cart-drawer__footer .totals__total-value {
        font-size: 16px;
        line-height: 22px;
    }
    .drawer .drawer__footer .cart-drawer__footer .tax-note {
        font-size: 11px;
        line-height: 13px;
        margin: 8px 0 16px;
    }
    .drawer .drawer__inner .drawer__footer .cart__ctas .cart__checkout-button {
        font-size: 16px;
        line-height: 29px;
        min-height: 48px;
        /* max-width: 208px; */
        border-radius: 12px;
    }
    .drawer .drawer__inner .drawer__footer .card .card__content .card__information {
        padding: 8px 8px;
    }
    /* cart drawer end */
    .annoucment-bar-cst {
        min-height: 31px;
    }
    .announcement-bar__message.h5 {
        font-size: 11px;
        line-height: 13px;
        min-height: 31px;
    }
    .header__heading a.header__heading-link .header__heading-logo {
        max-width: 115.49px;
    }
    .header__icons .header__icon span svg, .header__icons .header__icon span {
        width: 18px;
        height: 20px;
    }
    sticky-header.header-wrapper {
        padding: 0;
    }
    header.header {
        padding: 0 18.81px !important;
        border-radius: 0;
        margin-top: 0;
        min-height: 62px;
    }
    .header__icons .header__icon {
        width: 18px;
        height: 20px;
        margin-left: 10px;
        margin-right: 0;
    }
    .logo_news {
        margin: -20px 0 0;
        gap: 31px;
        flex-direction: column;
    }
    .footer_topimgae img {
        width: 100%;
    }
    .footer_topimgae {
        margin-top: -11px;
    }
    .logofot {
        justify-content: center;
    }
    .logotext {
        margin: 16px auto 0;
        font-size: 13px;
        line-height: 18px;
        max-width: 260px;
        text-align: center;
    }
    .footer__content-top.page-width {
        padding: 0;
    }
    .logo_news, .menu_newfooter {
        padding: 0 30px;
    }
    .newsandsocial {
        max-width: 100%;
        width: 100%;
    }
    .menu_newfooter {
        margin: 31px 0 0;
        gap: 31px;
        flex-direction: column;
    }
    body .menu_newfooter .footer__blocks-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        margin: 0;
    }
    .menu_newfooter .footer__blocks-wrapper .footer-block {
        width: 50%;
        margin: 0;
    }
    .menu_newfooter .footer__blocks-wrapper .footer-block .footer-block__details-content {
        margin: 0;
    }
    .socialandzone {
        gap: 0;
        margin: 0;
    }
    .socialandzone .svg-wrapper path {
        fill: #17481f;
    }
    .footeramazone, .footer_socoal_icons {
        width: 50%;
    }
    .menuwlink a {
        font-size: 11px;
        line-height: 13px;
    }
    .footer__content-top .list-social, .footer__content-top ul.amazonfooter {
        margin: 16px 0 0;
        gap: 16px;
    }
    .footer-block__newsletter h2.footer-block__heading {
        margin: 0 0 12px;
        font-size: 11px;
        line-height: 13px;
    }
    .newsletter-form__field-wrapper .field {
        gap: 15px;
    }
    .newsletter-form__field-wrapper .field__input {
        height: 37px;
        font-size: 11px;
    }
    h3.payheading {
        font-size: 11px;
        line-height: 13px;
    }
    .menuwlink {
        border-bottom: 1px solid #17481F;
        padding: 11px 0;
        line-height: 1;
    }
    body .footer__content-bottom-wrapper .footer__column.footer__column--info {
        padding: 40px 15px 0;
    }
    .footer-block--menu .footer-block__heading {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    ul.footer-block__details-content a.list-menu__item--link {
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 12px;
    }
    ul.footer-block__details-content li:last-child a.list-menu__item--link {
        padding: 0;
    }
    .img_payment {
        margin: 16px 0 0;
    }
    .footer__content-bottom-wrapper--center .footer__copyright {
        margin: 32px 0 0;
    }
    footer.footer .footer__content-bottom {
        padding: 0 0 40px;
    }
    .footer__copyright.caption p {
        font-size: 11px;
        line-height: 13px;
    }
    .menuwlink a:after {
        height: 10px;
    }
    /* footer section css end  */
    .template-search #FacetFiltersForm {
        display: none !important;
    }
    span.mobile-facets__open-label {
        font-size: 11px;
        line-height: 13px;
        font-family: {{ settings.type_header_font }};
        font-weight: 400;
        color: #779088;
        text-transform: uppercase;
        margin: 2px;
    }
    body .mobile-facets__open .svg-wrapper {
        width: 30px;
    }
    .mobile-facets__wrapper .svg-wrapper>svg {
        margin: 0;
    }
    .mobile-facets__wrapper .mobile-facets__disclosure {
        border: 1.1544px solid #779088;
        border-radius: 5.772px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        min-height: 37px;
        padding: 2px 12px 2px 8px;
    }
    .mobile-facets__wrapper .mobile-facets {
        z-index: 9999;
    }  
    .template-search__results .card__content .card__heading a {
        font-size: 13px;
        line-height: 18px;
    }
    .template-search__results .jdgm-prev-badge__text {
        font-size: 11px;
        line-height: 13px;
        color: #779088;
    } 
    .template-search__results .price__regular {
        color: #17481f;
        font-size: 13px;
        line-height: 18px;
    }
    .template-search__results .jdgm-prev-badge {
        padding: 8px 0 0px;
    }
    .template-search__results .price {
        display: flex;
        align-items: center;
    }
    .card__content {
        padding: 10px 10px 18px;
    }
    .template-search .facets-container {
        padding: 0 0 10px;
    }  
    .socialandzone.mobile-view {
        display: flex !important;
    }
    li.amaiconfot svg {
        width: 26px;
        height: 26px;
    }
    li.amaiconfot {
        width: calc(20% - 16px);
    }
    .newsletter-form__field-wrapper {
        max-width: 100%;
    } 
    body.overflow-hidden-tablet .product .product__info-wrapper .product-form .product-form__buttons.stickybutton .innerbutton {
        display: none;
    }
}


@media screen and (max-width: 400px){
.cpb-track-progress-track {
    padding: 0 8px 40px;
}
.cpb-dot .cpb-dotMn {
    width: 22px;
    height: 22px;
}
.cpb-label {
    font-size: 10px;
    padding: 0 0 0 3px;
}
.drawer .drawer__inner .drawer__headers {
    padding: 0 18px;
}
.drawer .drawer__inner {
    width: calc(100vw - 2rem);
}
}