/** Shopify CDN: Minification failed

Line 1269:4 Expected ":"
Line 2385:0 Unexpected "}"

**/
/**** From product.css *****/

/********Product Gallery********/
.productgaller-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  /*max-height: 950px;*/
  overflow: hidden;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1550px) {
  .productgaller-inner {
    padding-right: 0;
    /*height: 600px;*/
  }
}
@media (max-width: 768px) {
  .productgaller-inner {
    padding-right: 0;
    /*height: 400px;*/
  }
}

.product-thumb-wrapper {
  height: 100%;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .product-thumb-wrapper {
    width: 175px;
  }
}

.gallery-thumbs {
  width: calc(100% * 4 / 7); /* Divide by number of slides */
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
  /*height:230px!important;*/
}
.gallery-thumbs .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-thumbs .swiper-slide {
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 100.75px;
  margin-right: 10px;
}
.gallery-thumbs .swiper-slide .video-play-cion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
}
.gallery-thumbs .swiper-slide .video-play-cion svg {
  width: 8px;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery-top {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gallery-top .wrapper-imageslider {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.gallery-top .swiper-scrollbar.swiper-scrollbar-vertical,
.gallery-top .swiper-vertical > .swiper-scrollbar {
  height: 100% !important;
  top: 0 !important;
}

@media (max-width: 768px) {
  .gallery-top-navigation {
    display: block;
  }
}
.gallery-top-navigation .swiper-pagination {
  display: none;
  bottom: 0;
}
@media (max-width: 480px) {
  .gallery-top-navigation .swiper-pagination {
    bottom: 0;
  }
}
.gallery-top-navigation
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brand-color-1);
}
.gallery-top-navigation .swiper-button-next,
.gallery-top-navigation .swiper-button-prev {
  top: 45%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-top-navigation .swiper-button-next:hover,
.gallery-top-navigation .swiper-button-prev:hover {
  /* background-color: var(--brand-color-2); */
  background-color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-top-navigation .swiper-button-next:hover:after,
.gallery-top-navigation .swiper-button-prev:hover:after {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-top-navigation .swiper-button-next:after,
.gallery-top-navigation .swiper-button-prev:after {
  position: relative;
  font-size: 20px;
  color: var(--brand-color-1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-top-navigation .swiper-button-prev:after {
  left: -2px;
}
.gallery-top-navigation .swiper-button-next:after {
  left: 3px;
}

/***********Vertical***********/
@media (max-width: 768px) {
  .productgaller-inner.vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .productgaller-inner.vertical .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .productgaller-inner.vertical .swiper-scrollbar {
    display: none;
  }
}

.gallery-top[data-direction="vertical"] .swiper-scrollbar {
  right: auto !important;
  left: 0;
  width: 2px !important;
}
.gallery-top[data-direction="vertical"]
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: var(--brand-color-1);
}
@media (max-width: 768px) {
  .gallery-top[data-direction="vertical"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 750px;
  }
}
@media (max-width: 480px) {
  .gallery-top[data-direction="vertical"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 550px;
  }
}

@media (max-width: 768px) {
  .gallery-top[data-direction="vertical"] + .product-thumb-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .gallery-top[data-direction="vertical"]
    + .product-thumb-wrapper
    .gallery-thumbs {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .gallery-top[data-direction="vertical"]
    + .product-thumb-wrapper
    .gallery-thumbs
    .swiper-slide {
    /* height:150px!important;*/
  }
}

/********Horizontal***********/
.productgaller-inner.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .productgaller-inner.horizontal {
    padding-right: 0;
  }
}

.gallery-top[data-direction="horizontal"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding: 0;
}
.gallery-top[data-direction="horizontal"] .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gallery-top[data-direction="horizontal"] .wrapper-imageslider {
  /*height:600px;*/
}
@media (max-width: 768px) {
  .gallery-top[data-direction="horizontal"] .wrapper-imageslider {
    /* height:550px;*/
  }
}
@media (max-width: 480px) {
  .gallery-top[data-direction="horizontal"] .wrapper-imageslider {
    /*height:500px;*/
  }
}
.gallery-top[data-direction="horizontal"] .wrapper-imageslider:before {
  /*content:'';
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));*/
}
.gallery-top[data-direction="horizontal"]
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  right: 10px;
  left: 0;
  width: auto;
  display: none;
}

.gallery-top[data-direction="horizontal"] + .product-thumb-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .gallery-top[data-direction="horizontal"]
    + .product-thumb-wrapper
    .swiper-slide {
    /* height:150px!important;*/
  }
}

/************Model**************/
model-viewer {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.swiper-slide-active model-viewer + .wrapper-imageslider {
  opacity: 0;
  visibility: hidden;
}

deferred-media.media {
  display: block;
  position: relative;
}
deferred-media.media .deferred-media__poster {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
deferred-media.media .deferred-media__poster:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
deferred-media.media .deferred-media__poster .video-play-cion {
  line-height: 14px;
}
deferred-media.media .deferred-media__poster .video-play-cion svg {
  width: 10px;
  opacity: 0.5;
}
deferred-media.media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/***********Product Text*************/
.product__info-wrapper {
  background-color: var(--grey60);
}
.product__info-wrapper .product-info-inner {
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
}
@media (max-width: 991px) {
  .product__info-wrapper .product-info-inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .product__info-wrapper {
    margin-top: 2.5em;
  }
  .product__info-wrapper .product-info-inner {
    padding: 20px;
    max-width: 100%;
  }
}

/***Stickers***/
.sticker-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticker-label {
  display: block;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  background-color: var(--brand-color-2);
  margin-right: 5px;
}
.sticker-label:last-child {
  margin-right: 0;
}

/***********Price************/
/********Price Element ections********/
.price__element-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 7px;
}

.price__element-sale .oldprice,
.price__element-sale .pircendiscount {
  font-size: 16px;
}

.price__element-sale .oldprice {
  text-decoration: line-through;
}

.price__element-sale .curentprice {
  color: #f43e4b;
}

fieldset.product-form__input {
  border: none;
}

fieldset.product-form__input:first-child {
  margin-top: 0;
}

/*********Product Price************/
.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-block;
}

.price--on-sale .price__sale {
  display: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/********
.price--on-sale .price__sale .price__sale-old {
  color: var(--grey60);
  text-decoration: line-through;
}
********/

.price--on-sale .price__sale .price__sale-old {
    color: #000;
    font-size: large;
    opacity: .5;
}
.price--on-sale .price__sale .price__sale-current {
  color: var(--brand-color-4);
}

.price.price--show-badge {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price.price--show-badge .badge {
  padding: 8px 10px;
  color: #fff;
  min-width: 77px;
  text-align: center;
  border-radius: 2px;
  background-color: var(--brand-color-4);
  margin-left: 5px;
}
.price.price--show-badge .price__badge-sold-out {
  background-color: var(--brand-color-4);
}

/*********Custom Radio************/
.customradio {
  position: relative;
}

.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  overflow: hidden;
}

.option-grid .checkmark {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--grey50);
}

.sealsubs-target-element .sls-custom-radio {
  position: static;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customradio input:checked ~ .checkmark:after {
  display: block;
}

.customradio input ~ .checkmark:before {
  opacity: 0;
}

.customradio input.disabled ~ .checkmark:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--grey50);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.customradio input.disabled ~ .checkmark + .variantname {
  color: var(--grey50);
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*******Labels**********/
.option-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.option-grid label {
  cursor: pointer;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 55px;
  height: 50px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.option-grid .customradio .checkmark:after {
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--brand-color-1);
}

/*****Color Labels*******/
.option-grid-Color,
.option-grid-Colors {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-top: 5px;
}
.option-grid-Color label,
.option-grid-Colors label {
  cursor: pointer;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
}
.option-grid-Color label:last-child,
.option-grid-Colors label:last-child {
  margin-right: 0;
}
.option-grid-Color .checkmark,
.option-grid-Colors .checkmark {
  left: 50%;
  top: 50%;
  margin-top: -19px;
  margin-left: -19px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  overflow: inherit;
  border: 1px solid transparent;
}
.option-grid-Color .form__label,
.option-grid-Colors .form__label {
  margin-bottom: 10px;
}
.option-grid-Color .variantname,
.option-grid-Colors .variantname {
  display: none;
}
.option-grid-Color .customradio .checkmark:after,
.option-grid-Colors .customradio .checkmark:after {
  left: 50%;
  top: 50%;
  margin-top: -19px;
  margin-left: -19px;
  height: 38px;
  width: 38px;
  background-color: transparent;
  border: 1px solid var(--grey50);
  border-radius: 50%;
  z-index: inherit;
}

/********Select Variant*******/
variant-selects .select__select {
  width: 100%;
  max-width: 250px;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid var(--grey30);
  cursor: pointer;
}

/**********quantity**********/
.product-form__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.product-form__quantity .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 150px;
}

.product-form__quantity .quantity .quantity__button {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--brand-color-3);
}

.product-form__quantity .quantity .quantity__input {
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
}

/*****Product Buttons**********/
.product-btn_cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-btn_cart .product-form__submit[disabled] {
  cursor: default;
  opacity: 0.5;
}
.product-btn_cart .product-form__submit[disabled]:hover {
  background-color: var(--brand-color-1);
  color: #fff;
}

.add-to-cart-button,
.shopify-payment-button {
  width: 100%;
  visibility: visible !important;
}

.shopify-payment-button__button {
  margin-top: 10px;
  background-color: var(--brand-color-1);
  font-weight: 500;
  font-size: 18px;
  min-height: 60px;
  border-radius: 0;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.inject-afterpay {
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .shopify-payment-button__button {
    font-size: var(--body-size-xl);
  }
}
@media (max-width: 768px) {
  .shopify-payment-button__button {
    font-size: var(--body-size-md);
    min-height: 50px;
  }
}
.shopify-payment-button__button:hover {
  background-color: #fff !important;
  color: var(--brand-color-1);
  border: 1px solid var(--brand-color-1);
}

.shopify-payment-button__more-options {
  display: none !important;
}

/***********product__description *********/
.product__description a {
  color: var(--brand-color-2);
  text-decoration: underline;
}
.product__description a:hover {
  text-decoration: none;
}

/*********Block Text***********/
.product__text {
  margin-top: 0;
  margin-bottom: 6px;
}

.product__text.subtitle {
  font-size: 14px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .product__text.subtitle {
    font-size: 12px;
  }
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .product__text.caption-with-letter-spacing {
    font-size: 12px;
  }
}

/**********Product collapsible_tab *********/
.product__accordion details > summary {
  list-style: none;
}
.product__accordion details > summary::-webkit-details-marker {
  display: none !important;
  list-style-type: none;
  list-style: none;
  list-style: outside none none;
}
.product__accordion details summary::marker {
  display: none;
}
.product__accordion details summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid var(--grey10);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.product__accordion details summary .icon {
  width: 15px;
}
.product__accordion details summary:hover {
  cursor: pointer;
}
.product__accordion details .icon-minus {
  display: none;
}
.product__accordion details .accordion__content a {
  color: var(--brand-color-2);
  text-decoration: underline;
}
.product__accordion details .accordion__content a:hover {
  text-decoration: none;
}
.product__accordion details[open] {
  border-bottom: 1px solid var(--grey10);
  padding-bottom: 16px;
}
.product__accordion details[open] summary {
  border-bottom: none;
}
.product__accordion details[open] .icon-minus {
  display: inline-block;
}
.product__accordion details[open] .icon-plus {
  display: none;
}

/**********Ajax add to cart messages************/
.ajax-add-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--grey10);
  margin-top: 10px;
}
.ajax-add-notice .ajax-added {
  margin-right: 10px;
}
.ajax-add-notice .ajax-added .feather-icon {
  display: inline-block;
}
.ajax-add-notice a {
  color: var(--brand-color-2);
  text-decoration: underline;
}
.ajax-add-notice a:hover {
  text-decoration: none;
}

/********product varinat info links**********/
.product-varinat-wrp {
  position: relative;
}
.product-varinat-wrp .option-linkto {
  position: absolute;
  right: 0;
  top: 2px;
}
.product-varinat-wrp .option-linkto.option-linkto-size {
  padding-left: 27px;
  background-image: url(icon-size-guide.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
/*****product kit list******/
.bestsellers-kitlist {
    padding: 23px 10px 0;
    text-align: center;
}
.bestsellers-kitlist p {
    font-weight: 700;
    /* Updated to new font name and weight */
    font-family: "din-2014", sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 5px;
}
.bestsellers-kitlist ul {
    display: flex;
    flex-wrap: wrap;
}
.bestsellers-kitlist li {
  width: 50%;
}
@media (max-width: 575px) {
  .bestsellers-kitlist {
    padding: 15px 0 0;
  }
  .bestsellers-kitlist ul {
    just-content: center;
  }
  .bestsellers-kitlist li {
    width: 100%;
  }
}

/**********Popup gallery************/
.zoom-gallery:hover {
  cursor: url(cursor-zoom-in.svg) 18 18, -webkit-zoom-in;
  cursor: url(cursor-zoom-in.svg) 18 18, zoom-in;
  cursor: -webkit-image-set(url(cursor-zoom-in.svg) 1x) 18 18, -webkit-zoom-in;
  cursor: -webkit-image-set(url(cursor-zoom-in.svg) 1x) 18 18, zoom-in;
}

/**************Image ration styles****************/
.product-imageslide .wrapper-imageslider {
  display: block;
  position: relative;
  overflow: hidden;
  background: none;
  height: 100%;
}
.product-imageslide .wrapper-imageslider img,
.product-imageslide .wrapper-imageslider svg {
  display: block;
  margin: auto;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        object-position: var(--image-align);
        max-height: 100%;
        max-width: 100%;*/
}
@media (max-width: 768px) {
  .product-imageslide .wrapper-imageslider img,
  .product-imageslide .wrapper-imageslider svg {
    max-height: 550px;
  }
}
@media (max-width: 575px) {
  .product-imageslide .wrapper-imageslider img,
  .product-imageslide .wrapper-imageslider svg {
    max-height: 400px;
  }
}
.product-imageslide .wrapper-imageslider img.cover,
.product-imageslide .wrapper-imageslider svg.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.product-imageslide .wrapper-imageslider img.full-width,
.product-imageslide .wrapper-imageslider svg.full-width {
  width: 100%;
  height: auto;
}
.product-imageslide .wrapper-imageslider img.full-height,
.product-imageslide .wrapper-imageslider svg.full-height {
  width: auto;
  height: 100%;
}

.imageslide-item--metaf img,
.imageslide-item--metaf svg {
  display: block;
  margin: auto;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__media-wrapper {
  height: fit-content;
}

.imageslide-item--metaf .imageslide-item_image {
  max-height: fit-content;
  aspect-ratio: 1 / 1;
}
@media (max-width: 768px) {
  .imageslide-item--metaf .imageslide-item_image {
    max-height: 550px;
    min-height: 550px;
  }
}
@media (max-width: 575px) {
  .imageslide-item--metaf .imageslide-item_image {
    max-height: 400px;
    min-height: 400px;
  }
}
.imageslide-item--metaf img.cover,
.imageslide-item--metaf svg.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.imageslide-item--metaf img.full-width,
.imageslide-item--metaf svg.full-width {
  width: 100%;
  height: auto;
}
.imageslide-item--metaf img.full-height,
.imageslide-item--metaf svg.full-height {
  width: auto;
  height: 100%;
}

/*********Reviews stars color*********/
.stamped-fa,
.stamped-badge-caption {
  color: var(--brand-color-1) !important;
  /* Updated to new font name and weight */
  font-family: "din-2014", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.stamped-fa:hover,
.stamped-badge-caption:hover {
  color: var(--brand-color-2) !important;
}
.stamped-fa span,
.stamped-badge-caption span {
  letter-spacing: 2px;
}

.stamped-starrating:hover .stamped-fa {
  color: var(--brand-color-2) !important;
}

/***********Reviews stamped-main-widget***********/
#stamped-main-widget {
  margin: 0 !important;
  background-color: var(--grey60);
}
#stamped-main-widget .stamped-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 30px 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--grey60);
  color: var(--brand-color-1) !important;
}
#stamped-main-widget ul.stamped-tabs li {
  color: var(--brand-color-1) !important;
}
#stamped-main-widget .stamped-summary-actions-newquestion,
#stamped-main-widget .stamped-summary-actions-newreview {
  color: var(--brand-color-1) !important;
  border-color: var(--brand-color-1) !important;
}

/***********Subscribe widget**************/
a.rc_popup__learn_more {
    display: none!important;
}
#rc_container .rc_block.rc_block__type {
  border: 1px solid transparent;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#rc_container .rc_block.rc_block__type .rc_label {
  /* Updated to new font name and weight */
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: var(--h6-size);
  font-style: var(--h6-font-style);
  line-height: var(--h6-lineheight);
  letter-spacing: var(--h6-letterspacing);
  text-transform: var(--h6-transfom);
  cursor: pointer;
}
#rc_container #rc_autodeliver_options {
  margin-left: 1.9rem;
}
@media (min-width: 769px) {
  .rc_widget__option__plans::after {
    content: "\00BB\00A0 Change delivery frequency, skip, modify, or cancel anytime easily online. \a \00BB\00A0 30-Day Money Back Guarantee";
    display: block;
    font-weight: 400;
    /* Updated to new font name and weight */
    font-family: "din-2014", sans-serif;
    white-space: pre;
    line-height: 1.5;
    letter-spacing: 0.45px;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 95%;
  }
  .rc_widget__option--onetime.rc-option--active .rc_widget__option__selector::after{
    content: "\00BB\00A0 30-Day Money Back Guarantee";
    display: block;
    font-weight: 400;
    /* Updated to new font name and weight */
    font-family: "din-2014", sans-serif;
    white-space: pre;
    line-height: 1.5;
    letter-spacing: 0.45px;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 95%;
    padding-left: 30px;
    padding-bottom: 8px;
   }
    .rc_widget__price {
    padding: 0 0 0 100vw;
    position: absolute;
    top: 1rem!important;
    right: 0.75rem!important;
    }
}
@media (max-width: 768px) {
  .rc_widget__option__plans::after {
    content: "Change delivery frequency, skip, modify, \a or cancel anytime easily online. \a \00BB\00A0 30-Day Money Back Guarantee";
    display: block;
    font-weight: 400;
    /* Updated to new font name and weight */
    font-family: "din-2014", sans-serif;
    white-space: pre;
    line-height: 1.5;
    letter-spacing: 0.45px;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 85%;
  }
  #rc_container .rc_block__type--active .rc_label__onetime::after{
    content: "30-Day Money Back Guarantee";
    display: block;
    font-weight: 400;
    /* Updated to new font name and weight */
    font-family: "din-2014", sans-serif;
    white-space: pre;
    line-height: 1.5;
    letter-spacing: 0.45px;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 85%;
  }
  .rc_widget__price {
    top: 16px!important;
    right: 12px!important;
    padding: 0 0 0 100vw;
    position: absolute;
  }
}
@media (max-width: 1550px) {
  .rc-radio__label {
    font-size: var(--h6-size-xxxl);
  }
}
@media (max-width: 1200px) {
  .rc-radio__label {
    font-size: var(--h6-size-xl);
  }
}
@media (max-width: 768px) {
  .rc-radio__label {
    font-size: var(--h6-size-md);
  }
}
.rc-widget .rc-option {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius:4px;
}
.rc-widget .rc-option:last-child {
  margin-bottom: 0 !important;
}
.rc-widget .rc-option--active  {
  background-color: #81818165;
  border: 1px solid #6a6a69;
}
#rc_container .rc_block.rc_block__type--active .rc_label {
  color: #fff;
  text-transform: capitalize;
}
.rc-option__price {
  color: #040402;
}
#rc_container .rc_popup {
  /* display: none !important; */
}
div.rc_popup__block__footer, .rc_popup__block__content a:nth-of-type(2) {
  display: none!important;
}
.rc_popup__block__content strong {
    display: block;
}
.rc_popup__block__content a {
    text-decoration: underline !important;
}
#rc_container .rc_block__type .rc_label {
  position: relative;
  display: block !important;
  padding: 0 5px 0 30px;
}
#rc_container .rc_block__type .rc_label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #636363;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #rc_container .rc_block__type .rc_label:before {
    top: 1px;
  }
}
#rc_container .rc_block__type .rc_label .rc_price, .rc-option__price {
  /* position: absolute; */
  right: 0;
  top: 0;
  color: #040402;
  float: right;
}
#rc_container .rc_block__type input.rc_radio {
  display: none;
}
#rc_container .rc_block__type:hover .rc_label:before,
#rc_container .rc_block__type input:checked + .rc_label:before {
  background-color: #636363;
  background-image: url(tick.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
}
#rc_container .rc_block__type #rc_autodeliver_options label {
  padding-left: 0;
}
#rc_container .rc_block__type #rc_autodeliver_options label:before {
  display: none;
}


