/** Shopify CDN: Minification failed

Line 3412:28 Expected ":"

**/
:root {
  --base-color-hover: #63BC5C;
  --base-color-opacity: #2FA62526;
  --base-color-opacity-hover: #2FA6254D;
  --orange-color-opacity: #ff990126;
  --orange-color-opacity-hover: #ff99014D;
  --yellow-color: #FAEF43;
  --yellow-color-opacity: #FAEF434D;
  --yellow-color-opacity-hover: #FAEF4399;
  --brown-color-opacity: #91655b26;
  --brown-color-opacity-hover: #91655b4D;
  --red-hover: #e57878;
  --red-light-hover: #f8d9d9;
  --body-text-color-hover: #e4e4e466;
  --nutrients-table-color: #061748;
  --nutrients-table-divider-width: 2px;
  --nutrients-table-outline-width: 4px;
  --nutrients-table-separator-width: 16px;
  --nutrients-table-spacing: 7px;
}

.shop-box .product-box .product-footer .price-box .price-item.regular-price, .shop-box .product-box .product-footer .price-box .price-item.special-price, .top-banner-with-product .product-box .regular-price, .top-banner-with-product .product-box .special-price, .product-summary .price__sale .price-item--sale {
  color: var(--sale-label-bg-color);
}

.blog-item .blog-image,
.image-with-text img {
  border-radius: 5px;
}

.blog-classic .blog-post-meta {
  border-radius: 0 5px 0 0;
}

.banner-image-main img {
  border-radius: 10px;
}

.badge {
  border-radius: 4px;
}

.product-summary .cart-btn {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--white-color);
}

.product-gallery .product-image-main,
.product-gallery .product-thumb-wrap .product-media {
  border: 1px solid var(--extra-medium-gray);
}

.product-footer .product-title,
.vertical-navbar-list .products-list .product-box .product-title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-menu-wrapper a:hover {
  color: var(--base-color) !important;
}

.product-info-overview #summary {
  margin: 28px 0 0 0;
}

.product-info-overview #summary ul, .product-description #product_details ul {
  padding: 0 0 0 20px;
}

.product-info-overview #product_details, .product-info-overview .divider, .tab-content .description #summary {
  display: none;
}

.shop-box .product-box .product-card-form .product-buttons-wrap .cart-btn:hover, .slideshow-style-6 .swiper-slide:hover .slider-content .icon {
  background-color: var(--base-color-hover);
}

.shop-box .product-box .product-card-form .product-buttons-wrap .cart-btn {
  padding-block: 8px;
}

.product-summary .cart-btn:hover {
  background-color: var(--base-color-hover);
  border-color: var(--base-color-hover);
}

.sticky-product-form button[name="add"] {
  background-color: var(--base-color);
  border-color: var(--base-color);
}

.sticky-product-form button[name="add"]:hover {
  color: var(--white-color);
  background-color: var(--base-color-hover);
  border-color: var(--base-color-hover);
}

/* PDP */
.product .price .badge.save-lable {
  background-color: var(--sale-label-bg-color);
}
.product-summary .stock-label {
  background-color: #2fa6250f;
}
.product-summary .stock-label.unavailable {
  background-color: rgba(218, 63, 63, 0.06);
}
.product-summary .rating-sku-wrap {
  margin-top: 15px !important;
}

.product-description-badge {
   display: inline-flex;
  font-size: 11px;
  font-weight: var(--font-weight-600);
  line-height: 14px;
  padding: 4px 8px;
  margin: 8px 0 0;
  border-radius: 4px;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--alt-font);
  letter-spacing: 0.4px;
}

.product-certificates {
  .certificates-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 15px -10px 0;

    > div {
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      justify-content: center;
      margin: 10px;

      img {
        max-width: 60px;
      }

      span {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin: 6px 0 0;
      }
    }
  }
}

.product-summary .stock-label {
  border-color: #2FA62559;
  color: var(--base-color);
  padding: 4px 8px;
}

@media all and (min-width: 1200px) {

  .product-certificates {
    .certificates-wrapper {
      margin: 20px -15px 0;

      > div {
        margin: 15px;
      }
    }
  }
}
/* PDP END */

/* BDP */
.blog-article .article-content ul {
  margin-bottom: 25px;
}
.article-content a {
  color: var(--base-color) !important;
  border-color: var(--base-color) !important;
}

/* Policies */
.shopify-policy__container {
  padding-left: 15px;
  padding-right: 15px;
}

.shopify-policy__container ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.shopify-policy__container .shopify-policy__title h1 {
  padding-top: 50px;
  margin-bottom: 50px;
  font-size: var(--h3-font-size);
  font-family: var(--alt-font);
  line-height: var(--h3-line-height);
}

