/** Shopify CDN: Minification failed

Line 404:0 Unexpected "{"
Line 404:1 Expected identifier but found "%"
Line 406:6 Unexpected "{"
Line 406:7 Expected identifier but found "%"
Line 415:6 Unexpected "{"
Line 415:7 Expected identifier but found "%"
Line 424:6 Unexpected "{"
Line 424:7 Expected identifier but found "%"
Line 432:6 Unexpected "{"
Line 432:7 Expected identifier but found "%"
... and 4 more hidden warnings

**/
@media only screen and (max-width: 768px) {
  .Slider-Thumbnails-wrap {
    display: none;
  }
}

.sc-thumbnail-slider {
  max-width: 450px;
  width: calc(100% - 100px);
  margin: 20px auto;
  display: block;
}
.sc-thumbnail-slider .thumbnail-list__item.slider__slide {
  width: calc(33.33% - 10px) !important;
  margin: 0 5px;
}
.sc-thumbnail-slider .global-media-settings {
  border: none;
  box-shadow: none;
}

@media only screen and (min-width: 769px) {
  .product .flickity-page-dots {
    display: none;
  }
}
.product .thumbnail-list .flickity-prev-next-button.next {
  right: -50px;
}
.product .thumbnail-list .flickity-prev-next-button.previous {
  left: -50px;
}
.product .rating-star::before {
  background: #EAD601;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  letter-spacing: 0;
}
.product .product__title {
  margin-top: 0;
}
.product__title .h1 {
  font-size: 3.2rem;
}
.product .pro-labs {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.product .pro-labs .lab {
  font-size: 12px;
  font-weight: 600;
  background-color: #EDEDED;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}
.product-form {
  margin: 10px 0px !important;
}
.product .product-form__input {
  display: block;
  align-items: center;  
}
.product-form__input--dropdown {
  margin-top: 10px;
}
.product .product-form__input label {
  /* min-width: calc(50% - 4px); */
  margin: 0px 10px 0px 0px !important;
}
.product .product-form__input .select {
  width: auto;
}
.product .product-form__input .select__select {
  height: 30px;
  font-size: 1.4rem;
}
.product .rating-click {
  margin: 0px;
  cursor: pointer;
}

#shopify-block-afterpay_on_site_messaging_payments_messaging_qk3FwY {
  margin: 0px;
}


.product .product__media-list .product-image .sc-image {
  overflow: hidden;
  position: relative;
}

.product .product__media-list .product-image .product-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  object-fit: cover;
}
.product .product__media-list .product-image .product-img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
} 


@media only screen and (max-width: 768px) {
  .product .slider-mobile-gutter {
    width: 100vw;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
    display: flex;
    padding-bottom: 20px;
  }
  .product .product__media-list {
    display: flex;
    white-space: nowrap;
    margin-right: 20px;
  }
  .product .product__media-list > li {
    white-space: nowrap;
    min-width: 100vw !important;
    display: block;
  }
  .product .product__media-list > li .grid__item {
    width: 80vw;
    white-space: normal;
  }
}

.pdp-gal {
  margin: 0 auto;
  max-width: 1430px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .pdp-gal {
    padding: 0 40px 40px;
  }
}


.ac-btn-wrap {
  display: flex;
  width: 100%;
  border: 1px solid black;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .ac-btn-wrap {
    max-width: inherit;
  }
}
.ac-btn-wrap button {
  font-size: 2rem;
  text-transform: uppercase;
  background-color: #40C6E6 !important;
  border: none;
  margin-bottom: 0;
}
.ac-btn-wrap button:after {
  box-shadow: none;
}
.ac-btn-wrap button.loading .loading-overlay__spinner {
  display: flex !important;
}
.ac-btn-wrap .product-form__input {
  flex: 0;
}
.ac-btn-wrap .product-form__buttons {
  max-width: inherit;
  flex: 1;
  text-transform: uppercase;
  border-left: 1px solid black;
  font-weight: 600;
}
.ac-btn-wrap .product-form__submit {
  height: 62px;
}
.ac-btn-wrap .product-form__quantity {
  max-width: 110px;
  min-width: inherit;
  margin-bottom: 0;
}
.ac-btn-wrap .product-form__quantity .quantity {
  width: auto;
  border: none;
  height: 100%;
}
.ac-btn-wrap .product-form__quantity .quantity:after {
  border: none;
  box-shadow: none;
}
.ac-btn-wrap .product-form__quantity .quantity__button {
  margin: 0;
  padding: 0;
  width: 35px;
}
.ac-btn-wrap .product-form__quantity .quantity__button svg {
  width: 1.5rem;
}
.ac-btn-wrap .product-form__quantity .quantity__input {
  width: 40px;
  font-size: 1.8rem;
}
.ac-btn-wrap .product-form__quantity .quantity__label {
  position: absolute;
  text-align: center;
  padding: 5px;
}
.ac-btn-wrap .product-form__quantity .quantity__label .quantity__rules-cart {
  text-align: center;
  width: 106px;
  display: block;
  font-size: 1rem;
}

