/** Shopify CDN: Minification failed

Line 1597:52 Expected ")" to end URL token

**/

/* Slick */
.slick-dots li.slick-active button:before {
    content: "\2022" !important;
    background-color: #000;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}
.slick-dots li button:before {
    top: 25%;
    left: 25%;
    width: 12px;
    height: 12px;
}
/* Header */
.announcement-message-item a {
    text-decoration: none;
}
.announcement-message-item a p {
    margin: 0;
}
.img-banner-mobile .button-container {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
/* Homepage */
.custom-width-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}
/* Collections */
img.custom-banner-image-collection.desktop {
    object-fit: cover;
    object-position: center;
    max-height: 689px;
    width: 100%;
}
.custom-banner-image-collection.mobile {
    display: none;
}
.template-collection .hero-collection .overlay:after {
    background-color: #635e5e00;
}
.shopify-section.featured-content-section .box:has( .hero__title) {
    padding: 10px 0;
}
.template-collection .hero-collection .overlay:has( .rte.hero__text):after {
    background-color: #635e5ea6;
}
.hero-container .hero.align-center {
    align-items: start !important;
}
.hero-container .hero.align-center:has( .rte.hero__text) {
    align-items: center !important;
}
.template-collection div#CollectionSection .box>.wrapper {
    display: flex;
    flex-direction: column;
}
body.collection-id-616561049940 .hero__inner.media-content,
body.collection-id-603332575572 .hero__inner.media-content,
body.collection-id-636722905428 .hero__inner.media-content {
    display:none;
}
/* FAQ */
body#faq .section-header {
    display: none;
}
.custom-image.hf-full-width>div {
    max-width: 100%;
    padding: 0;
}
/* About Us */
.featured-content-section:has( .custom-width-container.with-max-width) .grid__item.large--eight-twelfths.push--large--two-twelfths {
    left: 0;
    width: 100%;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.hf-steps .custom-video {
    max-width: 100%;
    overflow: hidden;
}
.hf-steps .custom-video video {
    margin: -36% 0;
}
/* Wholesale */
#wholesale .section-header {
    display: none;
}
#wholesale form#contact_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#wholesale form#contact_form textarea,
#wholesale form#contact_form > div,
#wholesale form#contact_form input {
    width: 100%;
}
#wholesale form#contact_form .email,
#wholesale form#contact_form .phone,
#wholesale form#contact_form .last-name,
#wholesale form#contact_form .first-name {
    max-width: calc(50% - 10px);
}
#wholesale form#contact_form .store-name,
#wholesale form#contact_form .store-location,
#wholesale form#contact_form .website {
    max-width: calc(33% - 10px);
}
.globo-formbuilder button[type="submit"] {
    background-color: #548124;
}
div.globo-formbuilder {
    padding: 0 15px;
}
/* Cart Drawer*/
div#CartDrawer {
    max-width: 550px;
    margin: 15px 20px 0  0;
    width: 100%;
}
div#CartDrawer .cart-products.ajaxcart-products.drawer__inner-section {
    display: flex;
    flex-direction: column;
    padding: 0 20px 60px !important;
    gap: 15px;
}
div#CartDrawer .drawer__inner-section {
    padding: 0;
}
div#CartDrawer .grid__item.four-twelfths {
    width: 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
div#CartDrawer .grid__item.eight-twelfths {
    width: 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}
