/** Shopify CDN: Minification failed

Line 1544:113 Unexpected "{"

**/
/* AppStore and Play Market links block on the product pages */
.download-app-links-container {
  display: flex;
  justify-content: center;
  margin: 30px auto 0px;
}
.download-app-links-container a:not(.btn):not(.spr-summary-actions-newreview):after {
    border-bottom: none;
}
@media only screen and (max-width:768px){
  .download-app-links-container {
    align-items: center;
    flex-direction: column;
  }
}

/* Hide Shipping policy link under the price on the product pages */
.product__policies.rte.small--text-center {
  display: none;
}

/* Mobile slider on product pages */
@media screen and (max-width: 768px) {
  .product-main-slide.secondary-slide {
    /*margin-left: -10%;*/
  }
  .flickity-slider .product-main-slide .image-wrap image-element {
    width: 85%;
    margin-left: 5%;
  }
  .product-slideshow .flickity-viewport {
    height: 360px!important;
  }
}
/* Featured collection items' meta data */
.grid-product__meta {
    min-height: 80px;
}
@media screen and (max-width: 768px) {
  .grid-product__meta {
    min-height: 120px;
  }
}
/* Hide filter on the collection shop page */
.collection-content .collection-filter {
  display: none;
}
/* Bug Fix - add offset to the Accessory Sets on the Pixelator page */
div[data-context="featured-collection"] {
    margin-bottom: 50px;
}
/* Bug Fix - policies container width */
.shopify-policy__container {
    max-width: 1000px!important;
    padding-right: 40px;
    padding-left: 40px;
}
.shopify-policy__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .shopify-policy__container {
    overflow-x: hidden;
  }
  .shopify-policy__container {
    max-width: 100%!important;
    padding-right: 17px;
    padding-left: 17px;
  }
  .shopify-policy__title {
    margin-bottom: 30px;
  }
  .shopify-policy__container table {
    width: unset!important;
  }
}

@media screen and (max-width: 1440px) {
  .shopify-policy__container table {
    width: unset!important;
  }
}

/* Taptap variants selector images */
.product-block .variant-wrapper label.variant__button-label.color-swatch {
    width: 90px;
    height: 90px;
}
/* Stamped questions section fix. Show answers in the second tab */
#stamped-questions-tab .stamped-review-reply,
.stamped-questions .stamped-review-reply {
  display: block!important;
}
/* Collection/shop temporary fix */
#SingleOptionSelector-template--17291502944497__main-collection--option-0 {
  display: none;
}
/* Hide search icon from navigation on mobiles */
@media only screen and (max-width: 768px) {
    a.site-nav__link.site-nav__link--icon.js-search-header {
        /*display: none;*/
    }
}
/* Product page title */
.h2.product-single__title {
  color: #131415;
  font-family: Figtree;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
}
@media only screen and (max-width: 768px) {
  .h2.product-single__title {
    font-size: 24px;
  }
}

/* Variants Holiday Bundle */
div[data-product-url="/products/smart-sketcher-2-0-bundles"] .page-content.page-content--product .grid__item.medium-up--one-half.product-single__sticky {
  margin-bottom: -40px;
}
/* Holiday V1 */
.variant-input-wrap.holiday-bundle {
  display: inline-flex;
  margin-bottom: 10px;
}
.variant-input.holiday {
  box-shadow: 0 0 0 2px #D5D9D9;
  border-radius: 10px;
  margin-bottom: 5px;
  display: inline-flex;
  flex-direction: column;
  padding: 10px;
  margin-right: 15px;
  position: relative;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .variant-input.holiday {
    width: 180px;
  }
}
@media screen and (max-width: 410px) {
  .variant-input.holiday {
    width: 150px;
  }
}

/* Holiday V2 */
.variant-input-wrap.holiday-bundle-v2 {
  display: inline-flex;
  margin-bottom: 10px;
  margin-top: 30px;
}
.variant-input.holiday-v2 {
  box-shadow: 0 0 0 2px #D5D9D9;
  border-radius: 10px;
  margin-bottom: 5px;
  display: inline-flex;
  flex-direction: column;
  padding: 10px;
  margin-right: 15px;
  position: relative;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .variant-input.holiday-v2 {
    width: 180px;
  }
}
@media screen and (max-width: 410px) {
  .variant-input.holiday-v2 {
    width: 150px;
  }
}
/*
.variant-input.holiday[data-value="4-in-1 Holiday Bundle Deal"] {
  box-shadow: 0 0 0 2px #ffc00e !important
}
*/
/* Holiady v1 */
.variant-input.holiday.selected {
  box-shadow: 0 0 0 4px #ffc00e !important
}
.variant-input.holiday:hover {
  opacity: 60%;
}

/* Holiday v2 */
.variant-input.holiday-v2.selected {
  box-shadow: 0 0 0 2px #D5D9D9!important
}
.variant-input.holiday-v2:hover {
  opacity: 100%;
}

label.variant__button-label {
  box-shadow: unset !important;
  background-color: transparent!important;
}
/* Holiday V1 */
.holiday_product_price {
  font-weight: bold!important;
}
.holiday_product_price.red {
  color: red;
}
.holiday_product_price_compare {
  font-weight: bold!important;
  text-decoration: line-through;
}
label.variant__button-label.holiday {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: relative;
}
label.variant__button-label.holiday span.variant-prices {
  display: inline-flex;
}
span.holiday_product_price_compare {
    margin-right: 5px;
}
/* Holiday V2 */
.holiday_product_price-v2 {
  margin-right: 5px;
  font-weight: bold!important;
}
.holiday_product_price-v2.black {
  color: #131415;
}
.holiday_product_price_compare-v2 {
  font-weight: bold!important;
  text-decoration: line-through;
  color: #737373!important;
}
label.variant__button-label.holiday-v2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: relative;
}
label.variant__button-label.holiday-v2 span.variant-prices {
  display: inline-flex;
}
span.holiday_product_price_compare-v2 {
    margin-right: 5px;
}
/* Holiday V1 */
.variant-input.holiday:hover {
  cursor: pointer;
}

/* Holiday V2 */
.variant-input.holiday-v2:hover {
  cursor: default!important;
}
.variant-input.holiday-v2 label[for], .variant__button-label.holiday-v2 {
  cursor: default!important;
}

@media screen and (max-width: 768px) {
  .product-block.product-block--header { display: flex; flex-flow: column; align-items: anchor-center; }
  .product-block.product-block--header .stamped-product-reviews-badge.stamped-main-badge { 
    order: 2; 
    margin: 0 auto;
  }
  .product-block.product-block--header .h2.product-single__title { 
    order: 1; 
    margin-top: 10px;
  }
  .product__main-photos {
    margin-bottom: 0px!important;
  }
  /* Sketcher 2.0 Caorusel overlay fix */
  .product__main-photos.margin-bottom-0 {
    margin-bottom: -10px!important;
  }
  label.variant__button-label.holiday span.variant-prices {
    justify-content: center;
    margin: 0 auto;
  }
  /* Holiday V2 */
  label.variant__button-label.holiday-v2 span.variant-prices {
    justify-content: center;
    margin: 0 auto;
  }
}
.holiday-badge {
    position: absolute;
    background-color: #e94d4f;
    z-index: 10;
    color: white;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    margin-top: -33px;
}
/* Badge */
img.first-image-badge {
    position: absolute;
    z-index: 99;
    width: 85%;
}
/* Side cart Add to cart button */
.cart__checkout-wrapper.atc-top {
  margin-top: 0px;
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  .cart__checkout-wrapper.atc-top {
    padding: 0px 20px;
  }
}
/* Product Add to Cart */

button.btn.btn--full.add-to-cart,
a.btn.add-to-cart {
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  padding: inherit;
  text-transform: none;
  max-width: 370px;
  letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
    .product-single__meta.sketcher-2 button.btn.btn--full.add-to-cart {
        font-size: 18px!important;
    }
}

/* Product Add to Cart inside the variant block */
.variant-input.holiday button.btn.btn--full.add-to-cart {
  background: #53DEF9 !important;
  color: #1E405B;
  letter-spacing: 0px;
}
.variant-input.holiday .shopify-payment-terms.product__policies {
  display: none!important;
}
/* Holiday V2 */
.variant-input.holiday-v2 button.btn.btn--full.add-to-cart {
  background: #53DEF9 !important;
  color: #1E405B;
  letter-spacing: 0px;
}
.variant-input.holiday-v2 .shopify-payment-terms.product__policies {
  display: none!important;
}
@media only screen and (min-width: 769px) {
  .holiday-v2 span.variant-title {
      margin-top: 7px;
  }
}

/* collection item TapTap reorder buttons */
.collection-content [data-product-id="8493838827761"] .no-js.product-single__variants {
  display: inline-block;
}
.collection-content [data-product-id="8493838827761"] .no-js.product-single__variants:active,
.collection-content [data-product-id="8493838827761"] .no-js.product-single__variants:focus  {
  border:none!important;
}

[data-product-id="7762412339441"] form,
[data-product-id="8493838827761"] form {
  
  /*display: inline-flex;*/
  display: block;
  flex-direction: column-reverse;
}

/* FTW-236 fix */
.cart__image img {
  opacity: 1!important;
}
/*
#shopify-section-template--20939809652977__main
#shopify-section-template--20939809784049__main
#shopify-section-template--20939809980657__main
#shopify-section-template--20939809521905__main
*/

