/** Shopify CDN: Minification failed

Line 841:2 Unexpected "{"
Line 841:3 Expected identifier but found "%"
Line 841:37 Unexpected "{"
Line 841:38 Expected identifier but found "%"

**/
a[aria-label="Created with Klaviyo - opens in a new tab"] {
  display: none !important;
}

.swatches__container {
  text-align: left;
  margin: 15px 0;
} 
.recharge-widget {
    margin: 10px 0 25px;
}

.social-proof-wrapper {
    margin: 13px 0 13px 0; 
    border-radius: 100px;
    background: #F3F3F3;
    display: flex;
    padding: 2px 16px 2px 4px;
    align-items: center;
    gap: 8px;
    font-weight: 600;
  font-size: 16px;
}
.social-proof-wrapper img {
  width: 40px;
}
@media screen and (max-width:480px) {
  .social-proof-wrapper {
      font-size: 14px;
      line-height: 1;
  }
  .social-proof-wrapper span {
    padding: 5px 0;
  }
}

.product-grid-review-wrapper {
  margin: 0 auto !important;
    min-height: 40px;
}

@media screen and (max-width:1000px) {
  .product-grid-review-wrapper{
    min-height: 56px;
  }
    .product-grid-review-wrapper .oke-sr-count, .product-grid-review-wrapper .oke-sr-stars {
      display: block !important;
      margin: 0 auto !important;
  }
}

