﻿/* --- TRUE LOUPE EFFECT --- */
.kj-zoom-host {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
  cursor: none !important;
  /* Hide default cursor when inside the image */
}
.kj-zoom-host img {
  display: block;
  width: 100%;
  height: auto}
.kj-loupe-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgba(153, 31, 35, 0.6);
  /* Maroon elegant border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  /* Centered on cursor */
  z-index: 1000;
  will-change: left, top, background-position}
.kj-loupe-circle.is-visible {
  opacity: 1}
/* --- PRODUCT DETAILS TYPOGRAPHY FIXES --- */
.product-header4_product-details .text-size-large,
/* Hide any remaining legacy share blocks in product details */
/* Hide mobile rate strip on desktop */
/* Final Phase 6 Mobile Navbar Regression Fix */
/* ==================================================
   PREMIUM CONTACT PAGE REDESIGN
.premium-contact-page {
  background-color: #fcfcfc;
  /* Light luxury background */
  font-family: var(--font-family-base, 'Mulish', sans-serif);
  padding-bottom: 60px;
  font-style: normal !important}
.premium-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px}
/* HERO SECTION */
.premium-contact-hero {
  background: #ffffff;
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 1px solid rgba(200, 155, 60, 0.2);
  margin-bottom: 40px}
.premium-contact-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px}
.premium-contact-subtitle {
  color: var(--meron);
  font-family: var(--font-decorative);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5}
/* MAIN CONTACT GRID */
.premium-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: start}
@media screen and (min-width: 992px) {
  .premium-form-wrapper {
    order: 2}
  .premium-info-wrapper {
    order: 1}
}
.premium-contact-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(153, 31, 35, 0.12);
  /* Stronger shadow */
  border: 1px solid #c89b3c;
  /* Visible premium gold/brown border */
  transition: transform 0.3s ease, box-shadow 0.3s ease}
@media (min-width: 992px) {
  .premium-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(153, 31, 35, 0.18)}
}
body .premium-contact-page .premium-card-title {
  font-family: "Mulish", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0.3px;
  color: var(--meron);
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px}
body .premium-contact-page .premium-card-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #8a6410;
  /* Gold accent line */
}
/* INFO LIST */
.premium-info-list li {
  margin-bottom: 16px;
  color: #444444;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  flex-direction: column}
.premium-info-list li strong {
  color: var(--meron);
  font-weight: 700;
  margin-bottom: 4px}
.premium-info-list a {
  color: #8a6410;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease}
.premium-info-list a:hover {
  color: var(--meron)}
/* SOCIAL LINKS */
.premium-social-links {
  display: flex;
  gap: 16px}
.premium-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--meron);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease}
.premium-social-links a svg {
  width: 20px;
  height: 20px;
  fill: currentColor}
.premium-social-links a:hover {
  background: #c89b3c;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(200, 155, 60, 0.3)}
/* FORM OVERRIDES */
.premium-form-wrapper .get-in-touch-form-wrap {
  width: 100%}
.premium-form-wrapper .text-field {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 16px;
  color: #333;
  font-size: 15px;
  transition: border-color 0.3s ease}
.premium-form-wrapper .text-field:focus {
  border-color: #8a6410;
  outline: none}
.btn-solid-maroon-submit {
  background-color: var(--meron);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease}
.btn-solid-maroon-submit:hover {
  background-color: #7a181c;
  box-shadow: 0 4px 12px rgba(153, 31, 35, 0.2)}
.contact-info-note {
  font-size: 13px;
  color: #777777;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px}
/* BRANCH CARDS */
.premium-branches-section {
  padding-top: 20px}
.premium-branches-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase}
.premium-branches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px}
.premium-branch-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(200, 155, 60, 0.1);
  display: flex;
  flex-direction: column}
.premium-branch-card h4 {
  color: var(--meron);
  font-family: var(--font-decorative);
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase}
.branch-address {
  font-size: 14px;
  color: #555555;
  margin-bottom: 12px;
  line-height: 1.5;
  flex-grow: 1}
.branch-phone {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px}
.branch-phone a {
  color: var(--meron);
  text-decoration: none;
  font-weight: 600}
.branch-actions {
  display: flex;
  gap: 12px;
  margin-top: auto}
