/** Shopify CDN: Minification failed

Line 4228:16 Unexpected "{"
Line 4228:25 Expected ":"
Line 4228:32 Unexpected "{"
Line 4229:18 Expected identifier but found whitespace
Line 4229:20 Unexpected "{"
Line 4229:29 Expected ":"
Line 4229:55 Expected ":"
Line 4230:21 Expected identifier but found whitespace
Line 4230:23 Unexpected "{"
Line 4230:32 Expected ":"
... and 12 more hidden warnings

**/
/* ======================================
   ============ HEADER START ============
   ====================================== */

.header-right_menu {
  display: flex;
  justify-content: end;
}
.hide_wraper {
  display: none !important;
}
ul.header_menu-wrapper {
  padding: 0;
  display: flex;
  gap: 28px;
}

ul.header_menu-wrapper li {
  list-style: none;
}

ul.header_menu-wrapper li a {
  text-decoration: none;
  color: rgba(var(--color-foreground));
}
ul.header_menu-wrapper li a {
  font-weight: 600;
  font-size: 18px;
}

ul.header_menu-wrapper {
  margin: 0;
}
nav.header__inline-menu ul.list-menu li .header__menu-item,
nav.header__inline-menu ul.list-menu li .header__menu-item {
  background: #ebeaea;
  padding: 5px 30px;
}
nav.header__inline-menu ul.header__submenu li .header__menu-item {
  background: transparent;
  padding: 0.8rem 2rem;
}
nav.header__inline-menu ul.list-menu {
  gap: 14px;
}
.header__menu-item:hover span,
.header__menu-item span {
  text-decoration: unset !important;
}
.header__menu-item {
  display: inline-block;
  padding: 10px 20px;
  background-color: #eee;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin: 0 5px;
  transition: all 0.3s ease;
}

nav.header__inline-menu ul.list-menu li a:hover,
nav.header__inline-menu ul.list-menu li summary:hover {
  background-color: #294735;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
nav.header__inline-menu ul.list-menu li a:hover .header__active-menu-item {
  color: #2d7140;
}
sticky-header.header-wrapper--border-bottom {
  border-bottom: unset;
}
.header__icon .svg-wrapper,
.header__icon, .header__icon--cart .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.cart-count-bubble {
      bottom: -0.3rem;
    left: 1.2rem;
}
.header__icons {
  padding-right: 0;
  gap: 4px;
}
.header__icon--cart {
  margin-right: 0;
}
.js .menu-drawer__menu-item .icon-caret {
  display: block!important;
}
.js .menu-drawer__menu-item .icon-arrow {
  display: none;
}
#Details-menu-drawer-menu-item-1[open] > summary .icon-caret {
  transform: rotate(180deg);
}
#Details-menu-drawer-menu-item-1[open] .menu-opening[open] .icon-caret {
  transform: rotate(180deg);
}
.menu-drawer__menu-item>.svg-wrapper {
  position: unset!important;
  transform: none!important;
}
.menu-drawer__menu-item>.svg-wrapper svg {
  position: unset;
}
.header .menu-drawer__menu-item {
  font-size: 20px;
}
.header .menu-drawer__submenu .menu-drawer__menu-item {
  font-size: 16px;
}
.header .menu-drawer__submenu summary.menu-drawer__menu-item {
  color: #676767;
}
.header .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__menu-item {
  font-size: 12px;
  color: #676767;
}
.menu-drawer__navigation > ul > li:nth-child(4) a,
.menu-drawer__navigation > ul > li:last-child a {
  color: #686868;
  font-size: 16px;
}
@media (min-width: 990px) {
  .header_mobile-menu {
    display: none;
  }
}
@media (max-width: 990px) {
  .header-right_menu {
    display: none;
  }

  .header__icon .svg-wrapper,
  .header__icon, .header__icon--cart .icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: scale(1);
  }

  .header__icon .icon.icon-close {
    padding: 3px;
  }

  .header-left_menu {
    display: none;
  }
  .header_mobile-menu nav.header__inline-menu {
    display: flex;
  }

  .header_mobile-menu nav.header__inline-menu ul.list-menu {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: unset;
  }

  /* .header_mobile-menu {
    padding-bottom: 15px;
  } */

  .header_mobile-menu ul li:first-child {
    margin-left: 40px;
  }

  .header_mobile-menu ul li:first-child a {
  }

  .header_mobile-menu ul.list-menu.list-menu--inline::-webkit-scrollbar {
    display: none;
  }
  .cart-count-bubble {
      bottom: 0;
    left: 1.5rem;
  }
}
@media (max-width: 600px) {
  .header-wrapper .header {
    padding: 8px 2rem 8px 2rem;
  }
  .header_mobile-menu ul li:first-child {
    margin-left: 28px;
  }
}

/* ======================================
   ============ HEADER END ==============
   ====================================== */

/* ======================================
   ============ FOOTER START ============
   ====================================== */
.header_menu-wrapper li .header__menu-item {
    background: transparent !important;
    color: black;
    font-weight: 600;
    font-size: 18px;
}


.footer__content-bottom {
  display: none;
}
.footer .footer-block__details-content .list-menu__item--link,
.footer .copyright__content a {
  color: rgba(var(--color-foreground));
}
.footer ul.footer-block__details-content li a {
  padding: 0;
  position: relative;
}

@media(min-width: 750px) {
  .footer ul.footer-block__details-content li a {
    font-size: 16px;
  }
}

ul.footer-block__details-content li a:after {
  background: white;
  left: 0;
  right: 0;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0;
}

ul.footer-block__details-content li a:hover:after {
  width: 100%;
}
li.list-social__item a {
  padding: 0;
}
a.link.list-social__link span {
  width: 36px;
  height: 36px;
}

a.link.list-social__link span svg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.footer__list-social {
  gap: 10px;
}
.footer_payment-method {
  margin-top: 50px;
}

.footer_payment-method-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-block__details-content>li:not(:last-child) {
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer-block__details-content>li {
  margin-left: 10px;
  margin-right: 10px;
}

.footer .footer__content-top {
  padding-bottom: 0;
}

.method-wrapper-item {
  display: flex;
}

.footer-block__details-content .list-menu__item--link {
  display: inline-flex;
}

.footer-block__details-content > p,
.footer-block__details-content > li {
  line-height: 1;
}
a.list-menu__item--active {
  text-decoration: unset;
}

@media (min-width: 1051px) {
  .footer__blocks-wrapper .footer-block-image {
    max-width: 16%;
  }
  li.list-social__item {
    margin-top: 4px;
  }
  .footer__blocks-wrapper .footer-block-link_list {
    max-width: 15%;
    margin-top: 42px;
  }

  .footer__blocks-wrapper .footer-block-brand_information {
    max-width: 16%;
    margin-top: 42px;
  }

  .footer__blocks-wrapper {
    gap: unset;
  }

  .footer__blocks-wrapper .footer-block__details-content {
    width: 100%;
    max-width: 100%;
  }

  .footer__blocks-wrapper {
    justify-content: space-between;
  }
  .footer-block-image.footer-block.grid__item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    text-decoration: unset !important;
  }
  .footer .footer__content-top .grid {
    row-gap: 2rem;
  }
  .footer_payment-method_mobile {
    display: none;
  }
}
@media (max-width: 1050px) {
  .footer__blocks-wrapper .footer-block-link_list {
    max-width: 33%;
    margin-top: 0;
  }
  .footer-block-image.footer-block {
    min-width: 100%;
    justify-content: center;
  }
  .footer_payment-method-wrapper {
    max-width: 230px;
  }

  .footer-block-brand_information.footer-block {
    justify-content: space-between;
    display: flex;
  }
  .footer .footer-block__image-wrapper {
    margin-bottom: 0;
  }
  .footer .footer-block__details-content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .footer .footer__content-top {
    padding-left: calc(50px / var(--font-body-scale));
    padding-right: calc(50px / var(--font-body-scale));
  }

  .footer .grid.footer__blocks-wrapper {
    display: flex;
  }
  .footer .footer-block.grid__item {
    margin: 1rem 0;
  }
  .footer .footer-block.grid__item {
    width: calc(50% - 10px);
    max-width: 50%;
  }
  .footer-block-brand_information .footer_payment-method {
    display: none;
  }
  .footer_payment-method_mobile .footer_payment-method {
    display: block;
  }
  .footer-block__brand-info .footer__list-social.list-social {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 90px;
  }
  .footer_payment-method-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .footer .footer__content-top {
    padding-left: calc(25px / var(--font-body-scale));
    padding-right: calc(25px / var(--font-body-scale));
  }
  .footer-block__heading {
    line-height: 0;
  }
}
/* ======================================
   ============ FOOTER END ==============
   ====================================== */

/* ======================================
   ============ COLLECTION PAGE =========
   ====================================== */
.product-count.light {
  display: none;
}
.facets {
  width: 100%;
}
form#FacetFiltersForm {
  display: flex;
  margin: 0;
  justify-content: space-between;
}

.facets__wrapper {
  display: block!important;
}

.facets__disclosure[open] > div > .icon {
  transform: rotate(180deg);
}

.facets__disclosure {
  border: 1px solid;
  border-radius: 24px;
  padding: 5px 10px;
}

.facets__disclosure[open] {
  box-shadow: 0px 0px 1px 1px;
}

.facets__summary:hover .facets__summary-label {
  text-decoration: none!important;
}

.facets__disclosure .facets__summary {
  margin: 0;
}

.active-facets {
  width: auto!important;
}

#FacetFiltersForm .facet-filters {
  padding: 0;
  min-width: 223px;
}

.filter-list {
  display: flex;
  margin-top: 1rem;
}

.facets__heading {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

div.facets-container {
  padding: 0;
}

.facet-filters__field svg {
  display: none;
}

.facet-filters__field .facet-filters__label {
  font-size: 22px;
  color: rgba(var(--color-foreground));
  font-weight: 100;
  margin-right: 12px;
}

h1.collection-hero__title {
  margin-bottom: 0;
}

select#SortBy {
  font-size: 22px;
  color: rgba(var(--color-foreground));
}