#shopify-section-template--20939809587441__main span.stamped-product-reviews-badge.stamped-main-badge {
    display: none !important;
}
#shopify-section-template--20939809489137__main .promocode,
#shopify-section-template--20939809456369__main .promocode,
#shopify-section-template--20939809652977__main .promocode,
#shopify-section-template--20939809259761__main .promocode,
#shopify-section-template--20939809587441__main .promocode,
#shopify-section-template--20939809784049__main .promocode,
#shopify-section-template--20939809751281__main .promocode,
#shopify-section-template--20939807260913__main .promocode,
#shopify-section-template--20939809358065__main .promocode,
#shopify-section-template--20939809423601__main .promocode,
#shopify-section-template--20939809980657__main .promocode,
#shopify-section-template--20939809325297__main .promocode,
#shopify-section-template--20939809521905__main .promocode,
#shopify-section-template--20939809292529__main .promocode,
#shopify-section-template--20939809882353__main .promocode,
#shopify-section-template--20939809718513__main .promocode,
#shopify-section-template--20939809685745__main .promocode {
  padding: 10px 16px;
  border-radius: 20px;
  border: 2px dashed #45CEA2;
  background: #FFF;
  color: #131415;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#shopify-section-template--20939809489137__main button.add-to-cart,
#shopify-section-template--20939809456369__main button.add-to-cart,
#shopify-section-template--20939809652977__main button.add-to-cart,
#shopify-section-template--20939809259761__main button.add-to-cart,
#shopify-section-template--20939809587441__main a.add-to-cart,
#shopify-section-template--20939809784049__main button.add-to-cart,
#shopify-section-template--20939809751281__main button.add-to-cart,
#shopify-section-template--20939807260913__main button.add-to-cart,
#shopify-section-template--20939809358065__main button.add-to-cart,
#shopify-section-template--20939809423601__main button.add-to-cart,
#shopify-section-template--20939809980657__main button.add-to-cart,
#shopify-section-template--20939809325297__main button.add-to-cart,
#shopify-section-template--20939809521905__main button.add-to-cart,
#shopify-section-template--20939809292529__main button.add-to-cart,
#shopify-section-template--20939809882353__main button.add-to-cart,
#shopify-section-template--20939809718513__main button.add-to-cart,
#shopify-section-template--20939809685745__main button.add-to-cart {
  letter-spacing: 0px;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
#shopify-section-template--20939809489137__main .product-block.product-block--price,
#shopify-section-template--20939809456369__main .product-block.product-block--price,
#shopify-section-template--20939809652977__main .product-block.product-block--price,
#shopify-section-template--20939809259761__main .product-block.product-block--price,
#shopify-section-template--20939809587441__main .product-block.product-block--price,
#shopify-section-template--20939809784049__main .product-block.product-block--price,
#shopify-section-template--20939809751281__main .product-block.product-block--price,
#shopify-section-template--20939807260913__main .product-block.product-block--price,
#shopify-section-template--20939809358065__main .product-block.product-block--price,
#shopify-section-template--20939809423601__main .product-block.product-block--price,
#shopify-section-template--20939809980657__main .product-block.product-block--price,
#shopify-section-template--20939809325297__main .product-block.product-block--price,
#shopify-section-template--20939809521905__main .product-block.product-block--price,
#shopify-section-template--20939809292529__main .product-block.product-block--price,
#shopify-section-template--20939809882353__main .product-block.product-block--price,
#shopify-section-template--20939809718513__main .product-block.product-block--price,
#shopify-section-template--20939809685745__main .product-block.product-block--price {
  font-family: Figtree;
  display: inline-flex;
}
/*#shopify-section-template--20939809489137__main .product-block.product-block--price + div,
#shopify-section-template--20939809423601__main .product-block.product-block--price + div,
#shopify-section-template--20939809358065__main .product-block.product-block--price + div,
#shopify-section-template--20939809751281__main .product-block.product-block--price + div,
#shopify-section-template--20939809652977__main .product-block.product-block--price + div,
#shopify-section-template--20939809784049__main .product-block.product-block--price + div,*/
#shopify-section-template--20939807260913__main .product-block.product-block--price + div {
  font-family: Figtree;
  height: 66px;
  color: #131415;
  align-items: center;
  padding: 12px 12px 12px 12px;
  border-radius: 24px;
  background: rgba(107, 255, 208, 0.20);
  display: inline-flex;
  position: absolute;
}
#shopify-section-template--20939809325297__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809489137__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809456369__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809423601__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809358065__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809751281__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809652977__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809259761__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809587441__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809784049__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809980657__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809521905__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809292529__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809882353__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809718513__main .product-block.product-block--price div.product-coupon-container,
#shopify-section-template--20939809685745__main .product-block.product-block--price div.product-coupon-container {
  font-family: Figtree;
  height: 66px;
  color: #131415;
  align-items: center;
  padding: 12px 12px 12px 12px;
  border-radius: 24px;
  background: rgba(107, 255, 208, 0.20);
  display: inline-flex;
}
#shopify-section-template--20939809325297__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809489137__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809456369__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809423601__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809358065__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809751281__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809652977__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809259761__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809587441__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809784049__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809980657__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809521905__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809292529__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809882353__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809718513__main .product-block.product-block--price div.product-price-wrapper,
#shopify-section-template--20939809685745__main .product-block.product-block--price div.product-price-wrapper {
  align-content: center;
}
/* Pixelator 2.0 - Hide discount coupon */
/*#ProductSection-template--19328184123633__main-8671278629105 .product-block.product-block--price + div,
#ProductSection-template--19328184123633__main-8671272698097 .product-block.product-block--price + div,
#ProductSection-template--19328184123633__main-8671275778289 .product-block.product-block--price + div,
#ProductSection-template--19328184123633__main-8671273812209 .product-block.product-block--price + div,
#ProductSection-template--19328184123633__main-8671276925169 .product-block.product-block--price + div,
#ProductSection-template--19328184123633__main-8671279972593 .product-block.product-block--price + div,
#ProductSection-template--19328184123633__main-8671276368113 .product-block.product-block--price + div {
  display: none;
}*/
#shopify-section-template--20939809489137__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809456369__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809652977__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809259761__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809587441__main .product-block.product-block--price .product__price, 
#shopify-section-template--20939809784049__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809751281__main .product-block.product-block--price .product__price,
#shopify-section-template--20939807260913__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809358065__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809292529__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809423601__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809980657__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809325297__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809521905__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809882353__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809718513__main .product-block.product-block--price .product__price,
#shopify-section-template--20939809685745__main .product-block.product-block--price .product__price {
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  #shopify-section-template--20939809325297__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809489137__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809456369__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809358065__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809292529__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809423601__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809751281__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809652977__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809259761__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809587441__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809784049__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809980657__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809521905__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809882353__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809718513__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809685745__main .product-block.product-block--price div.product-coupon-container {
    margin-bottom: 10px;
  }
  
  #shopify-section-template--20939809489137__main .product-block.product-block--header,
  #shopify-section-template--20939809456369__main .product-block.product-block--header,
  #shopify-section-template--20939809652977__main .product-block.product-block--header,
  #shopify-section-template--20939809259761__main .product-block.product-block--header,
  #shopify-section-template--20939809587441__main .product-block.product-block--header,
  #shopify-section-template--20939809784049__main .product-block.product-block--header,
  #shopify-section-template--20939809751281__main .product-block.product-block--header,
  #shopify-section-template--20939807260913__main .product-block.product-block--header,
  #shopify-section-template--20939809358065__main .product-block.product-block--header,
  #shopify-section-template--20939809292529__main .product-block.product-block--header,
  #shopify-section-template--20939809423601__main .product-block.product-block--header,
  #shopify-section-template--20939809980657__main .product-block.product-block--header,
  #shopify-section-template--20939809325297__main .product-block.product-block--header,
  #shopify-section-template--20939809521905__main .product-block.product-block--header,
  #shopify-section-template--20939809882353__main .product-block.product-block--header,
  #shopify-section-template--20939809718513__main .product-block.product-block--header,
  #shopify-section-template--20939809685745__main .product-block.product-block--header {
    margin-bottom: 0px;
  }
  #shopify-section-template--20939809489137__main .product-block.product-block--price,
  #shopify-section-template--20939809456369__main .product-block.product-block--price,
  #shopify-section-template--20939809652977__main .product-block.product-block--price,
  #shopify-section-template--20939809259761__main .product-block.product-block--price,
  #shopify-section-template--20939809587441__main .product-block.product-block--price,
  #shopify-section-template--20939809784049__main .product-block.product-block--price,
  #shopify-section-template--20939809751281__main .product-block.product-block--price,
  #shopify-section-template--20939807260913__main .product-block.product-block--price,
  #shopify-section-template--20939809358065__main .product-block.product-block--price,
  #shopify-section-template--20939809292529__main .product-block.product-block--price,
  #shopify-section-template--20939809423601__main .product-block.product-block--price,
  #shopify-section-template--20939809980657__main .product-block.product-block--price,
  #shopify-section-template--20939809325297__main .product-block.product-block--price,
  #shopify-section-template--20939809521905__main .product-block.product-block--price,
  #shopify-section-template--20939809882353__main .product-block.product-block--price,
  #shopify-section-template--20939809718513__main .product-block.product-block--price,
  #shopify-section-template--20939809685745__main .product-block.product-block--price {
    display: block;
    margin-bottom: 0px;
  }
  #shopify-section-template--20939809489137__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809456369__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809652977__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809259761__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809587441__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809784049__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809751281__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939807260913__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809358065__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809292529__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809423601__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809980657__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809325297__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809521905__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809882353__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809718513__main .product-block.product-block--price .product__price,
  #shopify-section-template--20939809685745__main .product-block.product-block--price .product__price {
    font-size:32px;
  }
  /*#shopify-section-template--20939809489137__main .product-block.product-block--price + div,*/
  #shopify-section-template--20939809652977__main .product-block.product-block--price + div,
  #shopify-section-template--20939809259761__main .product-block.product-block--price + div,
  #shopify-section-template--20939809587441__main .product-block.product-block--price + div,
  #shopify-section-template--20939809784049__main .product-block.product-block--price + div,
  #shopify-section-template--20939809751281__main .product-block.product-block--price + div,
  #shopify-section-template--20939807260913__main .product-block.product-block--price + div,
  #shopify-section-template--20939809358065__main .product-block.product-block--price + div,
  #shopify-section-template--20939809292529__main .product-block.product-block--price + div,
  #shopify-section-template--20939809423601__main .product-block.product-block--price + div,
  #shopify-section-template--20939809882353__main .product-block.product-block--price + div,
  #shopify-section-template--20939809718513__main .product-block.product-block--price + div,
  #shopify-section-template--20939809685745__main .product-block.product-block--price + div {
    position: relative;
  }
}
#shopify-section-template--20939809489137__main .product-block.product-block--tab,
#shopify-section-template--20939809456369__main .product-block.product-block--tab,
#shopify-section-template--20939809652977__main .product-block.product-block--tab,
#shopify-section-template--20939809259761__main .product-block.product-block--tab,
#shopify-section-template--20939809587441__main .product-block.product-block--tab,
#shopify-section-template--20939809784049__main .product-block.product-block--tab,
#shopify-section-template--20939809751281__main .product-block.product-block--tab,
#shopify-section-template--20939807260913__main .product-block.product-block--tab,
#shopify-section-template--20939809358065__main .product-block.product-block--tab,
#shopify-section-template--20939809292529__main .product-block.product-block--tab,
#shopify-section-template--20939809423601__main .product-block.product-block--tab,
#shopify-section-template--20939809980657__main .product-block.product-block--tab,
#shopify-section-template--20939809325297__main .product-block.product-block--tab,
#shopify-section-template--20939809521905__main .product-block.product-block--tab,
#shopify-section-template--20939809882353__main .product-block.product-block--tab,
#shopify-section-template--20939809718513__main .product-block.product-block--tab,
#shopify-section-template--20939809685745__main .product-block.product-block--tab {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 28px;
  width: 100%;
  max-width: 570px;
  border-radius: 24px;
  background: #FAFAFA;
}
#shopify-section-template--20939809489137__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809456369__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809652977__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809259761__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809587441__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809784049__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809751281__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939807260913__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809358065__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809292529__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809423601__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809980657__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809325297__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809521905__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809882353__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809718513__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button,
#shopify-section-template--20939809685745__main .product-block.product-block--tab .collapsibles-wrapper.collapsibles-wrapper--border-bottom button {
  color: #000;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: justify;
}

