/** Shopify CDN: Minification failed

Line 72:0 Unexpected "{"
Line 803:32 Unexpected "{"

**/
body {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 400 !important;
    color: var(--primary-text-color) !important;
    line-height: 1.6 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
}

p,
li {
    font-family: 'Noto Sans', sans-serif !important;
    color: var(--primary-text-color) !important;
}

.bee-product__meta span,
.bee-product__meta a {
    font-family: 'Noto Sans', sans-serif !important;
    color: var(--bee-product__meta) !important;
}

/* =========================== SCOPE: HOMEPAGE + PRODUCT PAGE =========================== */
body.template-index .bee-website-wrapper #MainContent,
body.template-product .bee-website-wrapper #MainContent {
    font-family: 'Noto Sans', sans-serif !important;
    color: var(--primary-text-color) !important;
}

/* Headings inside MainContent */
body.template-index .bee-website-wrapper #MainContent h1,
body.template-product .bee-website-wrapper #MainContent h1,
body.template-index .bee-website-wrapper #MainContent h2,
body.template-product .bee-website-wrapper #MainContent h2,
body.template-index .bee-website-wrapper #MainContent h3,
body.template-product .bee-website-wrapper #MainContent h3,
body.template-index .bee-website-wrapper #MainContent h4,
body.template-product .bee-website-wrapper #MainContent h4,
body.template-index .bee-website-wrapper #MainContent h5,
body.template-product .bee-website-wrapper #MainContent h5,
body.template-index .bee-website-wrapper #MainContent h6,
body.template-product .bee-website-wrapper #MainContent h6 
{
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    color: var(--primary-color);
}

/* Text inside MainContent */
body.template-index .bee-website-wrapper #MainContent p,
body.template-product .bee-website-wrapper #MainContent p,
body.template-index .bee-website-wrapper #MainContent li,
body.template-product .bee-website-wrapper #MainContent li,
body.template-index .bee-website-wrapper #MainContent span,
body.template-index .bee-website-wrapper #MainContent div,
{
    font-family: 'Noto Sans', sans-serif !important;
    color: var(--primary-text-color);
}

/* =========================== CUSTOM BUTTON (GLOBAL) =========================== */
.ai-demo-widget-button-astltkzbqclf2zxe0eaigenblock8d9ce27pytxiy {
    background-color: var(--primary-color) !important;
    color: whitesmoke !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 4px !important;
    transition: all 0.3s ease-in-out !important;
}

.ai-demo-widget-button-astltkzbqclf2zxe0eaigenblock8d9ce27pytxiy:hover {
    background-color: whitesmoke !important;
    color: var(--primary-color) !important;
    border-color: whitesmoke !important;
}

.ai-demo-widget-button-astltkzbqclf2zxe0eaigenblock8d9ce27pytxiy:focus {
    outline: 2px solid var(--temporary-secondary-color) !important;
    outline-offset: 2px !important;
}

.bee-row-cols-lg-4 .flickitybee-slider>.bee-col-item,
.bee-row-cols-lg-4>.bee-col-item {
    margin: 30px 0 !important;
}

.bee-product-inner {
    padding: 10% !important;
    border-radius: 10px !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 5px;
}

.bee-product-inner:hover {
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 8%);
}

.bee-list-manual-collections .bee-list-collections {
    margin: 0 8%;
}

.bee-announcement-bar__item p {
    color: var(--primary-color-white) !important;
}

.bee-drawer__header.bee-mb-nav__tabs span,
.bee-mb__menu .bee-sub-menu li>a,
.bee-mb__menu>li>a {
    color: var(--primary-color) !important;
}

.bee-product-form__buttons .bee-quantity-wrapper input.bee-quantity-input[type=number] {
    color: var(--primary-color) !important;
}

.bee-product-form__buttons .bee-quantity-wrapper:hover {
    border-color: var(--primary-text-color) !important;
}

.bee-product-form__buttons .bee-pr__wis_cp a {
    color: var(--primary-color-white) !important;
}

.bee-product__info-main .bee-extra-link>a:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-white) !important;
}

#bee-login-sidebar input,
#bee-pr-popup__contact .bee-input-group {
    color: var(--primary-text-color) !important;
}

.bee_compare_list-wrap .bee_compare_list-btns a {
    background-color: var(--primary-color-white) !important;
    color: var(--primary-color) !important;
}

.bee_compare_list-wrap .bee_compare_list-btns a:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-white) !important;
}