.facet-filters__sort {
  text-decoration: underline;
}
.card-wrapper {
  border-radius: 24px;
  padding: 15px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 9px -1px #00000014, 0 3px 12px -2px #0000001a;
}

.card-wrapper .card__badge.bottom.left {
  position: absolute;
  top: 0;
  left: 0;
}

.card .card__content {
  display: flex;
  flex-direction: column;
}
.review_wrapper span.jdgm-prev-badge__text {
  display: none!important
}

.card-wrapper .card__badge span {
  padding: 4px 10px;
  font-size: 10px;
  line-height: 12px;
  background: #038828;
  color: #fff;
}
.card-wrapper .card__heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.card-wrapper div.card__information {
  padding-bottom: 0;
  height: 100%;
}

.card-wrapper .card-information.price_wrapper .card_price-wrapper,
.card-wrapper .card-information.price_wrapper .quick-add {
  margin: 0!important;
}

.card-wrapper .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-wrapper .card-information.price_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.card-wrapper span.caption-large.light {
  display: none;
}

.quick-add__submit:after {
  content: unset;
}
.quick-add__submit svg {
  width: 100%;
  height: 100%;
}

.card-wrapper button.quick-add__submit {
  padding: 0;
}
.card-wrapper .price--on-sale div.price__sale {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.card-wrapper .price__container span.price-item {
  font-size: 17px;
  font-weight: 800;
  color: black;
  margin: 0;
}

.card-wrapper .price--on-sale s.price-item--regular {
  font-size: 15px;
  margin: 0;
}

.card-wrapper span.price-item.price-item--last * {
  font-weight: 400;
  font-size: 14px;
}
.card-wrapper .review_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

.review_wrapper svg {
  width: 100%;
  height: 15px;
}

.review_wrapper span {
  display: flex;
}
div#collection-pagination {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

div#collection-pagination a {
  text-decoration: none;
}
a.button.load_more-btn:after {
  content: unset;
}

a.button.load_more-btn {
  border-radius: 50px;
  font-weight: 700;
}
.load_more-spin {
  background: transparent;
  border: unset;
}
.load_more-spin svg {
  width: 20px;
  height: 20px;
}
.load_more-spin svg circle {
  stroke: white;
}
.collection div#ultimateTrustBadgeswidgetDiv {
  display: none;
}
.collection__description p {
  font-size: 21px;
  line-height: 1;
}
.subtitle {
  color: rgba(var(--color-foreground));
}
.collection_multi_wrap .slider-counter {
  display: none;
}

.collection_multi_wrap .slider-button {
  background: black;
  border-radius: 40px;
}
.collection_multi_wrap .slider-button--prev {
  display: none;
}

.collection_multi_wrap .slider-buttons {
  margin-left: 10px;
}
.multi-collection_wrapper li,
.collection li {
  display: flex;
  flex-direction: column;
}
.card-wrapper .quick-add__submit {
    min-width: unset!important;
}
@media (max-width: 500px) {
  .card-wrapper {
    padding: 12px;
  }
  .card-wrapper .card__badge span {
    padding: 5px 8px;
    font-size: 11px;
  }
  .card-wrapper .card__heading {
    font-size: 14px;
  }
  .card-wrapper .price__container span.price-item {
    font-size: 13px;
  }
  .card-wrapper .price--on-sale s.price-item--regular {
    font-size: 11px;
  }
  .card-wrapper .quick-add__submit {
    width: 42px;
    height: 42px;
    min-height: unset;
  }
 
  .card-wrapper .grid {
    column-gap: 8px;
    row-gap: 8px;
  }
  .card-wrapper .grid__item {
    max-width: calc(50% - 8px / 2);
  }
  .card-wrapper span.price-item.price-item--last * {
    font-size: 10px;
  }
  .card-wrapper .price--on-sale div.price__sale {
    flex-direction: column!important;
    align-items: flex-start;
    gap: 0;
    position: relative;
  }
  .card-wrapper .discount-label {
    position: absolute;
    top: 3px;
    left: 45px;
    border-radius: 4px;
    padding: 0 4px!important;
  }
  .card-wrapper .card-information.price_wrapper {
    align-items: flex-end;
  }
  .product-grid-container .collection.page-width {
    padding: 0;
  }
}
@media (max-width: 350px) {
  .review_wrapper {
    max-width: 90px;
  }
  .card-wrapper .card_price-wrapper {
    max-width: 94px;
  }
}

@media screen and (min-width: 750px) {
  .multi-collection_wrapper .grid {
    column-gap: 23px;
  }
}
/* @media (max-width: 1200px) {
  .collection .slider-buttons {
    display: none;
  }
} */

/* ======================================
   ============ COLLECTION END ==========
   ====================================== */

/* ======================================
   ============ NEWSLETTER START ========
   ====================================== */

.newsletter__wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #f2f2f2;
  border-radius: 24px;
  overflow: hidden;
}
.column_reverse .newsletter__wrapper {
  flex-direction: row-reverse;
}
.enable_container .newsletter__wrapper {
  padding: 24px!important;
  border-radius: 24px;
  gap: 48px;
}
.enable_container .newsletter__wrapper .newsletter-wrapper-main-content {
  padding: 0;
}
.enable_container .newsletter__wrapper .newsletter-wrapper-main-image img {
  border-radius: 24px;
}
.newsletter-wrapper-main-image {
  width: 50%;
  display: flex;
}
.newsletter-wrapper-main-image img {
  max-height: 580px;
  object-fit: cover;
}
.newsletter-wrapper-main-content {
  margin: 0 !important;
  padding: 40px 40px 0;
  width: 50%;
}
.newsletter-wrapper-main-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
h2.inline-richtext.h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
.newsletter__subheading.rte p {
  text-align: left;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}
.newsletter-form {
  max-width: 100% !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 100% !important;
}
input.field-name-input {
  width: 100%;
  border: none;
  padding: 19px 28px 24px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.field-input-for-name {
  width: 100%;
  margin: 40px 0 11px 0;
}
input.field-name-input {
  width: 100%;
  border: none;
  padding: 19px 28px 24px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  content: none;
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  content: none;
}
.field {
  flex-direction: column;
  gap: 25px;
}
.field__button {
  position: unset;
  width: 100% !important;
  height: fit-content !important;
  max-width: 200px;
  background: #2a2a2a !important;
  padding: 16px 0;
  border-radius: 139px;
}
.field__button > .svg-wrapper {
  height: 100% !important;
  width: 100% !important;
}
.newsletter-form span.svg-wrapper {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.search-modal__content .field__button {
  position: absolute;
  width: 4.4rem !important;
  height: 4.4rem !important;
  background: transparent!important;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .newsletter__wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  h2.inline-richtext.h1 {
    font-size: 24px;
  }
  .newsletter__subheading.rte p {
    font-size: 14px;
  }
  .newsletter-wrapper-main-content {
    padding: 20px;
  }
  input.field-name-input {
    padding: 15px;
  }
  .newsletter-form__field-wrapper .field__input {
    padding: 15px !important;
  }
  span.svg-wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-wrapper-main-image {
    width: 100%;
  }

  /* .newsletter__wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  } */
  .newsletter__wrapper {
    flex-direction: column;
  }
  .enable_container .newsletter__wrapper {
    padding: 0!important;
  }
  .newsletter-wrapper-main-content {
    padding: 20px;
    width: 100%;
  }
  h2.inline-richtext.h1 {
    font-size: 18px;
  }
  .newsletter__subheading.rte.scroll-trigger.animate--slide-in p {
    font-size: 14px;
    text-align: left;
  }
  input.field-name-input {
    padding: 12px 20px 15px 15px;
    font-size: 15px;
  }
  .field__label,
  .customer .field label {
    font-size: 15px;
  }
  span.svg-wrapper {
    font-size: 14px;
  }
}

/* ======================================
   ============ NEWSLETTER END ==========
   ====================================== */

/* ======================================
   ========== COPY NEWSLETTER START =====
   ====================================== */
.copy-newsletter .newsletter-wrapper-main-content {
  background: white;
  max-width: var(--page-width);
  width: 100%;
}
@media (min-width: 800px) {
  .copy-newsletter .newsletter-wrapper-main-content {
    padding: 40px 50px 0;
    margin: 0 auto !important;
  }
}

.copy-newsletter .newsletter__subheading.rte {
  max-width: 100%;
}
.copy-newsletter .newsletter-form {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  gap: 16px;
  max-width: 100% !important;
}
.copy-newsletter .newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 50% !important;
}
.copy-newsletter .newsletter-form__field-wrapper {
  width: calc(50% - 8px);
}
.copy-newsletter input.field-name-input {
  background: #f2f2f2;
}
.copy-newsletter .newsletter-form-par-messege-input {
  width: calc(50% - 8px);
  display: flex;
  height: auto;
  margin: 40px 0 0;
}
.copy-newsletter .newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
  height: 62px;
  background: #f2f2f2;
}
.copy-newsletter .text-area {
  background: #f2f2f2;
  min-height: 140px;
}
.copy-newsletter h2.inline-richtext.h1 {
  max-width: 500px;
}
.copy-newsletter .newsletter-wrapper-main-image {
  display: none;
}
@media screen and (max-width: 1100px) {
  .newsletter-wrapper-main-image {
    width: 100%;
  }
  .copy-newsletter .newsletter-wrapper-main-image {
    display: flex;
  }
  .copy-newsletter .newsletter-form-par-messege-input {
    display: none;
  }
  .copy-newsletter .newsletter-form__field-wrapper {
    width: 100%;
  }
  .copy-newsletter .newsletter-form__field-wrapper .field__input {
    height: 50px;
    background: white;
  }
  .copy-newsletter .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100% !important;
  }
  .copy-newsletter .newsletter-wrapper-main-content {
    background: #f2f2f2;
    padding: 20px;
  }
  .copy-newsletter input.field-name-input {
    background: white;
  }
  .newsletter__wrapper {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  h2.inline-richtext.h1 {
    font-size: 24px;
  }
  .newsletter__subheading.rte p {
    font-size: 14px;
  }
  .newsletter-wrapper-main-content {
    padding: 20px;
  }
  input.field-name-input {
    padding: 15px;
  }
  .newsletter-form__field-wrapper .field__input {
    padding: 15px !important;
  }
  span.svg-wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-wrapper-main-image {
    width: 100%;
  }
  .copy-newsletter .newsletter-wrapper-main-image {
    display: flex;
  }
  .copy-newsletter .newsletter-form-par-messege-input {
    display: none;
  }
  .copy-newsletter .newsletter-form__field-wrapper {
    width: 100%;
  }
  .copy-newsletter .newsletter-form__field-wrapper .field__input {
    height: 50px;
    background: white;
  }
  .copy-newsletter .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100% !important;
  }
  .copy-newsletter .newsletter-wrapper-main-content {
    background: #f2f2f2;
    padding: 20px;
  }
  .copy-newsletter input.field-name-input {
    background: white;
  }
  .newsletter__wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .newsletter__wrapper {
    flex-direction: column;
  }
  .newsletter-wrapper-main-content {
    padding: 20px;
    width: 100%;
  }
  h2.inline-richtext.h1 {
    font-size: 18px;
  }
  .newsletter__subheading.rte.scroll-trigger.animate--slide-in p {
    font-size: 14px;
    text-align: left;
  }
  input.field-name-input {
    padding: 12px 20px 15px 15px;
    font-size: 15px;
  }
  .field__label,
  .customer .field label {
    font-size: 15px;
  }
  span.svg-wrapper {
    font-size: 14px;
  }
}
/* ======================================
   ============ COPY NEWSLETTER END =====
   ====================================== */