.cart-links__link-account-wrapper a {
    display: flex !important;
}
.cart-links__link-account-wrapper {
      display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slideout__trigger-mobile-menu,
.js-mini-cart-trigger,
.my-cart-link-container .cart__link,
.header__nav-container .cart-links__link-login,
.header__nav-container .cart-links__link-logout,
.header__nav-container .cart-links__link-account {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slideout__trigger-mobile-menu:after,
.js-mini-cart-trigger:after,
.my-cart-link-container .cart__link:after,
.cart-links__link-login:after,
.cart-links__link-logout:after,
.cart-links__link-account:after{
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    margin: 2px 0 0;
}
.cart-links__link-login:after {
    content: 'Log in';
}
.cart-links__link-account:after{
    content: 'Account';
}
.cart-links__link-logout:after{
    content: 'Log out';
}
.js-mini-cart-trigger:after,
.my-cart-link-container .cart__link:after {
    content: 'Cart';
}
.mobile-menu__trigger .slideout__trigger-mobile-menu:after {
    content: 'Menu';
}
.mobile-menu .mobile-menu__item svg {
    vertical-align: middle;
}

@media screen and (max-width:480px) {
  .header__mobile__cart-links-container,
  .mobile-menu__trigger {
    position: relative;
    top: 3px;
  }

  .slideout__trigger-mobile-menu:after,
  .js-mini-cart-trigger:after,
  .my-cart-link-container .cart__link:after,
  .cart-links__link-login:after {
    font-size: 10px;
    margin: 4px 0 0;
  }
  .cart-links__wrapper {
    padding-right: 5px;
  }  
}

/*.js-cart-count {
    position: absolute;
    top: 2px;
    left: 28px;
    height: auto;
    line-height: 1;
}*/



.btn_loader {
    position: absolute;
    width: 30px;
    height: 100%;
    display: flex;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading_svg {
    vertical-align: middle;
    animation: spin .5s infinite linear;
}
.button.loading {
  opacity: 0.5;
}
.button.loading .btn-text {
  opacity: 0;
}
.button.loading .btn_loader {
  opacity: 1;
}

@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


.product-recommendations .product-index {
  display: none;
}
.product-recommendations .product-index:nth-child(-n+4) {
  display: inline-block;
}
.popup-cart-error,
.popup-save-bundle,
.popup-exceeded-stock {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.popup-cart-error.active,
.popup-save-bundle.active,
.popup-exceeded-stock.active {
    display: flex;
}
.popup-inner {
    padding: 25px;
    max-width: 90vw;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.popup-save-bundle .popup-inner {
  max-width: 600px;
}

.button-wrapper  {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
}

.button-wrapper .button {
  margin: 0;
    min-width: 0 !important;
  text-align: center;
}

.popup-inner .close {
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 768px) {
  .popup-save-bundle .popup-inner {
    max-width: 90vw;
  }
  .header__nav-container {
    padding: 0;
  }
  .template-product inbox-online-store-chat {
      bottom: 80px !important;
      right: 4px !important;
  }
}

.add-to-cart-container {
  text-align: center;
  padding: 0 40px;
  margin: 0 0 40px;
}

.add-to-cart-duplicate {
  font-weight: 600;
    max-width: 400px;
    width: 100%;
}

.product-grid-addtocart .klaviyo-product-container {  
    height: 35px;
}
@media (max-width: 768px) {
.add-to-cart-container {
  display: none;
}
  .product-grid-addtocart .klaviyo-product-container {
    height: 30px;
  }
}
.product-grid-addtocart .klaviyo-button-container {
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    opacity: 1 !important;
    height: 100%;
}

.product-grid-addtocart .klaviyo-bis-trigger {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1 !important;
    letter-spacing: 0;
    border-radius: 0;
}

.klaviyo-notify-btn {
  display: none;
}
#addToCart[disabled] {
  display: none !important;
}

.klaviyo-notify-btn.klaviyo-bis-trigger {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding: 20px 10px !important;
    line-height: 0.95 !important;
}
#addToCart[disabled] + .klaviyo-notify-btn {
  display: block !important;
}
.text-with-image h2 {
    font-size: 36px;
}

.home-heading {
  text-align: center;
  margin: 40px 0 -40px;
  font-size: 18px;
  padding: 0 10px;
}
.collection-tabs-section .tab-header h2 {
  font-size: 36px;
}

@media (max-width:1000px) {
  .collection-tabs-section .tab-header h2 {
    font-size: 24px;
  }
  .collection-tab-list .tab {
    font-size: 14px;
  }
  .collection-width-sub-container {
    padding: 50px 0 50px;
  }
  .home-heading {
    margin:20px 0 -20px;
  }
  .collection-tabs-section {
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 768px) {
  .collection-tab-list .tab {
    font-size: 16px;
  }
  .collection-tabs-section .tab-header h2 {
      font-size: 36px;
  }
  .home-heading {
    margin:20px 0 -10px;
  }
}

@media screen and (max-width: 480px) {
  .home-heading {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .collection-tabs-section {
    width: calc(100% - 32px) !important;
  }
  .collection-tabs-section .tab-header h2 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
  }
}
.h3 {
  margin: 0 0 10px;
}

.footer-block .h4 {
  margin: 0 0 10px;
}
.small-h2 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 25px;
    font-family: var(--heading-family);
    font-weight: var(--heading-weight);
}
.metafield-rich_text_field .h3 {
  margin-bottom: 10px;
}
.tab-richtext .small-h2 {
    margin: 0 0 10px;
}

@media screen and (max-width:480px) {
  .small-h2 {
    font-size: 18px;
  }
}
.collection-title {
  text-align: center;
  margin: 40px 0 20px;
}
.collection-description.top {
}
.collection-description.bottom {
  margin-bottom: 60px;
}


.collection-description {
    padding: 0 20px;
    max-width: 1100px;
    margin: auto;
}
.collection-description h1 {
  text-align: center;
}

.tooltip-hover {
    position: absolute;
    top: 0;
    right: 5%; 
    justify-content: center;
    display: flex;
}

.tooltip-hover .close {
   display: none !Important;
}
.tooltip-hover .active.product-info-tooltip {
    display: flex;
    height: auto;
    width: auto;
    background: transparent;
    padding: 0;
}
.tooltip-hover .product-info-tooltip {
    position: absolute;
    top: auto;
    bottom: 60px;
    width: 43vw !important;
    border-radius: 8px;
    box-shadow: 0 0 20px #00000080;
}
.noSubcollection .tooltip-hover .product-info-tooltip {
    width: 55vw !important;
}
.noSubcollection .collection-title {
    margin: 80px 0 40px;  
}

.tooltip-hover .product-info-tooltip:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    background: #fff;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 0 0 20px #00000080;
} 
.tooltip-hover .tooltip {
    top: -5px;
    right: -5px;
    position: relative;
    padding: 5px;
}
.tooltip-hover .product-info-tooltip .inner {
  max-width: none;
  box-shadow: none;
}
.product--item:nth-child(3n+1 of .active-item) .tooltip-hover .product-info-tooltip,
.collection__grid-loop .product-index:nth-child(3n+1) .tooltip-hover .product-info-tooltip {
    left: -47px;
    right: auto;
}
.product--item:nth-child(3n+2 of .active-item) .tooltip-hover .product-info-tooltip,
.collection__grid-loop .product-index:nth-child(3n+2) .tooltip-hover .product-info-tooltip {
    left: auto;
    right: auto;
}
.product--item:nth-child(3n+3 of .active-item) .tooltip-hover .product-info-tooltip,
.collection__grid-loop .product-index:nth-child(3n+3) .tooltip-hover .product-info-tooltip {
    left: auto;
    right: -27px;
}



.product--item:nth-child(3n+1 of .active-item) .tooltip-hover .product-info-tooltip:after,
.collection__grid-loop .product-index:nth-child(3n+1) .tooltip-hover .product-info-tooltip:after {
    left: 62px;
    right: auto;
}
.product--item:nth-child(3n+3 of .active-item) .tooltip-hover .product-info-tooltip:after,
.collection__grid-loop .product-index:nth-child(3n+3) .tooltip-hover .product-info-tooltip:after {
    left: auto;
    right: 32px;
}





@media only screen and (max-width: 1028px) {
  .tooltip-hover .product-info-tooltip .inner {
    padding: 30px;
  }
  .tooltip-hover .product-info-tooltip {
    width: 45vw!important;
  }
  .product-info-tooltip .content {
    font-size: 14px;
    line-height: 1.3;
  }
  .product-info-tooltip h3 {
    font-size: 18px;
  }
  .tooltip-hover .product-info-tooltip {
    bottom: 40px;
  }
  .collection__grid-loop .product-index:nth-child(3n+1) .tooltip-hover .product-info-tooltip:after {
    left: 47px;
  }
  .collection__grid-loop .product-index:nth-child(3n+3) .tooltip-hover .product-info-tooltip:after {
    right: 26px;
  }
  
}



.image-grid {
  display: flex;
  flex-wrap: wrap;
}
.image-grid img {
  width: calc(100% / 3);
  padding: 5px;
  border: none !important;
}

.customers-account .yotpo-widget-subscriptions-customer-portal .yotpo-number-picker .yotpo-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.customers-account .yotpo-widget-subscriptions-customer-portal .yotpo-customized-button,
.customers-account .yotpo-widget-subscriptions-customer-portal .yotpo-select-reason-desktop-actions__button {
    width: auto !important;
    height: auto !important;
}
.customers-account .yotpo-desktop-cancellation-reason-list-container {
  padding: 0 20px !important;
}
.customers-account .yotpo-widget-subscriptions-customer-portal .yotpo-desktop-cancellation-reason-item,
.customers-account .yotpo-widget-subscriptions-customer-portal .yotpo-desktop-cancellation-reason-option-button {
  width: 100% !important
}
.customer-banner {
  padding: 50px 20px;
  text-align: center;
    border: 1px solid;
margin: 0 0 80px;
  
}
@media only screen and (max-width: 768px) {
  .customer-banner {
    padding: 40px 20px;
    margin: 0 0 40px;
  }
}
.product-expiration {
    max-width: 660px;
    padding: 0 20px;
    margin: 0 auto 50px;
}
.product-expiration > h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 25px;
}
.product-expiration table td {
  padding: 10px 5px 10px 16px;
}

.product-expiration table th {
  line-height: 1.5;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-align: left;
  height: 45px;
}
.template-product .trustpilot-widget-trustbox-1-wrapper {
  margin-top: 60px !important;
}
@media only screen and (min-width: 750px) {
  .product-expiration table th {
      width: 25%;
  }
}
.product-index .price--on-sale .price-item--regular {
    display: none;
}
.product-expiration table tr:nth-child(odd) {
  background: rgba(157, 157, 157, 0.09);
}
.product__section {
  margin-bottom: 0;
}
.product__section-container {
  z-index: 3;
  border-top-right-radius: 10px;
  padding-bottom:40px;
  border-top-left-radius: 10px;
  
}
.product__section-content {
    background: transparent !important;
    border: none !important;
}
.product-features {
  max-width: 1320px;
  margin: 0 auto 80px;
  padding: 58px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.product-features .inner {
    max-width: 1200px;
    margin: auto;
    gap: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}    
.product-features[feature-count="1"] .item,
.product-features[feature-count="2"] .item,
.product-features[feature-count="3"] .item ,
.product-features[feature-count="4"] .item {
    width: calc(100% / 4);
}
.product-features .item  {
    width: calc(100% / 6);
    padding: 0 10px;
}
.product-features .item img {
  width: 116px;
}
.product-features h5 {
  margin: 0;
  font-size: 16px;
}

.collection-subcollections {
    display: flex;
    justify-content: center;
    max-width: 780px;
    margin: 50px auto;
    text-align: center;
}

.collection-subcollections .item {
    width: calc(100% / 4);
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 0 35px;
    
}

.collection-subcollections .item .image {
  padding: 10px;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  max-width: 115px;
}
.collection-subcollections .item.active img {
  border: none !important;
}
.collection-subcollections .subcollection-title {
  opacity: 1;
  font-size: calc(var(--font-size) + 2px);
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  line-height: 1.5;
}
.collection-subcollections .item .image:after {
    content: '';
    position: absolute;
    aspect-ratio: 1;
    height: auto;
    width: auto;
    max-width: 150px;
    display: block;
    border-radius: 50%;
    background: #FFEED9;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.collection-subcollections .item.active .image:after {
  background: #FFD5A1;
}
.product-info-tooltip {
    position: fixed;
    background: rgba(0, 0, 0, 0.20);
    z-index: 99;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 25px;
    display: none;
    align-items: center;
    justify-content: center;
}
.product-info-tooltip.active {
  display: flex;
}
.tooltip {
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}


@media only screen and (max-width: 768px) {
  .collection-subcollections .subcollection-title {
    font-size: calc(var(--font-size) - 2px);
  }
  .product-index .tooltip svg {
    width: 20px;
    height: 20px;
  }
}


.product-info-tooltip .inner {
    max-width: 720px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.5);
    padding: 30px;
    max-height: 800px;
    overflow: auto;
    display: flex;
    flex-direction: column;
  position: relative;
}
.product-info-tooltip .inner .close {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.product-info-tooltip .content p {
  font-size: 14px;
}
.product-info-tooltip .content .ingredients {
  margin: 50px 0;
}

.product-grid-addtocart {
  max-width: 248px;
  margin: 0 auto 15px;
  border: none;
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.product-grid-addtocart span,
.product-grid-addtocart .btn,
.product-grid-addtocart [name="id"] {
  border-radius: 0 !important;
  border: none;
    font-size: 12px;
  height: 35px !important;
  line-height: 35px !important;
    flex: 1;
    padding: 0 !important;
}
.product-grid-addtocart span {
  padding-left: 10px !important;
}
.product-grid-addtocart [name="id"] {
  border-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px !important;
  line-height: 2 !important;
}
.product-grid-addtocart .btn {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin: 0;
}

form.product-grid-addtocart .variant-buttons {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

form.product-grid-addtocart .option-name {
  color: rgba(44, 43, 42, 0.7);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
}

form.product-grid-addtocart .option-values {
  display: flex;
  gap: 10px;
  position: relative;
  {% comment %} margin-bottom: 10px; {% endcomment %}
  width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
}

form.product-grid-addtocart .option-values button.variant-btn {
  color: rgba(44, 43, 42, 0.8);
  font-size: 11.625px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  height: 32px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #aaa5a1;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
  margin: 0;
}

form.product-grid-addtocart .option-values button.variant-btn.active {
  border: 1.6px solid #f90;
  background: #fff;
  color: #2c2b2a;
  font-size: 11.625px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  form.product-grid-addtocart .option-values {
    min-height: 80px;
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  form.product-grid-addtocart .option-values button.variant-btn {
    padding: 8px 10px !important;
  }

  form.product-grid-addtocart .option-values {
    gap: 5px;
  }
}


.product-faqs {
  display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

.product-faqs .c-accordion__header {
  letter-spacing: 0;
  font-weight: 400;
}
.product-faqs .accordion__section-content {
    width: 100%;
    padding: 0 0 0 35px;
}
.product-faqs .accordion__section-content .c-accordion--ct-faqs  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-faqs .c-accordion__panel {
  padding: 20px 12px !important
}
.product-faqs .dropdown-arrow polygon {
  fill: #fff;

}

img.accordion-image {
    max-height: 500px;
}

.accordion__section .product-faqs .c-accordion__header {
    letter-spacing: 0;
    font-weight: 400 !important;
    min-height: 50px !important;
    align-items: center;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !Important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    padding: 0 20px !important;
    margin-bottom: 10px;
    background: #000;
    text-align: left;
    line-height: 1.2 !important;
}

.product__section-content .yotpo-selling-plans-wrapper .yotpo-selling-plans:before {
    content: 'Purchase options';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding: 10px 15px 5px;
    display: block;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-container {
  background: transparent;
  margin: 0;
  padding: 20px !important;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-frequency-options {
  border-radius: 4px !important;
border: 1px solid #AAA5A1 !important;
background: #FFF !important;
    box-shadow: 0 1.5px 4px #0000001f !important;
    margin: 0 !important;
  overflow: hidden;
    position: absolute;
    width: 100%;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-and-dropdown-label {
  border-radius: 4px !important;
}

.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plan-radio-label:after{
  width: 20px !important;
  height: 20px !important;
  background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.52691 6.84111L9.34753 0.304664C9.5284 0.101554 9.75859 0 10.0381 0C10.3176 0 10.5478 0.101554 10.7287 0.304664C10.9096 0.507774 11 0.766277 11 1.08017C11 1.39407 10.9096 1.65258 10.7287 1.85569L4.21749 9.16764C4.02018 9.38921 3.78998 9.5 3.52691 9.5C3.26383 9.5 3.03363 9.38921 2.83632 9.16764L0.2713 6.28717C0.0904331 6.08406 0 5.82556 0 5.51166C0 5.19776 0.0904331 4.93926 0.2713 4.73615C0.452167 4.53304 0.682362 4.43149 0.961883 4.43149C1.2414 4.43149 1.4716 4.53304 1.65247 4.73615L3.52691 6.84111Z" fill="white"/></svg>') !important;
  background-size: 11px  !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 4px !important;
  border: 0.5px solid #AAA5A1 !important;
  box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plan-radio-label:checked:after {
    background-color: rgba(255,153,0,1) !important;
    border-color: #f90!important;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-label-input {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.product__section #addToCart {
  max-width: 100% !important;
  width: 100%;
  height: 55px;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-container.yotpo-selected{ 
    background: #fff5e5;
  border: none;
}
.product__section-content .yotpo-selling-plan-select-container {
  display: none !important;
}
.product__section-content .yotpo-selected .yotpo-selling-plan-select-container {
  display: block !important;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-select-wrapper {
  position: relative;
  height: 42px !important;
  margin: 20px 0 0!important;
    z-index: 2;
}
.product__section-content .yotpo-frequency-options {
  margin-bottom: 0;
}
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-subscription-label-price,
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-selected .yotpo-subscription-label-price,
.product__section-content .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-label .yotpo-radio-label-text {
  font-size: 16px !important;
}

.image-text-box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 45px 0;
}

.image-text-box img {
  max-width: 240px;
  border: none !important;
}
.image-text-box .text {
  border-radius: 8px;
  background: #F8F8F8;
  padding: 30px;
  min-height: 230px;
}
@media screen and (max-width: 480px) {
  .product__section-content .yotpo-selling-plans {
    padding: 20px 0 0;
  }
  .image-text-box img {
    max-width: 100px;
  }
  .image-text-box {
    margin: 0;
    gap: 20px;
  }
  .image-text-box .text {
    padding: 0;
  }
}

.product-detail-container .tab-content h3 {
  margin: 35px 0 10px;
}
.product-detail-container .tab-content h3:first-child {
  margin-top: 0;
}

.product-detail-container {
  max-width: 940px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.product-info-tooltip table,
.product-detail-container table {
    max-width: 600px;
  width: 100%;
    border-collapse: collapse;
    border: 1px solid;
}
.product-info-tooltip table th,
.product-info-tooltip table td,
.product-detail-container table th,
.product-detail-container table td {
    border: 1px solid;
    padding: 5px;
}
@media only screen and (min-width: 750px) {
  .product-detail-container table th img {
    width: 100%;
  }
  .product-detail-container table th,
  .product-detail-container table td {
      width: 20%;
  }
}
.product-tabs {
  display: flex;
  padding: 5px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  border: 1px solid #AAA5A1;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  margin: 0 auto 50px;
}
.product-tabs .tab {
  cursor: pointer;
  padding: 15px;
  flex: 1;
  text-align: center;
}
.product-tabs .tab.active {
  border-radius: 6px;
  background: #212121;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
}
.product-detail-tabs .tab-content .description {
    font-weight: 300;
  font-size: 18px;
}
.product-detail-tabs .tab-content {
  display: none;
}
.product-detail-tabs .tab-content.active {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-tabs .tab-content .item .image {
  border: none !important;
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.product-detail-tabs .tab-content .item .image img {
  border: none !important;
  width: 40px;
}

.product-detail-tabs .tab-content .item h4 {
  margin: 0 0 7px;
}
.product-detail-tabs [content="Ingredients"]  .item h3 {
  font-size: 18px;
  margin: 0;
 text-align: left;
}
.product-detail-tabs .tab-content .item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    background: #FFF4E5;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 20px;
    padding: 28px 34px;
}
.product-detail-tabs .content {
  flex: 1;
}

.product-detail-tabs .tab-content[content="Ingredients"] .item {
  width: calc(50% - 10px);
  padding: 10px;
}
.product-detail-tabs .tab-content[content="Ingredients"] .item .image {
      width: 60px;
    height: 60px;
}

.tab-content .direction-table {
    max-width: 890px;
    width: 100%;
}  
.tab-content .direction-table th svg {
    width: 100%;
}
.trustpilot-widget iframe {
  
}
.tab-content .direction-table,
.tab-content .direction-table th,
.tab-content .direction-table td {
  border: none !Important;
  padding: 13px 16px;
  text-align: center;
}
.tab-content .direction-table td:first-child {
  text-align: left;
}
.tab-content-wrapper {
  margin: 0 auto 50px;
  width: 100%;
}
.tab-content-wrapper h3:not(.h4) {
  font-size: 24px;
  margin: 25px auto 0;
}
.tab-richtext {
  text-align: center;
  max-width: 800px;
  padding: 0 10px;
}
.tab-richtext > h3 {
  margin: 0 0 20px;
}
.tab-richtext p:last-child {
  margin-bottom: 0;
}
.tab-image-grid {
  max-width: 800px;
  margin: 25px auto ;
}

.tab-content .direction-table tr:nth-child(2) {
  background: #FFF4E5;
  color: #000;
}

.tab-content .direction-table tr:nth-child(3n+1) {
    background: rgba(157, 157, 157, 0.09);
}
.tab-content .direction-table .image-row {
  background: none !important
}
.direction-video-container {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 80px; 
}
@media only screen and (max-width: 480px) {
  .product-detail-tabs .tab-content .item:last-child {
    margin-bottom: 0;
  }
  .image-row .dog1 svg {
    height: 21px;
  }
  .image-row .dog2 svg {
    height: 31px;
  }
  .image-row .dog3 svg {
    height: 40px;
  }
  .image-row .dog4 svg {
    height: 44px;
  }
  .tab-content .direction-table {
    font-size: 13px;
    table-layout: fixed;
  }
  .tab-contents-wrapper table td,
  .tab-contents-wrapper table th {
    padding-right: 5px !important;
    padding-left: 10px !important;
  }
  .tab-contents-wrapper table td:nth-child(1n+2) {
    width: 60px;
  }
  .tab-content .direction-table th:first-child,
  .tab-content .direction-table td:first-child {
    display: none;
  }
}

.v-vlite.v-video {
  background: transparent !important;
}
.v-firstStart.v-paused .v-controlBar {
  display: none;
}
.v-bigPlay:hover {
    background-color: transparent !important;
}
.v-bigPlay {
   display: flex;
   align-items: center;
   justify-content: center;
   background-size: contain !important;
   background-position: center !important;
   margin: 0 !important;
   padding: 0 !important;
   height: 55px !important;
   width: 55px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='63' viewBox='0 0 63 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_701_1190)'%3E%3Crect x='4' y='2' width='55' height='55' rx='10' fill='%23212121'/%3E%3Crect x='4.5' y='2.5' width='54' height='54' rx='9.5' stroke='%23AAA5A1'/%3E%3C/g%3E%3Cpath d='M41 29L26 37.6603L26 20.3397L41 29Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_701_1190' x='0' y='0' width='63' height='63' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_701_1190'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_701_1190' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") !important;
}
.v-bigPlay svg {
  display: none !important;
}

.cart-links__link-account--text {
  font-size: 12px !important;
    color: #000;
    margin: -5px 0 0;
}
.header-search-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px;
}

.header-search-overlay predictive-search form {
  max-width: 600px;
  margin: 0 auto;
}

.cart-links__link-search {
  line-height: 1;
  cursor: pointer;
}

.cart-links__wrapper li a.cart-links__link-search svg {
  margin: 0;
}

.header-aus-made-badge {
  vertical-align: middle;
}

a.search-bar__close {
  position: absolute;
  top: 10px;
  cursor: pointer;
  margin-left: 10px;
}

a.search-bar__close svg {
  width: 14px;
}

.section-newsletter {
  margin-bottom: 5px;
}

.editorial__column-container .section-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.editorial__column-container .section-heading h2 {
  padding: 0;
}

.header__wrapper.sticky--active {
  position: static !important;
}

#shopify-section-header .js-clear-element {
  display: none;
}

.mobile-menu__cart-icon svg {
  right: 25px;
}

.mobile-menu__cart-icon .mobile-menu__cart-count {
  position: absolute;
  right: 8px;
  font-size: 8px;
  top: 2px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
}

#product-price .price__regular .price-item.price-item--regular,
#product-price .price__sale .price-item--sale {
    color: var(--sale-color);
}

.price--on-sale .price__badge--sale,
.sale-item.icn {
  display: none;
}

.so {
  background: grey;
}

blockquote {
  padding-left: 0;
}

.collection__description blockquote {
  color: #000;
  font-style: normal;
}

section.breadcrumb__section {
  margin-top: 0;
}

.ajax-cart__page-wrapper .ajax-cart__header-wrapper {
  padding: 0;
}

.ajax-cart__header-wrapper .section-heading {
  margin-top: 0 !important;
}

.ajax-cart__accordion .tlink.has_sub_menu a {
  color: #fff;
  text-align: center;
}

.cart-shipping-countdown p {
  margin: 0;
}

section.collection__description-section {
  margin-top: -40px;
}

section#collection__page-template {
  margin-bottom: 50px;
}

.ajax-cart__final-details div.total {
  font-weight: bold;
}

.shopify-buy-frame--product {
  margin-left: auto;
  margin-right: auto;
}

.blog-template ul#blog-articles {
  margin-top: 0;
}

.swatches__option-name {
  margin-bottom: 0;
}

.swatches__swatch--color,
.swatches__swatch--regular {
  margin-top: 10px;
}

.template-cart #tidio-chat {
  display: none;
}

#page-content .trustpilot-widget iframe {
  margin: 0 auto;
}

section.user-login {
  margin-top: 31px;
}

#shopify-section-template--14342109724751__1638166112fa7c2fe3 {
  margin-bottom: 30px;
}

.product__block--product-info .prod_price_wrap {
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 20px;
  align-items: center;
}

.prod-tp-mini-widget {
  margin-top: 5px;
}

.footer-text a {
  text-decoration: none;
}

.announcement-bar__wrapper_sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
}

.collection-list.collection-info.boxed__titles {
  background: #ff9900;
  box-shadow: 0 0 6px 0 #000000;
}

.collection-list.collection-info.boxed__titles a {
  color: #ffffff;
}

a.ajax-cart__button-view_cart {
  display: none;
}

.collection-list.collection-info.below__titles .prod-title,
.collection-list.collection-info.boxed__titles .prod-title {
  font-size: 20px;
}

.template-index.theme-features__rounded-buttons--enabled .button {
  min-width: 220px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.paywhirl-plan-selector {
  max-width: 400px;
  margin-top: 5px;
  background: #f4f1ee;
  padding: 10px 15px 0 !important;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.paywhirl-plan-selector .paywhirl-plan-selector-group > label,
.paywhirl-plan-selector-title {
  font-weight: bold;
}

.paywhirl-plan-selector .paywhirl-plan-selector-group > label > input {
  outline: none !important;
}

.additional-checkout-buttons,
.additional-checkout-button--paypal {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .collection-image.vertical-images .box-ratio {
    padding-bottom: 100% !important;
  }
}

@media screen and (min-width: 980px) {
  .collection-image.vertical-images .box-ratio {
    padding-bottom: 80% !important;
  }

  .rich__text-section.section-template--14342109724751__16375562264a6a448b {
    padding-bottom: 10px !important;
  }

  .rich__text-section.section-template--14342109724751__16375562264a6a448b h3 {
    margin-bottom: 0;
  }

  .blog-template ul#blog-articles {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media screen and (min-width: 1201px) {
  .header__nav-container {
    padding: 0 40px;
  }
}

/*Candy rack customization */
@media only screen and (max-width: 1150px) {
  [candyrack-cart-info] {
    color: rgb(241, 99, 52) !important;
    font-size: 15px !important;
    display: table !important;
  }
}

@media screen and (max-width: 1220px) {
  .header__nav__link.dlink {
    padding: 0 3px;
    font-size: 16px;
  }
}

/*custom styles only applies for desktop */
@media only screen and (min-device-width: 600px) {
  /*Candy rack customization */
  [candyrack-cart-info] {
    color: rgb(241, 99, 52) !important;
    font-size: 15px !important;
    display: table !important;
  }
}

@media screen and (max-width: 740px) {
  a.cart__link {
    width: auto;
    padding: 0 !important;
  }

  .ajax-cart__free-shipping {
    padding: 10px;
  }
/* 
  .product-add {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .product-add .qty-selection label {
    display: none;
  }

  .product-add .qty-selection {
    display: flex;
    align-items: center;
    margin-right: 8px;
  }

  .product-add .quantity__wrapper {
    display: flex;
    width: 120px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .product-add .product__add-button {
    margin: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: inherit;
  } */

  #shopify-section-template--14342109724751__16375562264a6a448b h3 {
    font-size: 26px;
  }

  form#AddToCartForm {
    padding-bottom: 0;
  }

  .template-product #tidio-chat-iframe {
    margin-bottom: 50px !important;
  }

  .template-product #tidio-chat-iframe[style*="top: auto"] {
    margin-bottom: 0 !important;
  }

  html[style="overflow: hidden; margin: 0px !important;"]
    .template-product
    #tidio-chat-iframe {
    margin-bottom: 0 !important;
  }

  #custom-liquid--template--14342109724751__1638166112fa7c2fe3 {
    width: 100%;
  }

  section.cart-page.ajax-cart__page-wrapper {
    margin-bottom: 30px;
  }

  .collection-list.collection-info.boxed__titles {
    transform: translate(5%, -30px);
    width: 90%;
  }

  .product table {
    max-width: 100%;
  }

  .product__section-container {
    gap: 0;
    overflow: unset;
    padding-bottom: 0;
  }

  /*Candy rack customization */

  [candyrack-cart-info] {
    color: rgb(241, 99, 52) !important;
    font-size: 15px !important;
    display: table !important;
  }
}