div#CartDrawer .ajaxcart__general-upsell.drawer__inner-section.card-group.slick-initialized.slick-slider {
    padding: 20px;
    width: 100%;
    max-width: 500px;
    overflow: visible;
}
div#CartDrawer .card-header.text-left {
    align-items: flex-start;
    flex-direction: column;
}
div#CartDrawer h6.display-inline.cu-product-name {
    margin-left: 0;
}
div#CartDrawer .slick-list.draggable {
    overflow: visible;
    margin-left: -10px;
}
div#CartDrawer .card.cu-upsell {
    background-color: #F2F2F2;
    margin: 0 10px;
}
div#CartDrawer .slick-prev,
div#CartDrawer .slick-next {
    top: 0px;
    opacity: 1 !important;
    box-shadow: unset;
}
div#CartDrawer .slick-arrow[aria-disabled=true] {
    opacity: 0.5 !important;
}
div#CartDrawer .slick-prev:before,
div#CartDrawer .slick-next:before {
    background-color: #f2f2f2;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    padding: 5px;
    border-radius: 5px;
}
div#CartDrawer .slick-prev {
    left: unset;
    right: 100px;
}
div#CartDrawer .slick-next {
    right: 50px;
}
div#CartDrawer.overlay-content .text-sale {
    color: #212529;
}
div#CartDrawer .cart__price-wrapper .text-money span {
    font-weight: 700;
}
div#CartDrawer.overlay-content p.product-discount.text-sale {
    color: #ff0000;
    display: none;
}
div#CartDrawer button.btn.btn--primary.btn--checkout.full {
    padding: 5px;
}
.hf-upsell-head {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.hf-upsell-head .cu-image-wrapper {
    width: 100%;
    max-width: 100px;
}
.custom-payment-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.custom-payment-icons .payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.free-shipping-progress-bar {
    width: 100%;
    max-width: 90%;
    margin: auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
}
.free-shipping-progress-bar .progress.custom-bar {
    background-color: #BABABA;
    border-radius: 5px;
    width: 100%;
}
.progress.custom-bar .progress-bar.bg-success {
    background-image: none;
    border-radius: 5px;
}
.bar-text span {
    display: flex;
    gap: 5px;
    align-items: center;
}
p.text-center.text-small.spacer-bottom-sm.rte {
    display: none;
}
div#CartDrawer button.btn.btn--primary.btn--checkout.full,
div#CartDrawer .drawer__footer p,
div#CartDrawer a.btn.btn--primary.full {
    font-weight: 700;
}
.custom-you-save {
    color: #538026;
}
.drawer__footer span.btn__text {
    font-size: 1.7em;
    font-weight: 700;
}
.grid.grid-small.flex-nowrap.cart__subtotal-wrapper p,
.grid.grid-small.flex-nowrap.cart_savings-wrapper p {
    font-size: 22px;
}
.cart__total-price-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    margin-bottom: 10px;
}
div#CartDrawer.overlay-content .card.cu-upsell  .btn--primary {
    background-color: #B86035;
    border-color: #B86035;
}
div#CartDrawer .slick-next:before {
    content: "";
    background-image: url(/cdn/shop/files/arrows.png?v=1717676969);
    padding: 20px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
div#CartDrawer .slick-prev:before {
    content: "";
    background-image: url(/cdn/shop/files/arrows.png?v=1717676969);
    padding: 20px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