@media (min-width: 576px) {
  .shopify-policy__container {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .shopify-policy__container .shopify-policy__title h1 {
    font-size: var(--font_size_plus10);
    line-height: var(--font_size_plus14);
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .shopify-policy__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .shopify-policy__container {
    max-width: 960px;
  }

  .shopify-policy__container .shopify-policy__title, .shopify-policy__container .shopify-policy__body {
    margin: 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 1200px) {
  .shopify-policy__container {
    max-width: var(--container,1280px);
  }
}
/* Policies END */

/* Theme Overrides */
@media (min-width: 1200px) and (max-width: 1399px) {
  .vertical-menu-column {
    min-width: 200px;
  }
}

/* Theme Overrides END */

/* Custom */
.sw-content-section h3 {
  margin-bottom: 25px !important;
}

.sw-content-section ul {
  padding-left: 30px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .sw-content-section .content-box .section-heading,
  .sw-content-section .content-box .section-sub-heading {
    text-align: center;
  }
}

/* Judge.ME app */
.product-tabs .jdgm-rev-widg__header {
  background-color: white !important;
  border: 1px solid var(--bs-border-color) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

.jdgm-rev__buyer-badge {
  border-radius: 4px !important;
  line-height: 16px !important;
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medals__container {
  overflow: hidden !important;
}

.product-summary .product-rating .jdgm-preview-badge {
  pointer-events: none !important;
  cursor: default !important;
}

.product-footer .product-rating .jdgm-prev-badge {
  margin-top: 4px;
}

.product-footer .product-rating .jdgm-prev-badge .jdgm-qa-badge {
  display: inline-flex;
  border-color: #BDBDBD;
}

@media (max-width: 991px) {

  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 992px) {
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
    padding-bottom: 40px !important;
  }
}

/* Home */
@media only screen and (min-width: 1200px) {

  .sw-category-icons .row:not(.heading-wrapper) >.category-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sw-category-icons .row:not(.heading-wrapper)>.category-item .category-inner a.icon-wrapper {
    width: 140px;
    height: 140px;
  }

  .sw-category-icons .row:not(.heading-wrapper) >.category-item .category-inner a .icon i {
    font-size: 44px !important;
  }
}

/* Product Boxes */
.shop-box .product-box .box-inner {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}

.shop-box .product-box .box-inner:hover {
  border-color: var(--extra-medium-gray);
}

.shop-box .product-box .box-inner .product-footer {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

.shop-box .product-box .box-inner .product-footer .product-card-form {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.shop-box .swiper-slide {
  height: auto;
}

.product-usp {
  background-color: #e1f0d8 !important;
}

.package-ribbon__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;

  &.is-product-page {
   .package-ribbon__wrapper {
     width: 80px;

     span {
       font-size: 10px;
       line-height: 24px;
     }
   }
  }

 .package-ribbon__wrapper {
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   z-index: 1;
   transform: translate(-29.3%) rotate(45deg);
   transform-origin: 100% 100%;
   width: 70px;
   text-align: center;
   clip-path: inset(0 -100%);
   box-shadow: 0 0 0 999px #4CAF50;
   background: #4CAF50;
   color: #FFFFFF;

   span {
     display: block;
     font-size: 9px;
     font-weight: 600;
     line-height: 16px;
     text-transform: uppercase;
     padding: 2px 0;
     word-break: break-word;
   }
 }
}

.product-single__media-group-wrapper {
  position: relative;
}

#product_details table {
  border-color: var(--extra-medium-gray);
}

#product_details tbody, #product_details td, #product_details tfoot, #product_details th, #product_details thead, #product_details tr {
  border-width: 1px;
  padding: 6px 12px;
}

@media all and (min-width: 992px) {
  .package-ribbon__overlay {
    &.is-product-page {
      .package-ribbon__wrapper {
        width: 90px;

        span {
          font-size: 11px;
          line-height: 28px;
        }
      }
    }

    .package-ribbon__wrapper {
      width: 75px;

      span {
        font-size: 9.5px;
        line-height: 22px;
      }
    }
  }
}

.jdgm-rev-widg__header, .jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-rev-widg__paginate-spinner-wrapper {
  max-width: 100%;
  margin: 0 auto !important;
}

@media (min-width: 576px) {
  .jdgm-rev-widg__header, .jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .jdgm-rev-widg__header, .jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .jdgm-rev-widg__header, .jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .jdgm-rev-widg__header, .jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-rev-widg__paginate-spinner-wrapper {
    max-width: var(--container, 1280px);
  }
}

.buckscc-currency-box .buckscc-select {
  height: 16px !important;
}

.buckscc-currency-box .bucks-selected {
  font-size: var(--font_size_minus3) !important;
  font-weight: 500;
  padding: 0 2px 0 4px !important;
}

.buckscc-currency-box .buckscc-select-styled {
  border: 0 !important;
  white-space: nowrap;
  padding: 0 !important;
}

.buckscc-currency-box .buckscc-select-styled.active .bucks__folder-collapse_btn {
  transition: all .2s ease-in-out !important;
}

.buckscc-currency-box .buckscc-select-styled.active .bucks__folder-collapse_btn svg {
  margin-top: -3px;
}

.buckscc-currency-box .bucks__folder-collapse_btn svg {
  display: flex;
  width: 14px;
  height: 14px;
}

.buckscc-select-options {
  border: 0 !important;
  padding: 15px 20px 10px 20px !important;
}

.buckscc-select-options li {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 0 5px !important;
}

.buckscc-select-options li:hover {
  background: #FFFFFF !important;
}

.buckscc-select-options li:hover span {
  border-bottom-color: var(--dark-color);
}

.buckscc-select-options li span {
  font-size: 13px !important;
  color: var(--dark-color);
  font-weight: var(--font-weight-400);
  line-height: 16px;
  border-bottom: 1px solid transparent;
  margin: 0 !important;
  transition: .2s ease-in-out
}

footer .buckscc-currency-box {
  margin-left: 10px;
  margin-top: -2px;
}

@media (min-width: 768px) {
  footer .buckscc-currency-box {
    margin-left: 20px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  footer .buckscc-currency-box {
    margin-left: 10px;
  }
}


footer .market-language-currency-container {
  flex: 1 1 100%;
  margin: 15px 0 0 0;
}

@media (min-width: 1200px) {
  footer .market-language-currency-container {
    flex: 1 1 0;
    margin: 2px 0 0 20px;
  }
}

.switcher-dropdown ul {
  padding: 15px 20px 10px 20px;
}

.mini-header .custom-html-widget {
  display: flex;
}

.switcher-dropdown ul li {
  display: flex;
}

ul.active-market {
  margin-left: 30px;
  list-style: none;
}

ul.active-market li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #262626;
}

ul.active-market li a img {
  margin: 0 6px 0 0;
  height: 14px;
  border-radius: 50%;
}

footer ul.active-market {
  margin-left: 0;
}

footer .buckscc-currency-wrapper {
  margin: 0 !important;
  z-index: 1;
}

.mobile-sticky-menu .sticky-menu-item a .count {
  font-weight: 600;
  background-color: #569d32;
  color: #FFFFFF;
}

.badge-wrap .badge[data-sw_badge="new-product"] {
  background-color: var(--new-label-bg-color);
}

.badge-wrap .badge[data-sw_badge="best-seller"] {
  background-color: var(--pre-order-bg-color);
}

.badge-wrap .badge[data-sw_badge="new-package"] {
  background-color: #0ea5e9;
}

.badge-wrap .badge[data-sw_badge="new-packaging"] {
  background-color: #795548;
}

.badge-wrap {
  flex-wrap: wrap;
  top: 12px;
  max-width: calc(100% - 60px);
}

.badge-wrap .badge {
  margin-top: 5px;
  padding: 4px 6px;
}

.flag-wrap {
  display: flex;
  position: absolute;
  bottom: 17px;
  left: 17px;
  z-index: 3;
}

.flag-wrap .flag-bg {
  display: inline-block;
  width: 40px;
  height: 28px;
  background: linear-gradient(to bottom, #fff 33.33%, #00966e 33.33%, #00966e 66.66%, #d62612 66.66%);
  border: 1px solid var(--extra-medium-gray);
  border-radius: 5px;
}

@media (max-width: 479px) {
  .badge-wrap {
    top: 5px;
  }

  .flag-wrap {
    bottom: 10px;
    left: 10px;
  }

  .flag-wrap .flag-bg {
    width: 32px;
    height: 23px;
  }
}

.article-page .related-products {
  position: relative;
}

.article-page .related-products .swiper {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .article-page .related-products .swiper {
    padding-bottom: 35px;
  }

  .tag-share-wrap {
    margin: 20px 0 30px 0 !important;
  }
}

.tag-share-wrap {
  border-radius: 4px;
  padding: 12px 16px !important;
  margin: 30px 0 40px 0 !important;
}

.cart-product-info .quantity-wrap {
  margin-top: 5px;
}

.blog-article .sidebar-inner {
  top: 200px !important;
}

.article-boxes {
  margin: 25px 0 0 0;
  padding: 30px;
  border: 1px solid;
  box-shadow: 0 6px 12px #0000000a;
}

.article-boxes .boxes-overtext {
  font-size: var(--font_size_minus2);
}

.article-boxes .boxes-text {
  align-self: center;
}

.article-boxes .boxes-text a {
  color: var(--dark-color);
  border-bottom: 1px solid var(--dark-color);
  transition: .2s ease-in-out;
}

.article-boxes img {
  width: 100%;
}

.article-content img, .article-content iframe {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .article-boxes {
    padding: 30px 25px 0;
  }

  .article-boxes .boxes-text {
    margin: 25px 0 0 0;
  }

  .article-boxes .boxes-text a {
    margin: 0 0 25px 0;
  }

  .vertical-navbar-list .vertical-nav-item>a i:not(.feather-chevron-right) {
    margin-right: 10px;
  }

  .vertical-navbar-list .vertical-nav-item > a i, .block-menu-wrapper span {
    opacity: 0.5;
  }

  .navbar .navbar-nav .nav-item .nav-link:hover, .vertical-navbar-list .nav-link:hover {
    color: var(--base-color);
  }

  body.search-active {
    overflow: hidden;
  }
}

footer .language-form {
  margin: 0 0 0 30px;
}

@media (min-width: 992px) {
  footer .language-form {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .header-layout-style-2 .minisearch-popup .search-form-wrapper button, .image-with-countdown .deal-timer .counter-box {
    padding: 0 20px 0 15px;
  }
}

.index-page .slideshow-with-banner-wrapper h5 {
  max-width: 60%;
}

@media (max-width: 991px) {
  .slideshow.swiper-arrow-navigation .swiper-button-next {
    right: 10px;
  }

  .slideshow.swiper-arrow-navigation .swiper-button-prev {
    left: 10px;
  }
}

.payment-methods {
  margin: -4px 0;
}

.payment-methods li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  padding: 6px 7px;
  border-radius: 4px;
  background: #FFFFFF;
}

.payment-methods li svg, .payment-methods li img {
  height: 18px;
  max-width: 38px;
}

.payment-methods li i {
  font-size: 24px;
  color: var(--dark-color);
}

.trust-badge {
  background-color: #e1f0d8 !important;
  border-radius: 4px !important;
  padding: 20px 25px !important;
  margin-bottom: 25px !important;
}

.trust-badge:not(.payment-badge) {
  border-radius: 4px 4px 0 0 !important;
  margin-bottom: 0 !important;
}

.trust-badge:not(.payment-badge) + .shipping-info {
  padding: 0 25px 20px 25px !important;
  background: #e1f0d8 !important;
  border-radius: 0 0 4px 4px;
}

.trust-badge.payment-badge {
  background-color: #ffebd9 !important;
}

.trust-badge p {
  font-size: 16px;
}

.trust-badge .badge-test ul {
  list-style: none;
  display: flex;
}

.trust-badge .badge-test ul li {
  opacity: 0.7;
  margin: 4px 12px 0 0;
}

.trust-badge .payments-list {
  display: flex;
  flex-flow: row wrap;
  margin: -3px;
}

.trust-badge .badge-couriers {
  width: 100%;
}

.trust-badge .payments-list svg, .trust-badge .payments-list img {
  height: 16px;
  padding: 7px;
  border: 1px solid var(--logo-separator-color);
  border-radius: 4px;
  box-sizing: content-box;
  background: var(--header-bg-color);
  max-width: 36px;
  margin: 3px;
}

.trust-badge .payments-list i {
  border: 1px solid var(--logo-separator-color);
  border-radius: 4px;
  box-sizing: content-box;
  background: var(--header-bg-color);
  max-width: 36px;
  margin: 3px;
  font-size: 20px;
  padding: 5px 10px;
}

.trust-badge .couriers-list {
  display: flex;
  flex-flow: row wrap;
  margin: -3px;
}


.trust-badge .couriers-list img {
  object-fit: contain;
  height: 20px;
  padding: 7px 10px;
  border: 1px solid var(--logo-separator-color);
  border-radius: 4px;
  box-sizing: content-box;
  background: var(--header-bg-color);
  margin: 3px;
}

.trust-badge .payments-types {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: -3px;
}

.trust-badge .payments-types li {
  margin: 3px;
  padding: 0 7px;
  background: var(--header-bg-color);
  border: 1px solid var(--logo-separator-color);
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.shipping-info li i {
  margin-bottom: auto;
}

#judgeme_product_reviews {
  padding-left: 15px;
  padding-right: 15px;
}

/* Dynamic testimonials */
#sw_js_featured_reviews_section.is-hidden {
  display: none !important;
}

#sw_js_featured_reviews_section .box-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

#sw_js_featured_reviews_section .box-inner .author {
  margin: auto 0 0 0;
}

#sw_js_featured_reviews_section .jdgm-rev__icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--jdgm-border-radius) * 2px);
}

#sw_js_featured_reviews_section .jdgm-rev__icon:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  color: white;
  border: none;
  font-family: "JudgemeIcons";
  font-size: 8px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  content: "\e001";
  background-color: var(--jdgm-primary-color);
}

#sw_js_featured_reviews_section .testimonial-title .jdgm-rev-widg__summary-stars .jdgm-star {
  font-size: 36px !important;
  padding: 0 10px 0 0 !important;
}

.instagram-feed-main .instagram-slider .insta-items {
  height: auto;
}

.instagram-feed-main .instagram-slider .insta-items a {
  height: 100%;
}

.instagram-feed-main .instagram-slider .insta-items a img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.insta-btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--extra-medium-gray);
}

.insta-btn i {
  top: 0 !important;
}

.instagram-feed-main .swiper-button-next, .instagram-feed-main .swiper-button-prev {
  background-color: #FFFFFF;
  color: var(--dark-color) !important;
  border-color: var(--extra-medium-gray) !important;
}