@media screen and (max-width: 420px) {
  .collection-image.vertical-images .box-ratio {
    padding-bottom: 170% !important;
  }

  .collection__grid-loop {
    grid-column-gap: 15px;
  }
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
}

.hero-banner a {
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-banner .textarea {
  position: absolute;
  padding: 0 60px;
  line-height: 1;
}

.hero-banner .textarea h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}

.hero-banner .textarea p {
  color: #fff;
  font-size: 18px;
  margin: 20px 0 0;
  line-height: 1.5;
}

.hero-banner .textarea a {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 70px;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
}

.announcement-bar__search-form--icon {
  left: 16px;
  fill: #777e90;
}

.collection-width-sub-container {
  display: flex;
  padding: 70px 0 50px;
  gap: 20px;
  justify-content: space-between;
}
.collection-width-sub-container:after {
  display: none !important;
}

.parent-collection {
  gap: 26px;
  display: flex;
  position: relative;
  border-radius: 6px;
  padding-right: 20px;
  align-items: center;
  width: calc(50% - 10px);
  background-size: contain;
  background-color: #ffe5bf;
  background-repeat: no-repeat;
  background-position: -5px -5px;
  background-image: url("https://cdn.shopify.com/s/files/1/0085/6204/9103/t/30/assets/shop-card-background.png");
}
.parent-collection .subcollections {
  display: flex;
  gap: 25px;
  text-align: center;
}