div#CartDrawer p.cart__subtotal.text-money.text-large.spacer-bottom-none p:nth-child(n+2),
div#CartDrawer span.cart__subtotal-discounted.text-muted.text-strike,
div#CartDrawer .spacer-auto-xs+.grid.grid-small.hf-discount>div:nth-child(2) {
    display: none;
}
div#CartDrawer .spacer-auto-xs+.grid.grid-small.hf-discount>div:nth-child(1) {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
div#CartDrawer p.vt-original-cart {
    text-decoration: unset;
}
/* Cart Page */
#your-shopping-cart .card-group.spacer-top.general-upsell {
    display: none;
}
/* Customs */
div#section-template--21560543314260__featured_collections_Lah6KW .box {
    padding: 20px 0;
}
.hf-padding {
    padding: 10px 0 50px;
}
/* Custom: Tab */
.hf-content {
    display:none;
}
.hf-content.active {
    display:flex;
}
.hf-content img {
    width: 100%;
    max-width: 60%;
    margin: auto;
}
.hf-navtabs {
    overflow: visible;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.hf-navtabs .slick-prev,.hf-navtabs .slick-next {
    top: 94%;
    opacity: 1 !important;
}
.hf-navtabs .slick-prev:before {
    transform: rotate(180deg);
}
.hf-navtabs .slick-prev:before,
.hf-navtabs .slick-next:before{
    content: "";
    background-image: url(/cdn/shop/files/arrows.png?v=1717676969);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}
.hf-navtab {
    cursor: pointer;
    background-color: #D9D9D9;
    padding: 10px 20px;
    margin: 0 10px;
    white-space: nowrap;
}
.hf-navtab.active {
    background-color: #77915D;
    color: #ffffff;
}
.custom-tab.header {
    padding-bottom: 30px;
    text-align: center;
}
/* Custom: Review Video */
.custom-rv.body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.custom-rv.body > div {
    width: 100%;
    max-width: calc(50% - 10px);
}
.custom-rv.body iframe {
    border-radius: 10px;
}
.custom-rv.center-text {
    text-align: center;
}
.custom-rv {
    margin-bottom: 30px;
}
.custom-rv h2.section-header__title a {
    color: #77915d;
    text-decoration: underline;
}
/* Custom: Counter */
.custom-count.body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-count.body img {
    width: 100%;
    max-width: 100px;
    margin-top: -55px;
}
.custom-count.card-count {
    width: 100%;
    max-width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    margin-top: 35px;
}
span.hf-counter {
    font-size: 50px;
    font-weight: 700;
}
/* Custom: Steps */
.custom-steps.body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card-steps {
    text-align: center;
    margin: 3px 3px;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    max-width: 20.8%;
    height: 250px;
    float: left;
    position: relative;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #fff;
}
.card-steps:before,.card-steps:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}
.card-steps:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}
.card-steps:first-child:before {
    display: none;
}
.card-steps .card-steps-info span {
    color: #fff;
}
.card-steps .card-steps-info h3 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}
.card-steps {
    background-color: rgb(84 129 36 / 100%);
}
.card-steps:nth-child(2) {
    background-color: rgb(84 129 36 / 95%);
}
.card-steps:nth-child(3) {
    background-color: rgb(84 129 36 / 90%);
}
.card-steps:nth-child(4) {
    background-color: rgb(84 129 36 / 85%);
}
.card-steps:nth-child(5) {
    background-color: rgb(84 129 36 / 80%);
}
.card-steps:after {
    border-left: 17px solid rgb(84 129 36 / 100%);
}
.card-steps:nth-child(2):after {
    border-left: 17px solid rgb(84 129 36 / 95%);
}
.card-steps:nth-child(3):after {
    border-left: 17px solid rgb(84 129 36 / 90%);
}
.card-steps:nth-child(4):after {
    border-left: 17px solid rgb(84 129 36 / 85%);
}
.card-steps:nth-child(5):after {
    border-left: 17px solid rgb(84 129 36 / 80%);
}
.card-steps-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
/* Custom: Multi */
.custom-multi-col.body {
    display: flex;
    gap: 20px;
}
.card-multi-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.card-multi-col img {
    width: 100%;
    max-width: 100px;
}
.card-multi-col * {
    margin: 0;
}
.custom-multi-col.button a {
    background-color: #34620f;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.custom-multi-col.button {
    display: flex;
    justify-content: center;
}
.custom-multi-col .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
/* Custom: Sponsor */
.custom-sponsor.header {
    text-align: center;
}
.custom-sponsor .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.custom-sponsor.body {
    display: flex;
    align-items: center;
    gap: 30px;
}
.sponsor-img {
    display: flex;
}
.sponsor-img img {
    width: 100%;
    max-height: 41px;
}
/* Custom: Image */
.custom-image>div {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: auto;
}
.custom-image.img-center>div {
    text-align: center;
}

/* Custom: Banner */
.custom-banner img {
  width: 100%;
}
body .custom-mobile {
  display: none;
}
.image-img-mobile,
.banner-img-mobile {
  display: none !important;
}
.custom-banner > div {
    display: flex;
}

