/** Shopify CDN: Minification failed

Line 158:0 Unexpected "<"
Line 165:2 Unexpected "{"
Line 165:3 Expected identifier but found "%"
Line 179:2 Unexpected "{"
Line 179:3 Expected identifier but found "%"
Line 180:0 Unexpected "<"
Line 450:1 Expected "}" to go with "{"

**/
/* 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;
   border-radius: 12px; 
  display: block;
  overflow: hidden; 
}

spf-product-card__image-wrapper hover-effect {
  border : none !important;
  padding:  none !important;
}


@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:12px 26px 12px;
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;
      }
    }
      @media (max-width: 992px) {
      #NovBreadcrumbs .container {
        padding: 0 20px;
    }
  }
  {% 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;
}

@media only screen and (min-width: 500px) {
.div.product-single__tab div.container{
padding-left: 30px !important;
}
}

@media only screen and (min-width: 500px) and (max-width: 1540px) {
.div.product-single__tab div.container{
padding-left: 50px;
}
}

.tcustomizer-field__heading{
  font-size: 18px !important;
}

.smartsize-button-text {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #494949;
  letter-spacing: none !important;
  text-decoration: none !important;
}

.tcustomizer-field,
.tcustomizer-field__heading,
.tcustomizer-field__input,
.tcustomizer-product-form {
  margin-bottom: 5px !important;
}

.tcustomizer-field__heading {
  line-height: 1.2 !important;
}

.btn-request-price {
  background: #000000;
  color: #ffffff;
  padding: 14px 26px 12px;
  border-radius: var(--button-corner);
  font-weight: 400;
  letter-spacing: 0.2;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: block;
  text-align: center !important;
  border: none;
}

.btn-request-price:hover {
  background: #f1f1f1;
  color: #000000;
}

.collection-request-price {
  margin: 20px 0;
}

.collection-request-price .btn-request-price {
  display: inline-block;
  padding: 12px 28px;
  background-color: #000000;
  color: #ffffff;
  text-transform: Capitalize;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}

.collection-request-price .btn-request-price:hover {
  background-color: #f1f1f1;
  color: #000000;
}

.gt_selected, .gt_selected a{
  background: none !important;
  border: none !important;
  font-size:14px !important;
  font-family: 'poppins';
  color: #000000 !important;
}

.gt_option a{
  font-size:14px !important;
  font-family: 'poppins';
}

.contact-us-link {
 margin-right: 20px;
 font-size: 14px;
}

@media (min-width: 1280px) {
  .contact-us-link {
    display: inline-block; /* or block depending on layout */
  }
}

#header-sticky .site-nav__item {
  margin: 0 15px;
}

#header-sticky .site-nav__link {
  font-size: 14px; /* match your main menu */
}

.mobile_email p, .mobile_contact p{
  color:#000000 !important;
  font-weight: 500 !important;
}

.badge.badge-sale1
{
  color:#BD9873;
  background:transparent;
  text-transform: capitalize;
}
 .site-header__cart-count .CartCount{
 color: #ffffff;
   background: #1c1c1c;
   border: none;
}
.site-header__cart-count .CartCount {
   position: absolute;
   top: -6px;
   right: -8px;
}
.site-header__cart-count .CartCount {
   min-width: 16px;
   height: 16px;
   font-size: 10px;
   font-weight: 500;
   color: var(--color-button-text);
   background-color: var(--color-button);
   border: 1px solid var(--color-button-border);
   border-radius: 100%;
   z-index: 9;
   display: flex;
   align-items: center;
   justify-content: center;
}

@media (max-width: 575px) {
  .cart-section .cart .cart__layout_left .button_cart{
    display: block !important;
  }
  .cart-section .cart .cart__layout_left .button_cart .btn{
    margin-top: 20px !important;
  }
  }

  .hallmark-text{
color: #282828;
margin-bottom: 15px;
font-size: 18px;
font-weight: 400;
line-height: 27px;
font-family: 'Poppins', sans-serif;
  }

.tcustomizer-btn.tcustomizer-btn--radio.tcustomizer-radio-button__label.tcustomizer-btn--active {
  background-color: #000000 !important;
  color: #ffffff !important; /* Optional: Makes the text white so it's readable against the black background */
}

.blogtags__sidebar li a {
  text-align: left !important;
}

.blog-view-leftsidebar {
  margin-top: 40px;
}

  /* --- REMOVE BORDER FROM PRODUCT BOXES --- */
  .item-product.h_bd {
    border: none !important;
    box-shadow: none !important;
  }

  /* Some themes apply the border to a child container inside the item */
  .item-product.h_bd .inner-top,
  .item-product.h_bd .product__info {
    border: none !important;
  }
  
  /* ... (your other previously added styles) ... */


/* Desktop only */
@media (min-width: 768px) {
 .search-icon-input {
    width: 40px !important;
    height: 40px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent;
    caret-color: transparent;
    overflow: hidden;
}

}

/* Mobile: keep theme default */
@media (max-width: 767px) {
  .search-icon-input {
  position: absolute !important;
  opacity: 0 !important;
  width: 40px !important;
  height: 40px !important;
  top: 0;
  left: 0;
  cursor: pointer;
}