.bee-sticky-atc__qty input.bee-quantity-input[type=number] {
    color: var(--text-color) !important;
}

.bee-sticky-atc__qty {
    border: 2px solid var(--text-color) !important;
}

.bee-sticky-atc__product .bee-dropdown__sortby button[data-dropdown-open] {
    color: var(--text-color) !important;
}

.bee-btn-filter-wrapper .bee-btn-filter,
.bee-facets__form .bee-facet ul li a,
.bee-price_slider_amount .bee-price_label>span {
    color: var(--text-color) !important;
}

.noUi-connect {
    background-color: gray !important;
}

.bee-collection-header {
    margin: 23px !important;
}

section div.bee-section-inner .bee-row {
    margin: 0.5%;
}

#bee-search-hidden .bee-widget__pr .bee-widget__pr-title {
    color: var(--primary-color-white) !important;
}

#bee-search-hidden .bee-widget__pr .bee-widget__pr-title:hover {
    color: var(--primary-color) !important;
}

@media (min-width: 768px) {

    .bee-row-cols-md-3 .flickitybee-slider>.bee-col-item,
    .bee-row-cols-md-3>.bee-col-item {
        width: 31.333333%;
        margin: 1%;
    }
}

.bee-widget__pr {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 5px;
}

.bee-row-cols-2 .flickitybee-slider>.bee-col-item,
.bee-row-cols-2>.bee-col-item {
    margin: 1% !important;
}

#bee-search-hidden.bee-search-sidebar .bee-drawer__content .bee-drawer__main>.bee-drawer__scroll .bee-gx-lg-30 div.bee-col-item {
    padding: calc(var(--ts-gutter-x) * .5) !important;
}

/* .bee-row-cols-2 .flickitybee-slider>.bee-col-item, */
#bee-search-hidden .bee-drawer__scroll .bee-row-cols-2>.bee-col-item {
    width: 45% !important;
}

@media (max-width: 768px) {
    #bee-search-hidden .bee-widget__pr .bee-widget__pr-title {
        color: --primary-text-color !important;
    }
}

.bee-btn-base.bee-btn-style-default,
.ai-button-atgn4vkowwk52dxgvcaigenblock1df9c6cn4a39d,
.ai-button-acnhwuhfuuwredkznbaigenblock1df9c6cbtyd4n,
.ai-demo-widget-button-astltkzbqclf2zxe0eaigenblock8d9ce27pytxiy {
    border-radius: 30px !important;
}

.bee-tabs-se .bee-tabs-ul li a>span {
    position: relative;
    z-index: 1;
    color: var(--primary-color);
    padding: 10px 20px !important;
    border-radius: 20px;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* Background effect layer */
.bee-tabs-se .bee-tabs-ul li a>span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary-color);
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.35s ease;
}

/* Hover: grow bottom → top */
.bee-tabs-se .bee-tabs-ul li a>span:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
}

/* Hover out: shrink top → bottom */
.bee-tabs-se .bee-tabs-ul li a>span:not(:hover)::before {
    transform-origin: top;
}

/* Text color on hover */
.bee-tabs-se .bee-tabs-ul li a>span:hover {
    color: var(--primary-color-white);
}