/* Custom: Icon with Text */
.ciwt-icon img {
    width: 100%;
    max-width: 36px;
}
.wrapper.custom-full-width {
    max-width: 100%;
}
.custom-ciwt.body {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    overflow: visible;
}
.ciwt.slick-slide {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 10px;
}
.ciwt-icon {
    display: flex;
}
/* Custom: Testimonials */
svg.custom-star-tes {
    width: 100%;
    max-width: 20px;
}
.card-tes.slick-slide {
    margin: 0 1rem;
}
.custom-tes.header {
    text-align: center;
}
.card-tes {
    flex: 1;
}
.card-tes .card {
    padding: 1rem;
    border-radius: 0.25rem;
    --tw-shadow: 0px 4px 20px #0000001A;
    --tw-shadow-colored: 0px 4px 20px #0000001A;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.custom-tes.body {
    display: flex;
    gap: 2rem;
}
svg#Capa_1 {
    margin-top: -3px;
    margin-left: 15px;
}
.customer-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.customer-info img {
    width: 100%;
    max-width: 60px;
}
.custom-tes h2.section-header__title {
    margin-bottom: 40px;
}
.tes-product a {
    color: #78925D;
    text-decoration: underline;
}
/* Custom: Text with Image */
.hf-image-v .custom-twi-image.custom-mobile {
    max-width: 50%;
}
.image-overlay.section-template--21560543314260__custom_image_qqGqjU img {
    margin-bottom: -150px;
}
.overlay-top .custom-twi-container {
    padding-top: 100px;
}
.custom-twi-content.content-align-center>* {
    text-align: center;
}
.custom-twi-content:has(>.custom-social_media_ratings-container) {
    flex-wrap: wrap;
    flex-direction: unset;
}
.custom-twi-content.content-align-center:has(>.custom-social_media_ratings-container) {
    justify-content: center;
}
.custom-twi-content.content-align-right:has(>.custom-social_media_ratings-container) {
    justify-content: flex-end;
}
.custom-twi-content.content-align-center h2 {
    text-align: center;
}
svg.social_custom-star {
    width: 100%;
    max-width: 20px;
}
.social-stars {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.custom-social_media_ratings-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 305px;
    padding: 0 20px 20px;
    border-radius: 8px;
}
.social-rated {
    text-align: center;
}
.social-image {
    align-self: center;
}
.custom-twi-content.content-align-center {
    align-items: center;
}
.custom-twi-content.content-align-right {
    align-items: flex-end;
}
.custom-twi-content.content-align-center>span {
    text-align: center;
}
.custom-twi-content.content-align-right>span {
    text-align: end;
}
.custom-twi-container.align-left {
    flex-direction: row-reverse;
}
.custom-twi-container {
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
}
.custom-twi-image {
    display: flex;
    width: 100%;
    max-width: 350px;
}
.custom-twi-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: flex-start;
    padding: 50px 0;
}
.custom-twi-content > * {
    margin: 0;
}
.custom-twi-content h2 {
    font-size: 37px;
}
.custom-twi-content a {
    background-color: #34620F;
    color: #ffffff;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.custom-twi-content a svg {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 100%;
}
svg.custom-star {
    width: 50px;
}
/* Product Page */
.custom-spring-sale-info {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
img.img-emoji {
    max-width: 20px;
    width: 100%;
    object-fit: cover;
    margin-top: 2px;
}
.custom-spring-sale-info p {
    margin: 0;
}
.custom-bogo-info.bogo em {
    color: #538125;
    font-style: unset;
}
.custom-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: #99e34e;
    border-radius: 5px;
}
.custom-offer p {
    margin: 0px;
}
.product-single .custom-bogo-info.bogo,
.product-single.barefoot-shoes-bogo .custom-bogo-info {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}
.product-single .custom-bogo-info.bogo span:first-child,
.product-single.barefoot-shoes-bogo .custom-bogo-info span:first-child {
    font-size: 20px;
}
.custom-bogo-info,
.product-single.bogo .button-wrapper-sticky_addtocart,
.product-single__meta-info:has(>.bogo) > .saving_shipping,
.product-single.barefoot-shoes-bogo .saving_shipping.flex.align-center {
    display:none;
}
.product-single .custom-bogo-info.bogo > span > span,
.custom-bogo-info > span > span {
    color: #538125;
    font-weight: 700;
    font-size: 16px !important;
}
.shopify-section.product-section:has( .barefoot-shoes-bogo) ~ .shopify-section.featured-products-section  {
    display: block;
}
.shopify-section.product-section ~ .shopify-section.featured-products-section {
    display: none;
}