/* ======================================
   ============ DEFAULT BLOGS START =====
   ====================================== */
.article-card-wrapper {
  padding: 0;
  background: transparent;
}

.blog-articles__article:first-child {
  display: flex;
}

.main-blog h1 {
  margin: 0;
}
.main-bog-description {
  margin-bottom: 42px;
}
.rte p:first-child {
  margin-top: 0;
}
.rte p:last-child {
  margin-bottom: 0;
}
p.article-card__excerpt {
  margin-top: 0px;
}
.blog-articles__article:nth-child(4) {
  grid-column: unset !important;
}
.blog-articles__article .article-card-wrapper {
  box-shadow: 2px 2px 4px #18191836;
  padding: 12px;
  border-radius: 24px;
  overflow: hidden;
}
.blog-articles__article .ratio{
  --ratio-percent: 100%!important;
}
.blog-articles__article .ratio:before {
  padding-bottom: var(--ratio-percent)!important;
}
.blog-articles-left .blog-articles__article .ratio {
  --ratio-percent: 59%!important;
}
.blog-categories {
  display: flex;
  gap: 24px;
  padding: 0 24px;
  border-radius: 24px;
  box-shadow: 0 2px 9px -1px #00000014, 0 3px 12px -2px #0000001a;
  overflow: auto;
  justify-content: space-between;
  margin-bottom: 24px;
}
.blog-categories::-webkit-scrollbar {
  display: none;
}
.blog-categories a {
  font-size: 16px;
  color: #181918;
  letter-spacing: 0px;
  line-height: normal;
  padding: 11px 0;
  gap: 8px;
  width: fit-content;
  text-align: center;
  font-family: Inter;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80px;
  position: relative;
  justify-content: space-between;
}
.blog-categories a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: calc(100% - 20px);
  left: 50%;
  transform: translate(-50%);
  background-color: #ffb174;
  border-radius: 3px;
}
.article-card__excerpt {
  text-align: left;
}
.blog-articles.blog-articles--collage {
  display: flex;
  flex-wrap: wrap;
}
.blog-articles-left {
  width: 100%;
  max-width: calc(56% - 12px);
}
.blog-articles__article{
  height: 100%;
}
.blog-articles-sidebar .blog-articles__article {
  height: auto;
}
.blog-articles-sidebar {
  width: 100%;
  max-width: calc(44% - 12px);
  display: flex;
  gap: 24px;
  flex-direction: column;
  overflow: auto;
  max-height: 730px;
  padding-right: 10px;
}
.blog-articles-sidebar::-webkit-scrollbar {
  width: 10px; /* scrollbar width */
}

.blog-articles-sidebar::-webkit-scrollbar-track {
  background: #F6F6F6; /* track color */
  border-radius: 10px;
}

.blog-articles-sidebar::-webkit-scrollbar-thumb {
  background: #C8C8C8; /* handle color */
  border-radius: 10px;
  width: 10px;
}

.blog-articles-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555; /* hover color */
}
.blog-articles--collage .blog-articles-sidebar .blog-articles__article .article-card-wrapper .card {
  display: flex;
  flex-direction: unset;
  align-items: center;
  text-align: left;
  gap: 20px;
}
.blog-articles--collage .blog-articles-sidebar .blog-articles__article .article-card-wrapper .card .card__inner {
  max-width: calc(37.5% - 10px);
}
.blog-articles--collage .blog-articles-sidebar .blog-articles__article .article-card-wrapper .card .card__content {
  max-width: calc(62.5% - 10px);
}
.blog-articles--collage .rte-width {
  max-width: 100%;
}
@media (max-width: 1600px) {
  .blog-articles-left .blog-articles__article .ratio {
    --ratio-percent: 30vw !important;
  }
}
@media (max-width: 1250px) {
  .blog-categories a {
    gap: 7px;
    font-size:14px; 
    padding: 9px;
  }
  .page-width {
    padding: 0 20px;
  }
  .blog-articles-left .blog-articles__article .ratio {
    --ratio-percent: 36vw !important;
  }
}
@media (max-width: 1050px) {
  .blog-categories {
    flex-wrap: wrap;
    padding: 14px;
    border-radius: 24px;
  }
  .blog-categories a {
    width: 100%;
    max-width: calc(33.33% - 10px);
    border: 1px solid transparent;
    border-radius: 12px;
  }
  .blog-categories a.active {
    border-color: #ffb174;
  }
  .blog-categories a.active:before {
    content: none;
  }
  .blog-categories {
    gap: 14px;
  }
}
@media (max-width: 990px) {
  .blog-articles-left .blog-articles__article .ratio {
    --ratio-percent: 100% !important;
  }
}
@media (max-width: 749px) {
  .blog-categories a {
    max-width: calc(50% - 7px);
  }
}
.filter-tags-nav a.tag-link {
    text-decoration: none;
    color: black;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 40px;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-tags.filter-tags-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 2px 2px 4px #18191836;
    border-radius: 40px;
    padding: 12px;
}

a.tag-link.active {
    background: #2D7140;
    color: white;
}
.blog-tags.filter-tags-nav::-webkit-scrollbar {
    display: none;
}
button#loadMore {
    margin-top: 24px;
    background: black;
    color: white;
    padding: 15px 20px;
    border: unset;
    cursor: pointer;
    font-weight: 600;
}

.blog_wrapper_main .t4s-text-center {
    display: flex;
}
.article-card-wrapper.card-wrapper .card__information {
  align-items: flex-start;
  padding: 0;
}
.blog-articles-left .article-card-wrapper.card-wrapper .card__content {
  padding-top: 20px;
  position: relative;
}
.article-category {
  position: absolute;
  top: 20px;
  right: 0;
  width: 36px;
  height: 36px;
}
.article-category svg {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-articles-sidebar .article-category {
  right: 12px;
  top: 12px; 
}
.article_btn {
  display: flex;
  align-items: center;
  text-decoration: underline;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
}
.blog-articles-left .article-card-wrapper.card-wrapper .article-card .card__heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 990px) {
  .blog-articles-left,
  .blog-articles-sidebar {
    max-width: 100%;
  }
}
@media (max-width: 749px) {
  .blog-articles-sidebar {
    max-height: 470px;
  }
  .blog-articles-left .article-card-wrapper.card-wrapper .article-card .card__heading {
    font-size: 20px;
  }
  .blog-articles-sidebar {
    flex-direction: row;
    padding-right: 0;
    padding-bottom: 10px;
    max-height: 100%;
    gap: 16px;
    overflow-y: hidden;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    padding-right: 20px;
    margin-right: -20px;
  }
  .blog-articles-sidebar::-webkit-scrollbar  {
    display: none;
  }
  .blog-articles-sidebar .blog-articles__article {
    min-width: 192px;
  }
  .blog-articles--collage .blog-articles-sidebar .blog-articles__article .article-card-wrapper .card {
    flex-direction: column;
    gap: 12px;
  }
  .blog-articles--collage .blog-articles-sidebar .blog-articles__article .article-card-wrapper .card .card__content,
  .blog-articles--collage .blog-articles-sidebar .blog-articles__article .article-card-wrapper .card .card__inner {
    max-width: 100%;
  }
  .article-category {
    width: 26px;
    height: 26px;
  }
}
/* ======================================
   ============ DEFAULT BLOGS END =======
   ====================================== */

/* ======================================
   ============ MAIN PRODUCT PAGE START =
   ====================================== */
   .jOzppy {
    box-shadow: 2px 2px 12px rgb(5 32 16 / 12%);
   }
   .sc-etsjJW.eRhNGm {
    display: flex!important;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 16px;
   }
   .sdMxM {
    margin: 0!important;
    flex-direction: column-reverse;
    gap: 4px!important;
    align-items: flex-start !important;
   }
   .hjWdXw {
    border-radius: 8px!important;
    min-height: 21px;
    min-width: 38px;
    display: flex!important;
    align-items: center;
    justify-content: center;
   }
   .cUZYCl {
    line-height: 22px;
   }
   .gGpNPg {
    line-height: 13px;
   }
   .gyNoHD {
    margin-left: 6px!important;
   }
   .blzypV {
    display: flex!important;
    flex-direction: column;
    gap: 1px;
   }
   .awesome-quantity-row-label {
    order: 2;
    line-height: 24px;
   }
   .awesome-quantity-row-description {
    order: 1;
    line-height: 12px;
   }
   .awesome-quantity-row-price-each {
    order: 3;
    line-height: 15px;
   }
   .fHJQSu {
    position: relative;
    padding-left: 18px!important;
   }
   .fHJQSu:before {
    content: "+";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 8px;
    color: #ffffff;
   }
