/** Shopify CDN: Minification failed

Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 14:66 Expected identifier but found "%"
Line 322:13 Expected identifier but found whitespace
Line 322:15 Unexpected "{"
Line 322:25 Expected ":"
Line 323:15 Expected identifier but found whitespace
Line 323:17 Unexpected "{"
Line 323:27 Expected ":"

**/
{% comment %} Product Section ---------------------------------- {% endcomment %}



.pdp-section .section.is-width-standard {
  max-width: 1200px;
}



@media only screen and (min-width: 768px) {
  .shopify-section--product-template {
    margin-top: 30px;
  }
}


@media only screen and (min-width: 1700px) {

  .section.section-product-v2 {
    max-width: 1200px;
  }
  
}


.promo-banner #countdown ul li {
  padding: 3px 5px;
}

.global-button, product-cta, .custom-html-container button, .shopify-payment-button__button.shopify-payment-button__button--unbranded, .sidebar .faceted-active-filters__clear, .sidebar .faceted-active-filters__remove-filter {
  border-radius: 3px;
}

.product-block--form div.purchase-details {
  padding-bottom: 0px;
}

.product-block--form div.purchase-details__buttons .shopify-payment-button {
  margin-bottom: 8px;
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
}

.product-block--form div.purchase-details__buttons {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-block--form div.purchase-details__buttons .add_to_cart {
  font-size: clamp(18px, 2vw, 20px);
  padding: 9px 20px;
  margin-bottom: 0px;
}

.shopify-payment-button__more-options {
  display: none !important;
}




.section-product-v2 .product__images {
  padding-right: 1.5%;
}

@media only screen and (max-width: 798px) {

  .flickity-slider .gallery-cell.multi-image {
    width: 75%;
  }

  .section.section-product-v2 {
    width: 100%;
  }

  .section-product-v2 .product_section {
    justify-content: center;
  }

  .section-product-v2 .product__details {
    padding-top: 0px;
  }

  .section-product-v2 .product__images {
    padding-right: 0;
  }
  
}





div.product__images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div.product_gallery {
  margin-bottom: 10px;
}





div.image__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;
}

div.image__container img {
  width: 100%;
}

.shopify-section--product-template .product__images.columns {
  margin: 0px;
  width: 100%;
}

.product_gallery_nav {
  display: none;
}

button.flickity-prev-next-button {
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity:1 !important;
  background-color: transparent !important;
  padding: 0px 20px;
}

button.flickity-prev-next-button {
  position: absolute;
  transition: opacity .3s linear;
  top: 0;
  bottom: 0;
  border: none;
  cursor: pointer;
  max-width: 100px;
  transform: none;
}

button.flickity-prev-next-button:active {
  box-shadow: none;
}


.flickity-prev-next-button.previous {
  left: -2px;
  background-image: url('/cdn/shop/files/left-arrow.png?v=1759326451');
}

.flickity-prev-next-button.next {
  right: -2px;
  background-image: url('/cdn/shop/files/right-arrow.png?v=1759326452');
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

div.product_gallery_nav .gallery-cell {
  width: auto;
}

.product_gallery_nav .image-element__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content !important;
  margin: 0px;
}

.product_gallery_nav .image-element__wrap img {
  width: auto;
  height: 80px;
  max-width: none;
  margin: 0px;
} 



@media only screen and (min-width: 798px) {

  .shopify-section--product-template .product__images.columns {
    width: calc(56.25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    position: sticky;
    top: 0;
  }

  

  .product_gallery_nav {
    display: block;
  }
  
  .gallery-thumbnails--left .product_gallery_nav {
    max-height: 520px;
    overflow-y: scroll;
    padding-right: 3px;
  }

 
  button.flickity-prev-next-button {
    display: none !important;
  }

 

  .gallery-thumbnails--left .product_gallery_nav::-webkit-scrollbar {
    width: 0.3em;
  }
   
  .gallery-thumbnails--left .product_gallery_nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #444;
  }
   
  .gallery-thumbnails--left .product_gallery_nav::-webkit-scrollbar-thumb {
    background-color: #888;
  }
 
}






.product-block--title h1 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 36px); 
  line-height: 1.3em;
}



.product-block--price {
  margin-top: clamp(0px, 1vw, 10px);
}

.product-block--price .price-ui {
  display: flex;
  align-items: center;
}