/* Custom: Videos */
.custom-cv-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.custom-cv-content .videos-container {
    display: flex;
    gap: 40px;
}
.videos-container .cv video {
    border-radius: 100%;
    border: 10px solid #4e4e4e;
    width: 100%;
}
.videos-container .cv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.custom-video {
    width: 100%;
    max-width: 560px;
}
/* Footer */
.grid.grid-spacer.main-footer>div:nth-child(3),
.grid.grid-spacer.main-footer>div:nth-child(4) {
    max-width: 50%;
}
.payment-list>svg:nth-last-child(2) {
    display: none;
}
/* Responsiveness */
@media screen and (min-width: 769.1px) {
  .hero-container .hero--medium {
      min-height: 600px;
  }
  div#CartDrawer .cart-products.ajaxcart-products.drawer__inner-section{
    padding-bottom: 0px !important;
  }
  .free-shipping-progress-bar {
    padding-bottom: 5px !important;
}
  div#CartDrawer .slick-prev, div#CartDrawer .slick-next {
    top: 55px;
}
}
@media(max-width:1440px){
  .hero-container .hero--medium {
      min-height: 510px;
  }
}
@media(max-width:1024px){
  .hero-container .hero--medium {
      min-height: 370px;
  }
}
@media (max-width: 768px) {
    .hero-container .hero--medium {
        min-height: 280px;
    }
    .hf-content img {
        max-width: 100%;
    }
}
@media(max-width:699px){
  .custom-rv.body>div {
      max-width: 100%;
  }
  .custom-banner-image-collection.mobile {
      display: block;
  }
  .custom-banner-image-collection.desktop {
      display: none;
  }
  .collection-id-636722905428 .hero-mobile-xsmall {
      min-height: 430px;
  }
  .collection-id-636400566612 .hero-mobile-xsmall {
      min-height: 460px;
  }
  .hero-image.mobile {
    display:block !important;
  }
  .hero-image.dekstop {
    display:none;
  }
  .image-overlay.section-template--21560543314260__custom_image_qqGqjU img {
        margin-bottom: -100px;
  }
  .custom-tes.body {
      flex-direction: column;
  }
  .custom-social_media_ratings-container {
      width: 47%;
  }
  .custom-sponsor .wrapper {
      gap: 15px;
      flex-direction: column;
  }
  .custom-sponsor.body {
      gap: 15px;
  }
  .custom-twi-container.align-left {
      flex-direction: column;
  }
  .custom-cv-content .videos-container {
    flex-direction: column;
  }
  body .custom-desktop {
    display: none;
  }
  body .custom-mobile {
    display: block;
  }
  svg.custom-star {
      width: 30px;
  }
  .custom-ciwt.body {
    flex-direction: column;
  }
  .image-img-desktop,
  .banner-img-desktop {
    display: none !important;
  }
  .image-img-mobile,
  .banner-img-mobile {
    display: flex !important;
  }
  .custom-twi-content a {
      font-size: 21px;
  }
  .custom-twi-content h2 {
      font-size: 27px;
  }
  .custom-twi-content {
      padding: 0px 0 20px;
  }
  .custom-twi-container {
      flex-direction: column;
      gap: 0px;
      padding-bottom: 50px;
  }
  div#CartDrawer {
      margin: 0;
  }
  .hf-upsell-head .cu-image-wrapper {
      width: 100%;
      max-width: 70px;
  }
  .grid.grid-small.flex-nowrap.cart__subtotal-wrapper p, .grid.grid-small.flex-nowrap.cart_savings-wrapper p {
      font-size: 18px;
      margin: 0;
  }
  .cart__product-has-discount p.product-discount.text-secondary {
      font-size: 14px;
  }
  div#CartDrawer .ajaxcart__general-upsell.drawer__inner-section.card-group.slick-initialized.slick-slider {
      padding-top: 0;
  }
  div#CartDrawer .cart-products.ajaxcart-products.drawer__inner-section {
      padding-bottom: 20px !important;
  }
  div#CartDrawer .slick-prev, div#CartDrawer .slick-next {
      top: 40px;
  }
  div#CartDrawer .slick-next:before {
      padding: 15px;
  }
  div#CartDrawer .slick-prev:before {
      padding: 15px;
  }
  div#CartDrawer .slick-prev {
      right: 90px;
  }
  .custom-payment-icons .payment-list {
      gap: 0px;
  }
  span.hf-counter {
      font-size: 20px;
  }
  h3.count-text {
      font-size: 15px;
  }
  .custom-count.body img {
      max-width: 75px;
  }
}
@media(max-width:425px){
  .custom-banner-image-collection.mobile {
      display: block;
  }
  .custom-banner-image-collection.desktop {
      display: none;
  }
  .custom-payment-icons .payment-list {
      justify-content: space-between;
  }
  .custom-payment-icons {
      display: block;
  }
}
@media(max-width:320px){
  .collection-id-636400566612 .hero-mobile-xsmall {
    min-height: 400px;
  }
  .collection-id-636722905428 .hero-mobile-xsmall {
      min-height: 370px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .button-container-desktop {
    transform: translate(0%, 0%) !important;
    top: 65% !important;
    left: 0 !important;
  }
}
.main_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #0a436f;
    border-radius: 5px;
    margin-bottom: 20px;
}

.left_text h2 {
    font-size: 42px;
    color: #fff;
}

@media (max-width:767px){
    .left_text h2 {
        font-size: 20px;
    }
  .main_head{
   padding: 5px 10px;
  }
}
.custom-cart-upsell .ajaxcart__general-upsell.drawer__inner-section.card-group {
    padding-left: 0px;
    padding-right: 0px;
}
.custom-cart-upsell .card-header {
    display: block;
}

.custom-cart-upsell select.cu-select {
    background-color: #dadada;
    border-color: #dadada;
    color: #212529;
}
.custom-cart-upsell .card {
    background-color: #f2f2f2;
}
.custom-cart-upsell .cu-addtocart-btn {
    background-color: #b86035;
    border-color: #b86035;
}

.ihVwKLCX8l6qcKR0g {
    display: none !important;
}


/* Product Review Tooltip */

