/** Shopify CDN: Minification failed

Line 306:0 Unexpected "@keyframes"
Line 307:2 Unexpected "0%"
Line 308:2 Unexpected "50%"
Line 309:2 Unexpected "100%"
Line 309:20 Expected identifier but found "."

**/
.product {
    padding-top: 80px;
}  .template-product
h1.product-title.h3 {
    color: #111111;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
} 
.template-product
a#more-payment-options-link {
    display: none !important;
}  .template-product
.quantity-selector__button {
    background: #2b1811;
    color: #ffffff;
    border-radius: 1px;
}  .template-product
.text-on-sale {
    color: #1a0d07;
} 
 .template-product
compare-at-price.h5.text-subdued.line-through {
    color: #7d7d7d;
}  .template-product
.product-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}  .template-product

button.button.w-full {
    font-weight: 800;
    text-transform: uppercase;
    /* color: white; */
    border: 1px solid black;
    opacity: 1;
}  .template-product
.faq {
    justify-content: center;
    align-items: start;
    column-gap: 3.75rem;
    display: flex;
    width: 100%;
}  .template-product
.accordion__content.prose h5 {
    font-size: 11px;
    color: black !important;
    font-weight: 500;
}  .template-product
.section-stack {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}  .template-product
.prose .h6 ,.prose h2 {
    overflow-wrap: anywhere;
    text-align: center;
}  .template-product
.buy-btn-ne {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}  .template-product
product-form {
    width: 74%;
}  .template-product
.buy-btn-ne .v-stack.gap-1.justify-items-start {
    width: 35%;
}  .template-product 
.quantity-selector {
    border: 1px solid #1a0d07;
    padding:0;
    width: 100%;
    border-radius:1px;
}  .template-product
quantity-input.quantity-selector__input-wrapper {
    /* border: 1px solid #1a0d074d; */
    padding: 2.3px;
}  .template-product
.features--button-transition :is(.button,.shopify-challenge__button,.shopify-payment-button__button--unbranded):not([disabled]):hover {
    color: rgb(140 88 67);
    background-position: var(--hover-background-position);
    border-color: rgb(140 88 67);
    background-size: 0 101%,101% 101%;
    font-weight: 800;
    text-transform: uppercase;
}  .template-product
.product-info__block-list button.button.w-full {
    font-weight: 800;
    text-transform: uppercase;
    border:1px solid #00000014;
}
.product-info__block-list button.w-full:hover{
 border:1px solid black !important;
} 
 .template-product

.product-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
}  .template-product
.feature-icons{
    display:grid;
    grid-template-columns:repeat(5,1fr);
}  .template-product

.feature-card{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border: 2px dotted #8c5843;
}  .template-product

.feature-card img {
    height: 50px;
    display: block;
    object-fit: contain;
    width: 50px;
}  .template-product
.feature-card h4 {
    letter-spacing: 1.5px;
}  .template-product
.feature-card h4{
    margin:0 0 8px;
    font-weight:600;
    line-height:1.3;
}  .template-product

.feature-card p{
    margin:0;
    line-height:1.5;
}  

@media(max-width:990px){
   .template-product .feature-icons{
        grid-template-columns:repeat(3,1fr);
    }  
} 

@media(max-width:749px){
    .template-product .feature-icons{
        grid-template-columns:repeat(2,1fr);
    }  
} 

 .template-product
.product-video-gallery {
  margin-top: 20px;
}  .template-product
.video-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}  .template-product
.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  height: 220px;
  background: #000;
}  .template-product
.video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: all 0.3s ease;
}  .template-product
.video-thumb:hover video {
  transform: scale(1.08);
  opacity: 1;
}  .template-product
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}  .template-product
.video-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}  .template-product
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}  .template-product
.popup-content {
  position: relative;
  width: 85%;
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  z-index: 2;
  box-shadow: 0 10px 40px #0000004d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}  .template-product
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #000;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
}  .template-product
.popup-slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  border-radius: 10px;
}  .template-product
.popup-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}  .template-product

.popup-slide video {
  width: 100%;
  max-height: 70vh;
  border-radius: 10px;
}  


@media (max-width: 990px) {
  .template-product  .video-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }  .template-product

  .template-product .popup-content {
    width: 95%;
  } 
}  

@media (max-width: 600px) {
  .template-product .video-thumb {
    height: 200px;
  }  
}  .template-product
.low-stock-wrapper{
  margin: 15px 0;
}  .template-product
.low-stock-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1a0d07;
}   .template-product
.low-stock-text .dot{
  width: 10px;
  height: 10px;
  background: #1a0d07;
  border-radius: 50%;
  animation: blink 1s infinite;
}  .template-product
.product-info__block-item .prose .p {
    font-size: 14px;
    font-weight: 400;
}  .template-product
@keyframes blink{
  0%{opacity:1;}  .template-product
  50%{opacity:0.3;}  .template-product
  100%{opacity:1;}  .template-product
}  .template-product
.stock-bar {
    width: 100%;
    height: 6px;
    background: #c8c8c8;
    border-radius: 50px;
    margin-top: 8px;
    overflow: hidden;
}  .template-product
.stock-fill{
  height: 100%;
  background: #000;
  border-radius: 50px;
  transition: width 0.5s ease;
}  .template-product
.addon-products{
  margin: 25px 0;
}  .template-product
.addon-header{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}  .template-product
.addon-slider{
  display: flex;
  align-items: center;
  position: relative;
}  .template-product
.addon-track{
  display: flex;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
  gap: 12px;
}  .template-product
.addon-card{
  min-width: 160px;
    padding: 10px;
    background: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 9px;
}  .template-product
.addon-card img{
  width: 100%;
  height: 120px;
  object-fit: cover;
}  .template-product

.addon-info h4{
  font-size: 13px;
  margin: 5px 0;
      line-height: 1.3;
}  .template-product
.addon-info p{
  font-size: 13px;
  color: #000;
}  .template-product
.addon-prev,
.addon-next{
    background: #000;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
        display: flex;
    justify-content: center;
    align-items: center;
}  .template-product
.addon-dots{
  text-align: center;
  margin-top: 10px;
}  .template-product x-header.header.color-scheme.color-scheme--scheme-1 {
    background: #2b1811 !important;
}

.template-product .accordion__disclosure .group .h6, :where(.prose h6) {
    color: #000;
}
.template-product .footer__block.footer__block--links .h6, :where(.prose h6) {
    color: #fff;
}.template-product 
.section-header.justify-self-left.text-left p.h6 {
    color: black;
}.template-product 
span.accordion__toggle.h6 span {
    color: black;
}
.template-product
.h6, :where(.prose h6) {
    color: #1a0d07;
}
.template-product summary.h6 {
    color: white !important;
}
@media screen and (max-width: 749px) {
  .template-product h1.product-title.h3 {
    font-size: 20px;
    text-align: left;
  }
  .template-product
.addon-card img {
  
    height: 170px;
    object-fit: contain;
}
}
sale-price.h4.text-subdued {
    width: 100%;
    text-align: left;
}
.template-product ul.header-sidebar__linklist.unstyled-list .h6, :where(.prose h6) {
    color: #fff;
}