div.blog-sidebar-item.instagram .insta-items a {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

div.blog-sidebar-item.instagram .insta-items a img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.blog-sidebar .blog-recent-post ul li .title {
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.blog-sidebar .blog-recent-post ul li p {
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  line-height: 21px;
}

.blog-sidebar .blog-recent-post .author-wrap {
  margin: 0;
}

.recent-blog-image .res-image {
  --aspect-ratio: 1 !important;
}

.article-page .svg-placeholder, .article-page img, .blog-recent-post img {
  border-radius: 8px;
}

.article-page .sw-video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto;
  border-radius: 8px;
}

.article-page .sw-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mini-header .container, .mini-header .container-fluid, .mini-header .w-100 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

.checkout-sidebar .tax-note {
  display: inline-block !important;
}

.shop-box .product-box .product-card-form .product-buttons-wrap .sold-btn {
  background-color: var(--red);
}

.shopify-payment-button button[aria-disabled="true"] {
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
}

.image-with-text[data-merged_columns="true"] {
  .bg-img {
    .image {
      margin-bottom: 0;

      .res-image {
        height: 100%;
      }
    }
  }

  .content-wrap {
    .content-wrap-content {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      padding: 45px 40px;
      height: 100%;
    }
  }

  .row {
    align-items: stretch !important;
  }

  img {
    border-radius: 5px 5px 0 0;
  }

  .content-wrap-content {
    border-radius: 0 0 5px 5px;
  }
}

@media (max-width: 991px) {

  .image-with-text[data-image_reverse_mobile="true"] .container .bg-img > .row {
    flex-direction: column-reverse;
  }

  .image-with-text[data-image_reverse_mobile="true"] .container .bg-img .image {
    margin-bottom: 0;
  }

  .image-with-text[data-image_reverse_mobile="true"] .container .bg-img .content-wrap {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {

  .image-with-text[data-image_reverse="true"] .bg-img > .row {
    flex-direction: row-reverse;
  }

  .image-with-text[data-image_reverse="true"] .bg-img .image {
    padding-right: 15px;
    padding-left: 57px;
  }

  .image-with-text[data-image_reverse="true"] .bg-img .content-wrap {
    padding-left: 15px;
    padding-right: 57px;
  }

  .image-with-text[data-merged_columns="true"] {
    .bg-img {
      .image {
        padding-right: 0;
      }
    }

    .content-wrap {
      padding-left: 0;
    }

    img {
      border-radius: 0 5px 5px 0;
    }

    .content-wrap-content {
      border-radius: 5px 0 0 5px;
    }
  }

  .image-with-text[data-merged_columns="true"][data-image_reverse="true"] {
    .bg-img {
      .image {
        padding-right: 15px;
        padding-left: 0;
      }
    }

    .content-wrap {
      padding-right: 0;
    }
  }
}

@media (min-width: 1200px) {
  .image-with-text[data-merged_columns="true"] {
    .content-wrap {
      .content-wrap-content {
        padding: 60px 50px;
      }
    }
  }
}

.product-summary .product-info-overview .overview-description > div:not(#summary),
.product-description .container > div:not(#product_details),
.product-summary .product-info-overview + .panel-group .panel-body > div:not(#nutrients_table) {
  display: none;
}

.product-compare-with-text .products-compare table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--alt-font);
  border: 1px solid var(--extra-medium-gray);
}

.product-compare-with-text .products-compare table th {
  font-weight: 500;
  color: var(--heading-color);
  padding: 10px 8px;
  border-bottom: 1px solid var(--extra-medium-gray);
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.product-compare-with-text .products-compare table td {
  padding: 8px;
  font-size: 15px;
  line-height: 18px;
  width: 50%;
  border-bottom: 1px solid var(--extra-medium-gray);
}

.product-compare-with-text .products-compare table tbody tr td > span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.product-compare-with-text .products-compare table tbody tr td > span .count {
  padding: 7px;
  margin: 0 8px 0 0;
  background: var(--base-color);
  border-radius: 50%;
  color: var(--white-color);
  min-width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}

.product-compare-with-text .products-compare table tbody tr td > span .count.count-danger {
  background: var(--red);
}

.product-compare-with-text .products-compare table tbody tr:not(.table-product-image):nth-child(2n) td,
.product-compare-with-text .products-compare table tbody tr:not(.table-product-image):nth-child(2n) th,
.product-compare-with-text .products-compare table tbody tr:not(.table-product-image):nth-child(2n) td,
.product-compare-with-text .products-compare table tbody tr:not(.table-product-image):nth-child(2n) th {
  background: rgba(0, 0, 0, .025);
}

#question-popup .question-title span span {
  text-transform: none !important;
}

@media (max-width: 1199px) {
  .search-results-wrapper.active .quick-search {
    flex-flow: column nowrap;
  }
}

.search-results-wrapper.active .search-result-wrapper .col.article img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.search-results-wrapper.active .search-result-wrapper .search-result {
  flex-wrap: wrap !important;
}

.contact-form .row > .col-lg-1 {
  display: none;
}

/* Buttons Override */
.btn.btn-black {
  background: var(--base-color);
  border-color: var(--base-color);
}

.btn-black:hover, .btn.btn-black:active {
  background: var(--base-color-hover);
  border-color: var(--base-color-hover);
  color: var(--white-color);
}

.btn.btn-black.is-black {
  background: var(--dark-color);
  border-color: var(--dark-color);
}

.btn.btn-black.is-black:hover {
  opacity: .8;
}

.btn:disabled {
  opacity: 0.4;
}

.btn.btn-black-border {
  border-color: var(--base-color);
  color: var(--base-color);
}

.btn.btn-black-border:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  background-color: #42951933;
}

.btn.btn-black-border.btn-danger {
  border-color: var(--extra-medium-gray);
  color: var(--body-text-color);
}

.btn.btn-black-border.btn-danger:hover {
  background-color: var(--body-text-color-hover);
}

.estimate-shipping .wrapper-response > p:first-of-type > strong {
  display: none;
}

.sold-product-count {
  background-color: #ffd9d999 !important;
  padding: 12px 20px !important;
}

.image-with-text.sw-quote-section .section-description p:before,
.image-with-text.sw-quote-section .section-description p:after {
  display: inline-block;
  content: "\F6B0";
  font-family: 'bootstrap-icons';
  font-size: 24px;
  line-height: 24px;
  color: var(--heading-color);
  vertical-align: sub;
  margin: 0 6px 0 0;
}

.image-with-text.sw-quote-section .section-description p:after {
  transform: rotate(180deg);
  margin: 0 0 0 6px;
}

@media (min-width: 992px) {
  .image-with-text.sw-quote-section .section-description p:before,
  .image-with-text.sw-quote-section .section-description p:after {
    font-size: 28px;
    margin: 0 4px 0 0;
  }

  .image-with-text.sw-quote-section .section-description p:after {
    transform: rotate(180deg);
    margin: 0 0 0 4px;
  }
}

@media (min-width: 1200px) {

  .product-articles .heading-wrapper {
    margin-bottom: 20px;
  }
}

.header-layout-style-2 .search-results-wrapper .search-results-inner {
  max-height: calc(100vh - 125px);
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .shop-box .product-box .product-footer .product-buttons-wrap {
    width: calc(100% + 30px);
  }
}

.top-banner-with-product .product-box .product-title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.top-banner-with-product .product-image {
  width: 25%;
}

.top-banner-with-product .product-list-item {
  display: flex;
  flex-flow: column nowrap;
}

@media (max-width: 1199px) {
  .navbar-collapse-header, .back-wrapper {
    background-color: var(--base-color);

    .vertical-menu-list, .horizontal-menu-list {
      color: #FFFFFFB3;
    }
  }
}

@media (max-width: 767px) {
  .sw-proof-points {
    .featurebox {
      justify-content: center !important;

      .box-content {
        min-width: 200px;
      }
    }
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .sw-proof-points {
    .featurebox {
      margin-left: 12.5% !important;
      width: 75% !important;
    }
  }
}

.predictive-search > h6 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.predictive-search > h6 > a {
  opacity: 0.5;
}

.predictive-search > h6 > a svg {
  transition: .2s ease-in-out;
}

.predictive-search > h6 > a:hover svg {
  stroke: var(--base-color);
}

@media (min-width: 1200px) {
  .predictive-search > h6 > a {
    width: 28px;
    height: 28px;
  }
}

.stock-left-wrap .stock-left-message strong {
  font-weight: 700 !important;
}

.sw-featured-product-tab h3 + a.btn-link {
  margin: 5px 0 0 20px;
  line-height: 20px;
  color: var(--body-text-color);
}

/* Vimergy table */
.sw-vimergy-table {
  padding: 8px;
  border: var(--nutrients-table-outline-width) solid var(--nutrients-table-color);
  color: var(--nutrients-table-color);
  max-width: 462px;
  margin: 0 auto;

  table {
    font-size: 15px;
    line-height: 17px;
    border-color: var(--nutrients-table-color);
    text-align: left;
    table-layout: auto;
    border-spacing: 0;

    tr {
      td, th {
        padding-top: var(--nutrients-table-spacing);
        padding-bottom: var(--nutrients-table-spacing);
      }

      td:first-of-type, th:first-of-type {
        width: 100%;
        padding-right: var(--nutrients-table-spacing);
      }

      td:last-of-type, th:last-of-type {
        padding-left: var(--nutrients-table-spacing);
      }

      td:not(:first-of-type):not(:last-of-type), th:not(:first-of-type):not(:last-of-type) {
        padding-left: var(--nutrients-table-spacing);
        padding-right: var(--nutrients-table-spacing);
      }
    }

    thead {
      tr {
        td, th {
          padding-top: 0;

          &:first-of-type {
            padding-right: 0;
          }

          &:last-of-type {
            padding-left: 0;
          }
        }

        th {
          font-size: 32px;
          font-weight: 900;
          line-height: 32px;
          text-transform: uppercase;
          text-align: center;
          border-bottom-width: var(--nutrients-table-divider-width);
        }

        td {
          font-size: 16px;
          padding-top: calc(var(--nutrients-table-spacing) / 3);
          padding-bottom: calc(var(--nutrients-table-spacing) / 3);
        }

        &:nth-child(2) {
          td {
            padding-top: var(--nutrients-table-spacing);
          }
        }

        &:last-of-type {
          td {
            border-bottom-width: var(--nutrients-table-separator-width);
            padding-bottom: var(--nutrients-table-spacing);
          }
        }
      }
    }

    tbody {
      tr {
        th {
          font-size: 17px;
          line-height: 20px;
          font-weight: 900;
          white-space: nowrap;
          text-align: right;
        }

        td {
          border-top-width: var(--nutrients-table-outline-width);
          border-bottom-width: var(--nutrients-table-outline-width);

          ~ td {
            white-space: nowrap;
            text-align: right;
          }
        }

        &:last-of-type {
          td {
            border-bottom-width: 0;
          }
        }
      }
    }

    tfoot {
      font-size: 13px;

      tr {
        &:first-of-type {
          td {
            border-top-width: var(--nutrients-table-outline-width);
          }
        }

        td, th {
          padding-bottom: 0;

          &:first-of-type {
            padding-right: 0;
          }

          &:last-of-type {
            padding-left: 0;
          }
        }
      }
    }
  }
}

/*@media all and (max-width: 575px) {*/
/*  .sw-vimergy-table {*/
/*    table {*/
/*      tbody {*/
/*        tr {*/
/*          td {*/
/*            width: 100%;*/

/*            ~ td {*/
/*              white-space: normal;*/
/*            }*/
/*          }*/
/*        }*/
/*      }*/
/*    }*/
/*  }*/
/*}*/

.sw-vimergy-table + span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 15px auto 0;
  max-width: 462px;
  color: var(--nutrients-table-color);
  text-align: left;
}

#sw_js_featured_review {
  padding: 0;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 0 40px rgba(38, 25, 16, .12);
  margin: 0 0 25px 0;
}

#sw_js_featured_review > .jdgm-rev {
  padding: 20px 25px 5px 25px;
}