select#selling_plan_413218603 {}

select#selling_plan_413218603 {}

.rc_widget__option--subsave, .rc-option__onetime {
  padding: 15px 10px!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rc-radio.rc-option__subsave.rc-option.rc_widget__option.rc_widget__option--subsave.rc-legacy-radio.rc_widget__option--active.rc-option--active {}

.rc-option--active .rc-option__text, .rc-option--active .rc-option__discount {
    color: #fff;
}

.rc_popup {
    margin: 8px 0 0 8px;
}

/*********Gallery badges************/
.product-imageslide .badges-image {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 125px;
  height: 125px;
}
@media (max-width: 768px) {
  .product-imageslide .badges-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .product-imageslide .badges-image {
    width: 60px;
    height: 60px;
  }
}
.product-imageslide .badges-image img,
.product-imageslide .badges-image svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

/*****************afterpay-paragraph***************/
.afterpay-paragraph {
  margin-top: 16px;
  margin-bottom: 0;
}

#afterpay-modal-modal {
  min-width: auto !important;
}

/*********************Product Routines Template********************/
.product-routines .product__info-wrapper {
  /* background-color: #fff; */
}
@media (max-width: 768px) {
  .product-routines .gallery-top-navigation .swiper-button-next,
  .product-routines .gallery-top-navigation .swiper-button-prev {
    top: auto;
    bottom: 30px;
  }
}
.product-routines
  .gallery-top-navigation
  .swiper-button-next.swiper-button-disabled,