/* Product Description */
#shopify-section-template--20939809489137__main .product-citation-container,
#shopify-section-template--20939809456369__main .product-citation-container,
#shopify-section-template--20939809652977__main .product-citation-container,
#shopify-section-template--20939809259761__main .product-citation-container,
#shopify-section-template--20939809587441__main .product-citation-container,
#shopify-section-template--20939809784049__main .product-citation-container,
#shopify-section-template--20939809751281__main .product-citation-container,
#shopify-section-template--20939807260913__main .product-citation-container,
#shopify-section-template--20939809358065__main .product-citation-container,
#shopify-section-template--20939809292529__main .product-citation-container,
#shopify-section-template--20939809423601__main .product-citation-container,
#shopify-section-template--20939809980657__main .product-citation-container,
#shopify-section-template--20939809325297__main .product-citation-container,
#shopify-section-template--20939809521905__main .product-citation-container,
#shopify-section-template--20939809882353__main .product-citation-container,
#shopify-section-template--20939809718513__main .product-citation-container,
#shopify-section-template--20939809685745__main .product-citation-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 548px;
  margin: auto;
}
#shopify-section-template--20939809489137__main .product-citation-container,
#shopify-section-template--20939809456369__main .product-citation-container {
  margin-top: 20px;
  margin-bottom: 25px;
}
#shopify-section-template--20939809489137__main .product-citation,
#shopify-section-template--20939809456369__main .product-citation,
#shopify-section-template--20939809652977__main .product-citation,
#shopify-section-template--20939809259761__main .product-citation,
#shopify-section-template--20939809587441__main .product-citation,
#shopify-section-template--20939809784049__main .product-citation,
#shopify-section-template--20939809751281__main .product-citation,
#shopify-section-template--20939807260913__main .product-citation,
#shopify-section-template--20939809358065__main .product-citation,
#shopify-section-template--20939809292529__main .product-citation,
#shopify-section-template--20939809423601__main .product-citation,
#shopify-section-template--20939809980657__main .product-citation,
#shopify-section-template--20939809325297__main .product-citation,
#shopify-section-template--20939809521905__main .product-citation,
#shopify-section-template--20939809882353__main .product-citation,
#shopify-section-template--20939809718513__main .product-citation,
#shopify-section-template--20939809685745__main .product-citation {
  color: #000;
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}
#shopify-section-template--20939809489137__main .product-citation-author,
#shopify-section-template--20939809456369__main .product-citation-author,
#shopify-section-template--20939809652977__main .product-citation-author,
#shopify-section-template--20939809259761__main .product-citation-author,
#shopify-section-template--20939809587441__main .product-citation-author,
#shopify-section-template--20939809784049__main .product-citation-author,
#shopify-section-template--20939809751281__main .product-citation-author,
#shopify-section-template--20939807260913__main .product-citation-author,
#shopify-section-template--20939809358065__main .product-citation-author,
#shopify-section-template--20939809292529__main .product-citation-author,
#shopify-section-template--20939809423601__main .product-citation-author,
#shopify-section-template--20939809980657__main .product-citation-author,
#shopify-section-template--20939809325297__main .product-citation-author,
#shopify-section-template--20939809521905__main .product-citation-author,
#shopify-section-template--20939809882353__main .product-citation-author,
#shopify-section-template--20939809718513__main .product-citation-author,
#shopify-section-template--20939809685745__main .product-citation-author {
  color: #424344;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* smART Sketcher Hero block */
/*#shopify-section-template--20939809489137__main .product-block.product-block--price,
#shopify-section-template--20939809358065__main .product-block.product-block--price,
#shopify-section-template--20939809423601__main .product-block.product-block--price,
#shopify-section-template--20939809751281__main .product-block.product-block--price,
#shopify-section-template--20939809652977__main .product-block.product-block--price,
#shopify-section-template--20939809784049__main .product-block.product-block--price,
#shopify-section-template--20939809980657__main .product-block.product-block--price,
#shopify-section-template--20939809521905__main .product-block.product-block--price,*/
#shopify-section-template--20939807260913__main .product-block.product-block--price {
  height: 66px;
  align-items: center;
}
.shopify-section-group-footer-group .grid,
#NavDrawer .grid,
#shopify-section-template--20939809489137__main .grid,
#shopify-section-template--20939809456369__main .grid,
#shopify-section-template--20939809652977__main .grid,
#shopify-section-template--20939809259761__main .grid,
#shopify-section-template--20939809587441__main .grid,
#shopify-section-template--20939809784049__main .grid,
#shopify-section-template--20939809751281__main .grid,
#shopify-section-template--20939807260913__main .grid,
#shopify-section-template--20939809358065__main .grid,
#shopify-section-template--20939809292529__main .grid,
#shopify-section-template--20939809423601__main .grid,
#shopify-section-template--20939809980657__main .grid,
#shopify-section-template--20939809325297__main .grid,
#shopify-section-template--20939809521905__main .grid,
#shopify-section-template--20939809882353__main .grid,
#shopify-section-template--20939809718513__main .grid,
#shopify-section-template--20939809685745__main .grid {
  display: flex;
  justify-content: center;
  gap:30px;
}
@media only screen and (max-width:768px){
  #shopify-section-template--20939809718513__main .grid {
    gap: 0px!important;
  }
}
.shopify-section-group-footer-group .grid {
  max-width: 1200px;
  margin: auto;
}
#shopify-section-template--20939809489137__main .grid,
#shopify-section-template--20939809456369__main .grid,
#shopify-section-template--20939809652977__main .grid,
#shopify-section-template--20939809259761__main .grid,
#shopify-section-template--20939809587441__main .grid,
#shopify-section-template--20939809784049__main .grid,
#shopify-section-template--20939809751281__main .grid,
#shopify-section-template--20939807260913__main .grid,
#shopify-section-template--20939809358065__main .grid,
#shopify-section-template--20939809292529__main .grid,
#shopify-section-template--20939809423601__main .grid,
#shopify-section-template--20939809980657__main .grid,
#shopify-section-template--20939809325297__main .grid,
#shopify-section-template--20939809521905__main .grid,
#shopify-section-template--20939809882353__main .grid,
#shopify-section-template--20939809718513__main .grid,
#shopify-section-template--20939809685745__main .grid {
  margin-left: 0px;
}
.shopify-section-group-footer-group .grid__item,
#NavDrawer .grid__item,
#shopify-section-template--20939809489137__main .grid__item,
#shopify-section-template--20939809456369__main .grid__item,
#shopify-section-template--20939809652977__main .grid__item,
#shopify-section-template--20939809259761__main .grid__item,
#shopify-section-template--20939809587441__main .grid__item,
#shopify-section-template--20939809784049__main .grid__item,
#shopify-section-template--20939809751281__main .grid__item,
#shopify-section-template--20939807260913__main .grid__item,
#shopify-section-template--20939809358065__main .grid__item,
#shopify-section-template--20939809292529__main .grid__item,
#shopify-section-template--20939809423601__main .grid__item,
#shopify-section-template--20939809980657__main .grid__item,
#shopify-section-template--20939809325297__main .grid__item,
#shopify-section-template--20939809521905__main .grid__item,
#shopify-section-template--20939809882353__main .grid__item,
#shopify-section-template--20939809718513__main .grid__item,
#shopify-section-template--20939809685745__main .grid__item {
  padding-left: 0px;
}
#shopify-section-template--20939809489137__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809456369__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809652977__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809259761__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809587441__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809784049__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809751281__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939807260913__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809358065__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809292529__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809423601__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809980657__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809325297__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809521905__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809882353__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809718513__main .collapsible-trigger-btn--borders,
#shopify-section-template--20939809685745__main .collapsible-trigger-btn--borders {
  border-color: #fafafa;
}