#sw_js_featured_review > .jdgm-rev-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0 25px 25px 25px;
  margin: -5px 0 0 0;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: #121310B3 !important;
}

.checkout-sidebar .tax-note a {
  text-decoration: underline;
}

.top-banner-with-product .product-box .price-item.to {
  margin-left: 8px;
}

/* TODO => SHOULD DELETE AFTER VERIFICATION BY MIRO */
main[data-custom_product_template] #shopify-section-product-description {
  display: none;
}
/* END TODO */

.shop-box .product-box .product-card-form .quantity-input, .product-page .quantity input[type=number] {
  pointer-events: none;
}

.quantity-button {
  color: var(--dark-color);
}

.shop-box .product-box .product-footer .price-box .price-item.special-price,
.shop-box .product-box .product-footer .price-box .price-item.regular-price,
.shop-box .product-box .product-footer .price-box .price-item.regular-price + .separator {
  line-height: 20px;
  font-size: 15px;
}

.shop-box .product-box .product-footer .price-box .price-item.regular-price,
.top-banner-with-product .product-box .regular-price {
  color: var(--dark-color);
}

.shop-box .product-box .product-footer .price-box .price-item.special-price > span,
.shop-box .product-box .product-footer .price-box .price-item.special-price > span > span,
.shop-box .product-box .product-footer .price-box .price-item.regular-price > span,
.shop-box .product-box .product-footer .price-box .price-item.regular-price > span > span {
  display: inline-block;
  font-size: 15px;
}

@media all and (min-width: 1200px) {
  .shop-box .product-box .product-footer .price-box .price-item.special-price > span,
  .shop-box .product-box .product-footer .price-box .price-item.special-price > span > span,
  .shop-box .product-box .product-footer .price-box .price-item.regular-price > span,
  .shop-box .product-box .product-footer .price-box .price-item.regular-price > span > span {
    font-size: 16px;
  }

  .shop-box .product-box .product-footer .price-box .price-item.special-price,
  .shop-box .product-box .product-footer .price-box .price-item.regular-price,
  .shop-box .product-box .product-footer .price-box .price-item.regular-price + .separator {
    font-size: 16px;
  }
}

.shop-box .product-box .product-footer .price-box .price-item.old-price,
.cart-items .price.cart-item__old-price {
  font-size: 14px;
  line-height: 20px;
  color: var(--body-text-color);
}

.cart-items td.cart-item__prices .cart-item__discounted-prices .price:not(.cart-item__old-price) {
  color: var(--sale-label-bg-color);
}

.blog-classic .blog-item {
  display: flex;
  flex-flow: column nowrap;
}

.blog-classic .blog-meta-wrap span {
  display: flex !important;
  line-height: 18px;
}

.blog-classic .blog-content {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 !important;
}

.blog-classic .blog-image a .res-image {
  height: 100%;
}

.blog-classic .blog-image {
  margin-bottom: 20px !important;
}

.blog-classic .blog-post-title, .featured-videos .video-title {
  margin-bottom: 8px !important;
  line-height: var(--font_size_plus8) !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--dark-color) !important;
  font-size: var(--font_size_plus1) !important;
}

.featured-videos .video-title {
  margin-bottom: 16px !important;
}

.blog-classic .blog-content p {
  margin-top: auto !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: var(--font_size_minus1);
  line-height: 1.4;
  margin-bottom: 8px !important;
}

.blog-classic .blog-content .btn {
  margin-top: 20px;
}

.blog-classic .blog-meta-wrap strong {
  color: var(--dark-color);
}

.blog-classic .blog-meta-wrap > span {
  flex-flow: row nowrap;
}

.blog-classic .blog-meta-wrap > span .time-to-read {
  margin-left: 4px;
}

.product-articles .swiper-slide {
  height: auto;
}

.product-articles .swiper-slide .blog-item {
  height: 100%;
}

input::placeholder, textarea::placeholder {
  opacity: 0.5;
}

/* BLOG */

.article-page {
  .blog-article {
    .article-content {
      p, ul, ol {
        line-height: 1.8;
      }

      a:hover {
        color: var(--base-color);
        border-bottom-color: var(--base-color);
      }
    }
  }
}

.article-boxes .boxes-text a:hover {
  color: var(--base-color);
  border-bottom-color: var(--base-color);
}

.published-date time, .js-sw-article-date time {
  color: var(--dark-color);
}

.article-disclaimer {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 30px 0;
  overflow: hidden;
  background: var(--white-color);
  height: 130px;
  transition: all 0.5s ease-in-out;
  text-align: justify;
  margin:  50px 0 40px;

  p {
    font-size: var(--font_size_minus2);
    line-height: 1.2;
  }

  .load-more-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #ffffff);

    .link-container {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
      height: 30px;
      background: var(--white-color);
      text-align:center;

      a.load-more {
        .more-text {
          display: inline;
        }

        .less-text {
          display: none;
        }
      }
    }
  }

  &.slide-down {

    .load-more-container {
      background: transparent;

      .link-container {
        a.load-more {

          .more-text {
            display: none;
          }

          .less-text {
            display: inline;
          }
        }
      }
    }
  }
}

.article-detail-wrap h1 {
  font-size: var(--font_size_plus24);
  line-height: var(--font_size_plus28);
}

@media (max-width: 767px) {
  .article-disclaimer {
    margin: 30px 0;
  }

  .article-detail-wrap .h-1, .article-detail-wrap h1 {
    font-size: var(--font_size_plus14);
    line-height: var(--font_size_plus18);
  }

  .article-content .h-2, .article-content h2 {
    font-size: var(--font_size_plus10);
    line-height: var(--font_size_plus14);
  }
}

@media (max-width: 991px) {
  .article-detail-wrap .h-1, .article-detail-wrap h1 {
    font-size: var(--font_size_plus18);
    line-height: var(--font_size_plus22);
  }

  .article-content .h-2, .article-content h2 {
    font-size: var(--font_size_plus14);
    line-height: var(--font_size_plus18);
  }
}

@media (max-width: 1199px) {
  .article-detail-wrap .h-1, .article-detail-wrap h1 {
    font-size: var(--font_size_plus18);
    line-height: var(--font_size_plus22);
  }

  .article-content .h-2, .article-content h2 {
    font-size: var(--font_size_plus14);
    line-height: var(--font_size_plus18);
  }
}

.article-detail-wrap .article-info {
  margin-bottom: 0 !important;
}

.blog-sidebar .blog-categories ul li a {
  display: block;
}