.accordion__content ul {
  font-size: 14px;
  color: #574f4f;
}
.awesome-quantity-title {
  text-align: left!important;
  position: relative;
  padding-left: 15px!important;
  color: rgb(16, 153, 80)!important;
}
.awesome-quantity-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(16, 153, 80);
}
.price-info {
text-transform: none;
color: #181918;
}
.review_wrapper .jdgm-prev-badge {
display: flex!important;
gap: 10px;
}
.media_content_column > div {
  margin-bottom: 50px;
}
.media_content_wrappper {
  margin-top: 50px;
}
.media_image_info_wrapper h3 {
  font-size: 32px;
  margin: 0;
}

.media_image_info_wrapper img {
  width: 100%;
  margin-top: 15px;
  border-radius: 24px;
}
.product__media img {
  object-fit: contain!important;
}
.media_faqs_wrapper .faq-section-main-icon {
  width: 20px;
}
.media_faq_wrapper {
  box-shadow: 4px 4px 10px #9797974d;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.media_faq_wrapper .faq-section-main-block {
  padding: 32px;
}
@media (max-width: 990px) {
  .media_faq_wrapper .faq-section-main-block {
    padding: 10px 20px;
  }
  .media_faq_wrapper .faq-section-main-block:first-child {
    padding-top: 20px;
  }
  .media_faq_wrapper .faq-section-main-block:last-child {
    padding-bottom: 20px;
  }
}
.custom-product-wrapper .icon-with-text--vertical .icon-with-text__item:not(:last-child) {
  margin-bottom: 12px;
}
.custom-product-wrapper .icon-with-text--vertical .icon-with-text__item .h4{
  font-size: 16px;
}
.custom-product-wrapper .icon-with-text img {
  width: 24px!important;
  height: 24px!important;
}
.custom-product-wrapper .custom_icon_text {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.custom-product-wrapper .custom_icon_text_header {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  background-color: #3B5543;
  justify-content: space-between;
  gap: 4px;
}
.custom-product-wrapper .custom_icon_text-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  gap: 4px;
}
.custom-product-wrapper .custom_icon_text-item img {
  width: 40px;
  height: 40px;
}
.custom_icon_text_content {
  display: flex;
  justify-content: center;
  padding: 38px 20px;
  background: #AFB7A7;
}
.custom_text_content-item {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  gap: 2px;
}
.custom_text_content-item:nth-child(2) {
  border-left: 1px solid #3B5543;
  padding-left: 30px;
}
.custom_text_content-item img {
  width: 78px;
  height: 78px;
}
.custom_text_conntent-subtitle {
  color: #181918;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.custom_text_conntent-title {
  color: #181918;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.unit-price {
  margin-top: 4px;
  text-transform: none;
  line-height: 1.5;
}
.bundler-target-element {
  box-shadow: 0 2px 9px -1px #00000014,0 3px 12px -2px #0000001a;
  border-radius: 24px;
}
.bndlr-container {
  padding: 24px!important;
  text-align: left!important;
}
.bndlr-products-container {
  padding: 0!important;
  margin: 0!important;
}
.bndlr-container h2.bndlr-bundle-title {
  margin-top: 0!important;
  font-size: 24px!important;
  text-align: left!important;
  margin-bottom: 16px!important;
}
.bndlr-container h2.bndlr-bundle-title span {
  color: #038828;
  font-weight: bold;
}
.bndlr-bundle-description {
  width: 100%!important;
  margin-bottom: 29px!important;
  text-align: center;
}
.bndlr-bundle-checkout-warning {
  width: 100%!important;
  margin-top: 10px!important;
}
.bndlr-product {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  border-radius: 12px;
  box-shadow: 0 2px 9px -1px #00000014,0 3px 12px -2px #0000001a;
}
.bndlr-inner-products-container,
.bndlr-products-container {
  width: 100%;
}
.bndlr-inner-products-container > div:first-child {
  gap: 48px;
  margin-bottom: 29px!important;
}
.bndlr-product {
  width: 100%;
  max-width: calc(50% - 24px)!important;
  padding: 12px!important;
  display: block!important;
}
.bndlr-product:not(:last-of-type):after {
  background: transparent!important;
  color: #000000!important;
  width: 26px!important;
  height: 26px!important;
  font-family: initial!important;
  font-size: 42px!important;
  line-height: 26px!important;
  font-weight: lighter!important;
  right: -38px!important;
  text-align: center!important;
}
.bndlr-product-title {
  text-decoration: none!important;
  font-size: 18px!important;
}
.bndlr-product-image-url {
  margin-bottom: 16px!important;
}
.bndlr-product-image-url img {
  margin: 0!important;
  height: 153px!important;
  object-fit: contain;
}
.bndlr-product-qn-container {
  margin-bottom: 4px;
  min-height: 54px;
}
.bndlr-product .bndlr-old-price {
  text-decoration: none!important;
  margin-right: 0!important;
  font-size: 17px!important;
}
.bndlr-product .bndlr-new-price {
  display: none;
}
.bndlr-price-per-unit {
  font-style: normal!important;
  font-size: 10px!important;
  font-weight: normal!important;
}
.bndlr-total-price {
  text-align: center;
}
.bndlr-total-price .bndlr-old-price {
  font-weight: normal!important;
  color: #606060!important;
  font-size: 18px!important;
}
.discount-percentage {
  color: #038828;
  font-size: 14px!important;
}
.bndlr-total-price .bndlr-new-price {
  font-size: 28px!important;
}
.bndlr-add-to-cart {
  padding: 16px!important;
  position: relative;
  font-size: 18px!important;
  border-radius: 40px!important;
  position: relative;
  display: flex!important;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center!important;
}
.bndlr-add-to-cart:after{
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(/cdn/shop/files/icon-cart.svg?v=1760114479);
  background-size: contain;
  background-repeat: no-repeat;
}
.bndlr-product-price {
  margin-bottom: 4px;
}
/* Sticky cart visible only on mobile */
@media screen and (max-width: 950px) {
  .sticky-cart-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    justify-content: center;
    padding: 10px 18px;
    background: #fff;
  }
  .sticky-cart-mobile.visible {
    display: flex;
  }

  .sticky-cart-button {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border: none;
    gap: 10px;
    font-weight: 600;
  }
  .sticky-cart-button.disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
  }
}
/* Hide sticky cart on desktop */
@media screen and (min-width: 951px) {
  .sticky-cart-mobile {
    display: none!important;
  }
}

@media (max-width: 540px) {
  .bndlr-product-qn-container {
    min-height: 36px;
    margin-bottom: 12px;
  }
  .bndlr-product-image-url img {
    height: 110px!important;
    margin-bottom: 8px!important;
  }
  .bndlr-total-price {
    display: flex;
    float: none;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 100%;
  }
  .bndlr-inner-products-container>div:first-child {
    gap: 0;
    margin-bottom: 16px!important;
  }
  .bndlr-bundle-description {
    margin-bottom: 16px!important;
  }
  .bndlr-product {
    max-width: 50%!important;
    padding: 10px!important;
  }
  .bndlr-container {
    line-height: 1.2!important;
  }
  .bndlr-container h2.bndlr-bundle-title {
    font-size: 18px!important;
    letter-spacing: 0!important;
    text-align: center!important;
  }
  .bndlr-product:not(:last-of-type):after {
    width: 30px !important;
    height: 30px !important;
    font-size: 24px !important;
    line-height: 20px !important;
    right: -14px !important;
    color: #ffffff!important;
    background: green!important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 3px!important;
  }
  .bndlr-product-title {
    font-size: 13px!important;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .bndlr-add-to-cart {
    width: 100%!important;
    margin-top: 8px!important;
    letter-spacing: 0;
  }
  .custom-product-wrapper .custom_icon_text {
    width: 100%;
  }
  .custom_icon_text_content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .custom_text_content-item {
    max-width: 100%;
    justify-content: center;
  }
  .custom_text_content-item:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #3B5543;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 15px;
  }
  .custom-product-wrapper .custom_icon_text_header {
    align-items: flex-start;
    width: 100%;
  }
  .custom-product-wrapper .custom_icon_text-item {
    flex-direction: column;
    font-size: 14px;
  }
  .custom-product-wrapper .custom_icon_text-item img {
    width: 20px;
    height: 20px;
  }
  .bundler-target-element {
    box-shadow: none;
  }
  .bndlr-container {
    padding: 0!important;
  }
  .custom-product-wrapper .icon-with-text img {
    margin-right: 8px;
    width: 22px!important;
    height: 22px!important;
  }
  .icon-with-text--vertical .icon-with-text__item {
    font-size: 14px;
  }
  .bndlr-total-price .bndlr-new-price {
    font-size: 24px!important;
    line-height: 29px;
  }
  .bndlr-total-price .bndlr-old-price {
    font-size: 16px!important;
    margin: 0!important;
  }
  .unit-price {
    font-size: 10px!important;
  }
}
.custom_icon_content {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
.custom_icon_content_left {
  width: 100%;
  max-width: 42%;
  background: #C8CEBD;
  padding: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.custom_icon_content_left img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.custom_icon_content_heading {
  margin-top: 15px;
  font-size: 32px;
}
.custom_icon_content_right {
  background: #3B5543;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 58%;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 540px) {
  .custom_icon_content {
    flex-direction: column;
  }
  .custom_icon_content_right,
  .custom_icon_content_left {
    max-width: 100%;
  }
}
.product-qty_btn {
  display: flex;
  gap: 24px;
}
.product-qty_btn .product-form__input {
  flex: inherit;
  min-width: auto;
  margin: 0;
}
.product__info-container .product-qty_btn  .product-form {
  margin: 0;
}
.product-qty_btn .product-form__submit {
  margin: 0;
  max-width: 100%;
  padding: 16px 24px;
}
.product-qty_btn .product-form__submit span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-qty_btn .quantity {
  min-height: 56px;
  width: 123px;
}
.product-qty_btn .quantity:after {
  border-radius: 24px;
  box-shadow: 0 0 0 var(--inputs-border-width) rgb(16 153 80);
}
.product-qty_btn .quantity input {
  font-size: 24px;
  font-weight: 600;
}
.product-qty_btn .quantity__button .svg-wrapper {
  width: 32px;
  height: 32px;
}
@media (max-width: 540px) {
  .product-qty_btn {
    gap: 12px;
  }
  .product-qty_btn .quantity {
    min-height: 56px;
    width: 107px;
  }
  .product-qty_btn .quantity__button {
    width: calc(3.5rem / var(--font-body-scale));
  }
  .product-qty_btn .quantity input {
    font-size: 18px;
  }
  .product-qty_btn .product-form__submit {
    font-size: 17px;
    padding: 16px 19px;
    letter-spacing: 0;
    border-radius: 24px;
    font-weight: 500;
  }
  .product__info-container .icon-with-text {
    margin-top: 20px!important;
  }
  small.unit-price span.price-item.price-item--last {
    font-size: 10px!important;
  }
}
.product-acc-anchor {
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
#section-accordion {
  scroll-margin-top: 50px;
}
.media_content_column,
#judgeme_product_reviews {
  scroll-margin-top: 150px;
}
.product-acc-anchor-item {
  border-bottom: 1px solid #ABABAB;
  
}
.product-anchor-item {
  width: 100%;
  display: flex;
  color: #181918;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 8px;
  line-height: 1.2;
}
.product-acc-item:nth-child(4) .product-acc-answer a {
  color: #181918;
  padding-left: 32px;
  background-image: url(/cdn/shop/files/download.svg?v=1761320354);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 24px;
}
.product-acc-anchor-item:not(:last-child) {
  margin-bottom: 12px;
}
.product-acc-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 12px 8px;
  color: #181918;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.product-acc-answer {
  display: none;
  padding: 0 12px 12px;
}
.metafield-rich_text_field h1:first-child,
.metafield-rich_text_field h3:first-child,
.metafield-rich_text_field h2:first-child,
.metafield-rich_text_field h4:first-child,
.metafield-rich_text_field h5:first-child,
.metafield-rich_text_field p:first-child {
  margin-top: 0;
}
.product-acc-item .product-acc-question svg {
  transition: all .25s;
}
.product-acc-item.active .product-acc-question svg {
  transform: rotate(180deg);
}
.product-acc-answer img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.metafield-rich_text_field:not(:last-child) {
  margin-bottom: 16px;
}
.metafield-rich_text_field:not(:first-child) {
  margin-top: 16px;
}
.product-acc-answer-first {
  margin-bottom: 24px;
}
.product-acc-answer-second {
  background: #F5FFF0;
  padding: 12px;
  margin-bottom: 24px;
}
.product-acc-answer-third {
  margin-bottom: 24px;
}
.product-acc-answer-fourth {
  background: #F5FFF0;
  padding: 12px;
}
.product-acc-answer ul {
  list-style: outside;
}
.product-acc-answer em {
  font-style: normal;
  padding-left: 12px;
  display: block;
  border-left: 3px solid #038828;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 990px) {
  .product-acc-question,
  .product-anchor-item {
    font-size: 18px;
  }
}