.parent-collection .subcollections .item {
  width: 86px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parent-collection .subcollections .item:first-child {
  margin-left: 0;
}

.parent-collection .subcollections .box-ratio {
  border-radius: 50%;
}

.parent-collection .subcollections .item .product-name {
  font-size: 14px;
  margin: 10px 0 0;
  flex: 1;
  font-weight: 600; 
  line-height: 1.2;
}
.product-image {
    background: #fff;
    border-radius: 50%;
    border: 0.5px solid #E6E6E6;
}
.parent-collection .main-image {
  max-height: 240px;
  width: 32%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px 0 0;
}

.main-collection-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
}

.parent-collection .main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  left: -10px;
}

.parent-collection .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 27px;
    width: 100%;
}

.marquee {
  --duration: 25s;
  --gap: 16px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group .item {
  border-radius: 20px;
  padding: 32px 30px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.marquee__group .item img {
  width: 56px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.collection-tabs-section {
  padding: 100px 0 0;
}

.collection-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.collection-tab-list .line {
  width: 2px;
  height: 25px;
  background: #2c2b2a;
}


.collection-product-grid .product-grid {
  width: calc(25% - 10px);
  display: none;
  position: relative;
}

.collection-product-grid .product-image {
  width: 80%;
  margin: 0 auto 50px;
}
.collection-product-grid .product-grid-addtocart {
  display: none;
}

.collection-product-grid {
  padding: 40px 0 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.collection-product-grid .product-grid.show  {
  display: block;
}

.collection-tab-list .tab {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.tab.active path {
  fill: #ff9900;
}

.product-grid {
  width: 25%;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
}

.product-grid-image {
  margin: 0 auto 15px;
}

.product-grid .box-ratio,
.product-grid .box-ratio img {
  background: #fdf5f6;
}

.product-grid h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  margin: 10px 0;
}

.product-grid img {
  border: none !important;
}

.tab-header {
  display: flex;
  justify-content: space-between;
}

.promote-section {
  padding: 70px 20px 70px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-evenly;
  justify-content: center;
  background-repeat: no-repeat;
}

.promote-section .item {
  text-align: center;
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
}

.promote-section .item img {
  width: 90px;
    height: 90px;
    object-fit: contain;
}

.promote-section .item .promote-title {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.64px;
  line-height: 38px;
  margin: 20px 0;
  color: var(--text-color);
}

.promote-section .description {
  color: var(--text-color);
}

.section-bg {
  position: relative;
  margin: 0 0 80px;
}

.section-bg .media-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.section-bg .media-bg > * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.editorial__column-image a {
  height: 260px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}

.btn-contaienr {
  text-align: center;
  margin: 50px 0 0;
}
.image-with-text-wrapper {
    padding: 80px 0;
}
.image-with-text-wrapper .text_section {
  padding-left: 50px;
  max-width: 560px;
}

.footer-template {
  border-top: 1px solid #000000;
}

.text_section .rte {
  margin: 20px 0 30px;
}

#newsletter .newsletter__input {
  background: #e9e9e9;
  max-width: 620px;
  width: 100%;
  min-width: auto;
}

#newsletter .btn {
  min-width: 130px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    height: calc(100% - 2px);
    border-radius: 3px;
    top: 1px;
    right: 1px;
}

.footer-menu h4 {
  text-transform: uppercase;
}

.store-info {
  width: 220px;
  margin-right: 50px;
}

.store-info img {
  max-width: 175px;
}

.store-info .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

#bottom-footer .footer-left {
  text-transform: uppercase;
  color: #aaa5a1;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
}

.newsletter__section-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

#bottom-footer {
  padding: 20px 0;
  border-top: 1px solid #e6e2df;
  margin: 100px 0 20px;
}