/* top banner border radius */
.lazyloadbeeed.bee-lz--fadeIn {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

@media (max-width: 768px) {
    .ai-image-grid-images-arw4xsnzwc09rmmg3qaigenblocke5b585bkcrpcp {
        overflow-x: unset !important;
        overflow-y: unset !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}

/* Remove product card email margnin top */
.bee-product__info-container .bee-socials .bee-socials-group .bee-col-item .email {
    margin-top: unset !important;
}

.bee-sku-wrapper,
.bee-collections-wrapper,
.bee-tags-wrapper {
    transition: color 0.25s ease;
    cursor: pointer;

}
/* Footer */
footer.footer-earthly {
  background: var(--primary-color) !important;
  color: #ffffff !important;
  padding: 60px 50px !important;
  /* font-family: "Poppins", sans-serif !important; */

  p, h1, h2, h3, a, div {
    color: var(--secondary-color) !important;
  }
  .container {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
  }
  
  /* LEFT */
  /* .footer-left .logo {
    font-size: 42px !important;
    font-weight: 300 !important;
  }
  
  .footer-left .logo span {
    font-weight: 500 !important;
  } */
  
  .footer-left .logo-text {
    font-family: "Great Vibes", "Allura", "Bickham Script Pro", "Edwardian Script ITC", cursive;
    font-style: italic;
    font-size: 2.5em;
    width: max-content;
    /* padding: 0.2em 0.7em; */
    border-bottom: 0.5px solid #A38560;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .newsletter-text {
    margin: 20px 0 20px 10px !important;
    line-height: 1.4 !important;
  }
  
  .newsletter-box {
    display: flex !important;
    align-items: center !important;
    background: #2b2b2b !important;
    border-radius: 6px !important;
    width: 280px !important;
    padding: 6px 10px !important;
    margin-bottom: 25px !important;
  }
  
  .newsletter-box input {
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 8px !important;
    outline: none !important;
  }
  
  .send-btn {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    padding: 8px 12px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 16px !important;
  }
  /* ICONS */
  .social-icons i {
    font-size: 22px !important;
    margin-right: 15px !important;
    cursor: pointer !important;
  }
  
  /* COLUMNS */
  .footer-col h3 {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  
  .footer-col ul {
    list-style: none !important;
    padding: 0 !important;
  }
  
  .footer-col ul li {
    margin-bottom: 10px !important;
    color: #c7c7c7 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
  }
  
  .footer-col ul li:hover {
    color: #ffffff !important;
  }
  
  /* CONTACT TEXT */
  .contact-number,
  .email,
  .address {
    margin-top: 12px !important;
    font-size: 14px !important;
    /* color: #d3d3d3 !important; */
  }
  
  @media (max-width: 900px) {
    .footer-earthly .container {
      flex-direction: column !important;
    }
  }
}

.bee-product__info-container .bee-product__social-share {
    margin-bottom : 0 !important;
}

.bee-product__policies[data-product-policies] {
    display: inline-block !important;
    margin-left: 6px !important;
    font-size: 14px;
    color: #555;
    transform: translateY(-2px);
}

.bee-product__policies[data-product-policies]::before {
    content: "(";
}
.bee-product__policies[data-product-policies]::after {
    content: ")";
}

.bee-product__price-review {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.bee-menu-item a>i {
    font-size: 24px !important;
}

/* Terms Conditions */
#terms-conditions .collapsible {
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

#terms-conditions .collapsible-m {
    margin-bottom: 4%;
}

#terms-conditions .arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#terms-conditions .arrow.down {
    transform: rotate(45deg);
}

#terms-conditions .arrow.up {
    transform: rotate(-135deg);
}

#terms-conditions .content {
    margin-bottom: 15px;
    display: none;
    font-size: 14px;
    line-height: 1.5;
}

#terms-conditions .content.show {
    display: block;
}

/* Product page left side changes */
.is--fist-ratio-true .is-bee-style__color.is--first-color .bee-swatch__item {
    width: 20% !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
.bee-form__product .bee-product-form__buttons .bee-pr__qty_cart {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.bee-form__product .bee-product-form__buttons .bee-product-form__submit {
  flex-grow: 1 !important;
}

.bee-form__product .bee-product-form__buttons .bee-pr__wis_cp {
  flex-shrink: 0 !important;
  margin-top: unset !important;
        min-width: 14% !important;
}
}

@media (max-width: 765px) {
    .bee-qty-full-false.bee-product-form__buttons .bee-product-form__submit {
    min-width: 100%;
    width: auto;
}
}

/* Bracelet Size Page */

#bracelet-size {
    margin: auto;
}

#bracelet-size h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

/* --- STEP CARDS --- */
#bracelet-size .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

#bracelet-size .step-card {
    background: white;
    border-radius: 14px;
    padding: 12px;
}

#bracelet-size .step-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}


#table-container .note {
    font-weight: bold;
}

/* --- TABLE SECTION --- */
#bracelet-size .table-container {
    margin-top: 40px;
    background: white;
    padding: 20px;
}

#bracelet-size .table-container p {
    margin-bottom: 4%;
}

/* TWO TABLES SIDE BY SIDE */
#bracelet-size .table-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#bracelet-size .table-wrapper table {
    width: 100%;
}

/* Header row override */
#bracelet-size table tr:first-child {
    background-color: #fff8f3 !important;
}

/* Table base styles */
#bracelet-size table {
    border-collapse: collapse;
    width: 100%;
}

#bracelet-size th,
#bracelet-size td {
    border: 1px solid #ddd;
    padding: 2.9rem;
    font-size: 15px;
}