.product-block--price .price-ui .price {
  order: 2;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
}

.product-block--price .price-ui .compare-at-price {
  order: 1;
  font-size: clamp(20px, 3vw, 24px);
  color: #C4C4C4;
  margin:0px 7px 0px 0px;
}

.product-block--price .price-ui .unit-pricing {
  display: none;
}

.product-block--price .price-ui span.savings {
  display: inline-block;
  width: auto;
  padding: 2px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  background: #1c1c1c;
  margin-left: 5px;
}



.product-block--description {
  font-size: clamp(14px, 3vw, 16px);
  border-top: 1px solid #ededed;
  line-height: 1.7em;
  color: #292929;
  padding-top: 15px;
}

.product-block--description ul {
  padding-left: 20px;
}


.product-block--form {
  margin-top: 20px;
}

.product-block--form div.purchase-details__buttons .add-to-cart {
  background: {{ settings.btn_color }};
  border-color: {{ settings.btn_color }};
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 700;
}



.swatch_options .swatch label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
}

.swatch_options .swatch .swatch-option input {
  display: block;
}

.swatch_options .swatch .swatch-option__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swatch_options .swatch .swatch-option__left .swatch-option__left-name {
  font-size: clamp(12px, 3vw, 16px);
  text-transform: initial;
}

.swatch-option__left-name p {
  margin-bottom: 0px;
}

.swatch-option__left-name-wrap { 
  display: flex; 
  flex-direction: column; 
  align-items: flex-start;
  justify-content: center;
  margin-left: 8px;
}

.swatch-option__extra_left-name {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 400;
  line-height: 1.3em;
}

.swatch_options .swatch .swatch-option__left-image {
  margin: 0px 0px 0px 15px;
  height: 55px;
  width: 55px;
  border-radius: 4px;
  background-color: #1c1c1c;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
}

.swatch_options .swatch .swatch-option__left-image img {
  width: 100%;
}

.swatch_options .swatch .swatch-element.active .swatch-option__left-image {
  background: #fff;
}

.swatch_options .swatch .swatch-option__center {
  background-color: transparent !important;
  border-radius: 20px;
  padding: 2px 15px;
  font-size: clamp(10px, 3vw, 15px);
  margin: 0px 0px 0px 20px;
}

.swatch_options .swatch .swatch-option__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  
}

.swatch_options .swatch .swatch-option__right span {
  font-size: clamp(14px, 2vw, 16px);
}

.swatch_options .swatch .swatch-option__right-price {
  line-height: normal;
}

.swatch_options .swatch .swatch-option__right-price .money {
  
  color: #fff;
  font-weight: 700;
}

.swatch_options .swatch .swatch-option__right-compare-price .money {
  color: #fff;
  font-weight: 400;
  text-decoration: line-through;
}

.swatch-option__center-name-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:5px;
}

.swatch-option__center-name-wrap > div {
  line-height: 1.3em;
}

.swatch-option__center-name-wrap p, .swatch-option__center-name-wrap span {
  font-weight: 400;
  color: #fff;
}

.swatch-option__center-name-wrap .percent-off-wrap .percent-off {
  font-size: clamp(10px, 2vw, 12px);
  padding:2px 7px;
  border: 1px solid #fff;
}

.swatch-option__center-name-wrap .swatch-option__extra_right-name span {
  font-size: clamp(9px, 2vw, 12px);
  white-space:nowrap;
}

.swatch_options .swatch .swatch-options__savings span {
  font-weight: 400;
  color: #C4C4C4;
  font-size: clamp(11px, 3vw, 16px);
}

.swatch .swatch-element {
  margin-right: 0px;
  border-radius: 5px;
  border: 1px solid #585858;
}

.swatch .swatch-element.active {
  background: #585858;
  border: 1px solid #fff;
}



@media only screen and (max-width:768px) {

  .swatch_options .swatch label {
    padding: 5px 10px;
  }
  
  .swatch_options .swatch .swatch-option__left-image {
    margin: 0px 0px 0px 10px;
    padding: 3px;
    border-radius: 5px;
    height: 45px;
    width: 45px;
  }

  .swatch_options .swatch .swatch-option__center {
    padding: 0px 6px;
    margin: 0px 0px 0px 10px;
  }

  
}



.swatch_options .swatch .swatch-element.soldout .crossed-out {
  display: none;
}

.notify-form #notify_me {
  display: none;
}