/** Shopify CDN: Minification failed

Line 234:0 Expected "*/" to terminate multi-line comment

**/
.videosection{
  position: relative;       /* KEY: makes iframe position inside this box */
  width: 100%;
  padding-top: 55%;
  margin: 0;                /* remove vertical push inside carousel */
}

.videosection iframe{
  position: absolute;
  inset: 0;                 /* top/right/bottom/left = 0 */
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.videosection {
  width: 100%;
  padding-top: 55%;
  margin: 35px 0px;
}
.flickity-prev-next-button.previous, .flickity-prev-next-button.next{
  opacity:1;
  visibility:visible;
}
[data-section-id="quickview-api-quickview"] .devProdVideoSlider.devVideos {
	display: none;
}
.quantity-wrapper .popout button.quantity__btn {
    background-color: lightgray;
}
.quantity-wrapper .popout .quantity__btn--decrease {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.quantity-wrapper .popout .quantity__btn--increase {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



@media (min-width:480px){
  .template-product .quantity-wrapper .popout button.quantity__btn {
    width: 42px;
  }
  .template-product .quantity-wrapper {
      width: 35%;
  }
  .template-product .selector-wrapper {
      width: 65%;
  }
  .template-product .variants-wrapper.variants-wrapper--grid {
    display: flex;
  }
}

@media (min-width:1024px){
   .template-product .quantity-wrapper {
      width: 30%;
  }
  .template-product .selector-wrapper, .template-product .variant-wrapper {
      width: 70%;
  }
}

@media (max-width:1023px){
  .videosection {
    padding-top: 70%;
  }
}

@media (max-width:550px){
  .videosection {
    margin: 20px 0px;
  }
  }
  .product__tag.product__tag--rectangle {
  border-radius: 50% !important;
  width: 48px !important;      /* Adjust size if needed */
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fe4136 !important;  /* Optional: your theme's sale color */
  color: #fff !important;
  padding: 0 !important;
  box-shadow: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 11px !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

/* Center the text vertically and horizontally */
.product__tag.product__tag--rectangle span {
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  line-height: 48px !important; /* same as container height */
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: bold !important;
  color: #fff !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.product__tag.product__tag--rectangle {
  border-radius: 50% !important;
  width: 70px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fe4136 !important;
  color: #fff !important;
  position: absolute !important;
  top: 0 !important;
  left: 11px !important;
  text-align: center !important;
  overflow: hidden !important;
}

.product__tag.product__tag--rectangle span {
  width: 100% !important;
  max-width: 56px !important;      /* Forces line breaks */
  text-align: center !important;
  display: block !important;
  line-height: 1.13 !important;
  padding: 0 2px !important;
  color: #fff !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  font-size: 14px !important;      /* <<-- Increase this number for bigger text */
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  white-space: pre-line !important;
  overflow-wrap: break-word !important;
}
/* Always keep product badges visible and above both product images */
.product__tag,
.product_tag {
  z-index: 10 !important;
  position: absolute !important;
  pointer-events: none !important; /* Optional: allows mouse to interact with image under the badge */
}
.product_tag.product_tag--rectangle,
.product_tag--rectangle {
  border-radius: 50% !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  font-size: 6px !important;
  line-height: 6px !important;
  font-weight: 100 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  background: #FF4136 !important;
  color: #fff !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Arial, sans-serif !important;
  z-index: 10 !important;
}
.product_tag.product_tag--rectangle span {
  font-size: 8px !important;        /* Make the font smaller */
  font-weight: 400 !important;      /* Make the font normal (not bold) */
  line-height: 1.1 !important;      /* Adjust vertical spacing */
  letter-spacing: 0 !important;     /* Less spacing between letters */
  text-transform: uppercase !important;  /* Optional: keep all-caps, remove if not wanted */
  max-width: 32px !important;       /* Optionally, make the badge even narrower */
  display: block !important;        /* Ensure span acts as block for wrapping */
  text-align: center !important;
  white-space: pre-line !important; /* Allow "OUT OF\nSTOCK" to wrap nicely */
}

/* Hide the always-visible selected color label under the swatches */
/*label.variant-label.variant-label--color {
  display: none !important;
}*/

/* Add breathing room under color swatches */
/*.variant-wrapper--color {
  margin-bottom: 12px !important;
}

/* Make the swatch label a real, consistent circle */
/*.swatch__element .swatch__label{
  display: inline-block !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  position: relative !important;
  overflow: visible !important;
}

/* Thicker OUTER ring using a dedicated pseudo element */
/*.swatch__element .swatch__label::after{
  content: "" !important;
  position: absolute !important;
  inset: -4px !important;            /* controls ring distance from circle */
 /* border-radius: 999px !important;
  border: 3px solid #111 !important; /* ring thickness */
  /*opacity: 0 !important;
  pointer-events: none !important;
}

/* Only show ring on the selected swatch */
/*.swatch__element input:checked + .swatch__label::after{
  opacity: 1 !important;
}