.bee-table-res-df{
    max-width: 100%;
    width: 100%;
}

/* --- MOBILE RESPONSIVE TABLE --- */
@media (max-width: 768px) {
    #bracelet-size .table-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    #bracelet-size th,
    #bracelet-size td {
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width: 870px) and (min-width: 590px) {
    #bracelet-size .steps {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    }
} 


/* Ring Size Chart */

  #ring-size-chart h1, 
  #ring-size-chart h2, 
  #ring-size-chart h3 {
    font-weight: 700;
  }
  
  .option-a-text-h2{
    font-size: 3.10vw;
    margin-bottom: 3%;

  }

 .bee-container #ring-size-chart .before-option-b-h1 {
    font-size: 3vw;
    margin : 8% 0;
  }

  #ring-size-chart h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
  }

  /* Tables side by side container */
  #ring-size-chart .tables-row {
    display: flex;
    gap: 24px;
    /* flex-wrap: wrap; */
    margin-bottom: 50px;
  }

.ring-size-chart .tables-row .bee-table-res-df {
    width: 50% !important;
  }

  #ring-size-chart table {
    border-collapse: collapse;
    width: 100%;
    min-width: 280px;
    background: #fff8f3;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
  }
  #ring-size-chart table th, 
  #ring-size-chart table td {
    border: 1px solid #f0e0d6;
    padding: 8px 12px;
    font-size: 14px;
  }
  #ring-size-chart table th {
    /* background-color: #f9e8d9; */
    font-weight: 600;
  }
  #ring-size-chart table tr:nth-child(even) {
    background-color: #ffffff;
  }

  /* Option A Section */
  #ring-size-chart .option-a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
  }
  #ring-size-chart .option-a-text {
    flex: 1 1 320px;
    min-width: 300px;
  }
  #ring-size-chart .option-a-text strong {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: bold;
  }
  #ring-size-chart .option-a-text p {
    margin: 6px 0;
    font-size: 14px;
  }
  #ring-size-chart .option-a-images {
    flex: 1 1 320px;
    min-width: 300px;
    text-align: center;
  }
  #ring-size-chart .option-a-images img {
    max-width: 100%;
    height: auto;
  }

  /* Indian scale text */
  #ring-size-chart .indian-scale {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin: 40px 0;
  }
  #ring-size-chart .indian-scale a {
    font-weight: 600;
  }

  /* Option B Section */
  #ring-size-chart .option-b p.materials {
    margin: 0 0 18px 0;
  }

/* OPTION B - Steps row layout */
#ring-size-chart .steps-row {
  display: flex;
  flex-wrap: nowrap; /* Keep in a row */
  gap: 16px;
  justify-content: center;
}

/* Each step card - equal width */
#ring-size-chart .step {
  flex: 1 1 30%; /* Three cards per row */
  min-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Ensure images don't stretch */
#ring-size-chart .step img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 10px;
}

  #ring-size-chart .step h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
  }
  #ring-size-chart .step p {
    font-size: 13px;
    margin: 0;
  }

  /* Another tables section */
  #ring-size-chart .tables-row.second {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  @media (max-width: 768px) {
    #ring-size-chart .tables-row {
    flex-wrap: wrap !important;
  }
  }

  /* Tips Section */
  #ring-size-chart .tips {
    font-size: 13px;
    margin-bottom: 5%;
  }

  .tips .option-a-text-h2 strong {
    font-size: 2.2vw !important;
    font-weight: unset !important;
  }

  #ring-size-chart .tips ol {
    padding-left: 18px;
    margin-top: 12px;
  }
  #ring-size-chart .tips ol li {
    margin-bottom: 8px;
  }

  /* Responsive */
  @media (max-width: 900px) {
    #ring-size-chart .option-a, {
      flex-direction: column;
      align-items: center;
    }
    #ring-size-chart .option-a-text, 
    #ring-size-chart .option-a-images {
      flex: 1 1 100%;
      min-width: auto;
      text-align: center;
    }
  }

  @media (max-width: 900px) {
  #ring-size-chart .option-a {
    flex-direction: column-reverse !important;
            align-items: flex-start !important;
  }
      #ring-size-chart .option-a-text {
                text-align: left !important;
      }
}


/* Responsive for small screens */
@media (max-width: 600px) {
  #ring-size-chart .steps-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  #ring-size-chart .step {
    flex: 1 1 100%;
    min-width: auto;
  }
}