#bottom-footer #payment {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

#bottom-footer .grid__wrapper {
  display: flex;
  align-items: center;
}

.header__nav__link {
  text-transform: uppercase;
}

.js-cart-count_container {
  position: absolute;
  top: -10px;
  right: 0px;
  color: #fff !important;
  height: 21px;
  width: 21px;
  background: #2c2b2a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-cart-link-container {
  position: relative;
}

.js-cart-count_container span {
  color: #fff !important;
  line-height: 9px;
  font-size: 9px !important;
}


form.announcement-bar__search-form .announcement-bar__search-input {
  border: 1.5px solid #e6e8ec;
  border-radius: 67.0516px;
  width: 300px;
  padding-left: 15px;
}

form.announcement-bar__search-form
  .announcement-bar__search-input::placeholder {
  color: #777e91;
}

.announcement-bar__search-form {
  padding-right: 10px;
}

.my-cart-link-container .js-mini-cart-trigger {
  line-height: 1 !important;
  padding-left: 0 !important;
}

.trustpilot-widget {
  position: relative;
}

main.site-wrap {
  overflow-x: hidden;
}

.hasMobile + * {
  display: none;
}
.product-grid .trustpilot-widget {
  border: none;
}
.price {
    font-weight: 500;
    text-transform: capitalize;
}
.product-badge {
    position: absolute;
    width: 42%;
    height: auto;
    left: 5px;
    top: -10px;
}
.marquee-mobile {
  display: none;
}
.marquee-mobile .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 18px;
  border: none !important;
  padding: 32px 20px;
}
.marquee-mobile .item img {
  height: 56px;
}
.editorial__column-container .grid__wrapper:after,
.promote-section:after {
  content: '';
  display: none;
}
.hero-banner .media-bg:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
}

.hero-banner.section-bg {
  margin: 0;
}

.promote-section .media-bg:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
}

#footer {
    max-width: 1320px !important;
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-menu {
    margin-left: auto;
}
.search__product-loop {
  display: flex;
  flex-wrap: wrap;
}
.search__product-loop .product-index {
    width: 45%;
    margin: 0 auto;
}
.search__product-loop .product-index .btn {
  width: 100%;
  margin-top: 10px;
}





@media screen and (max-width: 1100px) {
  form.announcement-bar__search-form .announcement-bar__search-input {
      width: 170px;
  }
  .parent-collection .subcollections {
    gap: 10px;
  }
  .parent-collection .subcollections .item {
    width: 100%;
  }
  
  .parent-collection {
    gap: 10px;
  }
  .parent-collection .subcollections .item .product-image {
    width: 60px;
  }
  .parent-collection .subcollections .item .product-name {
    font-size: 10px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  
  .marquee__group .item {
    padding: 10px 30px;
  }
  .collection-tabs-section {
    padding: 60px 0 0;
  }
  .marquee__group .item img {
    width: 40px;
  }
  .collection-width-sub-container {
    max-width: 90%;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  form.announcement-bar__search-form .announcement-bar__search-input {
    width: 170px;
  }
  .header__nav-below.grid__wrapper.no_padding {
    max-width: 90%;
  }
  .store-info {
    display: none;
  }
  #footer .footer-menu,
  #footer .footer-socials {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .parent-collection .subcollections .item .product-name {
    font-size: 14px;
  }
  #footer .footer-menu {
      margin-left: 0;
  }
   .hero-banner a{
    justify-content: center;
   }
    .hero-banner .textarea {
      
    text-align: center;
    padding: 20px;
    }
  
  .image-with-text-wrapper .text_section {
    padding: 20px 10px 0;
    text-align: center;
  }
  .image-with-text-wrapper .text_section .rte {
    text-align: center;
  }
  .editorial__column-container .grid__wrapper {
    display: block;
    
  }
  .editorial__column-container .grid__wrapper:after {
    content: '';
  }
  .editorial__section .flickity-viewport  {
    width: 100%;
  }
  .editorial__section .flickity-button {
    background: transparent;
    margin-top: -45px;
  }
  .editorial__section .flickity-button.previous {
    left: -10px;
  }
  .editorial__section .flickity-button.next {
    right: -10px;
  }
  .editorial__section .flickity-button-icon {
    color: #AAA5A1;
  }
  .btn-contaienr {
    margin-top: 20px;
  }
  .editorial__column {
    width: 100%;
    padding: 0 25px;
    display: block;
  }
  .promote-section {
    background: #2C2B2A !important;
    display: block;
    padding: 40px 0 50px;
    margin-bottom: 50px;
  }
  .editorial__column-container .grid__wrapper:after,
  .promote-section:after {
    content: 'flickity';
  }
  .promote-section .item {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .marquee {
   display: none; 
  }
  .marquee-mobile {
    display: block;
  }
  .hasMobile {
    display: none;
  }

  .hasMobile + * {
    display: block;
  }
  .hero-banner .textarea h1 {
    text-align: center;
  }
  .collection-width-sub-container {
    flex-wrap: wrap;
    gap: 0;
    padding: 60px 0 0px;
  }

  .collection-product-grid .product-grid {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
   .collection-tab-list .tab {
    flex-direction: column;
    gap: 3px;
   }
  .collection-tab-list .line {
    height: 20px;
    margin: 24px 0 0px;
  }
  .tab-header{
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
  .product-grid-image {
    margin: 0 auto 10px;
  }
  .collection-product-grid  .trustpilot-widget {
    padding-top: 10px;
  }
  .product-grid h3 {
    margin: 0 0 10px;
  }
  .collection-tabs-section {
    padding: 0; 
  }
  .collection-tab-list {
    font-size: 12px;
  }
  .collection-product-grid {
    padding: 10px 0 30px;
  }
  .marquee {
    margin-top: 40px;
  }
  .marquee__group .item {
    padding: 20px 30px;
  }
  #footer {
    display: flex;
    flex-wrap: wrap;
  }
  .store-info img {
    width: 45%;
  }
  .store-info {
    width: 100%;
    display: none;
    align-items: flex-start;
    margin: 0;
    gap: 18px;
  }
  .store-info .description {
    font-size: 14px;
    line-height: 1.5;
  }
  #footer .footer-menu {
    width: 45%;
    text-align: center;
  }
  #bottom-footer .footer-left,
  #bottom-footer #payment {
    text-align: center;
    justify-content: center;
  }
   #bottom-footer .grid__wrapper{
    flex-direction: column-reverse;
   }
   .footer-socials {
    text-align: center;
    margin: 0 auto;
    }
  .marquee-mobile .flickity-prev-next-button {
    background: transparent;
  }
  .promote-section .media-bg {
    display: none;
  }
}
  .search__product-loop .size-swatch {
      display: none;
  }