.blog-mobile-categories {
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;

  > div {
    font-weight: var(--font-weight-500);
    padding: 12px 20px;
    background: var(--very-light-gray);
    color: var(--dark-color);
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }

  ul {
    list-style: none;
    width: 100%;
    border-top: 0;

    li {
      width: inherit;

      a {
        display: block;
        width: inherit;
        font-size: var(--font_size_minus1);
        padding: 10px 20px;
        border-bottom: 1px solid #e9e9e9;

        &:hover {
          color: var(--base-color);
        }
      }

      &:last-of-type {
        a {
          border-bottom: 0;
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .index-page .slideshow-banner {
    margin-top: 30px;
  }

  .article-page .blog-classic .blog-item:not(:first-of-type), .search-page .blog-classic .blog-item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.search-page .blog-item > div {
  width: 100% !important;
}

@media (min-width: 768px) {
  .search-page .blog-item > div {
    height: 100% !important;
  }
}

.search-page .blog-classic .blog-item .blog-image img {
  transition: .4s ease-in-out;
}

.search-page .blog-classic .blog-item:hover .blog-image img {
  transform: scale(1.1);
}

.search-page .pagination-wrapper-small {
  margin: 60px 0 20px 0;
}

.blog-sidebar-search {
  div {
    position: relative;
    margin: 4px 0 40px 0;

    input {
      padding-right: 100px;
      margin: 0;
      height: 46px;
      font-size: var(--font_size_minus1);
    }

    button {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      padding-left: 16px;
      padding-right: 16px;

      &:active {
        outline: none;
        box-shadow: none;
        border-color: transparent !important;
      }

      i {
        font-size: 17px;
        vertical-align: unset;
        transition: none;
        margin-right: 6px;
      }

      &:hover {
        color: var(--base-color);
      }
    }
  }
}

.blog-page {
  .blog-content-left {
    .blog-sidebar-search {
      > label {
        font-size: var(--font_size_plus1);
        line-height: var(--font_size_plus1);
        margin-bottom: 15px;
        color: var(--dark-color);
        font-weight: var(--font-weight-500);
      }

      div {
        margin: 4px 0 30px 0;
      }
    }
  }
}

.newsletter-style-2 {
  .newsletter-form {
    button {
      i {
        transition: none;
      }

      &:hover {
        color: var(--base-color);
      }
    }
  }
}

@media (min-width: 992px) {
  .article-page .blog-sidebar-search > label {
    padding-top: 17px;
  }
}

.product-page .position-sticky {
  top: calc((var(--top-space)) + 60px) !important;
}

#shopify-section-header .navbar-nav .nav-item {

  &.is-new, &.is-promo, &.is-useful, &.is-blog, &.is-products {
    .nav-link {
      transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;

      &:hover {
        color: var(--dark-color);
      }

      &:after {
        display: none;
      }

      &:before {
        content: "";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        margin-right: 6px;
      }
    }
  }

  &.is-new {
    .nav-link {
      background-color: var(--base-color-opacity);

      &:before {
        content: "\f4b5";
      }
    }
  }

  &.is-promo {
    .nav-link {
      background-color: var(--orange-color-opacity);

      &:before {
        content: "\f46c";
      }
    }
  }

  &.is-useful {
    .nav-link {
      background-color: var(--brown-color-opacity);

      &:before {
        content: "\f518";
        font-family: 'Font Awesome 6 Free' !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        vertical-align: 0 !important;
      }
    }
  }

  &.is-blog {
    .nav-link {
      background-color: var(--yellow-color-opacity);

      &:before {
        content: "\f5A1";
      }
    }
  }

  &.is-products {
    .nav-link {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      width: 100%;

      &:before {
        content: '\F3F8';
      }

      &:after {
        display: block;
        content: "\e930";
        font-family: feather !important;
        font-size: 20px;
        width: 20px;
        height: 20px;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        opacity: .5;
        margin: 0 -5px 0 auto;
      }
    }
  }

  &:hover {
    &.is-new {
      .nav-link {
        background-color: var(--base-color-opacity-hover);
      }
    }

    &.is-promo {
      .nav-link {
        background-color: var(--orange-color-opacity-hover);
      }
    }

    &.is-useful {
      .nav-link {
        background-color: var(--brown-color-opacity-hover);
      }
    }

    &.is-blog {
      .nav-link {
        background-color: var(--yellow-color-opacity-hover);
      }
    }
  }
}

/* Desktop nav */
@media (min-width: 1200px) {
  #shopify-section-header .navbar-nav .nav-item {

    &.is-new, &.is-promo, &.is-useful, &.is-blog {
      .nav-link {
        padding: 10px 16px;
        margin: 12px 8px;
        border-radius: 28px;
      }
    }

    &.is-new {
      .nav-link {
        padding: 10px 16px;
        margin: 12px 8px 12px 4px;
      }
    }
  }
}

.sw-increment-discount {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 60px 0;

  .discount-text {
    > p {
      flex: 1 1 100%;
      order: 1;
      width: 100%;
      text-align: center;
      font-size: var(--font_size_plus4);
      margin-bottom: 30px;
      color: var(--dark-color);

      strong {
        font-weight: var(--font-weight-700);
      }
    }
  }

  .discount-progress {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    .progress-bar {
      position: absolute;
      width: 100%;
      height: 8px;
      border-radius: 4px;
      background: var(--extra-medium-gray);

      .bar-current {
        height: 8px;
        background: linear-gradient(20deg, #ff7800 0, #ffcd06);
        border-radius: 4px;
        transition: width 1s ease-in-out;
      }
    }

    .progress-dot {
      display: block;
      background: var(--extra-medium-gray);
      border: 2px solid var(--dark-color);
      min-width: 20px;
      min-height: 20px;
      border-radius: 50%;
      z-index: 2;

      &.is-active {
        background: var(--dark-color);
      }
    }
  }

  .discount-numbers {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    .number-wrapper {
      position: relative;
      min-width: 20px;
      min-height: 20px;
      text-align: center;
      font-size: var(--font_size_minus2);
      line-height: var(--font_size);
      font-weight: var(--font-weight-700);
      color: var(--dark-color);
      margin: 6px 0 0 0;

      .number-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        word-break: normal;
      }
    }
  }

  &.is-loading {
    filter: blur(4px);
  }
}

.sw-gift-products {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-block: -5px;

  .gift-products-text {
    text-align: center;
    padding: 12px 50px;
    margin: 0;
    background: #FAEF434D;
    border-radius: 0;

    p {
      display: inline-block;
      text-align: center;
      font-size: var(--font_size_plus3);
      margin-bottom: 0;
      color: var(--dark-color);

      strong {
        font-weight: var(--font-weight-700);
      }
    }
  }

  &.is-loading {
    filter: blur(4px);
  }
}

.cart-page {
  .sw-gift-products {
    .gift-products-text {
      margin-bottom: 30px;
      border-radius: 6px;
    }
  }
}

#cart-notification-content {
  .sw-increment-discount {
    padding: 0 50px 15px 50px;
    margin: 30px 0 0 0;

    .discount-text > p {
      font-size: var(--font_size);
      line-height: var(--font_size_plus4);
    }

    & + .free-shipping-goal-section {
      display: none;
    }
  }

  .sw-gift-products {
    .gift-products-text {
      width: 100%;

      p {
        font-size: var(--font_size);
        line-height: var(--font_size_plus4);
      }
    }
  }

  .mini-cart-bottom {
    .cart-notification-totals-wrapper {
      .cart-subtotal {
        font-size: var(--font_size_plus2);
      }
    }
  }
}

.checkout-sidebar .cart-footer .discounts,
.cart__contents > .discounts,
#cart-notification-content .cart-notification-totals-wrapper .discounts li {
  padding: 4px 10px;
  border: 1px solid #ea060640;
  background: #ea06060D;
  border-radius: 4px;
  font-size: var(--font_size_minus3);
  line-height: var(--font_size_plus6);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.checkout-sidebar .cart-footer .discounts span,
.cart__contents > .discounts span,
#cart-notification-content .cart-notification-totals-wrapper .discounts li span {
  font-weight: var(--font-weight-500);
}

.cart__contents > .tax-note-wrapper .tax-note {
  font-size: var(--font_size_minus3);
  line-height: var(--font_size_plus5);
  margin-bottom: 0;
  display: flex;
  margin-top: 15px;
}

.cart__contents > .tax-note-wrapper .tax-note i {
  font-size: var(--font_size_minus4);
  margin-right: 6px;
  color: var(--dark-color);
}

.checkout-sidebar .cart-footer .cart-subtotal,
.cart__contents > .cart-subtotal  {
  margin-top: 10px;
  font-size: var(--font_size_plus3);
}

@media (max-width: 991px) {
  .checkout-sidebar .cart-footer .cart-subtotal,
  .cart__contents > .cart-subtotal  {
    font-size: var(--font_size_plus2);
  }
}

.cart__contents > .discounts {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart__items  {
    padding-bottom: 25px;
  }
}

@media (max-width: 575px) {
  #cart-notification-content {
    .sw-increment-discount {
      margin: 15px 0;
      padding: 0 15px 15px;

      .discount-text {
        > p {
          font-size: var(--font_size_minus1);
          line-height: var(--font_size_plus2);
        }

        p {
          margin: 0 0 15px 0;
        }
      }
    }

    .sw-gift-products {
      p {
        font-size: var(--font_size_minus1);
        line-height: var(--font_size_plus2);
      }
    }

    .sw-gift-products {
      .gift-products-text {
        padding: 12px 15px;
      }
    }
  }
}

@media (max-width: 767px) {
  .cart-page {
    .sw-increment-discount {
      .discount-text {
        > p {
          font-size: var(--font_size);
          line-height: var(--font_size_plus6);
        }
      }
    }

    .sw-gift-products {
      .gift-products-text {
        p {
          font-size: var(--font_size);
          line-height: var(--font_size_plus6);
        }
      }
    }
  }
}

@media (min-width: 768px) {
  .cart-page {
    .sw-increment-discount {
      max-width: 83.33333333%;
      margin-left: auto;
      margin-right: auto;
    }

    .sw-gift-products {
      .gift-products-text {
        padding: 16px 24px;
        margin-bottom: 35px;
      }
    }
  }
}

@media (min-width: 992px) {
  .cart-page {
    .sw-increment-discount {
      max-width: 75%;
    }
  }
}

span.buckscc-money {
  cursor: text !important;
}

.sw-dynamic-popup {
  position: relative;
  max-width: 500px;
  padding: 40px;
  border-radius: 4px;
  margin: 0 auto;
  background: #FFFFFF;
}

.sw-dynamic-popup .popup-title {
  font-size: var(--font_size_plus6);
  font-weight: var(--font-weight-500);
  line-height: var(--font_size_plus10);
  color: var(--dark-color);
  margin-bottom: 36px;
  padding: 0 30px 0 0;
}