/*#shopify-section-template--20939809489137__main .product-block,*/
/*#shopify-section-template--20939807260913__main .product-block,*/
/*#shopify-section-template--20939809980657__main .product-block, */
#shopify-section-template--20939809652977__main .product-block,
#shopify-section-template--20939809259761__main .product-block,
#shopify-section-template--20939809587441__main .product-block,
#shopify-section-template--20939809784049__main .product-block,
#shopify-section-template--20939809751281__main .product-block,
#shopify-section-template--20939809358065__main .product-block,
#shopify-section-template--20939809292529__main .product-block,
#shopify-section-template--20939809423601__main .product-block,
#shopify-section-template--20939809882353__main .product-block,
#shopify-section-template--20939809718513__main .product-block,
#shopify-section-template--20939809685745__main .product-block {
  margin-bottom: 32px;
}
#shopify-section-template--20939809489137__main .product-single__meta,
#shopify-section-template--20939809456369__main .product-single__meta,
#shopify-section-template--20939809652977__main .product-single__meta,
#shopify-section-template--20939809259761__main .product-single__meta,
#shopify-section-template--20939809587441__main .product-single__meta,
#shopify-section-template--20939809784049__main .product-single__meta,
#shopify-section-template--20939809751281__main .product-single__meta,
#shopify-section-template--20939807260913__main .product-single__meta,
#shopify-section-template--20939809358065__main .product-single__meta,
#shopify-section-template--20939809292529__main .product-single__meta,
#shopify-section-template--20939809423601__main .product-single__meta,
#shopify-section-template--20939809980657__main .product-single__meta,
#shopify-section-template--20939809325297__main .product-single__meta,
#shopify-section-template--20939809521905__main .product-single__meta,
#shopify-section-template--20939809882353__main .product-single__meta,
#shopify-section-template--20939809718513__main .product-single__meta,
#shopify-section-template--20939809685745__main .product-single__meta {
  padding-left: 0px;
}
#shopify-section-template--20939809489137__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809456369__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809652977__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809259761__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809587441__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809784049__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809751281__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939807260913__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809358065__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809292529__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809423601__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809980657__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809325297__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809521905__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809882353__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809718513__main .product__thumbs--below .product__thumbs--scroller,
#shopify-section-template--20939809685745__main .product__thumbs--below .product__thumbs--scroller {
  margin-left: 35px;
  margin-right: 35px;
  /*padding-left: 40px;*/
}
#shopify-section-template--20939809489137__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809456369__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809652977__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809259761__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809587441__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809784049__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809751281__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939807260913__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809358065__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809292529__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809423601__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809980657__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809325297__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809521905__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809882353__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809718513__main .product__thumb-item a.is-active:before,
#shopify-section-template--20939809685745__main .product__thumb-item a.is-active:before,
.product__thumb-item a:focus:before{
  box-shadow:none;
  border-radius: 20px;
  border: 2px solid #131415;
}
#shopify-section-template--20939809489137__main .product__price,
#shopify-section-template--20939809456369__main .product__price,
#shopify-section-template--20939809652977__main .product__price,
#shopify-section-template--20939809259761__main .product__price,
#shopify-section-template--20939809587441__main .product__price,
#shopify-section-template--20939809784049__main .product__price,
#shopify-section-template--20939809751281__main .product__price,
#shopify-section-template--20939807260913__main .product__price,
#shopify-section-template--20939809358065__main .product__price,
#shopify-section-template--20939809292529__main .product__price,
#shopify-section-template--20939809423601__main .product__price,
#shopify-section-template--20939809980657__main .product__price,
#shopify-section-template--20939809325297__main .product__price,
#shopify-section-template--20939809521905__main .product__price,
#shopify-section-template--20939809882353__main .product__price,
#shopify-section-template--20939809718513__main .product__price,
#shopify-section-template--20939809685745__main .product__price {
  color: #131415;
  font-family: Figtree;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
#shopify-section-template--20939809489137__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809456369__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809652977__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809259761__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809587441__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809784049__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809751281__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939807260913__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809358065__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809292529__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809882353__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809423601__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809980657__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809325297__main .product-main-slide,
#shopify-section-template--20939809521905__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809718513__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
#shopify-section-template--20939809685745__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide {
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#shopify-section-template--20939809489137__main .product__thumb-arrow .icon,
#shopify-section-template--20939809456369__main .product__thumb-arrow .icon,
#shopify-section-template--20939809652977__main .product__thumb-arrow .icon,
#shopify-section-template--20939809259761__main .product__thumb-arrow .icon,
#shopify-section-template--20939809587441__main .product__thumb-arrow .icon,
#shopify-section-template--20939809784049__main .product__thumb-arrow .icon,
#shopify-section-template--20939809751281__main .product__thumb-arrow .icon,
#shopify-section-template--20939807260913__main .product__thumb-arrow .icon,
#shopify-section-template--20939809358065__main .product__thumb-arrow .icon,
#shopify-section-template--20939809292529__main .product__thumb-arrow .icon,
#shopify-section-template--20939809423601__main .product__thumb-arrow .icon,
#shopify-section-template--20939809980657__main .product__thumb-arrow .icon,
#shopify-section-template--20939809325297__main .product__thumb-arrow .icon,
#shopify-section-template--20939809521905__main .product__thumb-arrow .icon,
#shopify-section-template--20939809882353__main .product__thumb-arrow .icon,
#shopify-section-template--20939809718513__main .product__thumb-arrow .icon,
#shopify-section-template--20939809685745__main .product__thumb-arrow .icon {
    display: block;
    height: 16px;
    width: 16px;
  }
#shopify-section-template--20939809489137__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809456369__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809652977__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809259761__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809587441__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809784049__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809751281__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939807260913__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809358065__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809292529__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809423601__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809980657__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809325297__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809521905__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809882353__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809718513__main .product__thumbs[data-position=below] .product__thumb-arrow,
#shopify-section-template--20939809685745__main .product__thumbs[data-position=below] .product__thumb-arrow {
  height: 32px;
  width: 32px;
  padding: 8px;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 4px 11.9px 0px rgba(0, 0, 0, 0.12);
  top: 32px;
}
#shopify-section-template--20939809489137__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809456369__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809652977__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809259761__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809587441__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809784049__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809751281__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939807260913__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809358065__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809292529__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809423601__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809980657__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809325297__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809521905__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809882353__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809718513__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev,
#shopify-section-template--20939809685745__main .product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev {
  color: #00000030;
}