/* ======================================
   ============ MAIN PRODUCT PAGE END ======
   ====================================== */

/* ======================================
   ============ FAQS START ============
   ====================================== */
.faq-section {
  scroll-margin-top: 50px;
}

.faq-section-main-heading {
  width: 100%;
  max-width: 550px;
}
.faq-section-main-heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
.faq-section-par-blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 32px 0 0;
  border-radius: 24px;
  box-shadow: 4px 4px 10px #9797974d;
  overflow: hidden;
}
.faq-section-main-block {
  width: 100%;
  padding: 30px 40px;
}
.faq-section-main-block.active {
  background: #F2FFF4;
}
.faq-section-block-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section-main-question {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-section-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #979797;
}
.faq-section-main-question h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.faq-section-block-answer {
  width: 100%;
  display: none;
  padding-left: 46px;
  padding-right: 46px;
  word-break: break-word;
    white-space: normal;
}
.faq-section-block-answer img {
  width: 100%;
  border-radius: 24px;
}
.disable_number .faq-section-block-answer {
  padding-left: 0;
}
.metafield-rich_text_field {
  width: 100%;
}
.faq-section-block-answer p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  width: 100%;
}
.faq-section-main-icon {
  width: 30px;
  display: flex;
}
.faq-section-main-block.active .faq-section-main-icon .faq-section-main-icon-arrow svg {
  transform: rotate(180deg);
}
.faq-section-plus-icon {
  width: 30px;
  height: 30px;
  display: flex;
  transition: 0.3s ease-in-out;
}
.active .faq-section-plus-icon {
  display: none;
}
.faq-section-plus-icon svg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.faq-section-minus-icon {
  width: 30px;
  height: 30px;
  display: none;
}
.active .faq-section-minus-icon {
  width: 30px;
  height: 30px;
  display: flex;
  transition: 0.3s ease-in-out;
}
.faq-section-minus-icon svg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 990px) {
  .faq-section-main-block {
    padding: 20px;
  }
  .faq-section-main-question {
    gap: 10px;
  }
  .faq-section-block-answer {
    padding:  0 28px;
  }
  .faq-section-main-heading h2 {
    font-size: 20px;
  }
  .faq-section-number,
  .faq-section-main-question h3 {
    font-size: 16px;
  }
  .faq-section-main-icon {
    width: 20px;
  }
  .faq-section-main-icon-arrow svg {
    width: 20px;
    height: 20px;
  }
  .faq-section-plus-icon {
    width: 16px;
    height: 16px;
  }
  .faq-section-minus-icon {
    width: 16px;
    height: 16px;
  }
  .faq-section-block-answer p {
    margin: 10px 0 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .faq-section-par-blocks {
    margin: 30px 0 0;
  }
}
/* ======================================
   ============ FAQS END ============
   ====================================== */

/* ======================================
   ============ IMAGE WITH INFO START ============
   ====================================== */
.image-content-inner-row {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 0 30px 0;
}
.image-content-inner-col {
  width: 100%;
}
.image-content-col-1 {
  width: 100%;
  display: flex;
  position: relative;
  height: auto;
}
.image-content-col-1 img {
  width: calc(50% + 20px);
  height: auto;
  min-height: 500px;
  object-fit: cover;
  max-height: 500px;
}
.image-content-par-col {
  position: absolute;
  width: 55%;
  bottom: -40px;
  right: 0;
  margin: auto;
  padding: 30px;
}
.image-content-main-heading {
  width: 100%;
}
.image-content-main-heading h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.image-content-main-desc {
  width: 100%;
}
.image-content-main-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 25px 0 0;
}
.media_content_column {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.media_content_wrapper {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .image-content-inner-row {
    width: 100%;
    padding: 0;
  }
  .image-content-col-1 img {
    width: 100%;
  }
  .image-content-par-col {
    position: unset;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .image-content-inner-row {
    width: 100%;
    padding: 0;
  }
  .image-content-col-1 {
    flex-direction: column;
  }
  .image-content-col-1 img {
    width: 100%;
  }
  .image-content-par-col {
    width: 100%;
    position: unset;
  }
  
  .image-content-col-1 {
    flex-direction: column;
  }
}
/* ======================================
   ============ IMAGE WITH INFO END =====
   ====================================== */

/* ======================================
   ============ PRODUCT THUMBNAIL START =====
   ====================================== */
@media screen and (min-width: 750px) {
  .vertical-thumbnails {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .vertical-thumbnails .main_gallery-wrapper {
    width: calc(100% - 120px);
  }

  .vertical-thumbnails .thumbnail-slider {
    width: 100px;
    flex-direction: column;
  }

  .vertical-thumbnails .thumbnail-list.slider.slider--tablet-up {
    flex-direction: column;
    width: 100%;
    padding: 0 !important;
    overflow-y: auto;
    max-height: max(500px, calc(100vh - 170px));
    scroll-snap-type: y mandatory;
    gap: 8.2px;
  }
  .vertical-thumbnails .thumbnail-list .thumbnail-list__item {
    width: 100% !important;
  }
  .vertical-thumbnails .thumbnail-slider .slider-button {
    display: none !important;
  }
}
/* ======================================
   ============ PRODUCT THUMBNAIL END =====
   ====================================== */

/* ======================================
   ============ PRODUCT MAIN START =====
   ====================================== */
.product__title h1 {
    font-size: 26px;
}

p.product__text {
    color: rgba(var(--color-foreground));
}
.quick-add__submit {
    background: transparent;
    z-index: 2222;
    position: relative;
}
.media_content_column.media_title_wrapper {
    margin: 0;
}

.media_title_wrapper h3 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
div#price-template--25323002364170__main {
    margin-top: 24px;
}
.price--on-sale span.price-item {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.1;
}

small.unit-price span.price-item.price-item--last {
    font-size: 13px;
    font-weight: 300;
    color: #181918;
    line-height: 1.5;
}

.product__info-container .price--on-sale .price-item--regular {
    font-size: 22px!important;
}

.product__tax.caption.rte {
    display: none;
}

span.badge.price__badge-sale, .price__badge-sold-out {position: relative;top: 8px;background: #109950;border-radius: 4px;}

.product-form__submit:after {
    content: unset;
}

.product-form__submit {
    max-width: 280px;
    border-radius: 100px;
    padding: 19px 10px;
    font-weight: 600;
}
.only-image_item img {
    width: 100%;
    max-width: 250px;
}

div#ultimateTrustBadgeswidgetDiv {
    display: none;
}
.related-products__heading {
    max-width: 800px;
}
.product-media-container {
    border: 1px solid #0000001A;
    box-shadow: 0 2px 9px -1px #00000014,0 3px 12px -2px #0000001a;
}
.media_text_wrapper p
{
    color: rgba(var(--color-foreground));
}
.secure-image_item img {
    width: 100%;
    max-width: 350px;
}
.custom-product-wrapper .product__title {
  margin-top: 12px;
  margin-bottom: 24px;
}
.custom-product-wrapper .product__title + p {
  margin-top: 12px;
}
.price--on-sale .price__sale {
  flex-direction: row!important;
}
.product__info-wrapper .badge.price__badge-sale,
.product__info-wrapper .badge.price__badge-sold-out {
  display: none;
}
.discount-label {
  background: #038828;
  padding: 5px 10px;
  border-radius: 50px;
  color: #ffff;
  font-size: 14px;
}
.card-wrapper .discount-label {
  font-size: 12px;
  padding: 3px 8px;
}
.badge-soldout {
  background:#8b8c8b!important;

}
@media (min-width:1101px){
  .product_side-bar-wrappper {
      display: none;
  }
}
@media (max-width:1100px){
  .product__media-wrapper .media_content_wrappper {
      display: none;
  }
}
@media screen and (max-width: 749px) {
  .price--on-sale span.price-item {
    font-size: 24px;
    margin-right: 16px;
  }
  .discount-label {
    font-size: 11px!important;
    line-height: 21px;
    padding: 0 7px!important;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 14px !important;
    margin-right: 8px;
}

    .main_gallery-wrapper .product__media-list .product__media-item {
        width: 100%;
    } 
    .product-form__submit {
        max-width: 100%;
    }
    .slider.slider--mobile {
        scroll-padding-left: 0!important;
    }
    .product__title h1 {
        font-size: 24px;
        line-height: 29px;
    }
    .media_image_info_wrapper h3 {
        font-size: 22px;
    }
    .data_item_info h3 {
        font-size: 16px;
    }
    .media_content_wrappper {
        margin-top: 0;
    }
    .custom-product-wrapper .product__title {
      margin-top: 8px;
    }

}
@media (min-width:601px){
  .secure-image_item.show_mobile {
      display: none;
  }
}
@media (max-width:600px){
  .media_content_wrappper {
      margin-top: 0;
  }
  
  .media_content_column {
      flex-direction: revert-layer;
  }
  
  .media_image_info_wrapper {
      display: flex;
      flex-direction: column;
  }
  
  .media_image_info_wrapper h3 {
      margin-top: 13px;
      margin-bottom: 8px;
  }
  
  .media_text_wrapper p {
      margin: 0;
  }
  
  .media_content_column {
      margin-bottom: 17px;
  }
  
  .media_title_wrapper h3 {
      font-size: 22px;
  }
  .media_image_info_wrapper img {
      order: -1;
  }
  p.product__text {
      font-size: 13px;
      line-height: 1.6;
  }
  .secure-image_item.hide_mobile {
      display: none;
  }
}
/* ======================================
   ============ PRODUCT MAIN END =====
   ====================================== */

/* ======================================
   ============ PRODUCT VARIANT START =====
   ====================================== */
label.option_bundle_wrap img {
    max-width: 100%;
    max-height: 100%;
}

.product-form__input--pill input[type=radio]+label.option_bundle_wrap {
    padding: 6px;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border-color: #0000001A !important;
    border-width: 2px!important;
    background: transparent!important;
}

.product-form__input--pill input[type=radio]:checked+label.option_bundle_wrap {
    border: 2px solid black!important;
}
span.option_bundle_wrap_tag {
    background: #4DF1D1;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    position: absolute;
    bottom: -10px;
    right: -8px;
    font-size: 10px;
}
legend.form__label.bundle_wraper_title {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}
/* ======================================
   ============ PRODUCT VARIANT END =====
   ====================================== */

/* ======================================
   ============ HEADER MEGA MENU START =====
   ====================================== */

DIV.mega-menu__content {
    padding: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
}

.mega-menu__content-menu h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 19px;
}
.mega-menu__content-menu {
    width: calc(25% - 15px);
}

.mega-menu__custom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 40px;
}

