@charset "UTF-8";/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

/* Main image default state */

.pd-gallery-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transform-origin: top left;
  will-change: transform;
}

/* Zoom container */
.pd-zoombox {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 16px;
}

/* When zoomed */
.pd-zoombox.is-zoomed .pd-gallery-main {
  cursor: default;
}

/* ================================
   THUMBNAILS
================================ */

/* Thumb button wrapper */
.pd-thumb-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

/* Square thumbnails */
.pd-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  cursor: pointer;
  border-radius: 12px;
}

/* Focus and active states */
.pd-thumb-btn:focus-visible .pd-thumb,
.pd-thumb-btn.is-active .pd-thumb {
  outline: 2px solid #212529;
  outline-offset: 2px;
}

/* Slightly tighter corners on mobile */
@media (max-width: 575.98px) {
  .pd-zoombox {
    border-radius: 12px;
  }

  .pd-thumb {
    border-radius: 10px;
  }
}
/* ================================
   CATEGORY GRID, THUMB FIX
================================ */

#categoryGrid a.pd-card {
  display: block;
}

#categoryGrid .pd-card__img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hard reset in case any global img rules are interfering */
#categoryGrid .pd-card__img > img {
  position: static !important;
  inset: auto !important;

  width: 100% !important;
  height: 100% !important;
  max-width: none !important;

  object-fit: contain !important;
  display: block !important;
}
.bg-grey {
	background-color: #3E3E3E;
}
/* Default: desktop */
.brand-logo {
  width: 130px;
  height: auto;
  max-height: 98px;
  object-fit: contain;
  display: block;
}

.pd-zoom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1055;
  padding: 24px;
}

.pd-zoom-modal.is-open {
  display: flex;
}

.pd-zoom-image {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  border-radius: 16px;
}

.pd-zoom-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
/* In place magnifier */
.pd-magnify {
  position: relative;
}

.pd-magnify.is-active .pd-gallery-main {
  cursor: zoom-out;
}

.pd-gallery-main {
  cursor: zoom-in;
}

/* The lens */
.pd-lens {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  display: none;
  pointer-events: none;
  background-repeat: no-repeat;
}

/* Show lens only when active */
.pd-magnify.is-active .pd-lens {
  display: block;
}

@media (max-width: 991.98px) {
  .pd-lens {
    width: 120px;
    height: 120px;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .brand-logo {
    width: 110px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .brand-logo {
    width: 80px;
  }
}

.pd-hero {
  min-height: clamp(420px, 70vh, 760px);
}

.pd-hero img {
  object-fit: cover;
}

/* ================================
   CATEGORY GRID CARDS
================================ */

.pd-card {
  display: block;
}

.pd-card__img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pd-card__title {
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-dark{color:#000 !important;}
/* Designer spotlight images: never crop */
/* Designer spotlight: 2-col cards */
.designer-media {
  background: #fff;
}

/* A fixed, calm landscape height that scales nicely */
.designer-media {
  aspect-ratio: 3 / 2; /* modern browsers */
}

/* No cropping, jewellery stays fully visible */
.designer-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  display: block;
}

/* Optional: slightly more air on large screens */
@media (min-width: 992px) {
  .designer-media img { padding: 20px; }
}


body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
    h1, h2, h3, .brand-wordmark { font-family: "Playfair Display", serif; }
    .brand-wordmark { letter-spacing: 0.02em; font-weight: 600; }
    .hero-img { border: 1px solid rgba(0,0,0,.08); border-radius: 1rem; overflow: hidden; background: #f8f9fa; }
    .category-tile { display:block; color: inherit; text-decoration: none; }
    .category-tile:hover { opacity: .92; }
    .category-cap { margin-top: .75rem; font-weight: 500; }
    .product-card { display:block; color: inherit; text-decoration: none; }
    .product-card:hover { opacity: .92; }
    .soft-border { border: 1px solid rgba(0,0,0,.08); }
    .btn-outline-ink { border-color: #111; color: #111; }
    .btn-outline-ink:hover { background:#111; color:#fff; }
p {
  text-transform: none !important;
}
