/** Shopify CDN: Minification failed

Line 61:46 Unexpected "{"

**/
.custom_border{
    border: 0.5px solid #D4AF37;
    padding: 5px;
    height: unset !important;
    
    border-radius: 15px;
}
.offer-note{
  background: #fff3cd;          /* light yellow offer background */
  border: 2px dashed #ff9800;   /* orange dashed border */
  color: #7a4a00;               /* dark readable text */
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  margin: 12px 0;
  line-height: 1.5;
}

.card-information{
  min-height: 51px;
}
.product__title h1, .size_guide, .product__title .h1{
      color: #FFD773;
}
.size_guide{
  font-size: 13px;
}
.price .price-item, .size_guide span{
  color: #E6B325;
}

.custom_coll_Title{
    position: relative;
}
.heading_IMG{
   
    width: 240px;
  
}
.cust_img_heading{
    display: flex;
    flex-direction: column;
    align-items: center;
        width: fit-content;
}
.custom-heading{
margin-bottom: 0px !important;
}
.card .card__inner .card__media{
    border-radius: 15px !important;
}
.card .cust_Inner{
    border-radius: 18px !important;
}
.custom_card_Content .quick-add .button:after,{
  background: linear-gradient(180deg, #FFD773 0%, #FFA733 60%, #CC7A00 100%);
border: 1px solid #FFD263;
box-shadow: 0px 4px 12px rgba(255, 174, 0, 0.6);
border-radius: 40px;

}
.cust_badge_pdp{
   background: linear-gradient(180deg, #FFD773 0%, #FFA733 60%, #CC7A00 100%);
   color: black;
   border: 0px;
   border-radius: 40px;
   font-size: 8px ;

}
.cust_choose:after{
  content: unset;
}
.cust_choose:before{
  content: unset;
}
.cust_choose, .cust_add_to_cart, .sr-headless-checkout{
  background: linear-gradient(180deg, #FFD773 0%, #FFA733 60%, #CC7A00 100%);
border: 1px solid #FFD263;
box-shadow: 0px 4px 12px rgba(255, 174, 0, 0.6);
border-radius: 40px;
color: black;
font-weight: 600;
}
.sr-headless-checkout{
  font-size: 15px !important;
  font-weight: 700 !important;
}
.jdgm-write-rev-link{
  background: linear-gradient(180deg, #FFD773 0%, #FFA733 60%, #CC7A00 100%) !important;
border: 1px solid #FFD263 !important;
box-shadow: 0px 4px 12px rgba(255, 174, 0, 0.6) !important;
border-radius: 40px !important;
color: black !important;
font-weight: 600 !important;
}
.heading_IMG_second {
    position: absolute;
    width: 240px;
        top: 4%;
    left: 3%;
}
/* .cust_add_to_cart{
    border: 1px solid #D4AF37;
    border-radius: 15px;
} */
.cust_add_to_cart:after{
    --border-opacity: none;
    box-shadow: unset;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded{
    background: #121212;
    color: white;
    border: 1px solid #D4AF37;
    border-radius: 15px;

}
.shopify-payment-button__button.shopify-payment-button__button--unbranded::after{
    box-shadow:unset;
}
.cust_product_img img{
    border: 1px solid #D4AF37;
    padding: 10px;
    border-radius: 15px;
}
.cust_thumbnail{
    border: 1px solid #D4AF37 !important;
    padding: 8px !important;
    border-radius: 15px;
    box-shadow: unset !important;
}
.sticky-add-cart{
    display: flex;
    justify-content: space-around;
}
.cust_quantity-add{
    display: flex;
    gap: 10px;
}
.cust-quantity:after{
    box-shadow: unset;
     border: 1px solid #D4AF37;
     border-radius: 15px;
}

.size-guide-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.7);

  align-items: center;
  justify-content: center;
}

/* when modal opens */
.size-guide-modal.active {
  display: flex;
}

/* image wrapper */
.size-guide-wrapper {
  position: relative;
  max-width: 90%;
  max-height: 80vh;
}

/* image */
.size-guide-image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 10px;
}

/* ❌ CLOSE BUTTON ON IMAGE */
.close-size-guide {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.cust_img_text{
    border: 1px solid  #D4AF37;
    padding: 15px;
    border-radius: 15px;
}
.cust_heading_view{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cust_view_all .collection__view-all{
  border: 1px solid #D4AF37;
  padding: 6px;
  border-radius: 15px;
}
.cust_view_all a{
  color: white;
}
.title-mobile {
  display: none;
}

.pdp-accordion {
  border-radius: 8px;
}

/* Header */
.pdp-acc-header {
  width: 100%;
  background: #121212;
  color : #FFD773;
  padding: 12px 15px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Chevron Icon */
.pdp-acc-header .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #D4AF37;
  border-bottom: 2px solid #D4AF37;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.pdp-acc-header.active .arrow {
  transform: rotate(-135deg);
}
.pdp-acc-item{
  border-bottom: 1px solid #D4AF37;
}
/* Content */
.pdp-acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #121212;
  color: white;
  padding: 0 15px;
}

.pdp-acc-content.open {
  padding: 12px 15px;
}

.cust-pdp-title h1 {
 font-size: 32px;
    letter-spacing: normal;
}

.product__info-wrapper .cust-pdp-price{
  font-size: 22px;
}
.winter-badge{
   background: linear-gradient(180deg,#FFD773 0%, #E6B325 60%, #CC7A00 100%);
  color: #000;
  padding:2px 2px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 40px;
  border: 1px solid #FFD263;
  /* box-shadow: 0 4px 12px rgba(255, 174, 0, 0.6); */
}
 .jdgm-rev-widg__summary-average, .jdgm-rev-widg__summary-text, .jdgm-rev__body, .jdgm-rev__timestamp, .jdgm-rev__author, .jdgm-sort-dropdown {
  color: white !important;
}
.jdgm-rev-widg__title{
  color: #FFD773 !important;
}
#shopify-section-template--26328958894378__176538509351457658{
  background: black;
}
.cust-wraaa{
  border-radius: 50%;
    background-color: #d4af37;
    color: black;
}
.cust_text_link{
  color: #FFD773 !important;
}
.menu-drawer__navigation{
  background: #121212;
}
.cust_mob_heade{
  color: #FFD773;
}
@media(max-width: 768px){
  .cust_width.page-width{
    padding: 5px !important;
  }
  .winter-badge {
        font-size: 9px;
        font-weight: 100;
        padding: 1px 1px;
        border-radius: 6px;
    }
  .cust-pdp-title h1{
    font-size: 22px;
  }
.heading_IMG {
    width: 185px;
    bottom: -68%;
}
.title-desktop {
    display: none;
  }
  .title-mobile {
    display: inline;
  }
.heading_IMG_second {
    width: 185px;
    left: 2%;
    top: 4%;
}
.cust_product_img img{
    border: none;
    padding: 0px;
    border-radius: 15px;
}
.cust_model_opner{
    border: 1px solid #D4AF37;
    padding: 5px;
    border-radius: 15px;
    margin-right: 5px;
}
.product__media-list{
    gap: 15px;
}
.cust_choose{
  min-height: 35px !important;
  font-size: 12px;
  width: auto;
}
}



.prepaid-text2{
    color: #ffbc4e;
    font-size: 12px;
        border: 1.5px dashed #ffc256;
    padding: 3px;
}