.branch-actions a {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease}
.btn-solid-maroon {
  background: var(--meron);
  color: #ffffff !important;
  border: 1px solid var(--meron)}
.btn-solid-maroon:hover {
  background: #7a181c;
  border-color: #7a181c}
/* RESPONSIVE */
.branch-map-embed {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(200, 155, 60, 0.15);
  margin: 16px 0}
.branch-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(10%) contrast(110%)}
/* ==================================================
   TYPOGRAPHY STANDARDIZATION PLAN (PHASE T3 & T4)
/* Phase T3: Decorative Role */
h1,
h2,
h3,
.hero-title,
.collection-title,
.heading-center,
.heading-center-14,
.premium-branch-card h4 {
  font-family: var(--font-decorative)}
/* Phase T3: Body Role */
p,
.paragraph,
.text-size-small,
.product-description,
address,
form,
input,
textarea,
.contact-info-note,
.premium-info-list,
.branch-address,
.branch-phone {
  font-family: var(--font-body)}
/* Phase T3: UI Role */
.nav-link,
nav a,
.navbar-link,
.nav-menu,
button,
.button,
.btn-solid-maroon,
.btn-outline-gold,
select,
.dropdown,
.filter,
.w-button {
  font-family: var(--font-ui)}
/* Phase T4: Footer Typography Fix */
/* PREMIUM FOOTER REBUILD */
.premium-footer {
  background-color: #e6e6e6;
  padding: 40px 0 20px;
  font-family: 'Mulish', sans-serif;
  color: #333}
#site-footer {
  background-color: #e6e6e6;
  display: block}
#site-footer:empty {
  background:
    linear-gradient(90deg, rgba(153,31,35,.12), rgba(153,31,35,.05)) 50% 72px / min(760px, calc(100% - 48px)) 20px no-repeat,
    linear-gradient(90deg, rgba(70,70,70,.16), rgba(70,70,70,.07)) 50% 130px / min(900px, calc(100% - 48px)) 14px no-repeat,
    linear-gradient(90deg, rgba(70,70,70,.13), rgba(70,70,70,.06)) 50% 166px / min(840px, calc(100% - 48px)) 14px no-repeat,
    linear-gradient(90deg, rgba(255,255,255,.48), rgba(255,255,255,.26));
  border-top: 1px solid rgba(153, 31, 35, .08);
  min-height: 1040px}
.premium-footer .premium-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px}
.premium-footer-logo-link {
  display: block;
  margin-bottom: 24px}
.premium-footer-logo {
  width: 170px;
  height: auto;
  max-width: 100%;
  display: block}
.premium-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px}
.premium-footer-heading {
  color: var(--meron);
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Com 4 DL', sans-serif}
.premium-footer-support .premium-footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px}
.premium-footer-links-grid a {
  color: #636363;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  transition: color 0.3s}
.premium-footer-links-grid a:hover {
  color: var(--meron)}
.premium-footer-socials {
  display: flex;
  gap: 16px}
.premium-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--meron);
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s}
.premium-footer-socials a:hover {
  background-color: #7A171B}
.premium-footer-socials svg {
  width: 20px;
  height: 20px}
.premium-footer-store-info .premium-footer-subheading {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  font-style: normal}
.premium-footer-store-info .premium-footer-address {
  font-size: 16px;
  color: #636363;
  margin-bottom: 16px;
  font-style: normal}
.premium-footer-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px}
.premium-footer-info-grid .info-block strong {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  font-style: normal}
.premium-footer-info-grid .info-block strong svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
  color: #c19b67}
.premium-footer-hidden-svg {
  display: none}
.premium-footer-info-grid .info-block a,
.premium-footer-info-grid .info-block p {
  color: #636363;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  font-style: normal}
.premium-footer-branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid #cfcfcf;
  padding-top: 24px}
body.contact-page .premium-footer-branches {
  display: none}
.premium-footer__branch-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%}
.premium-footer__branch-map {
  position: relative;
  width: 100%;
  height: 140px;
  /* Desktop iframe height: 130pxâ€“150px */
  border-radius: 10px;
  /* Border radius: 10pxâ€“12px */
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(200, 155, 60, 0.2)}
.premium-footer__branch-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(10%) contrast(110%)}
.premium-footer__branch-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 16px 0 8px;
  font-style: normal}