#shopify-section-template--20939809489137__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809456369__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809652977__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809259761__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809587441__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809784049__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809751281__main .product__thumb>.image-wrap img,
#shopify-section-template--20939807260913__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809358065__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809292529__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809423601__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809980657__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809325297__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809521905__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809882353__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809718513__main .product__thumb>.image-wrap img,
#shopify-section-template--20939809685745__main .product__thumb>.image-wrap img {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#shopify-section-template--20939809489137__main .stamped-badge,
#shopify-section-template--20939809456369__main .stamped-badge,
#shopify-section-template--20939809652977__main .stamped-badge,
#shopify-section-template--20939809259761__main .stamped-badge,
#shopify-section-template--20939809587441__main .stamped-badge,
#shopify-section-template--20939809784049__main .stamped-badge,
#shopify-section-template--20939809751281__main .stamped-badge,
#shopify-section-template--20939807260913__main .stamped-badge,
#shopify-section-template--20939809358065__main .stamped-badge,
#shopify-section-template--20939809292529__main .stamped-badge,
#shopify-section-template--20939809423601__main .stamped-badge,
#shopify-section-template--20939809980657__main .stamped-badge,
#shopify-section-template--20939809325297__main .stamped-badge,
#shopify-section-template--20939809521905__main .stamped-badge,
#shopify-section-template--20939809882353__main .stamped-badge,
#shopify-section-template--20939809718513__main .stamped-badge,
#shopify-section-template--20939809685745__main .stamped-badge {
  border-radius: 30px;
  background: #FAFAFA;
  width: fit-content;
  padding: 0px 12px;
}
.template-product {
  margin-bottom: 0px!important;
}
#shopify-section-template--20939809489137__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809456369__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809652977__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809259761__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809587441__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809784049__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809751281__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939807260913__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809358065__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809292529__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809423601__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809980657__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809325297__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809521905__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809882353__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809718513__main .product__thumbs--below .product__thumb-item,
#shopify-section-template--20939809685745__main .product__thumbs--below .product__thumb-item {
  width:92px;
  margin-right: 8px;
}
#shopify-section-template--20939809489137__main .promo-wrapper,
#shopify-section-template--20939809456369__main .promo-wrapper,
#shopify-section-template--20939809652977__main .promo-wrapper,
#shopify-section-template--20939809259761__main .promo-wrapper,
#shopify-section-template--20939809587441__main .promo-wrapper,
#shopify-section-template--20939809784049__main .promo-wrapper,
#shopify-section-template--20939809751281__main .promo-wrapper,
#shopify-section-template--20939807260913__main .promo-wrapper,
#shopify-section-template--20939809358065__main .promo-wrapper,
#shopify-section-template--20939809292529__main .promo-wrapper,
#shopify-section-template--20939809423601__main .promo-wrapper,
#shopify-section-template--20939809980657__main .promo-wrapper,
#shopify-section-template--20939809325297__main .promo-wrapper,
#shopify-section-template--20939809521905__main .promo-wrapper,
#shopify-section-template--20939809882353__main .promo-wrapper,
#shopify-section-template--20939809718513__main .promo-wrapper,
#shopify-section-template--20939809685745__main .promo-wrapper {
  display: contents;
}
#shopify-section-template--20939809489137__main .promo-text,
#shopify-section-template--20939809456369__main .promo-text,
#shopify-section-template--20939809652977__main .promo-text,
#shopify-section-template--20939809259761__main .promo-text,
#shopify-section-template--20939809587441__main .promo-text,
#shopify-section-template--20939809784049__main .promo-text,
#shopify-section-template--20939809751281__main .promo-text,
#shopify-section-template--20939807260913__main .promo-text,
#shopify-section-template--20939809358065__main .promo-text,
#shopify-section-template--20939809292529__main .promo-text,
#shopify-section-template--20939809423601__main .promo-text,
#shopify-section-template--20939809980657__main .promo-text,
#shopify-section-template--20939809325297__main .promo-text,
#shopify-section-template--20939809521905__main .promo-text,
#shopify-section-template--20939809882353__main .promo-text,
#shopify-section-template--20939809718513__main .promo-text,
#shopify-section-template--20939809685745__main .promo-text {
  color: #131415;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  margin-right: 12px;
}
#shopify-section-template--20939809489137__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809456369__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809652977__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809259761__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809587441__main a.btn.btn--full.add-to-cart,
#shopify-section-template--20939809784049__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809751281__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939807260913__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809358065__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809292529__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809423601__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809980657__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809325297__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809521905__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809882353__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809718513__main button.btn.btn--full.add-to-cart,
#shopify-section-template--20939809685745__main button.btn.btn--full.add-to-cart {
  color: #000;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  background: #53DEF9;
  height: 50px;
  max-width: 370px;
}
button.btn.btn--full.add-to-cart:disabled {
  color: #fff!important;
  background: #242424!important;
}
@media only screen and (min-width:769px){
  #shopify-section-template--20939809489137__main .product-single__sticky,
  #shopify-section-template--20939809456369__main .product-single__sticky,
  #shopify-section-template--20939809652977__main .product-single__sticky,
  #shopify-section-template--20939809259761__main .product-single__sticky,
  #shopify-section-template--20939809587441__main .product-single__sticky,
  #shopify-section-template--20939809784049__main .product-single__sticky,
  #shopify-section-template--20939809751281__main .product-single__sticky,
  #shopify-section-template--20939807260913__main .product-single__sticky,
  #shopify-section-template--20939809358065__main .product-single__sticky,
  #shopify-section-template--20939809292529__main .product-single__sticky,
  #shopify-section-template--20939809423601__main .product-single__sticky,
  #shopify-section-template--20939809980657__main .product-single__sticky,
  #shopify-section-template--20939809325297__main .product-single__sticky,
  #shopify-section-template--20939809521905__main .product-single__sticky,
  #shopify-section-template--20939809882353__main .product-single__sticky,
  #shopify-section-template--20939809718513__main .product-single__sticky,
  #shopify-section-template--20939809685745__main .product-single__sticky {
    max-width: 570px;
  }
  #shopify-section-template--20939809489137__main .medium-up--one-half,
  #shopify-section-template--20939809456369__main .medium-up--one-half,
  #shopify-section-template--20939809652977__main .medium-up--one-half,
  #shopify-section-template--20939809259761__main .medium-up--one-half,
  #shopify-section-template--20939809587441__main .medium-up--one-half,
  #shopify-section-template--20939809784049__main .medium-up--one-half,
  #shopify-section-template--20939809751281__main .medium-up--one-half,
  #shopify-section-template--20939807260913__main .medium-up--one-half,
  #shopify-section-template--20939809358065__main .medium-up--one-half,
  #shopify-section-template--20939809292529__main .medium-up--one-half,
  #shopify-section-template--20939809423601__main .medium-up--one-half,
  #shopify-section-template--20939809980657__main .medium-up--one-half,
  #shopify-section-template--20939809325297__main .medium-up--one-half,
  #shopify-section-template--20939809521905__main .medium-up--one-half,
  #shopify-section-template--20939809882353__main .medium-up--one-half,
  #shopify-section-template--20939809718513__main .medium-up--one-half,
  #shopify-section-template--20939809685745__main .medium-up--one-half {
    max-width:570px;
  }
}
@media only screen and (max-width: 768px) {
  #shopify-section-template--20939809489137__main .product-citation-container,
  #shopify-section-template--20939809456369__main .product-citation-container,
  #shopify-section-template--20939809652977__main .product-citation-container,
  #shopify-section-template--20939809259761__main .product-citation-container,
  #shopify-section-template--20939809587441__main .product-citation-container,
  #shopify-section-template--20939809784049__main .product-citation-container,
  #shopify-section-template--20939809751281__main .product-citation-container,
  #shopify-section-template--20939807260913__main .product-citation-container,
  #shopify-section-template--20939809358065__main .product-citation-container,
  #shopify-section-template--20939809292529__main .product-citation-container,
  #shopify-section-template--20939809423601__main .product-citation-container,
  #shopify-section-template--20939809980657__main .product-citation-container,
  #shopify-section-template--20939809325297__main .product-citation-container,
  #shopify-section-template--20939809521905__main .product-citation-container,
  #shopify-section-template--20939809882353__main .product-citation-container,
  #shopify-section-template--20939809718513__main .product-citation-container,
  #shopify-section-template--20939809685745__main .product-citation-container {
    text-align: center;
  }
  #shopify-section-template--20939809980657__main .product-block .variant-wrapper label.variant__button-label.color-swatch,
  #shopify-section-template--20939809521905__main .product-block .variant-wrapper label.variant__button-label.color-swatch {
    width: 60px;
    height: 60px;
  }
  #shopify-section-template--20939809358065__main .grid,
  #shopify-section-template--20939809292529__main .grid,
  #shopify-section-template--20939809423601__main .grid,
  #shopify-section-template--20939809325297__main .grid,
  #shopify-section-template--20939809521905__main .grid,
  #shopify-section-template--20939809980657__main .grid,
  #shopify-section-template--20939809751281__main .grid,
  #shopify-section-template--20939809882353__main .grid {
    gap: 0px;
  }
  #shopify-section-template--20939809489137__main .product-single__meta,
  #shopify-section-template--20939809456369__main .product-single__meta {
    margin-top:-15px;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks],
  #shopify-section-template--20939809456369__main div[data-product-blocks],
  #shopify-section-template--20939809652977__main div[data-product-blocks],
  #shopify-section-template--20939809259761__main div[data-product-blocks],
  #shopify-section-template--20939809587441__main div[data-product-blocks],
  #shopify-section-template--20939809784049__main div[data-product-blocks],
  #shopify-section-template--20939809751281__main div[data-product-blocks],
  #shopify-section-template--20939807260913__main div[data-product-blocks],
  #shopify-section-template--20939809358065__main div[data-product-blocks],
  #shopify-section-template--20939809292529__main div[data-product-blocks],
  #shopify-section-template--20939809423601__main div[data-product-blocks],
  #shopify-section-template--20939809980657__main div[data-product-blocks],
  #shopify-section-template--20939809325297__main div[data-product-blocks],
  #shopify-section-template--20939809521905__main div[data-product-blocks],
  #shopify-section-template--20939809882353__main div[data-product-blocks],
  #shopify-section-template--20939809718513__main div[data-product-blocks],
  #shopify-section-template--20939809685745__main div[data-product-blocks] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(2) {
    order: 2;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(2),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(1),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(1) {
    order: 1;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(3),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(3) {
    order: 3;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(4),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(4) {
    order: 4;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(5),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(5) {
    order: 5;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(6),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(6) {
    order: 6;
  }
  #shopify-section-template--20939809489137__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809456369__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809652977__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809259761__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809587441__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809751281__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939807260913__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809358065__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809292529__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809423601__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809980657__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809325297__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809521905__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809882353__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809718513__main div[data-product-blocks] div:nth-child(7),
  #shopify-section-template--20939809685745__main div[data-product-blocks] div:nth-child(7) {
    order: 7;
  }

  #shopify-section-template--20939809784049__main div[data-product-blocks] div:nth-child(8) {
    order: 8;
  }
  #shopify-section-template--20939809489137__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809456369__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809652977__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809259761__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809587441__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809784049__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809751281__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939807260913__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809358065__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809292529__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809423601__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809980657__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809325297__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809521905__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809882353__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809718513__main .product__thumbs--below .product__thumb-item,
  #shopify-section-template--20939809685745__main .product__thumbs--below .product__thumb-item {
    margin-right:5px;
    width:56px;
  }
  /*#shopify-section-template--20939809489137__main .product-block.product-block--price,
  #shopify-section-template--20939809358065__main .product-block.product-block--price,
  #shopify-section-template--20939809423601__main .product-block.product-block--price,
  #shopify-section-template--20939809751281__main .product-block.product-block--price,
  #shopify-section-template--20939809652977__main .product-block.product-block--price,
  #shopify-section-template--20939809784049__main .product-block.product-block--price,
  #shopify-section-template--20939809980657__main .product-block.product-block--price,
  #shopify-section-template--20939809521905__main .product-block.product-block--price,*/
  #shopify-section-template--20939807260913__main .product-block.product-block--price {
    height: 45px!important;
    margin-top: 10px;
  }
  #shopify-section-template--20939809325297__main .product-block.product-block--price,
  #shopify-section-template--20939809489137__main .product-block.product-block--price,
  #shopify-section-template--20939809456369__main .product-block.product-block--price,
  #shopify-section-template--20939809358065__main .product-block.product-block--price,
  #shopify-section-template--20939809292529__main .product-block.product-block--price,
  #shopify-section-template--20939809423601__main .product-block.product-block--price,
  #shopify-section-template--20939809751281__main .product-block.product-block--price,
  #shopify-section-template--20939809652977__main .product-block.product-block--price,
  #shopify-section-template--20939809259761__main .product-block.product-block--price,
  #shopify-section-template--20939809587441__main .product-block.product-block--price,
  #shopify-section-template--20939809784049__main .product-block.product-block--price,
  #shopify-section-template--20939809980657__main .product-block.product-block--price,
  #shopify-section-template--20939809521905__main .product-block.product-block--price,
  #shopify-section-template--20939809882353__main .product-block.product-block--price,
  #shopify-section-template--20939809718513__main .product-block.product-block--price,
  #shopify-section-template--20939809685745__main .product-block.product-block--price {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 335px;
  }
  #shopify-section-template--20939809325297__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809489137__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809456369__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809358065__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809292529__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809423601__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809751281__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809652977__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809259761__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809587441__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809784049__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809980657__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809521905__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809882353__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809718513__main .product-block.product-block--price div.product-coupon-container,
  #shopify-section-template--20939809685745__main .product-block.product-block--price div.product-coupon-container {
    order: 1;
    margin: 10px auto;
    width: 100%;
  }
  #shopify-section-template--20939809325297__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809489137__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809456369__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809358065__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809292529__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809423601__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809751281__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809652977__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809259761__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809587441__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809784049__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809980657__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809521905__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809882353__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809718513__main .product-block.product-block--price div.product-price-wrapper,
  #shopify-section-template--20939809685745__main .product-block.product-block--price div.product-price-wrapper, {
    order: 2;
    align-content: center;
  }
  /*#shopify-section-template--20939809489137__main .product-block.product-block--price + div,*/
  #shopify-section-template--20939809652977__main .product-block.product-block--price + div,
  #shopify-section-template--20939809259761__main .product-block.product-block--price + div,
  #shopify-section-template--20939809587441__main .product-block.product-block--price + div,
  #shopify-section-template--20939809784049__main .product-block.product-block--price + div,
  #shopify-section-template--20939809751281__main .product-block.product-block--price + div,
  #shopify-section-template--20939807260913__main .product-block.product-block--price + div,
  #shopify-section-template--20939809358065__main .product-block.product-block--price + div,
  #shopify-section-template--20939809292529__main .product-block.product-block--price + div,
  #shopify-section-template--20939809423601__main .product-block.product-block--price + div,
  #shopify-section-template--20939809882353__main .product-block.product-block--price + div,
  #shopify-section-template--20939809718513__main .product-block.product-block--price + div,
  #shopify-section-template--20939809685745__main .product-block.product-block--price + div {
    margin-bottom: 0px;
    margin-top: 10px;
    position: relative;
    width:100%;
    max-width:335px;
  }
  #shopify-section-template--20939809489137__main .promo-wrapper,
  #shopify-section-template--20939809456369__main .promo-wrapper,
  #shopify-section-template--20939809652977__main .promo-wrapper,
  #shopify-section-template--20939809259761__main .promo-wrapper,
  #shopify-section-template--20939809587441__main .promo-wrapper,
  #shopify-section-template--20939809784049__main .promo-wrapper,
  #shopify-section-template--20939809751281__main .promo-wrapper,
  #shopify-section-template--20939807260913__main .promo-wrapper,
  #shopify-section-template--20939809358065__main .promo-wrapper,
  #shopify-section-template--20939809292529__main .promo-wrapper,
  #shopify-section-template--20939809423601__main .promo-wrapper,
  #shopify-section-template--20939809980657__main .promo-wrapper,
  #shopify-section-template--20939809325297__main .promo-wrapper,
  #shopify-section-template--20939809521905__main .promo-wrapper,
  #shopify-section-template--20939809882353__main .promo-wrapper,
  #shopify-section-template--20939809718513__main .promo-wrapper,
  #shopify-section-template--20939809685745__main .promo-wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-around;
  }
  #shopify-section-template--20939809489137__main .promo-text,
  #shopify-section-template--20939809456369__main .promo-text,
  #shopify-section-template--20939809652977__main .promo-text,
  #shopify-section-template--20939809259761__main .promo-text,
  #shopify-section-template--20939809587441__main .promo-text,
  #shopify-section-template--20939809784049__main .promo-text,
  #shopify-section-template--20939809751281__main .promo-text,
  #shopify-section-template--20939807260913__main .promo-text,
  #shopify-section-template--20939809358065__main .promo-text,
  #shopify-section-template--20939809292529__main .promo-text,
  #shopify-section-template--20939809423601__main .promo-text,
  #shopify-section-template--20939809980657__main .promo-text,
  #shopify-section-template--20939809325297__main .promo-text,
  #shopify-section-template--20939809521905__main .promo-text,
  #shopify-section-template--20939809882353__main .promo-text,
  #shopify-section-template--20939809718513__main .promo-text,
  #shopify-section-template--20939809685745__main .promo-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  #shopify-section-template--20939809489137__main button.add-to-cart,
  #shopify-section-template--20939809456369__main button.add-to-cart,
  #shopify-section-template--20939809652977__main button.add-to-cart,
  #shopify-section-template--20939809259761__main button.add-to-cart,
  #shopify-section-template--20939809587441__main a.add-to-cart,
  #shopify-section-template--20939809784049__main button.add-to-cart,
  #shopify-section-template--20939809751281__main button.add-to-cart,
  #shopify-section-template--20939807260913__main button.add-to-cart,
  #shopify-section-template--20939809358065__main button.add-to-cart,
  #shopify-section-template--20939809292529__main button.add-to-cart,
  #shopify-section-template--20939809423601__main button.add-to-cart,
  #shopify-section-template--20939809980657__main button.add-to-cart,
  #shopify-section-template--20939809325297__main button.add-to-cart,
  #shopify-section-template--20939809521905__main button.add-to-cart,
  #shopify-section-template--20939809882353__main button.add-to-cart,
  #shopify-section-template--20939809718513__main button.add-to-cart,
  #shopify-section-template--20939809685745__main button.add-to-cart {
    margin: 0 auto;
    height: 61px !important;
    max-width: 335px!important;
  }
  #shopify-section-template--20939809489137__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809456369__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809652977__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809259761__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809587441__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809784049__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809751281__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939807260913__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809358065__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809292529__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809423601__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809980657__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809325297__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809521905__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809882353__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809718513__main .product__thumbs--below .product__thumbs--scroller,
  #shopify-section-template--20939809685745__main .product__thumbs--below .product__thumbs--scroller {
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 20px;
  }
  #shopify-section-template--20939809489137__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809456369__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809652977__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809259761__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809587441__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809784049__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809751281__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939807260913__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809358065__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809292529__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809423601__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809980657__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809325297__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809521905__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809882353__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809718513__main .product__thumbs[data-position=below] .product__thumb-arrow,
  #shopify-section-template--20939809685745__main .product__thumbs[data-position=below] .product__thumb-arrow {
    width: 19px;
    height:19px;
    top: 19px;
    padding:4px;
  }
  #shopify-section-template--20939809489137__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809456369__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809652977__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809259761__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809587441__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809784049__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809751281__main .product__thumb-arrow .icon,
  #shopify-section-template--20939807260913__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809358065__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809292529__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809423601__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809980657__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809325297__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809521905__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809882353__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809718513__main .product__thumb-arrow .icon,
  #shopify-section-template--20939809685745__main .product__thumb-arrow .icon {
    height: 10px;
    width: 10px;
  }
  #shopify-section-template--20939809489137__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809456369__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809652977__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809259761__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809587441__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809784049__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809751281__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939807260913__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809358065__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809292529__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809423601__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809980657__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809325297__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809521905__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809882353__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809718513__main .product__thumb>.image-wrap img,
  #shopify-section-template--20939809685745__main .product__thumb>.image-wrap img {
    border-radius: 12px;
  }
  #shopify-section-template--20939809489137__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809456369__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809652977__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809259761__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809587441__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809784049__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809751281__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939807260913__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809358065__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809292529__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809423601__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809980657__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809325297__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809521905__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809882353__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809718513__main .product__thumb-item a.is-active:before,
  #shopify-section-template--20939809685745__main .product__thumb-item a.is-active:before,
  .product__thumb-item a:focus:before {
    box-shadow:none;
    border-radius: 12px;
    border: 1px solid #24D9FB;;
  }
  #shopify-section-template--20939809489137__main .page-content--product .small--hide,
  #shopify-section-template--20939809456369__main .page-content--product .small--hide,
  #shopify-section-template--20939809652977__main .page-content--product .small--hide,
  #shopify-section-template--20939809259761__main .page-content--product .small--hide,
  #shopify-section-template--20939809587441__main .page-content--product .small--hide,
  #shopify-section-template--20939809784049__main .page-content--product .small--hide,
  #shopify-section-template--20939809751281__main .page-content--product .small--hide,
  #shopify-section-template--20939807260913__main .page-content--product .small--hide,
  #shopify-section-template--20939809358065__main .page-content--product .small--hide,
  #shopify-section-template--20939809292529__main .page-content--product .small--hide,
  #shopify-section-template--20939809423601__main .page-content--product .small--hide,
  #shopify-section-template--20939809980657__main .page-content--product .small--hide,
  #shopify-section-template--20939809325297__main .page-content--product .small--hide,
  #shopify-section-template--20939809521905__main .page-content--product .small--hide,
  #shopify-section-template--20939809882353__main .page-content--product .small--hide,
  #shopify-section-template--20939809718513__main .page-content--product .small--hide,
  #shopify-section-template--20939809685745__main .page-content--product .small--hide {
    display: block!important;
  }
  #shopify-section-template--20939809489137__main .page-content--product .grid,
  #shopify-section-template--20939809456369__main .page-content--product .grid,
  #shopify-section-template--20939809652977__main .page-content--product .grid,
  #shopify-section-template--20939809259761__main .page-content--product .grid,
  #shopify-section-template--20939809587441__main .page-content--product .grid,
  #shopify-section-template--20939809784049__main .page-content--product .grid,
  #shopify-section-template--20939809751281__main .page-content--product .grid,
  #shopify-section-template--20939807260913__main .page-content--product .grid,
  #shopify-section-template--20939809358065__main .page-content--product .grid,
  #shopify-section-template--20939809292529__main .page-content--product .grid,
  #shopify-section-template--20939809423601__main .page-content--product .grid,
  #shopify-section-template--20939809980657__main .page-content--product .grid,
  #shopify-section-template--20939809325297__main .page-content--product .grid,
  #shopify-section-template--20939809521905__main .page-content--product .grid,
  #shopify-section-template--20939809882353__main .page-content--product .grid,
  #shopify-section-template--20939809718513__main .page-content--product .grid,
  #shopify-section-template--20939809685745__main .page-content--product .grid {
    flex-direction: column; 
  }
  #shopify-section-template--20939809489137__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809456369__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809652977__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809259761__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809587441__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809784049__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809751281__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939807260913__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809358065__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809292529__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809423601__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809980657__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809325297__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809521905__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809882353__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809718513__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide,
  #shopify-section-template--20939809685745__main .product-slideshow.flickity-enabled .flickity-viewport .product-main-slide {
    height:100%;
    max-height: 345px;
  }
  #shopify-section-template--20939809489137__main .product__main-photos,
  #shopify-section-template--20939809456369__main .product__main-photos,
  #shopify-section-template--20939809652977__main .product__main-photos,
  #shopify-section-template--20939809259761__main .product__main-photos,
  #shopify-section-template--20939809587441__main .product__main-photos,
  #shopify-section-template--20939809784049__main .product__main-photos,
  #shopify-section-template--20939809751281__main .product__main-photos,
  #shopify-section-template--20939807260913__main .product__main-photos,
  #shopify-section-template--20939809358065__main .product__main-photos,
  #shopify-section-template--20939809292529__main .product__main-photos,
  #shopify-section-template--20939809423601__main .product__main-photos,
  #shopify-section-template--20939809980657__main .product__main-photos,
  #shopify-section-template--20939809325297__main .product__main-photos,
  #shopify-section-template--20939809521905__main .product__main-photos,
  #shopify-section-template--20939809882353__main .product__main-photos,
  #shopify-section-template--20939809718513__main .product__main-photos,
  #shopify-section-template--20939809685745__main .product__main-photos {
    padding: 0px 20px 0px 20px;
  }
  #shopify-section-template--20939809489137__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809456369__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809652977__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809259761__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809587441__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809784049__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809751281__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939807260913__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809358065__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809292529__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809423601__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809980657__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809325297__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809521905__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809882353__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809718513__main .flickity-slider .product-main-slide .image-wrap image-element,
  #shopify-section-template--20939809685745__main .flickity-slider .product-main-slide .image-wrap image-element {
    width: 85%;
    margin-left: 5%;
    display: contents;
  }
  #shopify-section-template--20939809489137__main .page-content--product,
  #shopify-section-template--20939809456369__main .page-content--product,
  #shopify-section-template--20939809652977__main .page-content--product,
  #shopify-section-template--20939809259761__main .page-content--product,
  #shopify-section-template--20939809587441__main .page-content--product,
  #shopify-section-template--20939809784049__main .page-content--product,
  #shopify-section-template--20939809751281__main .page-content--product,
  #shopify-section-template--20939807260913__main .page-content--product,
  #shopify-section-template--20939809358065__main .page-content--product,
  #shopify-section-template--20939809292529__main .page-content--product,
  #shopify-section-template--20939809423601__main .page-content--product,
  #shopify-section-template--20939809980657__main .page-content--product,
  #shopify-section-template--20939809325297__main .page-content--product,
  #shopify-section-template--20939809521905__main .page-content--product,
  #shopify-section-template--20939809882353__main .page-content--product,
  #shopify-section-template--20939809718513__main .page-content--product,
  #shopify-section-template--20939809685745__main .page-content--product {
    padding-bottom: 0px;
  }
}
/* Variants Redesigned Style */
#shopify-section-template--20939809980657__main .color-swatch:before,
#shopify-section-template--20939809521905__main .color-swatch:before {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, .08);
}
#CartDrawer {
  border-radius: 30px 0px 0px 30px;
  background: #F7F7F7;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
