/** Shopify CDN: Minification failed

Line 480:10 Expected identifier but found whitespace
Line 480:12 Unexpected "{"
Line 480:21 Expected ":"
Line 493:8 Expected identifier but found whitespace
Line 493:10 Unexpected "{"
Line 493:19 Expected ":"
Line 493:42 Expected ":"
Line 516:4 Unexpected "{"
Line 516:5 Expected identifier but found "%"
Line 516:29 Expected identifier but found whitespace
... and 40 more hidden warnings

**/

.necklace-promo-banner{
    position:relative;
}   
.necklace-promo-banner-item img {
    width: 100%;
    display: block;
    border-radius: 6px;
    line-height: 0;
}

/* POPUP OVERLAY */
.necklace-promo-popup {
  position: fixed;
  top: 0;
  left: 0;
  padding: 70px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  background: rgba(0,0,0,0.5); /* overlay */
   align-items: center;
  justify-content: center;
}

.necklace-promo-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MAIN BOX (500x500) */
.necklace-promo-popup-content {
 background: #fff;
    width: 100%;
    max-width: 1500px;
    /* max-height: 80vh; */
    overflow-y: auto;
    border-radius: 14px;
    padding: 40px;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 60px #00000040;
    animation: popupFade .3s ease;
    
}

/* CLOSE BUTTON */
.necklace-promo-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  background: white;
  padding: 5px 15px;
  border-radius: 50%;
  border: 1px solid #0000001A;
}

/* SPLIT LAYOUT */
.necklace-promo-inner {
  display: flex;
  width: 100%;
  height: 100%;
}

/* LEFT IMAGE */
.necklace-promo-left {
  width: 50%;
  height: 100%;
}

.necklace-promo-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT SIDE */
.necklace-promo-right {
  width: 50%;
  /* height: 100%; */
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* SLIDER */
.necklace-promo-slider {
  width: 90%;
  text-align: center;
}

/* SLIDES */
.necklace-promo-slide {
  display: none;
}

.necklace-promo-slide.active {
  display: block;
}

/* IMAGE */
.necklace-promo-slide img {
  max-width: 300px;
  margin-bottom: 10px;
}

/* TEXT */
.necklace-promo-slide h4 {
  font-size: 14px;
}

.necklace-promo-slide .shop {
  font-size: 20px;
    color: #000000;
    text-decoration: underline;
}
 
/* HIDE default */
.necklace-promo-slide .shop {
  opacity: 0;
  display: block;
  transition: all 0.3s ease;
}

/* SHOW on FULL CARD hover */
.necklace-promo-slide:hover .shop {
  opacity: 1;
  display: block;
} 

/* DOTS */
.necklace-promo-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-top: 16px !important;
}

.necklace-promo-dot {
  width: 28px !important;
  height: 3px !important;
  background: #ccc !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: background 0.3s !important;
  display: inline-block !important;
}

.necklace-promo-dot.active {
  background: #000 !important;
}

/* ARROWS દૂર કરો */
.necklace-promo-prev,
.necklace-promo-next {
  display: none !important;
}
.necklace-promo-prev {
  left: 5px;
}

.necklace-promo-next {
  right: 5px;
}
@keyframes popupFade {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}
@media (max-width: 768px) {

  /* POPUP PADDING FIX */
  .necklace-promo-popup {
    padding: 15px;
  }

  /* CONTENT BOX */
  .necklace-promo-popup-content {
    padding: 15px;
    border-radius: 10px;
    max-height: 90vh;
    height: 100%;
  }

  /* STACK LAYOUT (important) */
  .necklace-promo-inner {
    flex-direction: column;
  }

  /* LEFT IMAGE FULL WIDTH */
  .necklace-promo-left {
    width: 100%;
    height: auto;
  }

  .necklace-promo-left img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  /* RIGHT CONTENT */
  .necklace-promo-right {
    width: 100%;
    padding: 15px 10px;
    background: #fff;
  }

  /* SLIDER WIDTH */
  .necklace-promo-slider {
    width: 100%;
  }

  /* PRODUCT IMAGE */
  .necklace-promo-slide img {
    /* max-width: 180px; */
    margin: 0 auto 10px;
  }

  /* TEXT SIZE IMPROVE */
  .necklace-promo-slide h4 {
    font-size: 13px;
  }

  .necklace-promo-slide p {
    font-size: 12px;
  }

  /* DOTS spacing */
  .necklace-promo-dots {
    margin-top: 12px !important;
  }

  .necklace-promo-dot {
    width: 20px !important;
    height: 3px !important;
  } 
}
.promo-content{
    position:absolute;
    left:40px;
    bottom:40px;
    color:#fff;
    max-width:90%;
}
.promo-content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color:#fff;
    letter-spacing: 0;
}