.js-show-tooltip {
    width: fit-content;
    border: 1px solid #0000001F;
    padding: 0 10px;
    border-radius: 6px;
    margin-top: 4px;
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    padding-right: 24px;
  }

  .js-show-tooltip:after {
    width: 8px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.84613 0.789186L4.36902 3.86432C4.32056 3.90732 4.26299 3.94144 4.19959 3.96472C4.13619 3.988 4.06822 4 3.99958 4C3.93093 4 3.86296 3.988 3.79956 3.96472C3.73616 3.94144 3.67859 3.90732 3.63014 3.86432L0.153028 0.789186C0.0550458 0.702533 0 0.585001 0 0.462455C0 0.339905 0.0550458 0.222376 0.153028 0.135722C0.25101 0.0490668 0.383905 0.000384608 0.52247 0.000384608C0.66104 0.000384608 0.79393 0.0490668 0.891915 0.135722L4.00001 2.8845L7.1081 0.135337C7.20611 0.0486826 7.33898 0 7.47755 0C7.61613 0 7.749 0.0486826 7.84701 0.135337C7.94497 0.221992 8 0.33952 8 0.46207C8 0.58462 7.94497 0.702148 7.84701 0.788801L7.84613 0.789186Z' fill='%23444444'/%3E%3C/svg%3E%0A");
    content: '';
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
  }
  
  .js-show-tooltip.ab__test--active-test + a {
    display: none;
  }

  .tooltip__arrow {
      background-color: white;
      color: black;
      text-align: center;
      padding: 10px;
      border-radius: 8px;
      position: absolute;
      top: 1px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      transition: opacity 0.3s;
  }
  
  /* Slightly Rounded Arrow */
  .tooltip__arrow::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #E4E4E7 transparent;
      border-radius: 5px;
  }
  
  .tooltip__arrow::before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-width: 9px;
      border-style: solid;
      border-color: transparent transparent white transparent;
      border-radius: 4px;
      z-index: 1;
      margin-bottom: -1px;
  }
  
  .product__review__tooltip {
    width: 320px;
    border: 1px solid #E4E4E7;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0px 0px 25px 0px #0000001F;
    color: #222222;
    position: absolute;
    z-index: 1;
    background: white;
    margin-top: 10px;
      top: 25px;
  }
  .product__review__tooltip.review-container.hidden {
    z-index: -1;
    opacity: 0;
    display: block !important;
  }
  .product__review__tooltip .reviews-stars {
    position: relative;
    min-width: 75px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.42968 14.8504C2.93657 15.1718 2.64893 14.9575 2.78248 14.3789L3.89197 9.49308L0.265579 6.23586C-0.165889 5.85014 -0.0631589 5.48585 0.512132 5.44299L5.26855 5.04655L7.10743 0.417867C7.31289 -0.139289 7.67245 -0.139289 7.88818 0.417867L9.73733 5.04655L14.4835 5.44299C15.0588 5.49656 15.1718 5.83943 14.73 6.23586L11.1036 9.49308L12.2131 14.3789C12.3467 14.9575 12.0693 15.1718 11.5659 14.8504L7.49781 12.2467L3.42968 14.8504Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
  }
  .product__review__tooltip .reviews-stars__current {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.42968 14.8504C2.93657 15.1718 2.64893 14.9575 2.78248 14.3789L3.89197 9.49308L0.265579 6.23586C-0.165889 5.85014 -0.0631589 5.48585 0.512132 5.44299L5.26855 5.04655L7.10743 0.417867C7.31289 -0.139289 7.67245 -0.139289 7.88818 0.417867L9.73733 5.04655L14.4835 5.44299C15.0588 5.49656 15.1718 5.83943 14.73 6.23586L11.1036 9.49308L12.2131 14.3789C12.3467 14.9575 12.0693 15.1718 11.5659 14.8504L7.49781 12.2467L3.42968 14.8504Z' fill='%23FAD14C'/%3E%3C/svg%3E%0A");
  }
  .product__review__tooltip .rating-summary {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    gap: 8px;
    margin-bottom: 6px;
  }
  .product__review__tooltip .reviews-count {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    flex: 1;
  }
  .product__review__tooltip .js-review-tooltip-close {
    cursor: pointer;
  }
  .product__review__tooltip .review-bars {
    display: flex;
    gap: 8px;
    color: #808088;
    font-size: 11px;
  }
  .product__review__tooltip .review-bars .review-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
      font-weight: 600;
  }
  .product__review__tooltip .review-bars .review-bar .review-bar__title {
    display: flex;
    gap: 2px;
  }
  .product__review__tooltip .review-bars .review-bar .review-bar__title svg {
    width: 13px;
    height: 13px;
  }
  .product__review__tooltip .review-bars .review-bar.review-bar__percentage {
    flex: 1;
  }
  .product__review__tooltip .review-bar .review-bar__box {
    background: #F3F4F6;
    height: 8px;
    position: relative;
    width: 100%;
      border-radius: 10px;
  }
  .product__review__tooltip .review-bar .percent__detail {
    display: block;
    height: 100%;
    background: #ffc107;
      border-radius: 10px;
  }
  .product__review__tooltip .review-slider {
    margin-top: 15px;
    border-top: solid 1px #E4E4E7;
    padding-top: 15px;
  }
  .product__review__tooltip .review-slider .slick-slide {
    padding-left: 1px;
  }
  .product__review__tooltip .review-slider.slick-slider {
    margin-bottom: 0;
  }
  .product__review__tooltip .review-content__box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .product__review__tooltip .review-content__image {
    width: 50px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
  }
  .product__review__tooltip .review-content__content {
    flex: 1;
  }
  .product__review__tooltip .review-content__heading {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  .product__review__tooltip .review-content__name {
    font-weight: 700;
    font-size: 13px;
  }
  .product__review__tooltip .review-content__verified {
    font-weight: 700;
    font-size: 9px;
    color: rgba(0, 124, 35, 0.8);
    background: #ddffe6;
    padding: 3px 7px;
    margin-left: 5px;
    border-radius: 10px;
  }
  .product__review__tooltip .review-content__view_all {
    font-weight: 700;
    font-size: 10px;
    color: #222222;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
  }
  .product__review__tooltip .review-content__desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #71717A;
  }
  .product__review__tooltip .review-content__desc p {
    margin: 0;
    color:#000;
  }
  .product__review__tooltip .review-slider .slick-dots {
    bottom: 0;
    position: static;
    height: 36px;
  }
  .product__review__tooltip .review-slider .slick-dots li {
    margin: 0;
  }
  .product__review__tooltip .slick-dots li button:before {
    background: #000000;
    opacity: 0.1;
    width: 16px;
    height: 16px;
  }
  .product__review__tooltip .slick-dots li.slick-active button {
    color: #989898;
    opacity: 1;
  }
  .product__review__tooltip .slick-dots li.slick-active button:before {
    background: #989898;
    opacity: 1;
      font-size: 0;
  }
  .product__review__tooltip .review-slider .slick-prev, .product__review__tooltip .review-slider .slick-next {
    top: auto;
    bottom: -14px;
    opacity: 1;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e7;
    margin: 0;
    box-shadow: none !important;
  }
  .product__review__tooltip .review-slider .slick-prev {
    left: 0;
  }
  .product__review__tooltip .review-slider .slick-next {
    right: 0;
  }
  .product__review__tooltip .review-slider .slick-prev:before, .product__review__tooltip .review-slider .slick-next:before {
    opacity: 1;
    background-repeat: no-repeat;
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.06L8.05333 7L5 3.94L5.94 3L9.94 7L5.94 11L5 10.06Z' fill='%23222222'/%3E%3C/svg%3E%0A");
  }
  .product__review__tooltip .review-slider .slick-prev:before {
    transform: rotate(180deg);
  }
    