a.products_wrapper__item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

a.products_wrapper__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.mega-menu__custom a:hover {
    background: transparent!important;
    box-shadow: unset!important;
    color: rgb(var(--color-foreground))!important;
}

.mega-menu__products_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

a.products_wrapper__item h3 {
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}

.mega-menu__content-menu ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mega-menu__content-menu ul li {list-style: none;}

.mega-menu__content-menu ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #676767;
    font-weight: 400;
    line-height: 20px;
}
.mega-menu__content-menu.mega-menu__main ul li a {
  font-size: 20px;
  line-height: 24px;
  color: rgba(var(--color-foreground));
  font-weight: 700;
}
@media (max-width:1000px){
  .mega-menu__products {
      width: 100%;
      padding-bottom: 20px;
  }
  
  .mega-menu__content-menu {
      padding: 20px 0;
      width: 100%;
  }
  
  .mega-menu__content-menu ul li:first-child {
      margin: 0;
  }
  
  .mega-menu__products, .mega-menu__content-menu.mega-menu__1 {
      border-bottom: 1px solid;
  }
  
  .mega-menu__content-menu.mega-menu__1 {}
  
  a.products_wrapper__item {
      max-width: 100%;
      overflow: hidden;
  }
  
  a.products_wrapper__item h3 {
      font-size: 16px;
  }
  
  a.products_wrapper__item img {
      max-width: 50px;
  }
  
  .mega-menu__content-menu ul li a {
      font-size: 16px;
  }
  
  .mega-menu__content-menu ul {
      gap: 10px;
  }
}
/* ======================================
   ============ HEADER MEGA MENU END =====
   ====================================== */

/* ======================================
   ============ HEADER MENU AFTER START =====
   ====================================== */
.header-left_menu {
    display: flex;
}

.header-left_menu nav.header__inline-menu {
    margin: 0!important;
}

ul.list-menu.header_menu-wrapper li .header__menu-item {
    padding: 0!important;
}
ul.list-menu.header_menu-wrapper li .header__menu-item:hover {
    /* color: black!important; */
    box-shadow: unset!important;
}
ul.list-menu.header_menu-wrapper li summary.header__menu-item {
  padding-right: 25px!important;
}
.mega-menu__content {
    border: unset !important;
}
.menu-drawer__navigation-container ul.list.list-social.list-unstyled {
    display: none;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* ======================================
   ============ HEADER MENU AFTER END =====
   ====================================== */

.media_content_wrappper .media_content_column:first-child {
    display: none;
}
div#shopify-block-AZmJVRE1BUUpzWlBCe__judge_me_reviews_review_widget_NtFkqX-1 {
    display: none;
}
.jdgm-widget-actions-wrapper a {
    text-decoration: none;
    color: black;
}
.jdgm-widget-actions-wrapper a {
    text-decoration: none;
    color: black;
}

.jdgm-widget-actions-wrapper {
    margin-bottom: 20px;
}

.jdgm-rev-widg__summary {
    margin-bottom: 20px;
}


.featured-collection {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

@media(max-width: 800px) {
  .featured-collection {
  padding-top: 48px!important;
  padding-bottom: 48px!important;
}
}


.featured-collection ul {
  gap: 24px;
  margin-bottom: 0px!important;
  padding-bottom: 24px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  width: calc(100% + 24px)!important;
  margin-left: -12px!important;
  margin-right: -12px!important;
}

/* @media(max-width: 800px) {
  .featured-collection {
    overflow-x: visible;
  }
} */

.featured-collection .card .media {
  border-radius: 12px;
}

.featured-collection .card__inner {
  background: transparent;
}

.featured-collection h2 {
  font-size: 48px;
  color: #181918;
    letter-spacing: -0.8px;
    margin: 0;
    padding: 0;
    line-height: 48px;
    margin-bottom: 36px!important;
    padding-left: 6px;
    padding-right: 6px;
}

@media(max-width: 800px) {
  .featured-collection h2 {
    font-size: 32px;
    margin-bottom: 12px !important;
    padding-left: 0px;
  }
}


.featured-collection .card-wrapper .card__badge span {
  font-size: 10px;
  letter-spacing: 0px;
  line-height: normal;
  font-weight: 600;
  color: white;
  background: #109950;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 12px;
  border: none;
}

.featured-collection .card-wrapper .card__badge.bottom.left {
      top: -7px;
}

.featured-collection .collection__title {
   margin: 0!important;
   padding: 0;
}

.collection_multi_wrap .collection__title {
   padding: 0!important;
   margin: 0!important;
}

#Slide-template--25323002200330__featured_collection-1 {
  margin:0!important;
}


.featured-collection .grid__item {
 box-shadow:  0 2px 9px -1px rgb(0 0 0 / 0.08), 0 3px 12px -2px rgb(0 0 0 / 0.1);
}


.featured-collection .slider-button {
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181918;
    border-radius: 99px;
    transition: all 250ms;
}

.featured-collection .slider-button:hover .icon {
  color: white;
}

.featured-collection .slider-button[disabled] {
  background: #F0F0F0;
}

.featured-collection .slider-button[disabled]:hover .icon {
  color: #181918;
}

.featured-collection .slider-button[disabled] .icon {
    color: #181918;
    cursor: not-allowed;
}

.featured-collection .slider-counter {
  display: none;
}

.featured-collection .slider-buttons {
  align-items: center;
  gap: 16px;
  padding-left: 6px;
  padding-right: 6px;
  justify-content: end;
}

@media(max-width: 800px) {
 .featured-collection .slider-buttons {
  padding-right: 20px;
 }

}

.featured-collection .slider-button .icon {
height: 15px!important;
width: auto!important;

}


.featured-collection .card-wrapper {
  background: transparent;
  border-radius: inherit;
}

.featured-collection .grid__item {
  background: white;
  border-radius: 24px;
  padding: 0!important;
  transition: all 250ms;
  border: 1px solid #f5f5f5;
}


.featured-collection .grid__item:hover {
  box-shadow: 0 9px 18px -5px rgb(0 0 0 / 0.1), 0 3px 6px -6px rgb(0 0 0 / 0.1);
  transform: translateY(-4px);
}



.featured-collection .card__information {
  padding-top: 14px;
}

.quick-add__submit {
    width: 52px;
    height: 52px;
    background: #181918;
    border-radius: 99px;
    position: relative;
}

.quick-add__submit span {
  display: none;
}


.quick-add__submit:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 24px;
  height: 24px;
  background-image: url("/cdn/shop/files/shopping_cart.svg?v=1758786613");
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  pointer-events: none; 
}


.featured-collection .card_price-wrapper {
    display: grid;
    gap: 20px;
    margin: 0!important;
    padding-top: 4px;
}

@media(max-width: 800px) {
  .featured-collection .card_price-wrapper {
    gap: 15px;
  }
}

.featured-collection .card_price-wrapper {
    align-self: start;
    height: 100%;
    margin:0;
    width: 100%;
}

.featured-collection .price {
  align-self: center;
}


.featured-collection .review_wrapper span svg {
  display: none;
}