.promo-content p {
    font-size: 21px;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: 0;
}

.promo-btn {
    background: #fff;
    color: #000;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    font-weight: 400;
}
/* =========================
   TABLET
========================= */

@media (max-width: 1224px){
    .promo-content {
        left: 30px;
        bottom: 30px;
    }
  .promo-content h2{
      font-size:30px;
      margin-bottom:8px;
  }

  .promo-content p{
      font-size:17px;
      margin-bottom:14px;
  }

  .promo-btn{
      font-size:16px;
      padding:10px 20px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 749px){
    .promo-content {
        left: 40px;
        bottom: 40px;
    }

  .promo-content h2{
      font-size:22px;
      margin-bottom:6px;
  }

  .promo-content p{
      font-size:14px;
      margin-bottom:10px;
  }

    .promo-btn {
        font-size: 18px;
        padding: 15px 20px;
        border-radius: 8px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px){

  .promo-content{
      left:14px;
      bottom:14px;
  }

  .promo-content h2{
      font-size:18px;
  }

  .promo-content p{
      font-size:13px;
  }

  .promo-btn{
      font-size:13px;
      padding:7px 14px;
  }

}

@media(min-width:750px){
	.promo-spacer{
		display:block;
		width:25%;
	}
}


.filters-toolbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px;
  padding: 30px;
    background: #faf9f7;
}
.filters-left {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.filters-right{
	margin-left:auto;
}
.filters-middle {
    flex: 1;
    height: 43px;
    background: #f3f3f3;
    border-radius: 6px;
    margin: 0 20px;
}
.filters-toolbar select {
    padding: 14px;
    border: none!important;
    border-radius: 30px;
    background: white;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 130px;
    text-align: center;
    font-size: 14px;
}
.filters-toolbar-wrapper {
    margin-bottom: 40px;
    border-top: none;
}
.clear-filters {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    line-height: normal;
    align-content: center;
    height: fit-content;
    align-self: end;
}
 
@media (max-width: 749px){
  
    .filters-middle {
        display: none;
    }
    .filters-toolbar {
        justify-content: center;
        gap: 10px;
        align-items: center;
    }
}
@media (max-width: 451px){

    .filters-left {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: baseline;
    }
} 
  
.necklace-category-wrapper{
margin:40px auto;
}
 
 

 .fp-section {
    
    padding-top:0px;
    padding-bottom:50px;
  }

  .fp-section .fp-title {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: {{ section.settings.heading_color }};
    margin-bottom: 40px;
    }
  
    .fp-title{
        text-align:center;
        font-size:35px;
        text-transform: capitalize; 
        font-family: 'Inter', sans-serif;
    }

  .fp-section .fp-grid {
    display: grid;
    gap: {{ section.settings.card_gap }}px;
    /* max-width: 1200px;
    margin: 0 auto; */
     background: #F7F4E8;
  }

  .fp-section .fp-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .fp-section .fp-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .fp-section .fp-cols-4 { grid-template-columns: repeat(4, 1fr); }

  .fp-section .fp-card {
    text-decoration: none;
    color: inherit;
    text-align: center;
    display: block;
    transition: transform 0.3s ease;
  }

  .fp-section .fp-card:hover {
    transform: translateY(-5px);
  }

  .fp-section .fp-image-wrap {
    {% comment %} background: {{ section.settings.image_bg_color }}; {% endcomment %}
    border-radius: {{ section.settings.border_radius }}px;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
  }

  .fp-section .fp-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform 0.4s ease;
    padding-bottom:0;
}

  .fp-section .fp-card:hover .fp-img {
    transform: scale(1.05);
  }

  .fp-section .fp-no-image,
  .fp-section .fp-card--placeholder .fp-image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fp-section .fp-placeholder-svg {
    width: 55%;
    height: 55%;
    opacity: 0.2;
  }

  .fp-section .fp-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
  }

  .fp-section .fp-badge--sale { background: #c0334a; }
  .fp-section .fp-badge--soldout { background: #888; }

  .fp-section .fp-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: {{ section.settings.text_color }};
    line-height: 1.35;
    margin-bottom: 6px;
  }

  .fp-section .fp-placeholder-text {
    color: #bbb;
    font-style: italic;
  }

  .fp-section .fp-material {
    font-size: 0.78rem;
    color: #888;
    letter-spacing: 0.04em;
    font-weight: 300;
    margin-bottom: 6px;
  }

  .fp-section .fp-price {
    font-size: 0.88rem;
    color: {{ section.settings.text_color }};
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }

  .fp-section .fp-price-compare {
    text-decoration: line-through;
    color: #aaa;
    margin-right: 6px;
  }

  .fp-section .fp-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 22px;
    border: 1px solid {{ section.settings.text_color }};
    border-radius: 30px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: {{ section.settings.text_color }};
    transition: background 0.25s ease, color 0.25s ease;
  }

  .fp-section .fp-card:hover .fp-btn {
    background: {{ section.settings.text_color }};
    color: {{ section.settings.background_color }};
  }

  .fp-section .fp-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #aaa;
    font-size: 0.9rem;
    padding: 60px 0;
  }

  .fp-section .fp-view-all-wrap {
    text-align: center;
    margin-top: 40px;
  }

  .fp-section .fp-view-all {
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid {{ section.settings.text_color }};
    border-radius: 30px;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: {{ section.settings.text_color }};
    transition: background 0.25s ease, color 0.25s ease;
  }

  .fp-section .fp-view-all:hover {
    background: {{ section.settings.text_color }};
    color: {{ section.settings.background_color }};
  }

  @media (max-width: 768px) {
    .fp-section .fp-cols-3,
    .fp-section .fp-cols-4 {
      grid-template-columns: repeat(2, 1fr);
    }
    .fp-section .fp-title { font-size: 1.5rem; }
  }

  @media (max-width: 480px) {
    .fp-section .fp-cols-2,
    .fp-section .fp-cols-3,
    .fp-section .fp-cols-4 {
      grid-template-columns: 1fr;
    }
  }

  .filters-left {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* GROUP */
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* TITLE */
.filter-title {
  font-size: 22px;
  color: #000;
}

/* OPTIONS */
.filter-options {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
    width: 393px;
}

/* 👇 SHOW ONLY FIRST 5 */
.filter-options .filter-option:nth-child(n+6) {
  display: none;
}

/* EXPAND */
.filter-options.expanded .filter-option {
  display: inline-block !important;
}

/* COLOR */
.color-swatch {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  /* border: 1px solid #ddd; */
  transition: 0.3s;
}

.color-swatch:hover {
  transform: scale(1.2);
}

/* METAL */
.metal-swatch {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(145deg,#eee,#bbb);
}

/* ACTIVE */
.filter-option.active .metal-swatch,
.filter-option.active .color-swatch {
  outline: 2px solid black;
}

/* +MORE */
.show-more {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  margin: -7px 0 0 0;
}

/* PILLS */
.option-label {
  padding: 6px 12px;
  border-radius: 20px;
  background: #f3f3f3;
  font-size: 12px;
}

/* DROPDOWN */
.filter-dropdown {
  padding: 6px 10px;
  border-radius: 6px;
}

.metal-swatch {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  /* border: 1px solid #ddd; */
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.metal-swatch:hover {
  transform: scale(1.15);
}

.shape-options {
  display: flex;
  gap: 14px;
  align-items: center;
}

/* ICON WRAPPER */
.shape-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* SVG STYLE */
.shape-icon svg {
  width: 28px;
  height: 28px;
  stroke: #333;
  stroke-width: 2;
  fill: none;
  transition: 0.3s;
}

/* ACTIVE */
.filter-option.active svg {
  stroke: black;
  transform: scale(1.2);
}

/* HOVER */
.shape-icon svg:hover {
  transform: scale(1.15);
}

/* fallback text */
.shape-label {
  font-size: 12px;
}

.custom-dropdown {
  position: relative;
  width: 160px;
}

/* Selected */
.dropdown-selected {
 padding: 8px 12px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
}

/* Options */
.dropdown-options {
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  background: #fff;
  /* border: 1px solid #ddd; */
  display: none;
  flex-direction: column;
  z-index: 999;
  border-radius: 6px;
  
}

/* Item */
.dropdown-item {
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

/* ACTIVE */
.dropdown-item.active {
  background: #000;
  color: #fff;
}
.dropdown-options.open {
  display: flex;
  max-height: 300px;   
  overflow-y: auto; 
}


.promo-banner{
    position:relative;
}   
.promo-banner-item img {
    width: 100%;
    display: block;
    border-radius: 6px;
    line-height: 0;
}
.promo-content{
    position:absolute;
    left:40px;
    bottom:40px;
    color:#fff;
    max-width:90%;
}
.promo-content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color:#fff;
    letter-spacing: 0;
}

.promo-content p {
    font-size: 21px;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: 0;
}

.promo-btn {
    background: #fff;
    color: #000;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    font-weight: 400;
}
/* =========================
   TABLET
========================= */

@media (max-width: 1224px){
    .promo-content {
        left: 30px;
        bottom: 30px;
    }
  .promo-content h2{
      font-size:30px;
      margin-bottom:8px;
  }

  .promo-content p{
      font-size:17px;
      margin-bottom:14px;
  }

  .promo-btn{
      font-size:16px;
      padding:10px 20px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 749px){
    .promo-content {
        left: 40px;
        bottom: 40px;
    }

  .promo-content h2{
      font-size:22px;
      margin-bottom:6px;
  }

  .promo-content p{
      font-size:14px;
      margin-bottom:10px;
  }

    .promo-btn {
        font-size: 18px;
        padding: 15px 20px;
        border-radius: 8px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px){

  .promo-content{
      left:14px;
      bottom:14px;
  }

  .promo-content h2{
      font-size:18px;
  }

  .promo-content p{
      font-size:13px;
  }

  .promo-btn{
      font-size:13px;
      padding:7px 14px;
  }

}

@media(min-width:750px){
	.promo-spacer{
		display:block;
		width:25%;
	}
}


.filters-toolbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px;
}
.filters-left {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.filters-right{
	margin-left:auto;
}
.filters-middle {
    flex: 1;
    height: 43px;
    background: #f3f3f3;
    border-radius: 6px;
    margin: 0 20px;
}
.filters-toolbar select {
    padding: 12px 35px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -19.04 75.804 75.804'%3E%3Cpath d='M0 1l37 37 37-37' stroke='black' stroke-width='4' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}
.filters-toolbar-wrapper {
    margin-bottom: 40px;
    border-top: none;
}
.clear-filters {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    line-height: normal;
    align-content: center;
}
 
@media (max-width: 749px){
 
    .filters-middle {
        display: none;
    }
    .filters-toolbar {
        justify-content: center;
        gap: 10px;
        align-items: center;
    }
    .filters-right {
        margin:0 auto;
    }   
}
@media (max-width: 451px){

    .filters-left {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: baseline;
    }
    .filters-toolbar {
        flex-direction: column;
        align-items: baseline;
    }
    .filters-right {
        margin: 0;
    }
    body.template-topaz-necklaces ul.list-view-items .product-card:hover .gift-tag {
        padding: 6px 4px;
        font-size: 8px;
    }
} 

.necklace-category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.necklace-category-card{
    position:relative;
    display:block;
    overflow:hidden;
}
.necklace-category-header {
    margin: 0 0 40px;
}
.necklace-category-header-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.necklace-category-header,
.necklace-category-header * {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #6b6b6b;
    text-align: left !important;
    text-transform: capitalize;
}
.necklace-category-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.necklace-category-overlay {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: calc(100% - 40px);
    background: #000000;
    padding: 8px;
}
.necklace-category-overlay *{
    color: #fff;
    font-family: Jost;
    font-weight: 700;
    font-size: 17.54px;
    line-height: 140%;
    letter-spacing: 0px;
    margin:0;
} 

@media(max-width:768px){
.necklace-category-grid{
grid-template-columns:repeat(2,1fr);
}
}
.featured-products-section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.featured-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 37.33px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 20px;
}
.featured-grid {
    padding: 25px;
}
body.template-collection.template-necklaces div#Collection li.grid__item {
    margin-bottom: 30px;
}