/** Shopify CDN: Minification failed

Line 151:0 Unexpected "<"
Line 158:2 Unexpected "{"
Line 158:3 Expected identifier but found "%"
Line 167:2 Unexpected "{"
Line 167:3 Expected identifier but found "%"
Line 168:0 Unexpected "<"

**/
/* discount percentage in the product cards */
.discount-percentage{
  color: #BD9873;
  font-weight:400;
  margin-left:6px;
}

/* border in the product cards */
/* Adds the border to the image wrapper */
.item-product .product-top {
  border: 2px solid #d1d1d1;
  border-radius: 4px; /* Optional: adds a slight curve to the corners */
  overflow: hidden;   /* Ensures the image doesn't spill over the border corners */
  box-sizing: border-box;
}

.spf-product-card__image-wrapper {
  border: 2px solid #d1d1d1 !important;
  box-sizing: border-box !important;
   border-radius: 12px; /* Optional: adds a slight curve to the corners */
  display: block;
  overflow: hidden; /* Keeps images from overlapping the border corners */
}

@media only screen and (min-width: 1024px) {
.spf-product__form-btn-addtocart {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
}
@media only screen and (max-width: 1024px) {
  .spf-product__form-btn-addtocart {
    margin-top: 10px !important;
    border-radius: 12px !important;
  }
}

span.spf-product__label {
  top: 0px !important;
  left: 0px !important;
  border-radius: 8px 2px 14px !important;
}


/* hero section video contents */
.hero-video-content{
position:absolute;
bottom:100px;
left:50%;
transform:translateX(-50%);
text-align:center;
color:#fff;
z-index:2;
width:100%;
}

.hero-video-text{
margin-bottom:15px;
font-weight:600;
font-size:50px; /* Heading size */
}

.hero-video-btn{
display:inline-block;
padding:10px 26px;
background:#fff;
color:#000;
text-decoration:none;
font-size:18px; /* Button text size */
}

@media only screen and (max-width: 500px) {
  .hero-video-content {
    bottom: 20px;
  }
  
  .hero-video-text {
    font-weight: 500;
    font-size: 30px; /* Optimized for mobile readability */
    line-height: 1.4;
  }
  .hero-video-btn{
display:inline-block;
padding:10px 15px;
font-size:16px; /* Button text size */
}

/* Container sizing */
.slide-video {
  width: 100%;
  overflow: hidden;
  height: 80vh; /* Set to 90px if you truly want a thin strip */
}

/* Force the video to fill the height and crop the sides */
.slide-video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
}

/* Mobile adjustments */
@media only screen and (max-width: 749px) {
  .slide-video {
    height: 55vh; /* 75% of the viewport height */
  }
}

/* Ensure the overlay content stays centered/bottom as per your previous code */
.hero-video-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 40px; /* Adjust based on your preference */
}


/* Make the builder feel more spacious */
.nivoda-ring-builder-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Style the 'Step' indicators to match your Serif font style */
.nivoda-step-label {
    font-family: serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Force the buttons to match your brand's primary brown/silver tone */
.nivoda-button-primary {
    background-color: #714932 !important; 
    border-radius: 0px !important; /* Sharp edges for luxury look */
    font-weight: 500;
}

<style>
  #NovBreadcrumbs {
    background-image: url('/cdn/shop/files/Collections_Banner.jpg');
    background-size: cover;
    background-position: center;
  }

  {% if viewtype == 'full_width' %}
    #NovBreadcrumbs .container {
      max-width: 100%;
    }
    @media (min-width: 992px) {
      #NovBreadcrumbs .container {
        padding: 0 30px;
      }
    }
  {% endif %}
</style>

/* Hides common decimal and cent containers */
.price__decimal, 
.price-item .cents, 
.spf-product__price .decimals {
    display: none !important;
}

/* 1. CSS: Hides decimal containers if the theme uses them */
  .product-price__price .decimal, 
  .product-price__price .cents, 
  .spf-product__price .decimals,
  .price__decimal {
    display: none !important;
  }


 /* Hide default cart buttons only on add-diamond-product template */

body.template-product-add-diamond-product #AddToCart,
body.template-product-add-diamond-product .product-form__cart-submit,
body.template-product-add-diamond-product .shopify-payment-button,
body.template-product-add-diamond-product .product_option_sub {
  display: none !important;
}

#add-diamond-link{
display:block;
width:100% !important;
background:#ededed;
color:#222222;
text-align:center;
padding:14px 20px;
text-decoration:none;
}

#add-diamond-link:hover{
background:#df9a7c;
color:#ffffff;
}

.product-single__info,
.product-info,
.product-single__right{
position:relative !important;
top:auto !important;
}

.product-single__sticky{
position:relative !important;
top:auto !important;
}

.item-product .thumbnail-container{
  border-radius: 12px !important;
}

 div.product-single__tab div.container{
  padding-left: 0 !important;
}