#CartDrawer .cart__item {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
#CartDrawer .drawer__fixed-header {
  padding: 0px 20px;
  background: #FFF;
}
#CartDrawer .drawer__scrollable {
  background: #F7F7F7;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
}
#CartDrawer .drawer__scrollable .cart__items {
  background: #FFF;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#CartDrawer .drawer__footer.appear-animation {
  background: #fff;
  box-shadow: 0 -.15rem .55rem #0000004d;
  border-top: 0px;
  padding: 20px;
}
#CartDrawer .cart__item-name {
  color: #131415;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#CartDrawer .cart__price {
  color: #131415;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
#CartDrawer .cart__image a {
  width: 80px!important;
  height: 80px!important;
}
#CartDrawer .cart__image img {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
}
#CartDrawer .cart__item-sub {
  align-items: anchor-center;
}
#CartDrawer .empty-cart-message {
  padding: 20px;
  background: #f7f7f7;
}
#CartDrawer .js-qty__wrapper {
  height: 30px;
  display: flex;
  align-items: anchor-center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FAFAFA;
}
#CartDrawer .js-qty__adjust {
  border-radius: 8px;
}
#CartDrawer .js-qty__num {
  color: #000;
  text-align: center;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
}
#CartDrawer #nudge-offer-drawer-icu {
  background: #FFF!important;
}
#CartDrawer #nudge-offer-drawer-icu .nudge-offer {
  border-radius: 30px 30px 0px 0px!important;
  background-color: #F7F7F7!important;
}
#CartDrawer #nudge-offer-drawer-icu .product-wrapper {
  column-gap: 18px!important;
}
#CartDrawer #nudge-offer-drawer-icu .bttn.product-price {
  padding: 8px 14px 8px 12px!important;
  border-radius: 100px!important;
  background: #53DEF9!important;
  color: #000!important;
  font-family: Figtree!important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: 160%!important;
  max-width: 122px !important;
  width: max-content!important;
  min-width: 110px;
}
#CartDrawer #nudge-offer-drawer-icu .bttn.product-price svg{
  width: 22px!important;
  height: 22px!important;
}
#CartDrawer #nudge-offer-drawer-icu .product-image-wrapper img {
  max-width: 80px !important;
  min-width: 80px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
}
#CartDrawer #nudge-offer-drawer-icu .product-price-wrapper.money {
  color: #131415!important;
  font-family: Figtree!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: 120%!important;
}
#CartDrawer #nudge-offer-drawer-icu .product-title {
  color: #131415!important;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}