.product-info .trustpilot-widget {
    border: none !Important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
}

  .search__product-loop .trustpilot-widget {
    display: none;
  }
.footer-socials {
    margin-left: auto;
  
}

.footer-socials a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-socials a svg {
  width: 14px;
  margin-right: 5px;
}



.mobile-collection-name {
  display: none;
}

.collection-width-sub-container {
    width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
}
@media screen and (max-width: 1500px) {
.marquee {
  
    --duration: 35s;
}
}

@media screen and (max-width: 1200px) {
  .parent-collection .subcollections .item {
    width: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-collection-name {
    font-weight: 900;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    right: -20px;
  }

  .parent-collection .subcollections {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parent-collection {
    flex-direction: column;
    background: none;
    width: 100%;
    gap: 0;
    padding: 40px 0;
  }
  .main-collection-name {
    display: none;
  }
  .parent-collection .subcollections .item {
    max-width: calc(50% - 2px);
    width: 100%;
    padding: 10px;
    margin: 0;
      flex-direction: row;
    background: #ffe5bf50;
  }
  .parent-collection .subcollections .item:hover {
    background: #ffe5bf;
  }

  .parent-collection .subcollections .item .product-name {
    font-size: 14px;
    margin: 0 0 0 10px;
    text-align: left;
  }
  .parent-collection .subcollections {
    gap: 4px;
  }
  .parent-collection .paw {
      top: 10px;
      right: 10px;
      width: 70px;
      height: 70px;
  }
  .parent-collection .subcollections {
    margin: 0;
  }
  .parent-collection .subcollections .item .product-image {
    width: 50px;
    background: transparent;
    border: none;
  }
  .parent-collection .main-image {
    width: 100%;
    background-size: 170%;
    background-color: #ffe5bf;
    background-repeat: no-repeat;
    background-position: -5px -5px;
    background-image: url(https://cdn.shopify.com/s/files/1/0085/6204/9103/t/30/assets/shop-card-background.png);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 42px;
  }
  .parent-collection .main-image img {
    width: 120px;
    height: 62px;
    object-fit: cover;
    position: relative;
    left: -60px;
    object-position: top;
    top: -10px;
  }
  .parent-collection .inner {
    padding: 4px 0;
  }
  .button, button, input[type=submit], input[type=reset], input[type=button] {
    line-height: 40px!important;  
  }
}
#shopify-section-template--14932453523535__1638166112fa7c2fe3 {
  
    margin-bottom: 30px;
}


.template-list-collections .collection-width-sub-container {
    padding-top: 0;
}


.qty-selection {
  text-align: left;
}

.product-features-container {
  padding: 0 15px;
}

.product-faqs-heading .h2 {
  font-size: 36px;
}
.yotpo-frequency-options {
  z-index: 0 !important;
}
@media (max-width: 1200px) {
  .product-faqs .accordion-image {
    width: 50%;
  }
  .product-features .inner {
    gap: 25px 0;
  }
  .product-features h5 br {
    display: none;
  }
}
@media (max-width: 1080px) {
  .product-features .item {
    width: calc(100% / 3) !important;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .product-grid-addtocart {
    gap: 5px;
    /*margin: auto 0 0;*/
    flex-direction: column;
  }
  #related-products .section-heading h2 {
    font-size: 36px !important;
  }
  .product-faqs .accordion-image {
    display: none;
  }
  .product-faqs .accordion__section-content {
    padding: 0;
    
  }
  .product-expiration + #trustpilot-widget-trustbox-1-wrapper {
    margin-bottom: 50px !important;
  }
}
.content-mobile {
  display: none !important; ;
}
.benefits-mobile {
  width: 100%;
}
.benefits-mobile .c-accordion__header {
  min-height: 52px;
    border-radius: 8.796px;
    opacity: 0.8999999761581421;
    background: #FFF4E5;
    box-shadow: 0px 2.640000104904175px 6.159999847412109px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    align-items: center;
  margin: 0;
}
.benefits-mobile .accordion-icon {
    border: none!important;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px #00000026;
    margin-right: 15px;
}
.benefits-mobile .accordion-icon img {
  border: none !Important;
}
.benefits-mobile .c-accordion__panel {
    padding: 15px 20px !important;
}
.accordion-item {
  margin: 0 0 15px;
}
.accordion-expanded.accordion-item {
  border-radius: 8.796px;
  opacity: 0.8999999761581421;
  background: #FFF;
  box-shadow: 0px 2.6387195587158203px 5px 0px rgba(0, 0, 0, 0.15);
}
.tab-rte {
    margin: 60px 0 0;
    padding: 0 10px;
    width: 100%;
}
.tab-rte h4 {
    text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .tab-content-wrapper .item:last-child,
  .benefits-mobile .accordion-item:last-child {
    margin-bottom: 0;
  }
  
  table .image-row svg {
    max-width: 65px;
  }
  .tab-rte h4 {
    text-align: left;
  }
  .product-detail-tabs .tab-content .item h3 {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .product-detail-tabs .tab-content .item h3 .accordion-icon {
    border: none!important;
    width: 36px;
    height: 36px;
    padding: 6px !Important;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px #00000026;
    margin-right: 15px;
  }
  .product-detail-tabs .tab-content .item h3 .accordion-icon img {
    border: none !important;
  }
  .product-detail-tabs [content=Ingredients] .item h3 {
    font-size: 13.6px;
    gap: 0;
  }
  .product-detail-tabs .tab-content[content="Ingredients"] {
    gap: 0;
  }
  .benefits-mobile .c-accordion__header {
    font-weight: 900;
  }
  
  .product-detail-tabs .tab-content[content="Ingredients"] .item {
    width: 100%;
    border-radius: 10px; 
    opacity: 0.8999999761581421;
    background: #FFF4E5;
    box-shadow: 0px 2.6387195587158203px 6.157011985778809px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 15px;
  }
  .content-desktop {
     display: none !important; 
  }
  .content-mobile {
    display: block !important; 
  }
  
  .tab-content-wrapper,
  .product-expiration {
    margin-bottom: 35px;
  }
  .product-expiration {
    padding-top: 10px;
  }
  .product-features {
    padding: 30px 10px;
    margin: 0 auto 60px;
  }
  .product-features .item {
    width: 50% !important;
    padding: 0 5px;
  }
  .qty-selection {
    margin: 20px 0;
  }
  .product__section {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #thumbnails.thumb-slider {
    width: 100%;
    margin: 30px 0 0;
    position: relative;
  }
  .horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item img {
    margin: 0;
  }
  .horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item img,
  .horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
    width: 75px;
    height: 75px; 
  }
  .product__section-images .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  #thumbnails.thumb-slider:before,
  #thumbnails.thumb-slider:after {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 60px;
      z-index: 999;
      top: 0;
      z-index: 1;
  }
  #thumbnails.thumb-slider:before {
      left: 0;
      background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), transparent 100% no-repeat;
  }
  #thumbnails.thumb-slider:after {
      right: 0;
      background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), transparent 100% no-repeat;
  }
  .swatches__container .swatches__swatch--regular label.swatches__form--label {
    min-width: auto !important;
    margin: 0 !important;
    font-size: 14px;
  }
  .product__section-content .yotpo-selling-plans-wrapper .yotpo-selling-plans:before {
    padding: 0 0 15px;
  }
}

.short_description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0;
}

.yotpo-widget-subscriptions-add-to-cart .yotpo-subscription-label-price {
    color: #565656 !important;
}


