/** Shopify CDN: Minification failed

Line 775:1 Expected "}" to go with "{"

**/

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


P,span,a{
    font-family: "Work Sans", sans-serif !important;
    letter-spacing: 0px !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Playfair", serif !important;
    letter-spacing: 0px !important;
}

.img-with-text-ctm .page-width {
    padding: 0px;
}

.img-with-text-ctm div#ImageWithText--template--24189530013943__image_with_text_ywN4Y4 {
    padding: 60px;
}

.image-with-text__text.rte.body p {
    font-size: 14px;
}

h2.image-with-text__heading.inline-richtext.h1 {
    max-width: 500px;
}

.image-with-text__text-item.grid__item {
    background: radial-gradient(50.8% 91.44% at 0% 100%, #0E241C 0%, #081410 100%);
}

footer.footer.color-scheme-3.gradient.section-sections--24189531128055__footer-padding {
    background: rgba(12, 31, 24, 1);
}
.stock-status {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.in-stock {
  color: green;
}
.custom-made {
  color: orange;
}
.product-label {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 5px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-label:contains("Custom Made") {
  background-color: #f9dcdc;
  color: #a94442;
}

.product-label:contains("Ready to Ship") {
  background-color: #d4edda;
  color: #155724;
}

/* Delivery Option Box */
.delivery-option-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0;
}

/* Label */
.delivery-option-box .delivery-label {
  font-weight: 600;
  color: #333;
}

.love-button {
    background: transparent !important;
}

/* Value */
.delivery-option-box .delivery-value {
  font-weight: 500;
  color: #00704a; 
  background: #e8f5e9;
  padding: 4px 10px;
  border-radius: 6px;
}

.card__information {
  min-width: 0;
}

.card__heading {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.card__heading a {
  display: block;           
  max-width: 100%;         
  white-space: nowrap;     
  overflow: hidden;         
  text-overflow: ellipsis; 
  font-size: 16px;
    font-weight: 600;
    color: #0C1F18;
}
.price__container .price__sale span{
  font-size: 18px !important;
}

.card__badge .badge {
    background-color: #C3D9D1;
    color: #133C2D;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0C1F18;
    line-height: 48px;
}
.caption-with-letter-spacing light{
    font-size: 12px;
    font-weight: 600;
    color: #0C1F1866; 
}
.img-with-text-ctm .page-width{
max-width:100%;
}
a.call-new {
  color: #fff;
  font-family: Work Sans,sans-serif;
  text-decoration: auto;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: flex;
  line-height: 1;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
  display: none;
}
.section-template--24189530308855__main-padding {
  padding-top: 36px;
  padding-bottom: 80px !important;
}
h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
  text-align: center;
}
.header__icons .header__icon--cart{
  margin: 0 !important;
}

/* Style the select field */
#ContactForm-jewellery {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding-top: 16px;
    padding-left: 18px;
}

/* Placeholder (first option) */
#ContactForm-jewellery option[disabled] {
  color: #999; /* Gray text */
}

/* On focus */
#ContactForm-jewellery:focus {
  border-color: #000; /* Highlight border when focused */
  outline: none;
}
span.show_collection {
    font-size: 12px;
    font-weight: 600;
    color: #0C1F1866;
    text-transform: uppercase;
}



/* Responsive */
@media (max-width: 768px) {
  .delivery-option-box {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    padding: 8px 12px;
  }

  .delivery-option-box .delivery-value {
    margin-top: 5px;
  }
}



/* === About Block Styling === */
.footer-block__about {
    padding: 80px 20px;
    border-left: 2px solid rgba(255,255,255,.1);
    border-radius: 4px;
}

.footer-block__about .footer-block__heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.footer-block__about .footer-block__subtext {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 17px;
    line-height: 1.6;
}

.footer-block__about .footer__btn {
    display: inline-block;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    margin-bottom: 24px;
}

.footer-block__about .footer__btn:hover {
  background: #5c735d;
}

.footer-block__about .footer__icons {
  margin-top: 10px;
}

.footer-block__about .footer__icons p {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 8px 0;
}

.footer-block__about .footer__icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}


span.footer__icon svg {
    height: 24px;
    width: 24px;
}

.footer__content-top.page-width {
    display: flex;
}

.right-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-block__heading {
    margin-bottom: 17px !important;
}

.list-menu__item--link {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.footer__content-top .grid {
    row-gap: 24px !important;
    margin-bottom: 0;
}


header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-width svg{
    height:24px;
    width:24px;
}

h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 32px;
    font-weight: 600;
}