.sw-dynamic-popup .popup-content {
  color: var(--dark-color);
}

.sw-dynamic-popup .popup-content p {
  margin: 0;
}

.checkout-sidebar .cart-footer {
  margin: 0;
}

.shipping-info li i.bi-info-circle {
  color: inherit;
}

.discounts .discount-money, .discounts .discount-title {
  color: var(--sale-label-bg-color);
}

/* Forms Override */

.image-with-newsletter .newsletter-form input, .image-with-newsletter .newsletter-form textarea {
  border: none;
  border-bottom: 1px solid var(--extra-medium-gray);
  padding: 0 35px 10px 0;
  margin-bottom: 0;
  border-radius: 0;
}
.image-with-newsletter .newsletter-form input:focus, .image-with-newsletter .newsletter-form textarea:focus {
  border-color: var(--dark-color);
}

.image-with-newsletter .newsletter-form .field-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  margin-top: -5px;
}

.image-with-newsletter .newsletter-form .input-group {
  margin-bottom: 20px;
}

.image-with-newsletter .section-sub-heading {
  color: var(--dark-color);
  font-weight: var(--font-weight-500);
  margin-bottom: 10px !important;
  display: inline-block !important;
}

.image-with-newsletter .newsletter-download {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base-color-opacity);
  width: 100%;
  padding: 50px 20px;
  margin: 35px 0 0 0;
  border-radius: 4px;
  color: var(--dark-color);
  font-size: 18px;
  font-weight: var(--font-weight-500);
}

.image-with-newsletter .newsletter-download:hover {
  background: var(--base-color-opacity-hover);
}

.image-with-newsletter .newsletter-download i {
  font-size: 26px;
  margin-right: 10px;
}

.image-with-newsletter .newsletter-form .newsletter-download ~ * {
  display: none !important;
}

.cart__items .cart-item__prices .cart-item__discounted-prices .cart-item__old-price {
  margin-right: 6px;
}

@media (max-width: 575px) {
  .mini-cart-wrapper {
    .cart-notification-products {
      .cart-notification-product {
        margin-bottom: 15px;

        .product-image {
          margin-right: 15px;
        }
      }
    }
  }

  .mini-cart-bottom {
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 0 0 0;
    box-shadow: 0 0 30px #00000026;

    .cart-notification-addons {
      margin: 0;
      order: 1;

      .addon-icon {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
        overflow-x: auto;
        background: #FFFFFF;
        margin: 15px 0 0 0;

        .addon-btn {
          align-items: center;
          border-right: 1px solid #eee;
          display: flex;
          flex: 1 0 auto;
          justify-content: center;
          padding: 12px 0 13px 0;
          position: relative;
          color: var(--dark-color);
          min-width: 75px;

          &:not(:last-child):after {
            display: none;
          }

          i {
            font-size: var(--font_size_plus4);
            margin: 0;
          }

          span {
            font-size: var(--font_size_minus5);
            line-height: var(--font_size_minus5);
            font-weight: 500;
            margin-top: 5px;
          }
        }
      }
    }

    .cart-notification-totals-wrapper {
      padding: 0 15px;
    }

    .cart-agreement {
      padding: 0 15px;
      margin-bottom: 15px;
    }

    .cart-notification-buttons-wrapper {
      padding: 0 15px;

      > a {
        display: none;
      }
    }
  }
}

.js-sw-redirect-to-cart, .js-sw-close-mini-cart {
  cursor: pointer
}

.cart-notification-addons a.addon-btn:last-of-type:after {
  display: none;
}

.cart-notification-product .old-price {
  display: flex;
  font-size: 14px;
  line-height: 16px;
  margin: 0 6px 0 0;
  color: var(--body-text-color);
}

.cart-notification-product .new-price {
  font-weight: var(--font-weight-500);
  line-height: var(--font_size_plus1);
  color: var(--sale-label-bg-color);
}

.cart-items td .discounts .discounts__discount {
  color: var(--sale-label-bg-color) !important;
  border-color: #ea060640 !important;
  padding: 4px 8px !important;
  background: #ea06060D !important;
}

[data-section-type="hero-banner-section"] {
  height: auto !important;
}

[data-section-type="hero-banner-section"] img {
  border-radius: 10px;
}