@media screen and (max-width:480px) {
  .swatches__swatch--regular label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-tabs {
    margin: 0 -10px 35px;
  }
  .product-tabs .tab {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 5px;
  }
  .product__block--product-info .price-item {
    line-height: 1.2;
    font-size: 20px;
  }
  .product__block--product-info .price--on-sale .price-item--regular {
    font-size: 18px;
  }
}
@media screen and (min-width:740px) and (max-width:979px) {
  .product__section-images .flickity-prev-next-button.previous {
    left: -15px;
  }
  .product__section-images .flickity-prev-next-button.next {
    right: -15px;
  }
  .product-faqs .accordion-image {
      display: none;
  }
  .product__section-contentWrapper {
    margin-top:0 !important;
  }
}
:focus {
    outline: none !important
}

@media screen and (min-width:740px) and (max-width:979px) {
  .collection-subcollections .item {
    padding: 0 25px;
  }
  .collection-subcollections .subcollection-title {
    font-size: 16px;
  }
  .collection-subcollections {
    max-width: 600px;
  }
  .product__section-container {
    grid-template-columns: repeat(6, 1fr);
  }
  .product__section-content {
    max-width: 100%;
  }
  .product-features {
    margin: 0 auto 60px;
  }
  body.product .product-add {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .quantity__wrapper {
    display: flex;
    height: 50px;
  }
  .product__section #addToCart {
    margin-bottom: 0 !important;
    margin-top: auto !important;
  }
  /* .product-grid-addtocart {
    background: var(--button-color);
  } */
  .product-grid-addtocart [name=id] {
    background: #fff;
  }
  .collection-product-grid{
    padding-bottom: 80px;
  }
  .promote-section.section-bg{
    margin-bottom: 60px;
  }
  .editorial__column-container .rich__text-heading .section-heading h2{
    margin: 0;
  }
  .collection-width-sub-container{
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 740px) {
  .collection-product-grid .trustpilot-widget iframe,
  .product-index  .trustpilot-widget iframe {
    width: 200px!important;
    white-space: nowrap;
    margin-left: -8px;
    transform: scale(0.85);
    transform-origin: bottom;
    margin-top: 5px;
  }
  
  .product-add {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      display: flex;
      align-items: center;
      padding: 10px;
      box-shadow: 0 0 6px #0003;
      gap: 20px;
      z-index: 99;
  }
  
  .product-add #addToCart,
  .product-add .qty-selection {
    margin: 0 !important;
    min-width: auto;
  }
  .product-add .quantity__wrapper a.quantity-control-down,
  .product-add .quantity__wrapper a.quantity-control-up {
    width: 35px;
    height: 50px;
  }
  .product-add .quantity__wrapper input.quantity {
    height: 50px;
    width: 60px;
  }
  .product-add .quantity__wrapper {
    display: flex;
  }
  .product-add .qty-selection label {
    display: none;
  }    
  section#related-products {
    margin-top: 40px;
  }
  .product-grid-addtocart {
      gap: 5px;
      margin: auto 0 0;
      flex-direction: column;
  }
}


@media screen and (max-width: 480px) {
  div#bottom-footer .payment-methods {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-grid-addtocart span,
  .product-grid-addtocart .btn,
  .product-grid-addtocart [name="id"] { 
    height: 30px !important;
    line-height: 30px !important;
  }
  #collection__page-template .product-index {
    display: flex;
    flex-direction: column;
  }
  #collection__page-template .product-index .product-grid-addtocart {
    border: none;
    margin: auto 0 0;
    border-radius: 0 !important;
  }
  
  .product-grid-addtocart .btn,
  .product-grid-addtocart [name="id"] {
    border-radius: 4px !important;
    height: 30px !important;
    width: 30px;
    line-height: 30px !important;
  }
  .product-grid-addtocart [name="id"] {
    width: 100%;
    border: 1px solid #AAA5A1;
    border-radius: 4px !Important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    line-height: 2;
  }
  .product-grid-addtocart .btn {
    border-radius: 4px !Important;
    min-width: 30px !important;
    width: 100%;
    flex: 0;
    position: relative;
  }
   .product-info-tooltip .inner{
     padding: 40px 30px;
     max-height: 70vh;
   }
  .product-info-tooltip .content * {
    font-size: 13px;
  }
  .product-info-tooltip .tooltip-title {
    font-size: 16px;
  }

  .single-variant.product-grid-addtocart .btn {
    flex: 1;
    font-size: 12px;
  }
  .single-variant.product-grid-addtocart .btn:before,
  .single-variant.product-grid-addtocart .btn:after {
    display: none;
  }

  .collection-subcollections {
    overflow: auto;
    padding: 10px 15px;
    margin: 20px 0;
  }
  .collection-subcollections .item {
    padding: 0 10px;
    align-items: center;
  }
  .collection-subcollections .item h4 {
    font-size: 12px;
  }
}

#addToCart[disabled] {
    background: #808080;
    opacity: .6;
}
.product-grid-addtocart[disabled] .btn {
    background: #808080;
}



.product__block--product-info .prod-tp-mini-widget .trustpilot-widget iframe {
  width: 200px !Important;
}
@media screen and (max-width: 380px) {
  .payment-methods svg {
    width: 35px;
  }
}
div#tidio-chat iframe {
  position: fixed !Important;
  right: 0 !Important;
  bottom: 20px !Important;
}
button.needsclick.kl-teaser-UutnTV.undefined.kl-private-reset-css-Xuajs1 {
  position: fixed !Important;
  bottom: 0 !Important;
}

#product-price span.price__badge.price__badge--sold-out {
  display: none;
}
.product__add-button[value="Available soon"] {
    pointer-events: none;
}

.product__section-images #thumbnails {
  margin-top: 20px;
}


.key-ingredient {
  width: 100%;
}

.key-ingredient .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    margin: 24px 0 0;
}

#breadcrumb .homepage-link  {
  min-width: 25px;
}
@media (max-width: 480px) {
  #product-price {
      letter-spacing: -1.5px;
    min-height: 60px;
  }
  .product__block--product-info .prod-tp-mini-widget .trustpilot-widget iframe {
    margin-left: -10px;
  }
  #breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  #breadcrumb span {
      font-size: 12px;
  }
  .yotpo-widget-subscriptions-add-to-cart {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .collection-product-grid .trustpilot-widget iframe,
  .product-index .trustpilot-widget iframe {
    overflow: unset !important;
  }
}

@media screen and (max-width: 375px) {
  .collection-product-grid .trustpilot-widget iframe,
  .product-index .trustpilot-widget iframe {
      transform: scale(.75);
  }
}

form[disabled] {
  opacity: 0.6;
  pointer-events: none;
}


.product__block--product-info .price__pricing-group .price__badges {
display: none;
}

.what-is-it {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.swatches__option-name span.swatches__option-value {
  display: none;
}




@media only screen and (max-width: 480px) {
  .tooltip-hover .product-info-tooltip {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0 !important;
    padding: 20px !important;
    background: rgba(0,0,0,0.5) !important;
  }
  .noSubcollection .tooltip-hover .product-info-tooltip {
    width: 100%!important;
  }
}
.afterpay-wrapper.active + square-placement {
    display: none;
}

.swatch-container {
    display: flex;
    margin-right: -5px;
}
.swatch-container .swatches__swatch--regular {
  width: calc(100% / 3);
  padding-right: 10px;
  max-width: 140px;
}
.swatch-container .swatches__swatch--regular label {
  width: 100%;
  margin-right: 0;
}
.accordion__section {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .accordion__section {
    margin-bottom: 20px;
  }
  .swatch-container .swatches__swatch--regular {
    padding-right: 5px;
  }
  .collection-product-grid .trustpilot-widget iframe {
    margin-left: -20px;
    margin-top: -10px;
    margin-bottom: 5px;
  }
  #collection__page-template .product-index .trustpilot-widget {
    margin-left: -10px;
  }
}
@media (max-width: 375px) {
  .swatches__container .swatches__swatch--regular label.swatches__form--label {
      font-size: 13px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .swatch-container {
    padding-right: 10px;
  }
  .collection-product-grid .trustpilot-widget iframe {
    margin-left: -20px;
  }
  #collection__page-template .product-index .trustpilot-widget {
    margin-left: -15px;
  }
}

.cat1 svg {
    height: 45px;
}

.product-image-container .flickity-page-dots {
  display: none !important;
}

.key-ingredient h4,
.benefits-list .c-accordion__inner,
.benefits-list .description,
.benefits-list h4 {
  color: #000;
}

.product-recommendations__wrapper #trustpilot-widget-trustbox-1-wrapper{
  display: none !important; 
}

.most-popular-variant .swatches__form--label {
  border: 1px solid #F90 !important;
}