.gender-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.gender-btn {
    border: solid 1px rgb(229, 229, 229);
    border-radius: 10px;
    padding: 16px;
    flex: 1;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.gender-btn:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    right: 12px;
    top: 10px;
    border: solid 1px #D6D6D6;
    border-radius: 6px;
}

.gender-btn.active:before {
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_25_5398)'%3E%3Cpath d='M1 6C1 3.23858 3.23858 1 6 1C8.76142 1 11 3.23858 11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6Z' fill='%23676767'/%3E%3Cpath d='M2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6Z' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_25_5398' x='0' y='0' width='12' height='12' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_25_5398'/%3E%3CfeOffset/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.403922 0 0 0 0 0.403922 0 0 0 0 0.403922 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_25_5398'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_25_5398' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat
}

.gender-btn.active {
    border: solid 1px #E5E5E5;
    background-color: #E5E5E5;
}

.size-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.size-selection {
    margin-top: 20px;
}

.size-btn {
    border: solid 1px rgb(229, 229, 229);
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    padding: 12px 4px;
    font-size: 14px;
    cursor: pointer;
}

.size-btn.active {
    border: solid 1px #E5E5E5;
    background-color: #E5E5E5;
}

.size-selection .gender-buttons:not(.active),
.sub-size-selection .gender-buttons:not(.active),
.sub-size-selection .sub-size-selection__items:not(.active) {
   display: none;
}