[data-section-type="hero-banner-section"] img {
  object-fit: unset !important;
  position: unset !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .slideshow-banner .banner-image {
    flex: 0 0 auto !important;
    width: 49% !important;
    height: auto !important;
    padding: 40px 20px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .slideshow-banner {
    margin-top: 30px !important;
  }
}

.sw-partner-banner {
  .section-radius {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;

    .section-sub-heading {
      margin-top: 30px;
    }

    .section-heading {
      max-width: 700px;
      padding: 0 30px;
      margin: 10px auto 76px auto;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sw-partner-banner {
    .section-radius {
      background-position: left center;
    }
  }
}

.collection-page .page-title {
  background-size: 1690px auto;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .collection-page .page-title .small-screen {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .collection-page .page-title .small-screen {
    height: 250px;
  }
}

@media (max-width: 1199px) {
  .product-buttons-wrap a, .product-buttons-wrap button {
    background-color: var(--base-color) !important;
    color: var(--white-color) !important;
  }

  .product-buttons-wrap a.sold-btn {
    background-color: var(--red) !important;
    opacity: 0.5 !important;
  }

  .shop-box .product-buttons-wrap a span {
    color: var(--white-color) !important;
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .slideshow-banner .banner-image {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.newsletter-style-2 .newsletter-box {
  background-color: var(--base-color) !important;
}

/* Deal of the Day */
.countdown-style-1 {
  p {
    font-size: 15px;
    line-height: 24px;

    a {
      display: inline-block;
      border-bottom: 1px solid var(--white-color);
      line-height: 22px;
      text-decoration: none;
      transition: all .2s ease-in-out;
      color: var(--white-color);

      &:hover {
        color: var(--base-color);
        border-color: var(--base-color);
      }
    }
  }
}

/* Offer boxes */
.offer-box {
  .offer-box-wrap {
    font-size: 15px;
    line-height: 18px;

    i {
      font-size: 125px;
    }
  }
}

/* Content Block fixes */
.content-block {
  .row {
    row-gap: 20px;
  }

  .section-heading {
    margin-bottom: 14px !important;
  }

  .content-box {
    .btn {
      margin-top: 16px;
    }

    &.has-icon {
      position: relative;
      padding-left: 60px;
    }
  }
}

@media all and (min-width: 576px) {
  .content-block {
    .content-box {
      &.has-icon {
        padding-left: 65px;
      }
    }
  }
}

@media all and (min-width: 768px) {
  .content-block {
    .row {
      row-gap: 30px;
    }

    .content-box {
      &.has-icon {
        padding-left: 70px;
      }
    }
  }
}

@media all and (min-width: 1200px) {
  .content-block {
    .content-box {
      &.has-icon {
        padding-left: 75px;
      }
    }
  }
}

/* Social share article */
.article-share .share-link a {
  color: var(--dark-color);
}

.article-share .share-link a:hover {
  opacity: .6;
}

/* Collection Popup Button */

.page-title h1 + .modal-popup.center,
.page-title div + .modal-popup.center,
.page-title ul + .modal-popup.center {
  margin-top: 15px;
}

.page-title .modal-popup.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.page-title .modal-popup.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.page-title .modal-popup.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.page-title .modal-popup.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-title .modal-popup:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .page-title .modal-popup.bottom-left, .page-title .modal-popup.bottom-right,
  .page-title .modal-popup.top-left, .page-title .modal-popup.top-right {
    left: auto;
    right: auto;
  }
}

.sw-partners-cta .section-bg {
  padding-left: 40px;
  padding-right: 40px;
}

.sw-partners-cta .section-bg .h-1 {
  margin-top: 25px;
}

.tag-share-wrap .article-share ul {
  display: flex;
  align-items: flex-end;
}

/* Top banner override */
@media (min-width: 992px) {
  .top-banner-with-product {
    .banner-item-top {
      min-height: 137px;
    }
  }
}

@media (min-width: 1200px) {
  .top-banner-with-product {
    .banner-item-top {
      min-height: 145px;
    }
  }
}

/* Stock left override */
.stock-left-wrap {
  color: var(--red);
  background-color: #ffd9d999;
  padding: 16px 20px 24px;
  border-radius: 4px;

  .stock-left-message {
    margin-bottom: 13px !important;

    i {
      color: var(--red);
      margin-right: 3px;
    }
  }

  .stock-progress-bar {
    background-color: var(--white-color) !important;
  }
}

@media (max-width: 1399px) {
  .newsletter-style-2 .newsletter-wrap form {
    width: 380px !important;
  }
}

@media (min-width: 1400px) {
  .newsletter-style-2 .newsletter-wrap form {
    width: 450px !important;
  }
}

.section-heading-underline {
  z-index: 1;
}

.section-heading-underline u {
  position: relative;
  text-decoration: none;
}

.section-heading-underline u:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: calc(100% + 8px);
  height: 8px;
  background-color: #2FA62559;
  border-radius: 2px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .newsletter-style-2 .newsletter-wrap form {
    width: 100% !important;
  }
  .newsletter-style-2 .newsletter-form, .newsletter-style-2 .newsletter-form form {
    width: 100% !important;
  }
}

/* Judge.Me user icon override */
.jdgm-rev__title {
  color: var(--dark-color);
}
.jdgm-rev__icon {
  background-image: url('https://prirodnik.com/cdn/shop/files/Untitled_design_34.png?v=1725257647&width=36');
  background-color: transparent !important;

  &:before {
    display: none;
  }

  &:after {
    background-color: var(--jdgm-star-color) !important;
  }
}

/* Logo wave addition */
#hongo-header {
  .navbar {
    .header-top-bar {
      padding-top: 0;

      .logo {
        position: relative;
        background: var(--white-color);
        padding-top: 6px;
        padding-bottom: 5px;
        height: 48px;

        &:before, &:after {
          content: '';
          position: absolute;
          top: 0;
          width: 59px;
          min-width: 59px;
          height: 48px;
          /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" zoomAndPan="magnify" viewBox="0 0 75 74.999997" height="100" preserveAspectRatio="xMidYMid meet" version="1.0"><rect x="-7.5" width="90" fill="%23ffffff" y="-7.5" height="89.999996" fill-opacity="1"/><rect x="-7.5" width="90" fill="%23ffffff" y="-7.5" height="89.999996" fill-opacity="1"/><path stroke-linecap="butt" transform="matrix(-0.607522, -0.439791, 0.439791, -0.607522, 66.070763, 143.65503)" fill="none" stroke-linejoin="miter" d="M 17.089789 51.487346 C 52.810375 33.505367 88.531183 33.500962 124.249882 51.488678 " stroke="%232fa625" stroke-width="76" stroke-opacity="1" stroke-miterlimit="4"/><path stroke-linecap="butt" transform="matrix(-0.61854, -0.424156, 0.424156, -0.61854, 12.112999, 87.198757)" fill="none" stroke-linejoin="miter" d="M 19.713573 32.4877 C 56.008372 54.508863 92.305402 54.513447 128.603068 32.489915 " stroke="%232fa625" stroke-width="76" stroke-opacity="1" stroke-miterlimit="4"/></svg>');*/
          /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" zoomAndPan="magnify" viewBox="0 0 75 74.999997" height="100" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="3d1e9cc53b"><path d="M 0 0 L 74.992188 0 L 74.992188 74.921875 L 0 74.921875 Z M 0 0 " clip-rule="nonzero"/></clipPath></defs><rect x="-7.5" width="90" fill="%23ffffff" y="-7.5" height="89.999996" fill-opacity="1"/><rect x="-7.5" width="90" fill="%232fa625" y="-7.5" height="89.999996" fill-opacity="1"/><g clip-path="url(%233d1e9cc53b)"><path fill="%23ffffff" d="M 74.992188 74.984375 C 74.039062 74.675781 73.105469 74.429688 72.183594 74.183594 C 68.574219 73.230469 64.84375 72.238281 60.203125 67.601562 C 55.566406 62.960938 54.578125 59.230469 53.621094 55.621094 C 52.65625 51.972656 51.660156 48.203125 46.964844 43.507812 C 42.269531 38.8125 38.496094 37.816406 34.851562 36.851562 C 31.238281 35.894531 27.507812 34.90625 22.871094 30.265625 C 18.230469 25.628906 17.242188 21.894531 16.289062 18.285156 C 15.324219 14.640625 14.324219 10.867188 9.628906 6.171875 C 4.933594 1.480469 1.164062 0.480469 -2.484375 -0.484375 C -4.242188 -0.949219 -6.027344 -1.421875 -7.933594 -2.320312 L 74.992188 -2.320312 Z M 74.992188 74.984375 " fill-opacity="1" fill-rule="nonzero"/></g></svg>');*/
          background-size: 59px 48px;
        }

        &:before {
          left: -30px;
          background-image: var(--header-curve-left-mobile);
        }

        &:after {
          right: -30px;
          /*transform: scale(-1, 1);*/
          background-image: var(--header-curve-right-mobile);
        }
      }

      .toggler-wrapper, .header-top-right {
        padding-top: 10px;
      }
    }
  }
}

@media (min-width: 768px) {
  #hongo-header {
    .navbar {
      .header-top-bar {
        .logo {
          height: 60px;

          &:before, &:after {
            width: 89px;
            min-width: 89px;
            height: 60px;
            background-size: 89px 60px;
          }
        }
      }
    }
  }
}

@media (min-width: 1200px) {
  #hongo-header {
    .navbar {
      .header-top-bar {
        background-color: var(--white-color);
        padding: 0;

        > div {
          background-color: var(--base-color);
        }

        .logo {
          height: 88px;
          padding-top: 15px;
          padding-bottom: 15px;
          width: 230px;

          &:before {
            display: none;
          }

          &:after {
            width: 131px;
            min-width: 131px;
            height: 88px;
            background-size: 131px 88px;
            background-image: var(--header-curve-left-desktop);
            background-color: var(--white-color);
            right: -30px;
          }
        }

        .header-top-right {
          padding-top: 0;
          padding-bottom: 0;
        }

        .wishlist, .account {
          padding-top: 18px;
          padding-bottom: 18px;
        }

        .cart {
          text-align: right;
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          justify-content: flex-end;
          padding-top: 24px;
          padding-bottom: 24px;
          padding-left: 85px;
          background: var(--white-color);
          margin-right: -15px;

          a {
            padding-right: 35px;
            color: var(--dark-color);

            .count {
              color: var(--white-color);
              background-color: var(--base-color);
            }

            .addon-title {
              color: var(--body-text-color);
              text-align: left;
            }
          }

          &:before {
            content: '';
            position: absolute;
            top: 0;
            width: 131px;
            min-width: 131px;
            height: 88px;
            left: 0;
            /* INVERTED IMAGE FOR DESKTOP */
            /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" zoomAndPan="magnify" viewBox="0 0 75 74.999997" height="100" preserveAspectRatio="xMidYMid meet" version="1.0"><rect x="-7.5" width="90" fill="%23ffffff" y="-7.5" height="89.999996" fill-opacity="1"/><rect x="-7.5" width="90" fill="%232fa625" y="-7.5" height="89.999996" fill-opacity="1"/><path stroke-linecap="butt" transform="matrix(-0.607522, -0.439791, 0.439791, -0.607522, 66.070763, 143.65503)" fill="none" stroke-linejoin="miter" d="M 17.089789 51.487346 C 52.810375 33.505367 88.531183 33.500962 124.249882 51.488678 " stroke="%23ffffff" stroke-width="76" stroke-opacity="1" stroke-miterlimit="4"/><path stroke-linecap="butt" transform="matrix(-0.61854, -0.424156, 0.424156, -0.61854, 12.112999, 87.198757)" fill="none" stroke-linejoin="miter" d="M 19.713573 32.4877 C 56.008372 54.508863 92.305402 54.513447 128.603068 32.489915 " stroke="%23ffffff" stroke-width="76" stroke-opacity="1" stroke-miterlimit="4"/></svg>');*/
            background-image: var(--header-curve-right-desktop);
            background-size: 131px 88px;
          }
        }
      }
    }
  }
}

.jdgm-form {

  .jdgm-form__title {
    color: var(--dark-color);
    margin-top: 14px;
  }

  .jdgm-form__fieldset {
    text-align: left;

    label {
      color: var(--dark-color);
      font-family: var(--body-font);
      font-size: var(--font_size_minus2);
      font-weight: var(--font-weight-500);
      line-height: var(--body-line-height);
      margin-bottom: 5px;
    }

    input:not(.jdgm-btn):focus, textarea:focus {
      border-color: var(--dark-color) !important;
    }

    a.jdgm-btn {
      font-size: var(--font_size_minus1);
      padding: 14px 24px;
      font-weight: var(--font-weight-500);
      border-radius: 4px;
      line-height: 17px;
      transition: .3s ease-in-out;

      &:hover {
        border-color: var(--base-color);
        color: var(--base-color);
        background-color: #42951933;
        opacity: 1;
      }
    }

    input.jdgm-btn {
      font-size: var(--font_size_minus1);
      padding: 14px 24px;
      font-weight: var(--font-weight-500);
      border-radius: 4px;
      margin-top: 8px;
      transition: .3s ease-in-out !important;
      height: auto;
      line-height: 17px;
      width: auto;

      &:hover {
        background: var(--base-color-hover);
        border-color: var(--base-color-hover);
        opacity: 1;
      }
    }

    &[aria-label] {
      text-align: center;
    }

    &.jdgm-form__fieldset-actions {
      text-align: center;
    }
  }

  &:not(.jdgm-question-form):not(.jdgm-form-dynamic) {
    .jdgm-form__fieldset:nth-child(5) {
      text-align: center;
    }
  }
}

.jdgm-rev-widg .jdgm-ask-question-btn {
  font-size: var(--font_size_minus1);
  padding: 14px 24px;
  font-weight: var(--font-weight-500);
  border-radius: 4px;
  line-height: 17px;
  transition: .3s ease-in-out;
}

.jdgm-rev-widg .jdgm-ask-question-btn:hover {
  border-color: var(--base-color);
  color: var(--base-color) !important;
  background-color: #42951933 !important;
  opacity: 1 !important;ЧИ
}

.cart-page {
  #shipping-calculator {
    .wrapper-response {
      margin-top: -4px;
      margin-bottom: 15px;

      &:not(.error) {
        #shipping-rates-feedback {
          display: none;
        }
      }
    }
  }
}


@media (min-width: 1000px) {
  .cart-page {
    #shipping-calculator {
      padding-bottom: 5px;
      border-bottom: 1px solid var(--extra-medium-gray);
      margin-bottom: 20px;
    }
  }
}

/* Open Sans font fixes */
.btn {
  font-weight: var(--font-weight-600);
}
.cart-btn, .product-buttons-wrap a span, .collection-title, .badge {
  font-weight: var(--font-weight-600);
}
.product-description-badge {
  font-weight: var(--font-weight-700);
}