#CartDrawer #nudge-offer-drawer-icu .offer-collection .details {
  display: grid!important;
  grid-template-areas:
    "title title"
    "button price";
  grid-template-columns: 1fr auto!important;
}
#CartDrawer #nudge-offer-drawer-icu .offer-collection .details div:nth-child(1) {
  grid-area: title!important;
  text-align: left!important;
}
#CartDrawer #nudge-offer-drawer-icu .offer-collection .details div:nth-child(2) {
  display: flex;
  align-items: anchor-center;
  grid-area: price!important;
}
#CartDrawer #nudge-offer-drawer-icu .offer-collection .details form {
  display: flex;
  grid-area: button!important;
  justify-content: flex-start!important;
  height: 38px!important;
}
#CartDrawer #nudge-offer-drawer-icu .nudge-ajax.nudge-offer.multi.flex {
  align-items: flex-start;
  padding: 15px 20px 32px 20px!important;
}
#CartDrawer .offer-text {
  color: #131415!important;
  font-family: Figtree!important;
  font-size: 20px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: 120%!important;
  text-align: left!important;
  padding-left: 0px!important;
}
#CartDrawer #nudge-offer-drawer-icu .product-image-wrapper {
  margin: auto!important;
}
#CartDrawer .h2.drawer__title {
  color: #131415;
  font-family: Figtree;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
#CartDrawer .drawer__cart-info-container {
  border-radius: 24px;
  background: #FFF;
  padding: 0px 16px;
}
#CartDrawer .cart__item-row {
  margin-bottom:10px;
}
#CartDrawer .shipping-insurance-right label.switch,
#CartDrawer .priority-processing-right label.switch {
  margin-bottom: 5px;
}
#CartDrawer .shipping-insurance-right,
#CartDrawer .priority-processing-right {
  display: flex;
  width: 70px;
  justify-content: start;
  column-gap: 5px;
}
#CartDrawer .drawer__cart-info-container .ajaxcart__subtotal {
  color: #131415;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#CartDrawer .cart-shipping-info,
