/** Shopify CDN: Minification failed

Line 145:22 Unexpected "("
Line 858:0 Unexpected "}"

**/
:root {
  --page-width: 160rem;
  --page-width-margin: 0rem;
  --grid-desktop-vertical-spacing: 8px;
  --grid-desktop-horizontal-spacing: 8px;
  --grid-mobile-vertical-spacing: 4px;
  --grid-mobile-horizontal-spacing: 4px;
}
.lazybg {background-image: none !important}
.rebuy-widget:empty{
  display: none;
}
section-wrapper section-content[width=center]{
    max-width: 73.4rem;
    padding-right: var(--space-gutter-desktop);
    padding-left: var(--space-gutter-desktop);
    margin: 0 auto;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-link,
.block-meganav__link,
.block-meganav__submenu-item-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link{
  font-weight: var(--font-heading-weight);
}
.template-product .log_list img {
  position: relative;
}
.template-product .log_list {
  margin-top: 20px;
}
.customer-order__address-heading{
  font-size: var(--font-heading-size-3);
}

.scrollbar-hidden::-webkit-scrollbar { width: 0 !important; height: 0!important; display: none }
.mobileQuickLinks{
  margin: -3px 0 0;
  padding-bottom: 6px;
}
.mobileQuickLinks > ul{
  display: none;
  list-style-type: none;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  overflow-x: auto;
  padding: 0;
}
.header--shadow .mobileQuickLinks > ul{
  display: flex;
}
.mobileQuickLinks > ul li{
  margin: 0;
}
.mobileQuickLinks > ul li a{
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
}
.mobileQuickLinks > ul li a:hover{
  text-decoration: underline;
}
@media only screen and (min-width:720px){
  .mobileQuickLinks{
    display: none;
  }
}

@media only screen and (min-width:995px){
  .template-product .log_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.template-product .log_list img {
  margin-right: 30px;
  margin-bottom: 10px;
  max-width: 59px;
}
@media only screen and (min-width:720px){
  .template-product .log_list.log_list_mobile {
    display: none;
  }
}
@media only screen and (max-width:1200px) {
  .template-product .log_list img {
    margin-right: 25px;
  }
}
@media only screen and (max-width:991px){
  .template-product .log_list img {
     margin-right: 8px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:719px){
  .template-product section-wrapper:not([width="wide"]) section-content[width=center]{
    padding-left: 0;
    padding-right: 0;
  }
  .template-product section-wrapper:not([width="wide"]) .collapsible-content-wrapper-narrow{
    padding-left: 0;
    padding-right: 0;
  }
  .template-product .product-block--description{
    display: flex;
    flex-direction: column;
  }
  .template-product .log_list.log_list_desktop {
    order: 0;
  }
  .template-product .product-block__description{
    order: 1;
  }
  .template-product .log_list {
    display: flex;
    justify-content: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .template-product .log_list {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .template-product .log_list {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
media only screen and (max-width:479px){
   /*********** 3 aug 2021 ********/
  .template-product .log_list img {
     margin-right: 5px;
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width:320px){
  .template-product .log_list img {
    margin-right: 4px;
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

/* Recharge Widget */
.recharge-subscription-widget .rc-template__radio{
  display: flex;
  flex-flow: column wrap;
}
.recharge-subscription-widget .rc-template__radio .rc-radio.onetime-radio{
}
.recharge-subscription-widget .rc-radio.subscription-radio{
  margin-top: 0;
}
.recharge-subscription-widget .rc-template__radio .rc-radio{
  color: var(--color-form-active)!important;
  padding: 0;
  background: transparent!important;
}
.rc-template__radio-group .rc-radio-group__options+.rc-selling-plans{
  color: var(--color-body);
}
.recharge-subscription-widget .rc-template__radio .rc-radio .rc-radio__label{
  margin-left: 8px;
}
.recharge-subscription-widget .rc-template__radio .rc-radio.rc-radio--active{
  font-weight: 600;
}
.recharge-subscription-widget .rc-radio.rc-radio--active~ .rc-selling-plans{
  padding: 0!important;
}
.recharge-subscription-widget .rc-radio.rc-radio--active~ .rc-selling-plans .rc-selling-plans-dropdown{
  margin-bottom: 0!important;
}
.recharge-subscription-widget .rc-template__radio-group .rc-radio-group__options{
  border-color: var(--color-body);
}
.recharge-subscription-widget .rc-template__radio-group .rc-radio:not(:first-child),
.recharge-subscription-widget .rc-template__radio-group .rc-radio.rc-radio--active:not(:first-child){
  border-color: var(--color-body);
}
.recharge-subscription-widget .rc-radio.rc-radio--active~ .rc-selling-plans select,
.rc-template__radio-group .rc-radio-group__options+.rc-selling-plans select{
  border-radius: 50px;
  padding-right: 30px;
  background: url('data:image/svg+xml; utf8, <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path class="path1" d="M-0 9.337c0-0.688 0.261-1.375 0.781-1.901 1.045-1.050 2.735-1.050 3.777 0l11.435 11.419 11.435-11.419c1.045-1.050 2.735-1.050 3.777 0 1.045 1.050 1.045 2.753 0 3.804l-13.322 13.32c-1.045 1.053-2.735 1.053-3.777 0l-13.325-13.32c-0.52-0.528-0.781-1.213-0.781-1.903z" fill="%23015954"></path></svg>') no-repeat calc(100% - 20px) 50%;
  background-size: 12px;
  text-transform: capitalize;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.91px;
}
.recharge-subscription-widget .rc-radio .rc-radio__input{
  height: 18px!important;
  width: 18px!important;
  border: 2px var(--color-form-active) solid;
  box-shadow: none!important;
  margin: 0;
}
.recharge-subscription-widget .rc-subscription-details{
  justify-content: center!important;
  font-size: 80%;
  margin-top: 15px;
}
.recharge-subscription-widget .rc-subscription-details .rc-subscription-details__button .reload-icon{
  width: 12px;
  height: 12px;
}
.recharge-subscription-widget .rc-radio__price{
  font-weight: 600;
}
.shopify-app-block.recharge-subscription-widget{
  margin: 20px 0;
}
.shopify-block .rc-subscription-details{
  justify-content: flex-start!important;
  padding-left: 0!important;
  margin: 10px 0 12px;
  display: none!important;
}

.icon-arrow {
  width: 0.825rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}
/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}
/*  Footer */
.block-footer-newsletter-form__form-content input{
  border-color: var(--block-text-color, var(--color-body));
}
.block-footer-newsletter-form__form-content input:hover,
.block-footer-newsletter-form__form-content input:focus{
   border-color: var(--color-button-signpost-invoked);
}
.block-footer-menu summary svg{
  display: none;
}
.block-footer-menu summary{
  pointer-events: none;
}
.block-footer-menu__content{
  height: auto;
}
@media screen and (max-width: 719px){
  .footer__wrapper{
    text-align: center;
    padding-top: 0;
  }
  .footer-bottom__top,
  .footer-bottom__bottom{
    align-items: center;
  }
  .footer-top{
    row-gap: 0;
  }
  .block-footer-menu details{
    margin: 0 calc(var(--space-gutter-mobile) * -1);
  }
  .block-footer-menu summary{
    pointer-events: auto;
    padding: 0 var(--space-gutter-mobile);
    background: rgba(0,0,0, .2);
    border-bottom: 1px rgba(0,0,0, .2) solid;
  }
  .block-footer-menu .block-footer-menu__content{
    padding: 0 var(--space-gutter-mobile);
    background: rgba(0,0,0, .1);
    padding: var(--space-9) 0;
  }
  .block-footer-menu summary .block-footer-menu__heading{
    margin: 0;
    padding: var(--space-5) 0;
  }
  .block-footer-menu__menu li:last-child{
    margin-bottom: 0;
  }
  .block-footer-newsletter-form{
    margin-top: var(--space-10);
  }
}

.button,
.button-link,
.button--primary{
  font-weight: var(--font-heading-weight);
}
.product-card .block-buy-buttons{
  order: 6;
  position: relative;
  z-index: 2;
  padding-top: 16px;
}
.product-card__button-container [data-component=button-floating]{
  background-color: var(--color-button-main);
  border-color: var(--color-button-main-contrast);
  display: none;
}
.product-card__button-container .button-floating:after{
  background-color: var(--color-button-main-contrast);
}
.product-card__button-container a.product-card__quick-add-button{
  color: var(--color-button-main-contrast);
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block-buy-buttons .button-action--shadow{
  box-shadow: none;
}
.block-buy-buttons .button-action--secondary,
.block-buy-buttons .button-action--secondary:hover:not(:disabled,.disabled,[data-loading]),
.block-buy-buttons .button-action--secondary:active,
.product-card__quick-add-button{
  color: var(--color-button-main-contrast);
  background-color: var(--color-button-main);
  border-color: var(--color-button-main-contrast);
  font-weight: var(--font-heading-weight);
  text-transform: uppercase;
  box-shadow: none;
}
.shopify-payment-button__more-options{
  display: none!important;
}
.product-block--buy_buttons .icon-grid{
  margin-top: var(--space-8);
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.product-block--buy_buttons .icon-grid > div.icon-wrap{
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.product-block--buy_buttons .icon-grid img{
  max-width: 100%;
  max-height: 50px;
}
.product-block--buy_buttons .icon-grid .icon-content{
  margin: 4px 0 0;
  font-weight: 600;
}
.product-block .feature-icons-header{
  margin: 0 0 16px;
  font-weight: 600;
}
.product-block .feature-icons-header p{
  margin: 0;
}
.product-block .feature-icons{
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.product-block .feature-icons .icon-wrap{
  display: flex;
  gap: 12px;
}
.product-block .feature-icons .icon-content{
  margin: 0;
}
.block-buy-buttons .product__buybox{
  display: flex;
  gap: var(--space-6);
}
.block-buy-buttons .product__buybox .product-block__quantity .product-block__quantity-label{
  display: none;
}
.block-buy-buttons .product__buybox .quantity-selector{
  margin-bottom: 0;
  height: 100%;
}
.block-buy-buttons .product__buybox .product-block__quantity-quantity{
  height: 100%;
}
.block-buy-buttons .product__buybox button[data-component]{
  flex-grow: 1;
}

.flyout__notification{
  background-color: #00d6c9;
}
.flyout__notification .cart-drawer__notification-message{
  font-weight: 700;
}
#site-overlay[data-animation-state=open] ~ div iframe#launcher{
  z-index: 890!important;
}
.cart-drawer-form__table td{
  border: none;
}
.cart-drawer-form .cart-recommendations[data-component=product-cross-sell]{
  height: auto;
  padding: var(--space-10);
  margin: 0;
  background-color: #f8f8f8;
}
.featured-collection .product-card__price .stamped-badge-caption{
  display: inline-block;
}
.cart-recommendations .product-card-slider{
  padding: 0 20px;
}
.cart-recommendations .cross-sell__heading{
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.53px;
  margin: 0 0 20px;
  text-align: center;
}
.cart-recommendations .product-card-slider__button [data-component=button-floating]{
  width: 32px;
  height: 18px;
  display: block;
  padding: 0;
  box-shadow: none;
  background: none;
  top: 100%;
}
.cart-recommendations .product-card-slider__button [data-component=button-floating]::after{
  top: 100%;
}
.cart-recommendations .product-card-slider__list{
  padding-bottom: 0;
}
.cart-recommendations .product-card-slider__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 720px){
  .cart-recommendations .product-card-slider__item{
    flex-basis: calc(100% / var(--cards-per-row));
  }
}
.cart-recommendations .product-container{
  text-align: center;
  height: auto;
}
.cart-recommendations .product-container a{
  text-decoration: none;
  color: inherit;
}
.cart-recommendations .product-image{
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.cart-recommendations .product-container .product-card__price{
  order: 2;
  margin-bottom: var(--space-2);
}
.cart-recommendations .product-container .price{
  font-weight: var(--font-heading-weight);
}
.cart-recommendations .product-container .price--on-sale .price__sale{
  justify-content: center;
}
.cart-recommendations .product-container .price .price__savings{
  display: none;
}
.cart-recommendations .product-image .lazy-img{
  position: relative;
}
.cart-recommendations .product-image img{
  display: block;
  margin: 0 auto;
}
.cart-recommendations .product-title,
.cart-recommendations .product-price{
  font-weight: 600;
}
.cart-recommendations .product-price.product-item__price--new{
    margin-right: 10px;
    color: #e8394b;
  }
}
.cart-recommendations .product__form{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.cart-recommendations .product-card__quick-add-button{
  opacity: 1;
  display: block;
  transform: none;
  margin: 10px 0 0;
}
.cart-recommendations .buy-buttons .button-action{
  padding: var(--space-5) var(--space-8);
}
.cart-recommendations button.addtocart{
  text-transform: uppercase;
  letter-spacing: 0.33px;
  font-size: 13px;
  padding: 10px 15px;
  margin: 10px 0 0;
  width: 100%;
}
.cart-recommendations .product-container-inner{
  height: 100%;
  position: relative;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-gallery__thumbnails-wrapper{
  position: relative;
  z-index: 0;
}
:root:not(.no-js) .product-gallery__gallery .product-gallery-navigation__thumbnails {
  display: flex;
  margin: 15px 20px;
}
.product-gallery__gallery .product-gallery-navigation__thumbnails::-webkit-scrollbar {
  display: none;
}
.product-gallery__thumbnails-wrapper .product-gallery-navigation__previous,
.product-gallery__thumbnails-wrapper .product-gallery-navigation__next{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-gallery__thumbnails-wrapper .product-gallery-navigation__next{
  right: 0;
  left: auto;
}

@media screen and (max-width: 749px) {
  .product-block .feature-icons{
    flex-direction: column;
  }
  .cart-recommendations .buy-buttons .button-action{
    font-size: 16px;
  }
  .product-card__button-container.hide-quickbuy{
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .product-card__image .product-card__button-container.hide-quickbuy{
    display: none;
  }
  .product-card__button-container.hide-quickbuy a.product-card__quick-add-button{
    transform: none;
    opacity: 1;
    min-height: auto;
  }
}

@media screen and (min-width: 720px) {
  .product-gallery__media-list--layout-gallery{
    display: flex;
    scroll-snap-type: x mandatory;
    row-gap: 0;
    column-gap: 0;
  }
  .product-gallery__gallery{
    display: block;
  }
  .product-gallery__thumbnails-wrapper .product-gallery-navigation__arrows{
    display: flex;
  }
  .product-gallery__thumbnails-wrapper .product-gallery-navigation__pages{
    display: none;
  }
  .product-gallery__gallery .product-gallery-navigation__thumbnails {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    position: relative;
    white-space: nowrap;
    flex-direction: row;
    flex-flow: row nowrap;
    gap: 0.545rem;
    margin: 15px 20px;
  }
  .product-gallery__gallery .product-gallery__navigation-thumbnail {
    width: 20%;
    padding-bottom: 0;
    height: auto;
    flex-shrink: 0;
  }
  .product-gallery__gallery .product-gallery__navigation-thumbnail>a {
    --thumbnail-height: calc(100% / var(--media-aspect-ratio));
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: calc(100% / var(--media-aspect-ratio));
    margin: 0;
    cursor: pointer;
    background-color: var(--color-site-background-secondary);
    border: 0;
    -webkit-appearance: none;
  }
}
/* Product Card CTA  */
.main-collection-grid__products .product-card.cta-block{
  display: flex;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: center;
}
.main-collection-grid__products .product-card.cta-block .cta-image{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.main-collection-grid__products .product-card.cta-block .cta-contents{
  padding: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.main-collection-grid__products .product-card.cta-block .cta-title{
  font-family: var(--font-heading-family);
  font-size: 150%;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 12px;
}
.main-collection-grid__products .product-card.cta-block .cta-button{
  color: inherit;
  font-weight: bold;
  display: inline-block;
  margin: 16px 0 0;
  text-decoration: underline;
}
.main-collection-grid__products .product-card.cta-block .cta-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: #000;
  opacity: 0.3;
}

.product-card__image--portrait{
  padding-bottom: 100%;
}
.product-card-slider .product-card,
.main-collection-grid__products .product-card{
  height: 100%;
}
.product-card-slider .product-card .product-card__clickable-area,
.main-collection-grid__products .product-card .product-card__clickable-area{
  display: grid;
  grid-template-rows: min-content auto min-content;
  height: 100%;
}
.product-card .block-buy-buttons .button-action{
  padding: var(--space-5) var(--space-8);
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.select-dropdown select{
  display: none;
}
.select-dropdown__button{
  width: 100%;
  color: inherit;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  margin-left: 0;
  border: 1px solid rgb(var(--color-form-foreground-rgb));
}
.select-dropdown__button > span{
  display: block;
  padding: 12px 24px 12px 12px;
  background: transparent url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23015954" width="14px" height="14px" viewBox="0 0 32 32"><path d="M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
}
.rc-selling-plans .select-dropdown__button{
  /*background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h18v18H0z'%3E%3C/path%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'%3E%3C/use%3E%3C/mask%3E%3Cpath d='M5.63 4.202v-.95h6.739v.951h1.825v-.951h.99c.547 0 .991.444.991.99v.991H1.825v-.991c0-.547.444-.991.99-.991h.991v.951H5.63zm10.545 10.982c0 .545-.444.99-.99.99H2.814a.992.992 0 01-.99-.99V7.058h14.35v8.126zm-.99-13.757h-.991V0h-1.825v1.427H5.63V0H3.806v1.427h-.99A2.819 2.819 0 000 4.242v10.943A2.819 2.819 0 002.816 18h12.368A2.818 2.818 0 0018 15.185V4.242a2.819 2.819 0 00-2.816-2.815z' fill='%23015954' mask='url(%23b)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h18v18H0z'%3E%3C/path%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'%3E%3C/use%3E%3C/mask%3E%3Cpath d='M5.63 4.202v-.95h6.739v.951h1.825v-.951h.99c.547 0 .991.444.991.99v.991H1.825v-.991c0-.547.444-.991.99-.991h.991v.951H5.63zm10.545 10.982c0 .545-.444.99-.99.99H2.814a.992.992 0 01-.99-.99V7.058h14.35v8.126zm-.99-13.757h-.991V0h-1.825v1.427H5.63V0H3.806v1.427h-.99A2.819 2.819 0 000 4.242v10.943A2.819 2.819 0 002.816 18h12.368A2.818 2.818 0 0018 15.185V4.242a2.819 2.819 0 00-2.816-2.815z' fill='%23FF7E47' mask='url(%23b)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px 50%;
}
.rc-selling-plans .select-dropdown__button > span{
  padding: 12px 24px 12px 36px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(var(--color-form-foreground-rgb));
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.2s;
  z-index: 2;
  border-radius: 6px;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.product-card-slider .select-dropdown__list{
  top: 0;
  transform: scaleY(0) translateY(-100%);
}
.product-card-slider .select-dropdown__list.active {
  transform: scale(1) translateY(-100%);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 28px 10px 48px;
  margin: 0;
  color: inherit;
  background: #fff;
  border-top: 1px solid rgb(var(--color-form-foreground-rgb));
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}
.select-dropdown__list .select-dropdown__list-item:first-child{
  border-radius: 6px 6px 0 0;
}
.select-dropdown__list .select-dropdown__list-item:last-child{
  border-radius: 0 0 6px 6px;
}
.select-dropdown__list-item:hover {
  background-color: #f8f8f8;
  transition: all ease-in-out 0.2s;
}
.card-wrapper .card-form__addtocart_wrapper.card-form__addtocart_quickbuy{
  max-width: 90%;
}
.card-wrapper .card-form__addtocart_wrapper.card-form__addtocart_quickbuy [id^="custom-rechargeWidget"]{
  width: 100%;
}
.card-wrapper .card-form__addtocart_wrapper.card-form__addtocart_quickbuy .card-form__addtocart{
  flex-direction: column;
  gap: 16px;
}
.card-form__addtocart .select-dropdown__button{
  background-image: none;
  padding: 0;
}
.product-card .buy-buttons .select-dropdown__list-item{
  padding: 12px;
}
.card-wrapper .card-form__addtocart_wrapper.card-form__addtocart_quickbuy .card-form__atc_button{
  min-height: 40px;
}

@media screen and (max-width: 749px) {
  .main-collection-grid__products .product-card.cta-block .cta-image{
    position: relative;
    height: auto;
    min-height: 180px;
  }
  .main-collection-grid__products .product-card.cta-block .cta-contents{
    position: absolute;
  }
}