/* Judge.me reviews and questions tab */
#judgeme_product_reviews {
  .jdgm-rev-widg {
    padding-left: 0 !important;
    padding-right: 0 !important;

    .jdgm-subtab {
      border: 0;

      .jdgm-subtab__name {
        color: var(--dark-color);
        background-color: transparent;
        border: 1px solid var(--extra-medium-gray);
        text-decoration: none;
        font-size: 14px;
        margin-right: 9px;
        border-radius: 26px;
        transition: .2s ease-in-out;

        &:hover {
          border-color: var(--base-color);
          background-color: var(--base-color);
          color: var(--white-color);
          opacity: 1;
        }

        &.jdgm--active {
          border-color: var(--base-color);
          background-color: var(--base-color);
          color: var(--white-color);
        }
      }
    }

    .jdgm-quest-widg__body {
      margin-top: 20px;
    }

    .jdgm-row-actions {
      border: 0;
    }
  }
}

@media (min-width: 576px) {
  #judgeme_product_reviews {
    .jdgm-rev-widg {
      > div {
        padding-left: 15px;
        padding-right: 15px;
      }

      .jdgm-subtab, .jdgm-quest-widg__body {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
      }
    }
  }
}

@media (min-width: 768px) {
  #judgeme_product_reviews {
    .jdgm-rev-widg {
      .jdgm-subtab, .jdgm-quest-widg__body {
        max-width: 720px;
      }
    }
  }
}

@media (min-width: 992px) {
  #judgeme_product_reviews {
    .jdgm-rev-widg {
      .jdgm-subtab, .jdgm-quest-widg__body {
        max-width: 960px;
      }
    }
  }
}

@media (min-width: 1200px) {
  #judgeme_product_reviews {
    .jdgm-rev-widg {
      .jdgm-subtab, .jdgm-quest-widg__body {
        max-width: var(--container, 1280px);
      }
    }
  }
}

.product-footer {
  .product-rating {
    .jdgm-prev-badge {
      .jdgm-qa-badge {
        display: none;
      }
    }
  }
}

/* Notify when available success message styling */
.product-summary .form-status-message {
  margin-bottom: 16px;
  color: var(--base-color);
  background-color: #2fa6250f;
  border-radius: 4px;
  border-color: #2FA62559;
}

.product-summary .form-status-message i {
  left: 16px;
  top: calc(50% - 10px);
}

#stock-notify {
  .notify-product-form {
    input, textarea {
      background-color: var(--white-color);
    }

    button[type="submit"] {
      background: var(--base-color);
      border-color: var(--base-color);

      &:hover {
        background: var(--base-color-hover);
        border-color: var(--base-color-hover);
      }
    }
  }
}

/* Notify when available with an App */
.product-form {
  .product-form-buttons {
    .action-btn {
      .quantity-btn {
        order: 1;
      }

      .notify-me, .cart-btn {
        order: 2;
      }

      .wishlist-btn {
        order: 3;
      }
    }
  }
}

.gw-button-widget {
  margin-top: 15px;
  color: #FFF !important;
  background-color: #2fa625 !important;
  border: 0;
  padding: 5px 15px;
  height: 50px;
  line-height: 14px;
  order: 2;
  transition: .2s ease-in-out;
}

.gw-button-widget:hover {
  background-color: #63BC5C !important;
}

@media (max-width: 767px) {
  .gw-button-widget {
    width: calc(100% - 63px) !important;
  }

  .product-form {
    .product-form-buttons {
      .action-btn {
        .wishlist-btn {
          margin: 15px 0 0 auto;
        }
      }
    }
  }
}

/* Search mobile listing */
@media (max-width: 1199px) {
  .search-result.sw-mobile-listing {
    .col {
      a {
        display: grid;
        grid-template-columns: 80px minmax(0, 1fr);
        grid-column-gap: 20px;
        align-items: center;
        justify-content: flex-start;

        .details {
          padding: 0;
          text-align: left;
        }
      }

      &:nth-child(1), &:nth-child(2) {
        margin-top: 40px;
      }
    }
  }
}

@media (max-width: 991px) {
  .search-result.sw-mobile-listing {
    .col {
      &:nth-child(1) {
        margin-top: 40px;
      }

      &:nth-child(2) {
        margin-top: 0;
      }
    }
  }
}

.header-layout-style-2 .search-results-wrapper .search-results-inner {
  padding: 0;
}

.search-results-wrapper.active .search-result-wrapper .search-result {
  margin: 0;
}

.search-results-wrapper .more-action {
  padding: 20px 0 40px 0;
}

@media (min-width: 1200px) {
  .header-layout-style-2 .search-results-wrapper .search-results-inner .col {
    margin-top: 50px;
  }

  .search-results-wrapper .more-action {
    padding: 40px 0 50px 0;
  }
}

.header-layout-style-2 .search-results-wrapper .search-results-inner .search-result .no-result  {
  margin-block: 40px;
}

@media (max-width: 99px)  {
  .search-result .col {
    &:nth-child(1) {
      margin-top: 40px;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-result .col {
    &:nth-child(1), &:nth-child(2) {
      margin-top: 40px;
    }
  }
}

.featured-videos .video-wrapper {
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
}

.featured-videos .video-wrapper .position-absolute {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.navbar-collapse {
  .navbar-collapse-header {
    .vertical-menu-list, .horizontal-menu-list {
      display: none;

      &.active {
        display: flex;
      }
    }

    .vertical-menu-list {
      display: none;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding-right: 17px;
      width: 100%;
      text-align: center;
      z-index: 1;
      max-width: 100% !important;

      &:before {
        content: "\e92f";
        font-family: feather;
        font-size: var(--font_size_plus3);
        float: left;
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
      }

      &.active {
        display: flex;

        + .back-wrapper {
          display: none;
        }
      }
    }
  }
}

/* Search override */
.header-layout-style-2 .search-results-wrapper:before {
  pointer-events: none !important;
  display: none !important;
}

body.search-active .search-overlay {
  opacity: .7;
  visibility: visible;
  margin-top: var(--header-height);
}

.search-overlay {
  transition: none;
}

@media (max-width: 1199px) {
  #minisearch-popup {
    .search-results-wrapper {
      transition: none;

      &.active {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: hidden;
        margin-top: var(--header-height);
        max-height: calc(100% - var(--header-height));

        .search-results-inner {
          max-height: 100%;
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .featured-videos.featured-collection-slider, .top-products-slider.featured-collection-slider {
    .swiper {
      padding-inline: 30px;
      margin-left: 0;
      margin-right: 0;
    }
  }
}

/* Cookie consent */
.shopify-pc__banner__dialog {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 1660px;
  margin: 0 auto;
  border-radius: 0 !important;
}

.shopify-pc__banner__dialog p, #shopify-pc__prefs__dialog p, #shopify-pc__prefs__dialog ul {
  color: #999999 !important;
}

.shopify-pc__banner__btn-accept, #shopify-pc__prefs__header-accept {
  border-color: hsl(115deg, 64%, 40%, 100%) !important;
  border-radius: 4px !important;
  order: 3;
  outline: none !important;
  box-shadow: none !important;
}

.shopify-pc__banner__btn-accept:hover, #shopify-pc__prefs__header-accept:hover {
  background-color: var(--base-color-hover) !important;
  border-color: var(--base-color-hover) !important;
}

.shopify-pc__banner__btn-decline, #shopify-pc__prefs__header-decline {
  background: transparent !important;
  border-color: var(--body-text-color) !important;
  border-radius: 4px !important;
  order: 1;
  outline: none !important;
  box-shadow: none !important;
}

.shopify-pc__banner__btn-decline:hover, #shopify-pc__prefs__header-decline:hover {
  background: #71717a40 !important;
}

#shopify-pc__prefs__header-save {
  background: transparent !important;
  border-color: #2fa625CC !important;
  border-radius: 4px !important;
  order: 2;
  color: #FFF !important;
  outline: none !important;
  box-shadow: none !important;
}

.shopify-pc__prefs__option label input:focus ~ span {
  background-color: transparent !important;
}

.shopify-pc__prefs__option label input:focus ~ span svg {
  outline: none !important;
  box-shadow: none !important;
}

#shopify-pc__prefs__header-save:hover {
  background: #2fa62533 !important;
}

.shopify-pc__prefs__header-actions button {
  font-size: 16px !important;
  line-height: 22px !important;
}

.shopify-pc__banner__btn-manage-prefs {
  order: 1;
}

.shopify-pc__banner__btn-manage-prefs:hover {
  color: hsl(115deg, 64%, 40%, 100%) !important;
}

#shopify-pc__prefs__header-close {
  outline: none !important;
  box-shadow: none !important;
}

@media all and (min-width: 576px) {
  .shopify-pc__banner__dialog {
    max-width: 510px;
    border-radius: 5px !important;
    margin: 0 auto 30px auto;
  }
}

@media all and (min-width: 751px) {
  #shopify-pc__prefs__header-accept {
    margin: 0 0 0 20px !important;
  }
}

@media all and (min-width: 768px) {
  .shopify-pc__banner__dialog {
    max-width: 690px;
  }
}

@media all and (min-width: 992px) {
  .shopify-pc__banner__dialog {
    max-width: 930px;
  }
}

@media all and (min-width: 1200px) {
  .shopify-pc__banner__dialog {
    display: block;
    left: 15px !important;
    right: 15px !important;
    width: calc(100% - 30px) !important;
    max-width: 1390px;
  }
}

@media all and (min-width: 1400px) {
  .shopify-pc__banner__dialog {
    margin: 0 auto 50px auto;
  }
}

/* MPF modal override */
.mfp-container {
  overflow: auto;
}

/* Double Currency */
.double-currency-divider {
  color: var(--dark-color);
  opacity: .4;
}

.cart-product-info .quantity-wrap .discount-price-wrapper {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
}

.checkout-sidebar .sidebar-bottom .additional-checkout-buttons {
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .cart-items .cart-item__totals .price {
    display: flex;
    flex-flow: column nowrap;

    .double-currency-divider {
      display: none;
    }
  }
}