.premium-footer__branch-card p {
  font-size: 14px;
  color: #636363;
  margin-bottom: 12px;
  line-height: 1.5;
  font-style: normal}
.premium-footer__branch-card p strong {
  color: #333}
.premium-footer__branch-card p a {
  color: #636363;
  text-decoration: none}
.premium-footer__branch-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto}
.premium-footer__btn {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: var(--meron);
  color: #FFFFFF;
  border: 1px solid var(--meron)}
.premium-footer__btn:hover {
  background-color: #7A171B;
  border-color: #7A171B}
.premium-footer__btn.premium-footer__btn--outline {
  background-color: #fff;
  color: #8a6410;
  border: 1px solid #c89b3c}
.premium-footer__btn.premium-footer__btn--outline:hover {
  background-color: #8a6410;
  color: #fff}
.premium-footer-bottom {
  margin-top: 50px;
  border-top: 1px solid #cfcfcf;
  padding: 20px 0}
.premium-footer-bottom .premium-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px}
.premium-footer-bottom p {
  color: #636363;
  font-size: 14px;
  margin: 0;
  font-style: normal}
/* Responsive */
@media (max-width: 991px) {
  .premium-footer-top {
    grid-template-columns: 1fr;
    gap: 30px}
  .premium-footer-branches {
    grid-template-columns: 1fr 1fr}
}
@media (max-width: 767px) {
  #site-footer:empty {
    min-height: 920px}
  .premium-footer-bottom .premium-container {
    flex-direction: column;
    justify-content: center;
    text-align: center}
  .premium-footer-branches {
    grid-template-columns: 1fr}
  .premium-footer-links-grid,
  .premium-footer-info-grid {
    grid-template-columns: 1fr}
  .premium-footer__branch-map {
    height: 120px;
    /* Mobile iframe height: 120px */
  }
}
/* CONTACT PAGE DECORATIVE FONT - FINAL */
body .premium-contact-page .premium-contact-title,
body .premium-contact-page .premium-branches-title,
body .premium-contact-title,
body .premium-branches-title {
  font-family: "Com 4 DL", sans-serif !important;
  font-style: normal !important;
  font-weight: bold !important;
  color: var(--meron) !important}
/* FINAL OVERRIDE FOR PREMIUM CARD TITLE */
.premium-card-title {
  font-family: "Roboto Serif", serif !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-style: normal}
/* RESTORED FROM MERGE CONFLICT */
.premium-footer-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
}
.premium-footer-features-list li {
  display: flex;
  align-items: flex-start;
  color: #636363;
  font-size: 14px;
}
.premium-footer-features-list svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 1px;
  color: #c19b67;
}
/* Ensure mobile stacks correctly */
@media (max-width: 767px) {
  .premium-footer-features-list {
    grid-template-columns: 1fr;
  }
}
/* Extracted from product HTMLs */
.section-product-info { background: #fffaf3; }
  .section-product-info .product-header5_layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr); gap: clamp(24px, 4vw, 56px); align-items: stretch; }
  .sp-product-image-wrapper, .zoom-wrapper { position: relative; display: flex; align-items: center; justify-content: center; min-height: clamp(360px, 42vw, 610px); background: #fffdf8; border: 1px solid rgba(153,31,35,.14); border-radius: 10px; box-shadow: 0 14px 36px rgba(65,35,28,.08); overflow: hidden; }
  .sp-product-image { width: 100%; height: 100%; min-height: inherit; object-fit: contain; display: block; }
  .button-26 { background: #991f23; color: #fff; border-radius: 4px; font-family: Mulish, Arial, sans-serif; font-weight: 700; text-decoration: none; }
  @media (max-width: 767px) { .section-product-info .product-header5_layout { display: flex; flex-direction: column; gap: 20px; } .sp-product-image-wrapper, .zoom-wrapper { min-height: 300px; } }
/* Luxury Advertisement Banner Section */
.div-block-43 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.div-block-43 .banner-4 {
  grid-column: 1 / -1;
}
.div-block-43 .banner-6 {
  display: contents;
}
.banner-6 .ad-banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 360px;
  display: flex;
}
.banner-6 .ad-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-6 .ad-banner-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 65%);
}
.banner-6 .ad-banner-title {
  font-family: "Com 4 DL", sans-serif;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}