#CartDrawer .cart-priority-processing-info {
  display: none;
  max-width: 315px;
}
#CartDrawer .cart-total-price {
  color: #131415;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  min-width:70px;
}
#CartDrawer .cart-shipping-info .cart-items-count-price span.product__price,
#CartDrawer .cart-priority-processing-info .cart-items-count-price span.product__price {
  color: #131415;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
#CartDrawer .cart-shipping-info small,
#CartDrawer .cart-priority-processing-info small {
  color: #6D6D6D;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#CartDrawer .shipping-insurance-title,
#CartDrawer .priority-processing-title {
  color: #000;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
#CartDrawer #checkout-drawer-bottom {
  color: #000;
  font-family: Figtree;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 100px;
  background: #53DEF9;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#CartDrawer #checkout-drawer-bottom svg {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  #CartDrawer #nudge-offer-drawer-icu .product-title {
    font-size: 14px!important;
  }
  #CartDrawer .cart-total-price {
    min-width: 55px;
  }
  #CartDrawer .shipping-insurance-right,
  #CartDrawer .priority-processing-right {
    width: 55px;
  }
  #CartDrawer #nudge-offer-drawer-icu .product-price-wrapper.money {
    font-size: 14px!important;
  }
  #NavDrawer.drawer--right {
    margin-top: 125px;
    /*margin-top: 125px;*/
    /*margin-top: 55px;*/
    width: 100%;
    max-width: 100%;
    background-image: url(/cdn/shop/files/navbar-green-curve.png?v=1750101181), url(/cdn/shop/files/navbar-blue-curve.png?v=1750101181);
    background-position: right bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 170px, 375px;
    box-shadow: none;
  }/*
  #CartDrawer.drawer--right {
    margin-top: 100px;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }
  #CartDrawerForm button.drawer__close-button.js-drawer-close {
    display: none;
  }*/
  ul.mobile-nav__sublist {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /*
  .mobile-nav__item {
    float: left;
  }*/
  .mobile-nav__faux-link{
    color: #131415;
    font-family: Figtree;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .mobile-nav--heading-style .mobile-nav__link--top-level {
    color: #131415!important;
    font-family: Figtree!important;
    font-weight: 600!important;
    line-height: 120%!important;
  }
  .product-nav-title-mobile {
    color: #424344;
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 20px;
    display: block;
    text-wrap: auto;
    max-width: 164px;
  }
  .product-nav-image-mobile {
    max-height: 164px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.site-header {
  box-shadow: none!important;
}
/*
@media only screen and (max-width:768px){
  .shopify-section-group-header-group {
    position: absolute;
      width: 100%;
      z-index: 27;
  }
}
*/
span#shipping-item-price,
span#priority-processing-item-price {
    color: #131415;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

/* Sketcher Accessories Collection Redesigned */
#shopify-section-template--20939806802161__collection-header .section-header__title{
  color: #131415;
  font-family: Figtree;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
}
#shopify-section-template--20939806802161__main-collection,
#shopify-section-template--20939807391985__main {
  padding: 60px 0px;
  text-align: center;
}
#shopify-section-template--20939806802161__main-collection .grid__item.grid-product,
#shopify-section-template--20939807391985__main .grid__item.grid-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-left:0;
}
#shopify-section-template--20939806802161__main-collection .page-width.page-width--flush-small .grid .grid-product .grid-product__content,
#shopify-section-template--20939807391985__main .page-width.page-width--flush-small .grid .grid-product .grid-product__content {
  max-width: 370px;
}
#shopify-section-template--20939806802161__main-collection .add-to-cart,
#shopify-section-template--20939807391985__main .add-to-cart {
  /*margin-bottom: -20px;*/
  font-family: Figtree;
  font-size: 18px;
  background: #242424;
  color: #fff;
  padding: 16px 32px;
  border-radius: 100px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: background 0.3s;
  width: 100%;
}
#shopify-section-template--20939806802161__main-collection .add-to-cart:hover,
#shopify-section-template--20939807391985__main .add-to-cart:hover {
  background: #000;
  color: #fff;
}
#shopify-section-template--20939806802161__main-collection .grid-product__image-mask,
#shopify-section-template--20939807391985__main .grid-product__image-mask {
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
}
#shopify-section-template--20939806802161__main-collection .grid-product__meta,
#shopify-section-template--20939807391985__main .grid-product__meta {
  height: 175px;
  padding-top:24px;
  text-align: left!important;
}
#shopify-section-template--20939806802161__main-collection .grid-product__title.grid-product__title--body,
#shopify-section-template--20939807391985__main .grid-product__title.grid-product__title--body {
  color: #131415;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
}
#shopify-section-template--20939806802161__main-collection .grid-product__price,
#shopify-section-template--20939807391985__main .grid-product__price {
  color: #131415;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 10px;
}
#shopify-section-template--20939806802161__main-collection button.btn.add-to-cart.add-to-cart-enabled,
#shopify-section-template--20939807391985__main button.btn.add-to-cart.add-to-cart-enabled {
  border-radius: 100px;
  background: #53DEF9;
  color: #000;
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: none;
  letter-spacing: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 4px;
  padding: 16px 5px;
}
#shopify-section-template--20939806802161__main-collection .grid-product__tag--sale,
#shopify-section-template--20939807391985__main .grid-product__tag--sale {
  border-radius: 100px;
  margin: 25px 20px 0px 0px;
  padding: 4px 16px;
  color: #131415;
  background-color: #53def9;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
#shopify-section-template--20939806802161__main-collection .grid-product__tag--sale,
#shopify-section-template--20939807391985__main .grid-product__tag--sale {
  position: absolute;
  width: fit-content;
  z-index: 10;
  border-radius: 10px;
  margin: 25px 20px 0px 0px;
  padding: 6px 16px;
  color: #FFF;
  background: #000;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 1100px) {
  #shopify-section-template--20939806802161__main-collection .grid-product__meta,
  #shopify-section-template--20939807391985__main .grid-product__meta {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #shopify-section-template--20939806802161__main-collection .grid-product__meta,
  #shopify-section-template--20939807391985__main .grid-product__meta {
    height: 140px;
  }
  #shopify-section-template--20939806802161__main-collection .grid.grid--uniform,
  #shopify-section-template--20939807391985__main .grid.grid--uniform {
    padding-right: 10px;
  }
  #shopify-section-template--20939806802161__main-collection .page-width,
  #shopify-section-template--20939807391985__main .page-width {
    padding:0px;
  }
  #shopify-section-template--20939806802161__main-collection,
  #shopify-section-template--20939807391985__main {
    padding: 20px 0px 0px 20px;
  }
  #shopify-section-template--20939806802161__main-collection .grid-product__meta,
  #shopify-section-template--20939807391985__main .grid-product__meta {
    text-align: center!important;
  }
  #shopify-section-template--20939806802161__main-collection .grid-product__title.grid-product__title--body,
  #shopify-section-template--20939807391985__main .grid-product__title.grid-product__title--body {
    font-size: 16px;
  }
  #shopify-section-template--20939806802161__main-collection .grid-product__price,
  #shopify-section-template--20939807391985__main .grid-product__price {
    font-size: 18px;
  }
  #shopify-section-template--20939806802161__main-collection .add-to-cart,
  #shopify-section-template--20939807391985__main .add-to-cart {
    letter-spacing:0px;
    font-size: 16px;
    /*background: #FFA959;
    color: #000;*/
    gap: 2px;
    width: 100%;
    justify-content: center;
  }
  #shopify-section-template--20939806802161__main-collection .grid__item.grid-product,
  #shopify-section-template--20939807391985__main .grid__item.grid-product {
    margin-bottom: 50px;
    margin-left:0;
  }
}

/* Product Hero Image Badge */
/*.product-image-badge {
  position: absolute;
  width: fit-content;
  z-index: 10;
  border-radius: 100px;
  margin: 30px;
  padding: 4px 16px;
  color: #131415;
  background-color: #53def9;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}*/
.product-image-badge {
  position: absolute;
  width: fit-content;
  z-index: 10;
  border-radius: 10px;
  margin: 25px 0px 0px 20px;
  padding: 6px 16px;
  color: var(--colorBadge1Text);
  background: var(--colorBadge1Background);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.product-image-badge.second-badge { 
  margin-top: 65px;
  background: rgb(230 63 19 / 62%);
  color: var(--colorBadge2Text);
  /*background: rgb(230 63 19 / 62%);*/
}
/* Product collection badge */
/*.product-collection-image-badge {
  position: absolute;
  width: fit-content;
  z-index: 10;
  border-radius: 100px;
  margin: 15px;
  padding: 4px 16px;
  color: #131415;
  background-color: #53def9;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}*/
.product-collection-image-badge {
  position: absolute;
  width: fit-content;
  z-index: 10;
  border-radius: 10px;
  margin: 25px 0px 0px 20px;
  padding: 6px 16px;
  color: var(--colorBadge1Text);
  background: var(--colorBadge1Background);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .product-collection-image-badge {
    font-size: 12px;
  }
}
/* Hide in Cart the FREE Priority Processing product*/
.cart__item[data-key^="45696822804721"],
.cart__item[data-key^="47084351521009"] {
  display: none !important;
}
/* Stamped questions invisible fix FTW-709 */
/*.stamped-questions {
  display: flex !important;
}*/
.center-page-title {
  text-align: center;
}