.featured-collection .card-wrapper .price__container span.price-item {
    color: #181918;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 20px;
}

.featured-collection .card-wrapper .price--on-sale div.price__sale {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.featured-collection .price-item--last span {
   color: #181918;
   font-size: 12px;
   letter-spacing: normal;
   line-height: normal;
   font-weight: 400;
}

.featured-collection .card-wrapper {
  padding: 16px;
}

.featured-collection .product-description {
  margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    padding-top: 4px;
    max-width: 95%;
    color: #181918;
    padding-bottom: 3px;
}

.featured-collection .card-wrapper span.price-item.price-item--last * {
    color: #181918;
    font-size: 12px;
    letter-spacing: 0px;
}


/* .featured-collection .slider.slider--tablet {
    position: relative!important;
    flex-wrap: inherit!important;
    overflow-x: auto!important;
    scroll-snap-type: x mandatory!important;
    scroll-behavior: smooth!important;
    scroll-padding-left: 1.5rem!important;
    -webkit-overflow-scrolling: touch!important;
    margin-bottom: 1rem!important;
} */

.header-left_menu {
  display: none;
}

.header__inline-menu .list-menu {
  display: none!important;
}

.header__inline-menu .header_menu-wrapper {
  display: flex!important;
}

.header__inline-menu {
    display: grid;
    align-items: center;
    padding-right: 62px;
}

.header__heading-link {
  padding:0;
}

.header__icon .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.header__heading-link img {
  width: 147px;
  height: auto;
  display: block;
}
@media(max-width: 1200px) {
  .header__inline-menu {
    padding-right: 8px;
  }
}

@media(max-width: 990px) {
  .header__inline-menu {
    display: none;
  }
}
@media(max-width: 800px) {
 .header__heading-link img {
  width: 98px;
 }
 header.header {
  padding-top: 11px;
  padding-bottom: 11px;
 }
}

.header-wrapper {
  border-bottom: 1px solid rgb(233 241 237) !important;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.06), 0 1px 2px -1px rgb(0 0 0 / 0.06);
}

nav.header__inline-menu ul.list-menu li .header__menu-item {
  color: #181918;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: normal;
  margin: 0;
  transition: all 250ms;
}

nav.header__inline-menu ul.list-menu li .header__menu-item:hover {
  color: #2D7140;
}

nav.header__inline-menu ul.list-menu {
  gap: 36px;
}


.announcement-bar__message {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: normal;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: fit-content;
}

.collection_multi_wrap.collection {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media(max-width: 1050px) {
.collection_multi_wrap.collection {
  padding-bottom: 60px;
}
}

.collection_multi_wrap h2 {
    font-size: 48px;
    color: #181918;
    letter-spacing: -.8px;
    margin: 0;
    line-height: 48px;
    margin-bottom: 36px !important;
    padding: 0px;
}

@media(max-width: 800px) {
  .collection_multi_wrap h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 12px !important;
  }
}

.multi-collection_wrapper {
    display: flex;
    width: 100%;
    overflow-x: visible;
    justify-content: normal;
    position: relative;
    flex-direction: column;
}



.collection-buttons_column {
  display: flex;
  gap: 24px;
    flex-direction: row;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 2px 9px -1px #00000014, 0 3px 12px -2px #0000001a;
    justify-content: space-between;
    padding: 0 24px;
}



.collection-buttons_column-item {
    font-size: 16px;
    color: #181918;
    letter-spacing: 0px;
    line-height: normal;
    width: fit-content;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    white-space: break-spaces;
    word-break: break-word;
    padding: 11px 0;
}
.cu-multi-collection-buttons button.active.collection-buttons_column-item {
  position: relative;
}

.cu-multi-collection-buttons button.active.collection-buttons_column-item:after {
  content:"";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFB174;
  border-radius: 3px;
}

@media(max-width: 1250px) {
  .collection-buttons_column-item {
    font-size: 14px;
  }
}

@media(max-width: 1050px) {
  .collection-buttons_column {
   width: 100% !important;       /* umesto 1000px */
    overflow-x: auto;             /* ključ za horizontalni swipe */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;          /* opciono, ako želiš “trakasti” osećaj */
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px;
  }
  .collection-buttons_column-item {
    width: 100%;
    max-width: calc(33.33% - 10px);
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 9px;
  }
  .cu-multi-collection-buttons button.active.collection-buttons_column-item {
    border: 1px solid #ffb174;
  }
  .cu-multi-collection-buttons button.active.collection-buttons_column-item:after {
    content: none;
  }
}


.cu-multi-collection-buttons {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 24px;
}

@media(max-width: 800px) {
  .cu-multi-collection-buttons {
    padding-top: 12px;
    padding-bottom: 12px!important;
  }

  .cu-multi-collecion-body {
   padding-left: 6px!important;
   margin-left: 0;
  }
}

@media (max-width: 749px) {
  .collection-buttons_column-item {
    max-width: calc(50% - 7px);
  }
}


#Slider-template--25323002200330__cu_multi_collection_kDdqnU {
  margin-top: 0px;
}


/* 
    .collection_multi_wrap .slider--desktop.grid--4-col-desktop .grid__item {
        width: calc((100% - 1.5rem) / 4 - 85px);
    } */


    #Slider-template--25323002200330__cu_multi_collection_kDdqnU .grid__item {
      margin:0;
      padding:0;
    }

     .collection_multi_wrap .slider-buttons {
      margin: 0;
      width: 100%;
      gap: 16px;
      padding-top: 12px;
      justify-content: end;
      padding-right: 12px;
    }

    @media(max-width: 1450px) {
       .collection_multi_wrap .slider-buttons {
       max-width: 100vw;
       padding-right: 20px;
       padding-top: 12px;
    }
    }

    .collection_multi_wrap .slider-button--prev {
      display: grid;
    }


    .collection_multi_wrap .slider-button--prev svg {
      transform: rotate(180deg);
    }


    .collection_multi_wrap .product-grid {
      margin: 0;
      padding: 12px;
      gap: 24px;
      margin-left: -12px;
      margin-right: -12px;
      width: calc(100% + 24px);
      }

  .collection_multi_wrap .grid__item {
      background: #fff;
      border-radius: 24px;
      padding: 0!important;
      transition: all .25s;
      border: 1px solid #f5f5f5;
      box-shadow: 0 2px 9px -1px #00000014, 0 3px 12px -2px #0000001a;
  }

  .collection_multi_wrap .card-wrapper {
      background: transparent;
  }
      

  .collection_multi_wrap .card__media .media img {
    border-radius: 12px;
  }

  .collection_multi_wrap .card__inner {
    background: transparent;
  }

  .collection_multi_wrap .product-description {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    padding-top: 4px;
    max-width: 95%;
    color: #181918;
    padding-bottom: 3px;
  }

  .quick-add__submit {
    width: 52px;
    height: 52px;
    background: #181918;
    border-radius: 99px;
    position: relative;
  }

  .quick-add__submit span {
    display: none;
  }

  .quick-add__submit:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 24px;
    height: 24px;
    background-image: url(/cdn/shop/files/shopping_cart.svg?v=1758786613);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    box-shadow: none!important;
}

.collection_multi_wrap .card-wrapper .price--on-sale div.price__sale {
  flex-direction: row;
}


.collection_multi_wrap .card-wrapper .card__badge.bottom.left {
    top: -7px;
}


.collection_multi_wrap .card_price-wrapper {
    display: grid;
    gap: 20px;
    margin: 0 !important;
    padding-top: 4px;
}

.collection_multi_wrap .card_price-wrapper {
    align-self: start;
    height: 100%;
    margin: 0;
    width: 100%;
}


@media (max-width: 500px) {
   
.quick-add__submit:after {
  top: 9px;
  left: 9px;
}
}


.collection_multi_wrap .card-wrapper .card-information.price_wrapper {
    margin-top: 0;
    height: 100%;
}

.collection_multi_wrap .price {
    align-items: center;
    align-content: center;
    display: grid;
}

.collection_multi_wrap .card-wrapper span.price-item.price-item--last * {
    color: #181918;
    font-size: 12px;
    letter-spacing: 0px;
}

/* .collection_multi_wrap {
  padding-left: 50px;
  padding-right: 50px;
}

@media(max-width: 989px) {
  .collection_multi_wrap {
  padding-left: 20px;
  padding-right: 0px;
}
} */
@media(max-width: 800px) {
  .collection_multi_wrap .grid__item {
    width: 80%!important;
  }
  .collection_multi_wrap .grid--peek.slider .grid__item:first-of-type {
    margin-left: 20px!important;
  }

  .collection_multi_wrap .grid--peek.slider .grid__item:last-of-type {
    margin-right: 20px!important;
  }
}

.newsletter__wrapper>*+* {
    padding: 24px 42px 24px 42px;
    display: grid;
    align-items: center;
    align-content: center;
}

.newsletter-wrapper-main-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.newsletter-wrapper-main-image img {
  border-radius: inherit;
}