.col-tab {
  border-top: 1px solid #EAEAEA;
  padding: 0px 0;
  margin: 0;
}
.col-tab img {
  width: 100%;
}
.col-tab .ac-title:after {
  width: 40px;
  height: 40px;
  background-size: 16px 16px;
  transform: rotate(90deg);
}
.col-tab .ac-title.active:after {
  transform: rotate(-90deg);
}
.col-tab .ac-title h2 {
  margin: 0;
  font-size: 1.8rem;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .col-tab .ac-title h2 {
    font-size: 1.6rem;
  }
}
.col-tab .ac-title svg {
  margin-right: 10px;
}
.col-tab .content {
  padding-bottom: 20px;
}
.col-tab .workwit {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .col-tab .workwit {
    justify-content: center;
  }
}
.col-tab .workwit .col-card {
  width: 80%;
  left: 10%;
}
.col-tab .workwit-imgs img {
  width: 100%;
}

.product__info-wrapper {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .product__info-wrapper {
    padding-top: 0px;
  }
}
.mobile-pdp-header {
  padding: 10px 15px;
}
.mobile-pdp-header .pro-labs {
  margin-top: 0;
}
.mobile-pdp-header .product__title {
  margin-bottom: 5px;
}
.mobile-pdp-header .product__title h1 {
  font-size: 2rem;
}
.mobile-pdp-header .rating-click {
  margin-bottom: 5px;
}

.quantity__rules-cart {
  display: none !important;
}

/** Metafields Rich Text CSS **/
.product__description .metafield-rich_text_field p {
  margin: 0px !important;
}

/** Metafields Anchor Link CSS **/
.anchor-link {
  font-size: 16px;
  font-weight: 600;
  margin: 0px !important;
}

.anchor-link a {
  font-size: 16px;
  font-weight: 600;
  margin: 0px !important;
}


/** Wishlist CSS **/
.wishlist-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wishlist_button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
}

.wishlist_button svg {
  border-radius: 50%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #000;
  padding: 5px;
}

.heart-filled path {
  fill: red;
}

.button-floating {
  position: fixed;
  transform: translateY(-50%);
  z-index: 1;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  background-color: #efefef;
  border-radius: 6px 0 0 6px;
  transition: all .5s ease;
}

.button-floating:hover {
  background-color: #000;
}

.button-floating:hover svg, .button-floating:hover .wishlist_text {
  fill: #fff;
  color: #fff;
}

.wishlist_text {
  margin: 0 10px !important;
  text-decoration: none;
  font-family: var(--font-body-family);
  font-size: 14px;
}

.wishlist_link {
  margin: 0 10px !important;
  text-decoration: underline;
  color: #000000;
  font-size: 14px;
}

{% assign button_position = settings.floating_button-position | default: "middle-right" %}

      {% if button_position == "middle-left" %}
       .button-floating{
         top: 50%;
         transform: translateY(-50%);
         left: 0px;
         width: fit-content;
         border-radius: 0 6px 6px 0;
         z-index: 11;
      }
      {% elsif button_position == "middle-right" %}
       .button-floating{
        top: 50%;
         transform: translateY(-50%);
         right: 0px;
         width: fit-content;
         border-radius: 6px 0 0 6px;
        z-index: 11;
      }
      {% elsif button_position == "bottom-left" %}
        .button-floating{
          bottom: 30px;
         left: 0px;
         width: fit-content;
         border-radius: 0 6px 6px 0;
          z-index: 11;
      }
      {% elsif button_position == "bottom-center" %}
        .button-floating{
          bottom: 30px;
         left: 50%;
          transform: translateX(-50%);
         width: fit-content;
         border-radius: 6px 6px 6px 6px;
        z-index: 11;
      }
      {% elsif button_position == "bottom-right" %}
        .button-floating{
          bottom: 30px;
         right: 0px;
         width: fit-content;
         border-radius: 6px 0 0 6px;
          z-index: 11;
      }
      {% endif %}