.product-routines
  .gallery-top-navigation
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.routines,
.routine-review {
}

/*****************product-gq-sample-kit*********************/
.product-gq-sample-kit .product__info-wrapper .exclusive-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--grey60);
}
.product-gq-sample-kit .product-info-inner {
  padding: 80px 30px 30px 30px;
}
@media (max-width: 575px) {
  .product-gq-sample-kit .product-info-inner {
    padding: 50px 0 15px 0;
  }
}
.product-gq-sample-kit .product__info-wrapper {
  background-color: #fff;
}
.product-gq-sample-kit .product-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-gq-sample-kit .product-form__input .form__label {
  margin-right: 15px;
}
.product-gq-sample-kit .product-form__input .select__select {
  width: 150px;
  cursor: pointer;
}
.product-gq-sample-kit .custom-sample-kit-gq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 78%;
  line-height: 27px;
}
.product-gq-sample-kit .custom-sample-kit-gq-title img {
  margin-right: 10px;
  width: 100px;
}
@media (max-width: 575px) {
  .product-gq-sample-kit .custom-sample-kit-gq-title img {
    width: 80px;
  }
}
.product-gq-sample-kit .free-sample-kit-label-gq,
.product-gq-sample-kit .fre-sample-kit-label-gq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-gq-sample-kit .free-sample-kit-label-gq .free-label-inner,
.product-gq-sample-kit .fre-sample-kit-label-gq .free-label-inner {
  font-size: 12px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--brand-color-2);
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  .product-gq-sample-kit .free-sample-kit-label-gq .free-label-inner,
  .product-gq-sample-kit .fre-sample-kit-label-gq .free-label-inner {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
.product-gq-sample-kit .free-sample-kit-label-gq .free-label-text,
.product-gq-sample-kit .fre-sample-kit-label-gq .free-label-text {
  color: var(--brand-color-2);
}
@media (max-width: 575px) {
  .product-gq-sample-kit .free-sample-kit-label-gq .free-label-text,
  .product-gq-sample-kit .fre-sample-kit-label-gq .free-label-text {
    font-size: 10px;
  }
}
.product-gq-sample-kit .organic-text {
  border-bottom: 2px solid var(--brand-color-1);
}
.product-gq-sample-kit .sample-kit-gq-desc p {
  font-family: var(--h5-font-family);
}
.product-gq-sample-kit .meta-file-limit-text {
  max-width: 69%;
  margin-left: auto;
  margin-right: auto;
  color: var(--brand-color-2);
}

/*********Chnage position section********/
@media (max-width: 768px) {
  body.sample-kit-gq .content-for-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.sample-kit-gq .content-for-layout .shopify-section {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  body.sample-kit-gq .content-for-layout .main-product {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body.sample-kit-gq .content-for-layout .mobile-product-sample-kit-tabs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body.sample-kit-gq .content-for-layout .simple-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  body.sample-kit-gq .content-for-layout .simple-text .bg-grey60 {
    background-color: #666666;
    color: #fff;
  }
  body.sample-kit-gq .content-for-layout .simple-text .bg-grey60 a {
    color: #fff;
  }
  body.sample-kit-gq .content-for-layout .section-logos-links,
  body.sample-kit-gq .content-for-layout .section-logos-static {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  body.sample-kit-gq .content-for-layout .sample-kit-cofaunder {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  body.sample-kit-gq .content-for-layout .video-slider {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  body.sample-kit-gq .content-for-layout .shopify-section:last-child {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
}

/**************Product best seller kit*********************/
.product-best-sellers-kit .product__info-wrapper {
  background-color: #fff;
}
@media (max-width: 575px) {
  .product-best-sellers-kit .product__info-wrapper .product-info-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-best-sellers-kit .exclusive-label {
  color: var(--brand-color-2);
}
@media (max-width: 991px) {
  .product-best-sellers-kit .exclusive-label {
    text-align: center;
  }
}
.product-best-sellers-kit .custom-bestsellers-kit {
  max-width: 350px;
}
@media (max-width: 1024px) {
  .product-best-sellers-kit .custom-bestsellers-kit {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .product-best-sellers-kit .custom-bestsellers-kit {
    max-width: 100%;
    text-align: center;
  }
}
.product-best-sellers-kit .custom-bestsellers-kit h1 {
  position: relative;
  line-height: 75px;
  font-size: 90px;
  letter-spacing: 8px;
}
@media (max-width: 1024px) {
  .product-best-sellers-kit .custom-bestsellers-kit h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .product-best-sellers-kit .custom-bestsellers-kit h1 {
    font-size: 55px;
    line-height: 1;
  }
}
.product-best-sellers-kit .custom-bestsellers-kit h1 .free-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 6px;
  left: 110px;
  /* font-size: 24px; */
  font-size: 34px;
  /* letter-spacing: 3px; */
  letter-spacing: 0;
  /* text-indent: 5px; */
  text-indent: 0;
  width: 65px;
  height: 65px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--brand-color-2);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .product-best-sellers-kit .custom-bestsellers-kit h1 .free-label {
    left: 90px;
  }
}
@media (max-width: 991px) {
  .product-best-sellers-kit .custom-bestsellers-kit h1 .free-label {
    display: none;
  }
}
.product-best-sellers-kit .free-sample-kit-label-gq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .product-best-sellers-kit .free-sample-kit-label-gq {
    display: none;
  }
}
.product-best-sellers-kit .free-sample-kit-label-gq .free-label-text {
  color: var(--brand-color-2);
}
@media (max-width: 575px) {
  .product-best-sellers-kit .free-sample-kit-label-gq .free-label-text {
    font-size: 10px;
  }
}
.product-best-sellers-kit .product-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-best-sellers-kit .product-form__input .form__label {
  margin-right: 15px;
  margin-bottom: 4px !important;
}
.product-best-sellers-kit .product-form__input .select__select {
  width: 150px;
}
@media (max-width: 991px) {
  .product-best-sellers-kit .product-form__input {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-best-sellers-kit .organic-text {
  border-bottom: 2px solid var(--brand-color-1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-best-sellers-kit .organic-text .free-label-inner {
  font-size: 12px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--brand-color-2);
  text-transform: uppercase;
  color: #fff;
  display: none;
}
@media (max-width: 991px) {
  .product-best-sellers-kit .organic-text .free-label-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .product-best-sellers-kit .organic-text .free-label-inner {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .product-best-sellers-kit .organic-text {
    font-size: 18px;
    line-height: 1.2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .product-best-sellers-kit .organic-text {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .product-best-sellers-kit .product-info-inner form.form {
    padding: 16px 0;
    margin-top: 16px;
    border-top: 1px solid var(--brand-color-1);
  }
}
.product-best-sellers-kit .meta-file-limit-text {
  max-width: 69%;
  margin-left: auto;
  margin-right: auto;
  color: #9b958d;
}
@media (max-width: 768px) {
  .product-best-sellers-kit .meta-file-limit-text {
    color: var(--brand-color-1);
    font-size: 10px;
    max-width: 100%;
    padding: 10px 19%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid var(--brand-color-1);
    border-bottom: 1px solid var(--brand-color-1);
  }
}
@media (max-width: 991px) {
  .product-best-sellers-kit .product-info-inner .stamped-badge {
    text-align: center;
  }
}
.product-best-sellers-kit .gallery-top-navigation .swiper-button-next,
.product-best-sellers-kit .gallery-top-navigation .swiper-button-prev {
  top: auto;
  bottom: 70px;
  margin: 0;
}
.product-best-sellers-kit .gallery-top-navigation .swiper-button-next:after,
.product-best-sellers-kit .gallery-top-navigation .swiper-button-prev:after {
  font-size: 24px;
}
.product-best-sellers-kit
  .gallery-top-navigation
  .swiper-button-next.swiper-button-disabled,
.product-best-sellers-kit
  .gallery-top-navigation
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 768px) {
  .product-best-sellers-kit .gallery-top-navigation .swiper-button-next,
  .product-best-sellers-kit .gallery-top-navigation .swiper-button-prev {
    bottom: 30px;
  }
  .product-best-sellers-kit .gallery-top-navigation .swiper-button-next:after,
  .product-best-sellers-kit .gallery-top-navigation .swiper-button-prev:after {
    font-size: 18px;
  }
}
.product-best-sellers-kit .gallery-top-navigation .swiper-pagination {
  display: block;
  position: static;
}
@media (max-width: 768px) {
  .product-best-sellers-kit .gallery-top-navigation .swiper-pagination {
    display: none;
  }
}

/***********Error message**********/
/* .error-message-product {  padding: 15px;  max-width: 350px;  margin: 0 auto 16px auto;   background-color: var(--brand-color-5);  background-color: #A03712;  color: #fff;  border-radius: 5px;  text-align: center;} */

.error-message-product {
    padding: 16px;
    margin: 0 auto 16px;
    background-color: var(--brand-color-2);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: var(--h5-size);
    text-transform: uppercase;
}

/************Sticky order panel************/
.sticky-order-panel {
  position: fixed;
  right: 100px;
  top: -150%;
  width: 100%;
  max-width: 350px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--brand-color-1);
  color: #fff;
  text-align: center;
  z-index: 100;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.sticky-order-panel.product_appear {
  top: 70px;
  right: 12px;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.sticky-order-panel.hard_off_panel {
  top: -150%;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.sticky-order-panel .product-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.sticky-order-panel .product-form__input .form__label {
  text-align: left;
  font-size: 14px;
}
.sticky-order-panel form.form .product-form__buttons .btn {
  min-height: 50px;
  padding: 10px 20px;
  background-color: var(--brand-color-2);
}
.sticky-order-panel .stamped-fa,
.sticky-order-panel .stamped-badge-caption {
  color: #fff !important;
}
.sticky-order-panel .stamped-fa:hover,
.sticky-order-panel .stamped-badge-caption:hover {
  color: var(--brand-color-2) !important;
}
.sticky-order-panel .close-sticky-order {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  .sticky-order-panel {
    display: none !important;
  }
}
.sticky-order-panel .other-label-select-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-order-panel .other-label-select-flex select {
  max-width: 150px;
  height: 30px;
  padding: 0 15px;
  border-radius: 5px;
  margin-left: 10px;
  border: 1px solid var(--grey30);
  cursor: pointer;
}

/********Video container in gallery custom*********/
.video-container-big {
  background-color: var(--brand-color-1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-container-big img {
  opacity: 0;
}
.video-container-big .videodivcontainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-container-big .videodivcontainer a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-container-big .videodivcontainer a iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/***********product__title ****************/
.product__title {
  line-height: 0.9;
}

body.product .page-width {
  max-width: 100%;
}

/**************Second btn form*************/
.form-btn-second-form .other-label-select-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-btn-second-form .other-label-select-flex select {
  max-width: 150px;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  margin-left: 10px;
  border: 1px solid var(--grey30);
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__input {
  display: none;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10px !important;
}

.choices__inner {
  min-width: 140px;
  background-color: #fff;
  border-radius: 5px;
  min-height: 35px;
  padding: 3px 3px 0px;
}

.is-open .choices__inner {
  border-radius: 3px 3px 0 0;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable:hover {
  background-color: #fff;
  color: #000;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #000;
  color: #fff;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 5px;
}

.product-fixed-form {
  display: none;
  position: fixed;
  z-index: 700;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .product-fixed-form {
    display: block;
    background-color: white;
  }
}
.product-fixed-form .add-to-cart-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    background-color: var(--brand-color-2);
    border: none;
    margin: 0 auto;
    padding: 20px 0;
}
.product-fixed-form .add-to-cart-button:hover {
  background-color: #000;
  color: #fff;
}
#AjaxinatePagination {
  text-align: center;
  text-align: center;
}
#AjaxinatePagination .spinner_wr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#AjaxinatePagination svg {
  margin-left: auto;
  margin-right: auto;
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}

.product_gallery_variant {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #ffffff;
  z-index: -1;
  left: 0;
  right: 0;
  display: none;
}
.product_gallery_variant img {
  display: block;
  margin: auto;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.product_gallery_variant.active {
  display: block;
  z-index: 10;
  animation-duration: 1s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    left: -100%;
    right: 100%;
  }

  to {
    left: 0;
    right: 0;
  }
}
.product_gallery_variant .left_nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff80;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 2rem;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  display: none;
}
.product_gallery_variant .left_nav:after {
  position: relative;
  font-size: 20px;
  color: var(--brand-color-1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "next";
  left: 3px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
@media (max-width: 575px) {
  .product_gallery_variant .left_nav {
    right: 1rem;
  }
}
.product_gallery_variant .left_nav:hover {
  background-color: #000;
}
.product_gallery_variant .left_nav:hover:after {
  color: #fff;
}
.product_gallery_variant .left_nav.active {
  display: flex;
}
.product_gallery_variant.remove {
  animation-duration: 1s;
  animation-name: slideout;
  left: -100%;
  right: 100%;
}
@keyframes slideout {
  from {
    display: block;
    z-index: 10;
    left: 0;
    right: 0;
  }

  to {
    display: none;
    z-index: -1;
    left: -100%;
    right: 100%;
  }
}

.product_gallery_variant img:hover,
.product_gallery_variant img:focus {
  cursor: grab;
}

.product_gallery_variant .badges-image {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 125px;
  height: 125px;
}
@media (max-width: 768px) {
  .product_gallery_variant .badges-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .product_gallery_variant .badges-image {
    width: 60px;
    height: 60px;
  }
}
.product_gallery_variant .badges-image img,
.product_gallery_variant .badges-image svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
#shopify-block-e6ab2fd6-cb7b-42f1-84c8-c33d0d9e6a4f {
  height: 23px;
}
.free-trial-product {
    font-size: small;
}

/* CUSTOM CSS */
@media (max-width: 768px) {
    h1.product__title.h2.mt0.mb6 {
        font-size: 2.5em;
    }

    .imageslide-item--metaf .imageslide-item_image {
        width: 100%;
        height: auto;
        min-height: unset;
        max-height: max-content;
    }
    .section-template--16037557207115__main {
        padding-top: 0;
    }
    section#template--16037557207115__main2 {
        padding-top: 0;
        padding-bottom: 2.5em
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .gallery-top[data-direction=horizontal]+.product-thumb-wrapper {
        display: grid;
        justify-content:center;
    }    
}
@media (min-width: 575px) {
    .product-thumb-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 425px) {
    h1.product__title.h2.mt0.mb6 {
        font-size: 2em;
    }
    .product-thumb-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media (max-width: 375px) {
    h1.product__title.h2.mt0.mb6 {
        font-size: 8vw;
    }
    .swiper-wrapper {
        padding-top: 0;
    }
}
@media (max-width: 320px) {
    h1.product__title.h2.mt0.mb6 {
        font-size: 8vw;
    }
}