.rich-text__blocks {
    max-width: 1092px !important;
}

/* Product css */

.product__title h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.new-icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px; /* spacing between rows */
}

.new-icon-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-icon-item .icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.new-icon-item .icon-text {
  font-size: 16px;
  color: #0a2a1a; /* same as your screenshot */
  font-weight: 500;
  line-height: 1.4;
}

.product-form__submit {
    margin-bottom: 1rem;
    background-color: #24B27E;
    font-size: 16px;
    font-weight: 600;
}
span.price-item.price-item--regular {
    font-size: 24px;
    font-weight: 600;
    color: #0C1F18;
}
span.price-item.price-item--sale.price-item--last {
    color: #0C1F18;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
s.price-item.price-item--regular {
    color: #0C1F1866;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px;
}
h2.h4.accordion__title.inline-richtext {
    color: #0C1F18;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Work Sans' !important;
}
.product-pricing {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sale-price {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.compare-price {
  font-size: 20px;
  color: #888;
}

.save-amount {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #0C1F18;
}

.save-amount strong {
    color: #24B27E;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #24B27E;
    padding: 4px 8px;
}
p.only-one-msg {
    color: #B22424;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
label.quantity__label.form__label {
    font-size: 14px;
    font-weight: 400;
}

.btn-cus-des {
    background-color: #000;
    color: #fff;
    padding: 0 20px;
    height: 47px;
    min-width: fit-content;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.main-three-btn{
 display: flex;
 align-items: center;
 gap: 16px;
}
.main-ctm-btn {
    width: 100%;
    padding: 0 6px;
    height: 47px;
    font-size: 15px;
    font-weight: 600;
    color: #0C1F18;
    border: 1px solid #0C1F1833;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

/* Popup Overlay */
/* .popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
} */

.popup {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; /* background scroll allow kare */
  background-color: rgba(0,0,0,0.6);
}

/* Popup Box
.popup-content {
  background: #fff;
  margin: 10px auto;
  padding: 25px 30px;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  animation: popupFade 0.3s ease-in-out;
} */


/* Popup content box */
.popup-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;   /* content box height limit */
  overflow-y: auto;   /* andar scroll allow kare */


/* Close Button */
.close {
  float: right;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

/* Headings */
.popup-content h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #111;
}
.popup-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="file"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

textarea {
  height: 100px;
  resize: vertical;
  margin: 0;
}

.form-group {
  display: flex;
  gap: 10px;
}
.form-group input {
  flex: 1;
}

/* Checkbox Groups */
.section-label {
  font-weight: bold;
  margin: 10px 0 5px;
  display: block;
}
.checkbox-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px 15px;
    margin-bottom: 15px;
}
.checkbox-group label {
  font-size: 14px;
  color: #333;
}

/* Submit Button */
.submit-btn {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.submit-btn:hover {
  background: #333;
}

/* Animate Popup */
@keyframes popupFade {
  from {transform: translateY(-20px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

/* Customize Button (Product Page) */
.customize-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
}
.customize-btn:hover {
  background-color: #333;
}

/* Quesion pop up css */

/* Popup Overlay */
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* Popup Box */
.popup-content {
  background: #fff;
  margin: 10px auto;
  padding: 25px 30px;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  text-align: center;
  animation: popupFade 0.3s ease-in-out;
}

/* Close Button */
.close {
  float: right;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  margin-top: -12px;
}

/* Heading */
.popup-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}
.popup-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Input Fields */
.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.popup-content textarea {
  height: 100px;
  resize: vertical;
  margin: 0;
}

/* Name + Email side by side */
.form-group {
  display: flex;
  gap: 10px;
}
.form-group input {
  flex: 1;
}

/* Submit Button */
.submit-btn {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  transition: 0.3s ease;
}
.submit-btn:hover {
  background: #333;
}

/* Question Trigger Button */
.question-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
}
.question-btn:hover {
  background-color: #333;
}
.collection__title .title strong {
    text-align: center !important;
}
/* Animate Popup */
@keyframes popupFade {
  from {transform: translateY(-20px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}



@media (max-width:1024px){
    .footer__content-top.page-width {
    display: flex;
    flex-direction: column;
}

.footer-block__about {
    margin-top: 24px;
    padding: 32px 82px;
    border-left: none;
    border-top: 2px solid rgba(255,255,255,.1);
    border-radius: 4px;
}

.image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100% !important;
}
.image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: 100%;
}
.image-with-text__text-item.grid__item {
    width: 100%;
 }
}

@media (max-width:768px){
.main-three-btn {
    flex-direction: column;
}
}