.newsletter-wrapper-main-content {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.newsletter-wrapper-main-content h2 {
    font-size: 36px;
    color: #181918;
    letter-spacing: 0px;
    line-height: 36px!important;
    margin: 0px !important;
    padding: 0px;
    font-weight: 500!important;
    text-align: left;
}



.newsletter-wrapper-main-content h2 strong {
  color: #038828;
  font-weight: bold!important;
}

.newsletter__subheading {
  margin-left: initial!important;
}

.newsletter__subheading p {
  color: #181918!important;
  font-size: 20px!important;
  line-height: 36px!important;
}

.newsletter__subheading.rte p {
  margin-top: 24px!important;
}

.newsletter-form__button {
    color: white !important;
    transition: all 250ms;
    padding: 15px 24px;
    border-radius: 99px;
    background: white;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: normal;
    font-weight: 600;
    width: fit-content !important;
    margin: 0px !important;
    background: #181918 !important;
    font-family: Inter, sans-serif!important;
}

.newsletter-form__button:hover {
  transform: translateY(-4px);
}

input.field-name-input {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 54px;
    border-radius: 99px;
    font-family: Inter, sans-serif!important;
    color: #181918;
    font-weight: 600;
}

.newsletter-form__field-wrapper .field__input {
    padding: 0!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
    height: 54px;
    border-radius: 99px!important;
    font-family: Inter, sans-serif!important;
    color: #181918;
    font-weight: 600;
    letter-spacing: 0px!important;
}

.newsletter-form__field-wrapper textarea.field__input {
  height: 120px;
  border-radius: 24px!important;
  padding: 15px!important;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: #6D736D;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: #6D736D!important;
}

.newsletter-form .field__label {
  display: none!important;
}

.field-input-for-name {
  margin: 42px 0 24px!important;
}
.cbb-frequently-bought-form .cbb-frequently-bought-total-price-box {
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column-reverse;
}
.cbb-frequently-bought-form .cbb-frequently-bought-total-price-box .cbb-frequently-bought-total-price-sale-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
}
.cbb-frequently-bought-form .cbb-frequently-bought-total-price-box .cbb-frequently-bought-total-price-was-price {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
}
.cbb-frequently-bought-container.cbb-desktop-view {
  border-radius: 24px;
  box-shadow: 0 2px 9px -1px #00000014,0 3px 12px -2px #0000001a;
}
.cbb-frequently-bought-form {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cbb-frequently-bought-products {
  width: 100%;
  text-align: center;
}
.custom-product-wrapper.product.grid {
  column-gap: 42px;
}
.custom-product-wrapper.product.grid .product__media-wrapper {
  width: Calc(50% - 21px);
  max-width: Calc(50% - 21px);
}
.custom-product-wrapper.product.grid .product__info-wrapper {
  width: Calc(50% - 21px);
  max-width: Calc(50% - 21px);
  padding-left: 24px;
}
.custom-product-wrapper.product.grid .slider-button {
  width: 42px;
  height: 42px;
  padding: 0;
}
.custom-product-wrapper.product.grid .slider-button .svg-wrapper {
  width: auto;
  height: auto;
}
.custom-product-wrapper.product.grid .thumbnail-list {
  grid-gap: 24px;
  padding: 3px;
}
.custom-product-wrapper.product.grid .thumbnail-list__item.slider__slide {
  width: calc(33.33% - 16px);
  box-shadow: rgba(2, 25, 12, 0.12) 0px 1px 12px;
  border-radius: 14px;
  overflow: hidden;
}
@media(max-width: 1150px) {
  .newsletter-wrapper-main-content {
    padding: 30px!important;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
  }

  .newsletter-wrapper-main-content .h1 {
    font-size: 24px!important;
    line-height: 30px!important;
  }

  .newsletter__subheading p {
    font-size: 16px !important;
    line-height: 27px !important;
    margin-top: 15px !important;
  }

  .field-input-for-name {
    margin: 33px 0 16px !important;
  }

  .newsletter__subheading.rte p {
    margin-top: 16px !important;
  }

  .newsletter-form__field-wrapper .field {
    gap: 16px;
  }

  .newsletter-wrapper-main-content {
    width: 100%!important;
  }

  .newsletter-wrapper-main-image {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .newsletter__wrapper {
    display: grid;
  }

  .enable_container .newsletter__wrapper {
    gap: 0;
  }
}

@media (max-width: 950px) {
  .custom-product-wrapper.product.grid {
    flex-direction: column;
    gap: 42px;
  }
  .custom-product-wrapper.product.grid .product__info-wrapper,
  .custom-product-wrapper.product.grid .product__media-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media(max-width: 599px) {
  .newsletter-wrapper-main-content {
      padding: 20px!important;
  }

  .field-input-for-name {
    margin: 20px 0 16px !important;
  }

  .newsletter__subheading.rte p {
    margin-top: 12px!important;
  }
}

.footer {
  background-color: #181918;
}
/* image with text */

@media (min-width: 750px) {
  .image-with-text__grid.grid--3-col-tablet .image-with-text__media-item--small {
    width: calc(47.2% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .image-with-text__grid.grid--3-col-tablet .image-with-text__media-item--small + .image-with-text__text-item {
    width: calc(52.8% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .image-with-text__media-item,
  .image-with-text__text-item .image-with-text__content {
    padding: 24px;
  }
}
/* image with text */
/* category */
.collection-hero__description {
  max-width: 100%;
}
.category-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 24px;
  padding: 0 24px;
  box-shadow: 0 2px 9px -1px #00000014, 0 3px 12px -2px #0000001a;
  margin-bottom: 24px;
  margin-top: 24px;
  overflow: auto;
  width: 100%;
}
.category-list::-webkit-scrollbar {
  display: none;
}
.category-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #181918;
  letter-spacing: 0px;
  line-height: normal;
  padding: 11px 0;
  gap: 8px;
  width: fit-content;
  text-align: center;
  font-family: Inter;
  font-weight: 600;
  border-radius: 99px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 80px;
  line-height: 1;
}
.category-list a.active:after {
    content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: calc(100% - 20px);
  left: 50%;
  transform: translate(-50%);
  background-color: #ffb174;
  border-radius: 3px;
}
.facets-container {
  display: flex!important;
  flex-direction: column;
  align-items: flex-end;
}
.facet-filters__sort {
  padding: 10px 20px!important;
  font-size: 16px!important;
  border-radius: 30px!important;
  border: 1px solid #B6B6B6!important;
  text-decoration: none;
}
.facet-filters .select .icon-caret {
  display: block;
}
.facet-filters .select .svg-wrapper {
  right: 20px;
}
.mobile-facets {
  z-index: 999!important;
}
.mobile-facets__wrapper {
  margin-bottom: 25px;
}
@media (max-width: 1250px) {
  .category-list a {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  .category-list {
    flex-wrap: wrap;
    gap: 14px;
    border-radius: 24px;
    padding: 14px;
  }
  .category-list a {
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 9px;
    max-width: calc(33.33% - 10px);
    width: 100%;
  }
  .category-list a.active:after {
    content: none;
  }
  .category-list a.active {
    border-color: #ffb174;
  }
}
@media (max-width: 749px) {
  .category-list a {
    max-width: calc(50% - 7px);
  }
}
/* category */
/* anchor btns */
.anchor-btns-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  overflow: auto;
  padding: 12px;
  margin-left: -12px;
  margin-right: -12px;
}
.anchor-btns-wrapper::-webkit-scrollbar {
  display: none;
}
.anchor-btns-wrapper div {
  border-radius: 99px;
  padding: 16px 12px;
  box-shadow: 2px 2px 12px rgba(5, 32, 16, 0.12);
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  color: #181918;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.anchor-btns-wrapper div.active {
  background: #038828;
  box-shadow: none;
  color: #fff;
}
@media (max-width: 989px) {
  .anchor-btns-wrapper div {
    white-space: nowrap;
  }
}
/* anchor btns */
/* custom column */
.custom_column-heading {
  font-size: 48px;
  margin-bottom: 42px;
}
.custom_column-wrapper {
  display: flex;
  gap: 12px;
  overflow: hidden;
  border-radius: 24px;
  flex-wrap: wrap;
}
.custom-column-item {
  width: 100%;
  max-width: calc(50% - 6px);
}
.custom-column-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 749px) {
  .custom-column-item {
    max-width: 100%;
  }
  .custom_column-heading {
    font-size: 32px;
  }
}
/* custom column */
/* contact form */
#ContactForm .field__input:not(:focus) {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground));
}
/* custom announcement bar */
.custom-announcement-bar {
  padding: 5px 0;
  min-height: 66px;
  display: flex;
  align-items: center;
}
.custom-announcement-bar img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 20px;
}
.custom-announcement-bar .swiper {
  width: 100%;
}

.custom-announcement-bar .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 750px) {
  .custom-announcement-bar .swiper-container {
    pointer-events: none;
  }
}
@media (max-width: 749px) {
  .custom-announcement-bar {
    min-height: 55px;
  }
}
/* custom announcement bar */
/* article slider */
.article-slider-heading {
  font-size: 48px;
  letter-spacing: -.8px;
  line-height: 1;
  margin-bottom: 12px;
}
.article-slider-subheading {
  margin-bottom: 42px;
  font-size: 24px;
  letter-spacing: 0px;
}
.article-item-media {
  position: relative;
  height: 0;
  padding-bottom: 120%;
}
.article-item-media img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.article-slider-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-item {
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 9px -1px #00000014, 0 3px 12px -2px #0000001a;
  background: #ffffff;
  border-radius: 24px;
  padding: 12px;
  padding-bottom: 0;
  height: 100%;
}
.article-item-title {
  padding-top: 20px;
}
.article-list {
  padding: 0 12px 30px;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.article-list .swiper-wrapper {
  padding: 12px 0;
}
.article-item a {
  text-decoration: none;
  color: rgba(var(--color-foreground), 1);
}
.article-item-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.article-slider-controls {
  display: flex;
  gap: 16px;
  align-items: center;
}
.artilce-slider .swiper-button-prev,
.artilce-slider .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #F0F0F0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground), 1);
  position: unset;
  margin: 0;
}
.artilce-slider .swiper-button-prev:after,
.artilce-slider .swiper-button-next:after {
  content: none!important;
}
.artilce-slider .swiper-button-prev svg,
.artilce-slider .swiper-button-next svg {
  width: 24px;
  height: 24px;
  display: block;
}
.artilce-slider .swiper-slide {
  height: auto;
}
@media (max-width: 749px) {
  .article-item-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .article-slider-heading {
    font-size: 32px;
  }
  .article-slider-subheading {
    font-size: 18px;
  }
}
/* article slider */

/* Hero banner */
.cu-banner-box-{{ section.id }} {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  .cu-banner-box-inner img {
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block;
  }

  .cu-container {
      width: 100%;
  }

  .cu-banner-box-inner {
      display: flex;
      width: 100%;
  }
  .cu-banner-box-inner > a {
    width: 100%;
  }
  @media (max-width:800px){
    .cu-banner-box-{{ section.id }} {
        padding-top: {{ section.settings.padding_top_m }}px;
        padding-bottom: {{ section.settings.padding_bottom_m }}px;
    }
  }
  @media (min-width:651px){
    img.mobile_banner {
        display: none!important;
    }
  }
  @media (max-width:650px){
    img.desktop_banner {
        display: none!important;
    }
  }
  /* Hero banner */