.size-selection .gender-buttons {
    grid-template-columns: repeat(3, 1fr);
}

.sub-size-selection .gender-buttons {
    grid-template-columns: 1fr;
}

.sub-size-selection .sub-size-selection__items {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px;
}

.gender-selection, 
.size-selection, 
.sub-size-selection {
    margin-bottom: 20px;
}

product-sub-size-selector label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin: 14px 0 10px;
 }

.size-selection__header {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin: 14px 0 10px;
    display: flex;
    justify-content: space-between;
}

.size-selection__header label{
    margin: 0
}

.js-size-chart {
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

product-sub-size-selector[version="1"] .sub-size-selection .gender-buttons {
    grid-template-columns:repeat(4, 1fr);
}

.product-content__usp-wrapper {
    padding: 16px;
    margin-top: 16px;
    border-radius: 10px;
}

.product-usp__icons {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #D2E1C7;
    gap: 4px;
}

.product-content__usp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #315216;
    font-size: 14px;
    text-align: center;
    padding: 0 6px;
}

.product-usp__title {
    margin: 6px 0 2px;
    font-weight: 600;
}

.product-content__usp-wrapper picture {
    height: 35px;
}

@media (max-width: 767px) {
    .product-content__usp {
        font-size: 12px;
    }
}

.js-modal-open .main-content {
    z-index: 99;
}

.product-size-guide .modal-close {
    background-color: #F4F7F2;
    border-color: #F4F7F2
}

.product-size-guide .material-icons-outlined {
    color: #244708;
    font-weight: 600;
}

.product-size-guide .size-guide-control {
    align-items: center;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #212529
}

.product-size-guide .size-guide-control__wrapper {
    gap: 16px
}

.product-size-guide .size-guide__select {
    padding: 4px 16px;
    padding-right: 30px;
    border-radius: 999px;
    background-color: white;
    cursor: pointer;
    border: solid 1px #729456;
    background-image: url(data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.44 5.60999L8.5 8.66332L11.56 5.60999L12.5 6.54999L8.5 10.55L4.5 6.54999L5.44 5.60999Z' fill='%23729456'/%3E%3C/svg%3E%0A);
    background-position: 75px center;
}

.product-size-guide .size-guide-control__toggle {
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    background-color: #F4F7F2;
}

.product-size-guide .size-guide-control .toggle-btn {
    padding: 4px 16px;
    border: none;
    cursor: pointer;
}

.product-size-guide .size-guide-control .toggle-btn.active {
    background-color: white;
    border: solid 1px #729456;
    border-radius: 999px;
}

.product-size-guide .size-guide-content table {
    border: solid 1px #729456;
    margin-bottom: 16px;
}

.product-size-guide .size-guide-content table th {
    border-top: 0;
    background-color: #F4F7F2;
}

.product-size-guide .size-guide-content table th, 
.product-size-guide .size-guide-content table td 
{
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    border-color: #729456 !important;
    border-left: 0;
    border-bottom: 0;
    font-family: 'ABC Diatype';
    padding: 6px 12px;
}

.product-size-guide .size-guide-content table th[aria-hidden="true"],
.product-size-guide .size-guide-content table th[aria-size-hidden="true"],
.product-size-guide .size-guide-content table td[aria-hidden="true"],
.product-size-guide .size-guide-content table td[aria-size-hidden="true"]  {
    display: none;
}

.product-size-guide .size-guide-content table td:first-child,
.product-size-guide .size-guide-content table td:nth-child(2) {
    background-color: #F4F7F2;
}

.product-size-guide .size-guide-footer-text {
    flex: 1;
    font-size: 14px;
}

.product-size-guide .size-guide-footer-text h4 {
    font-size: 16px;
    margin-bottom: 16px;
}

.product-size-guide .size-guide-footer-text li+li{
    margin-top: 16px;
}

.product-size-guide .size-guide-footer-image {
    flex: 1;
    aspect-ratio: 3;
    display: flex;
    align-items: center;
}

.product-size-guide .size-guide-footer-image  img{
    aspect-ratio: 3;
    height: auto;
}

.product-size-guide__action {
    margin-bottom: 20px;
    padding: 12px 16px;
}

.product-size-guide__action.ab__test--active-test+[data-test-name="product-size-version-1"] {
    display: none;
}

@media (max-width: 767px) {
    .product-size-guide .size-guide-footer {
        flex-direction: column;
        gap: 16px
    }
}