.banner-6 .ad-banner-cta {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.banner-6 .ad-banner-cta:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 991px) {
  .div-block-43 {
    grid-template-columns: 1fr;
  }
  .banner-6 .ad-banner {
    height: 300px;
  }
}
/* Accessibility Resets */
.kj-hero-heading,
.kj-hero-heading0,
.kj-hero-heading4 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: var(--font-decorative);
  font-style: normal;
  font-weight: 300;
  color: var(--gold);
  text-align: left;
  text-transform: none;
  align-self: flex-start;
  width: 100%;
  font-variant: normal;
}
.kj-hero-heading {
  font-family: "Com 4 DL", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  max-width: min(100%, 620px);
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.05;
  overflow-wrap: normal;
}
.kj-hero-heading0 {
  color: #900000;}
.kj-hero-heading0,
.kj-hero-heading4 {
  font-size: 80px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .kj-hero-heading {
    width: 100%;
    max-width: 100%;
    font-size: clamp(36px, 6vw, 52px);
    line-height: 1.05;
  }
  .kj-hero-heading0,
  .kj-hero-heading4 {
    font-size: 56px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .kj-hero-heading {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.08;
  }
  .kj-hero-heading0,
  .kj-hero-heading4 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media screen and (max-width: 479px) {
  .kj-hero-heading {
    font-size: clamp(30px, 11vw, 36px);
    line-height: 1.1;
  }
  .kj-hero-heading0,
  .kj-hero-heading4 {
    font-size: 36px;
    line-height: 48px;
  }
}
/* ============================================
   GALLERY - EXPERIENCE AYSWARIYA MAHAL
/* Gallery page title banner */
@keyframes galleryFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Responsive - Gallery Video */
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}
.premium-info-text {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
}
.premium-info-text p {
  margin-bottom: 15px;
}
.premium-info-list {
  margin-bottom: 20px;
}
.premium-quote {
  font-style: italic;
  color: var(--gold, #c19b67);
  font-weight: 500;
}
* {
  -webkit-font-smoothing: antialiased;
}
.swiper-slide>.slide-bg {
  filter: blur(5px);
  opacity: 0.5 !important;
}
.swiper-slide-active .slide-bg {
  filter: blur(0);
  opacity: 1 !important;
}
.swiper-slide-active .slide-content,
.swiper-slide-active .slide-content_title {
  opacity: 1;
}
.swiper-slide-next,
.swiper-slide-prev {
  filter: blur(0);
}
.swiper-slide-next>.slide-bg,
.swiper-slide-prev>.slide-bg {
  filter: blur(0) !important;
  opacity: 0.5 !important;
  transition: 500ms cubic-bezier(.165, .84, .44, 1);
}
.swiper-slide-active:focus,
.swiper-slide-active:hover .slide-content {
  min-height: 100%;
  transition: min-height 500ms cubic-bezier(.165, .84, .44, 1);
}
.swiper-slide-active:focus,
.swiper-slide-active:hover .slide-gradient {
  background-image: none;
}
.swiper-slide-active:focus,
.swiper-slide-active:hover .slide-content_text-wrapper {
  opacity: 1;
}
body {
  min-height: 0vw;
  font-size: calc(0.08928571428571437vw + 0.819642857142857em);
}
@media screen and (min-width:1440px) {
  body { font-size: 0.8999999999999999em; }
}
@media screen and (max-width:991px) {
  body { font-size: calc(0.20181634712411706vw + 0.625em); }
}
.about-page .container {
  max-width: 100em;
}
/* ===== Restored copy-classes (were incorrectly removed) ===== */
.banner-120-copy {
  background-image: url("../assets/images/66ac889ae5053423a38dd39f_jewelry-photography 1 (1).webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex}
@media (max-width: 991px) {
  .banner-120-copy {
    background-image: linear-gradient(#ffe3ce, #fff0), url("../assets/images/66ac889ae5053423a38dd39f_jewelry-photography 1 (1).webp");
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 0}}
@media (max-width: 767px) {
  .banner-120-copy {
    background-image: linear-gradient(90deg, #e9c9b900, #ffdac8 68%), url("../assets/images/66ac889ae5053423a38dd39f_jewelry-photography 1 (1).webp");
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover}}
@media (max-width: 479px) {
  .banner-120-copy {
    background-image: linear-gradient(90deg, #ffdbc9, #ffdac800 51%, #ffdac8), url("../assets/images/66ac889ae5053423a38dd39f_jewelry-photography 1 (1).webp");
    background-position: 0 0, 10%;
    background-size: auto, cover;
    justify-content: flex-start;
    height: 50vh}}
.banner-18-copy {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 75px;
  display: flex}
.banner-26111-copy {
  background-image: url("../assets/images/67a73a3dbb8c680323ef26c4_KJ WEBSITE BANNER-01.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  display: flex}
.banner-4-copy {
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 0;
  display: flex}
.border-box-20-copy,
.border-box-24-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex}
@media (max-width: 991px) {
  .border-box-24-copy {
    justify-content: center;
    align-items: flex-start;
    width: 90%}
}
@media (max-width: 767px) {
  .border-box-24-copy {
    justify-content: center;
    align-items: flex-start;
    width: 100%}
}
.border-box-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex}
.border-box-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex}
.div-block-42-copy {
  padding: 50px 30px 0}
.div-block-42-copy-copy {
  padding: 50px 30px 0}
.div-block-53-copy,
.div-block-57-copy-copy {
  padding: 0 30px 75px}
.div-block-57-copy-copy-c12122222 {
  padding: 30px 30px 75px}
.heading-2-copy {
  color: #fff;
  letter-spacing: -2.6px;
  margin-top: 20px;
  padding-right: 40px;
  font-family: var(--font-decorative);
  font-size: 65px;
  font-weight: 300;
  line-height: 65px}
.image-copy {
  width: 40%}
.intro-center-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
  display: flex}
.intro-content-2-copy {
  text-align: center;
  width: 70%;
  max-width: 1140px}
.margin-bottom-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0}
.margin-bottom-copy-copy.imgdfg {
  flex-flow: column}
.paragraph-center-copy {
  opacity: 1;
  width: 100%;
  color: var(--pencil-grey);
  text-align: center;
  letter-spacing: -.96px;
  text-transform: capitalize;
  text-wrap: balance;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 300;
  line-height: 25px}
.home-bestsellers__image {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%}
.product-item-copy {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 15px;
  display: flex}
.product-list-copy {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid}
.text-3-copy {
  color: var(--bright-red);
  letter-spacing: -.04em;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex}
.text-block-71-copy {
  color: var(--white);
  font-size: 27.556px;
  font-weight: 300}
/* ============================================================
   BLOG LISTING & POST â€” STRUCTURAL CSS
/* --- Blog Page Section Wrappers --- */
.blog-section {
  width: 100%}
.blog-container {
  width: 100%;
  max-width: 100%}
/* --- Blog Hero Heading --- */
.kj-hero-heading-blog {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 76px}
/* --- Blog Grid (listing page) --- */
.collection-list-wrapper-3 {
  width: 100%}
.dynamic-items.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: grid}
.dynamic-item.col.col-4 {
  width: 100%}
.dynamic-item a.inline-block {
  color: var(--black);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease}
.dynamic-item a.inline-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12)}
.dynamic-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px 12px 0 0}
.dynamic-item h4 {
  margin: 16px 0;
  padding: 0 8px 8px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black)}
/* --- Blog Post Page --- */
.blog-post {
  width: 100%}
.blog-post__container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px}
.blog-post__header {
  margin-bottom: 32px}
.blog-post__title {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 12px}
.blog-post__date {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: #888}
.blog-post__image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 32px}
.blog-post__content {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
  color: #333}
.blog-post__content h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 16px;
  color: var(--black)}
.blog-post__content h3 {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
  color: var(--black)}
.blog-post__content p {
  margin-bottom: 20px}
.blog-post__content ul,
.blog-post__content ol {
  margin-bottom: 20px;
  padding-left: 24px}
.blog-post__content li {
  margin-bottom: 8px}
.blog-post__content a {
  color: var(--bright-red);
  text-decoration: underline}