.most-popular-variant .swatches__form--label:after {
    content: 'MOST POPULAR';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    border-radius: 15px 15px 0px 0px;
    background: #F90;
    box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.12);
    font-size: 12px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 112px;
    margin: auto;
    padding: 2px 0 0;
}
.variant-single-option-hidden .swatch-container,
.variant-single-option-hidden .swatches__option-name {
  display: none !important;
}
 
.variant-single-option-hidden.swatches__container {
  margin-top: 0;
}
.variant-single-option {
    margin: 10px 0 0;
    text-align: left;
    font-size: 16px;
}
.product__section-images .product-media-container img {
  min-height: 618px;
  object-fit: contain;
  margin: auto;
  display: block;
}


.section-marquee {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .product__section-images .product-media-container img {
    min-height: 450px;
  }
  .product__section-images .zoom_btn {
    right: 0;
  }
}
@media (max-width: 768px) {
  .section-marquee {
    margin-bottom: 50px;
  }
  .product__section-images .product-media-container img {
    height: 320px;
    min-height: auto;
    width: 100%;
    object-fit: contain;
  }
}
.single-article .article-body h2 {
  font-size: 22px;
  margin: 20px 0;
}
.yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plans-wrapper {
    margin: 10px 0 0 !important;
}
@media (max-width: 480px) {
  .single-article .article-body h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .variant-single-option-hidden .yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plans-wrapper {
    margin-top: 0;
  }
  .product-info-tooltip .inner .close {
    top: 0;
    right: 0;
    display: block!important;
  }
  .product-info-tooltip .inner .close svg {
    height: 12px;
    width: 12px;
  }
  .product-recommendations .product-index {
    display: flex;
    flex-direction: column;
  }
}

.product-info .price {
    color: #565656;
}

.predictive-search__results-list .tooltip-hover {
  display: none;
}
  

.product-recommendations .product-index:nth-child(4n+4) .tooltip-hover .product-info-tooltip {
    left: auto;
    right: -27px;
}
.product-recommendations .product-index:nth-child(4n+4) .tooltip-hover .product-info-tooltip:after {
    left: auto;
    right: 32px;
}

.collection-tab-list .price--on-sale .price-item--regular {
  display: none;
}

.collection-tab-list .price--on-sale .price dd {
  margin: 0;
}

.product-info-tooltip .metafield-rich_text_field .h3 {
    font-size: 16px;
}
.product-info-tooltip .content {
    line-height: 1.6;
} 
.product-info-tooltip .content p {
    font-size: 12px;
    margin: 0;
}

 #thumbnails.thumb-slider:after,
#thumbnails.thumb-slider:before  {
  display: none;
}

.thumb-slider-slides:after {
  content: 'flickity';
  display: none; /* hide :after */
}

button.pswp__button.pswp__button--arrow--right,
button.pswp__button.pswp__button--arrow--left {
  position: fixed;
  top: 46%;
  left: 0;
  opacity: 1 !Important;
  visibility: visible !important;
}
button.pswp__button.pswp__button--arrow--right {
  left: auto;
  right: 0;
}

@media screen and (max-width: 768px) {
  .thumb-slider-slides:after {
    content: ''
  }
  .thumb-slider-slides {
    white-space: nowrap;
    overflow: auto;
  }
  .thumb-slider-slides .image-thumbnail {
    float: none !important;
    display: inline-block !important;
  }
  .pswp--open .pswp__ui.pswp__ui--hidden {
    visibility: visible ;
    opacity: 1;
  }
  .pswp--open {
    background: #fff;
  }
}

@media (max-width: 1200px) {
  .pswp__button:hover,
  .product__section-images .flickity-prev-next-button:hover {
    background-color: #393939 !important;
  }
  .pswp__button:active,
  .product__section-images .flickity-prev-next-button:active {
    background-color: #ff9901 !important;
  }
}

.featured-images {
    display: flex;
    gap: 10px;
    margin: 25px 0;
}
.featured-images .item {
    display: flex;
}

@media (max-width: 480px) {
  .featured-images {
    gap: 0;
    margin: 0 0 20px;
  }
  .featured-images .item img {
    transform: scale(1.1);
  }
}

.product-add {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-add .quantity__wrapper {
    display: flex;
    align-items: center;
    height: 55px;
}
.product-add .quantity__wrapper a.quantity-control-down, 
.product-add .quantity__wrapper a.quantity-control-up {
  width: 30px;
}
.product-add .quantity__wrapper input.quantity {
    width: 60px;
}
.product-add  #addToCart {
    margin: auto 0 0 !important;
}
.available-soon {
    background: #808080;
    color: #fff;
    opacity: .6;
    pointer-events: none;
}
.bundle-product-grid [data-oke-star-rating] {
  text-align: center;
}
.product__block--product-info [data-oke-star-rating]{
  margin-top: 0 !important;
}


#predictive-search-results-list .prod-title {
  text-align: left;
}
.oke-w-header-content-block.oke-w-header-content-block--full.oke-w-header-content-block--center {
  margin-top: 24px;
}
section.oke-drp {
  padding-top: 20px !important;
}
#related-products .product-grid-review-wrapper {
  display: none;
}
.shopify-policy__container {
  margin-top: 20px !important;
}
nav.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
}

@media screen and (min-width: 769px) {
  .collection__grid-loop .product-info .price.price--listing{
    display: none;
  }  
}

@media screen and (max-width: 480px) {
  .product-grid-addtocart {
    border: none;
    border-radius: 0 !important;
  }
  .js-cart-count_container {
    right: -7px;
  }
  #CollectionProductGrid #main-collection-product-grid .product-index .product-info .prod-title{
    min-height: 44px;
  }
  .section-heading.product-faqs-heading {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 380px) {
  .mobile-collection-name {
    gap: 10px;
    position: relative;
    right: 0px;
  }
}


#CollectionProductGrid #main-collection-product-grid .product-index {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-info {
    padding-bottom: 0;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-info .prod-title,
#CollectionProductGrid #main-collection-product-grid .product-index .product-info .price.price--listing {
    margin-top: 0;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-grid-addtocart {
    margin-bottom: 0;
}

#CollectionProductGrid #main-collection-product-grid .product-index .tooltip-hover {
    top: 24px;
    right: 3%;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-info .prod-title {
    color: #2C2B2A;
    text-align: center;
    font-size: 17px;
    line-height: 25.6px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-info .price.price--listing {
    color: #2C2B2A;
    text-align: center;
    font-size: 15px;
    line-height: 25.6px;
    text-transform: capitalize;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-grid-addtocart>select {
    color: #2C2B2A;
    font-size: 11.625px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px !important;
}

#CollectionProductGrid #main-collection-product-grid .product-index .product-grid-addtocart>.btn {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
}

#CollectionProductGrid #main-collection-product-grid .product-index .trustpilot-widget {
    margin: 0 !important;
}

@media(max-width: 1023px) {
    #CollectionProductGrid #main-collection-product-grid .product-index .product-info .prod-title {
        font-size: 13.388px;
        line-height: 21.76px;
        margin-bottom: 0;
    }
    #CollectionProductGrid #main-collection-product-grid .product-index {
        padding: 16px 8px;
        border-radius: 8px;
    }

    #CollectionProductGrid #main-collection-product-grid .product-index .tooltip-hover {
        top: 16px;
        right: 1%;
    }
}

@media(max-width:767px) {

    #CollectionProductGrid #main-collection-product-grid .product-index .product-info .price.price--listing {
        font-size: 12.75px;
        line-height: normal;
    }

    #CollectionProductGrid #main-collection-product-grid .product-index .product-grid-addtocart>select {
        line-height: 30px !important;
    }

    #CollectionProductGrid #main-collection-product-grid {
        grid-row-gap: 24px;
        grid-column-gap: 8px;
    }

    #CollectionProductGrid #main-collection-product-grid .product-index .trustpilot-widget>iframe {
        margin-top: 0 !important;
    }
}

.interested_feature_wrapper {
  text-align: center;
  /* margin: 0 0 16px; */
  font-size: 90%;
}

@media (max-width: 767px) {
  #main-collection-product-grid .interested_feature_wrapper {
    margin: 0 0 5px;
  }

  #CollectionProductGrid #main-collection-product-grid .product-index {
    gap: 2px !important;
  }

  #CollectionProductGrid #main-collection-product-grid .product-index .product-info .prod-title {
    min-height: 40px;
    color: #2C2B2A;
    text-align: center;
    font-size: 13.388px;
    font-style: normal;
    font-weight: var(--main-weight);
    line-height: 15px;
  }

  #CollectionProductGrid #main-collection-product-grid .product-index .product-info .price.price--listing {
    color: #2C2B2A;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
  }

  #CollectionProductGrid #main-collection-product-grid .product-index .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    min-height: 72px;
  }
}