/** Shopify CDN: Minification failed

Line 3664:0 All "@import" rules must come first

**/
/* ============================================
   kayanjali.com Complete Theme CSS Override
   Matches exact UI/UX, fonts, colors, spacing
   ============================================ */

/* ---------- CSS Variables — kayanjali Brand Colors ---------- */
:root {
  --colorBtnPrimary: #1a1a1a;
  --colorBtnPrimaryLight: #333333;
  --colorBtnPrimaryDim: #000000;
  --colorBtnPrimaryText: #ffffff;
  --colorCartDot: #ff4f33;
  --colorLink: #1a1a1a;
  --colorTextBody: #1a1a1a;
  --colorPrice: #1a1a1a;
  --colorTextSavings: #d43b5c;
  --colorSaleTag: #e84a2d;
  --colorSaleTagText: #ffffff;
  --colorBody: #ffffff;
  --colorBodyDim: #fdf6f7;
  --colorFooter: #f8f8f8;
  --colorFooterText: #1a1a1a;
  --colorBorder: #e8e8e1;
  --colorNav: #ffffff;
  --colorNavText: #1a1a1a;
  --colorAnnouncement: #1a1a1a;
  --colorAnnouncementText: #ffffff;
  --colorHeroText: #ffffff;
  --colorImageOverlay: #000000;
  --colorImageOverlayOpacity: 0.08;
  --colorImageOverlayTextShadow: 0.15;
  --colorSmallImageBg: #ffffff;
  --colorLargeImageBg: #faf5f5;
  --colorGridOverlay: #000000;
  --colorGridOverlayOpacity: 0.05;
  --colorDrawers: #ffffff;
  --colorDrawersDim: #f8f8f8;
  --colorDrawerBorder: #e8e8e1;
  --colorDrawerText: #1a1a1a;
  --colorDrawerTextDark: #000000;
  --colorDrawerButton: #1a1a1a;
  --colorDrawerButtonText: #ffffff;
  --grid-gutter: 20px;
  --drawer-gutter: 20px;
  --kayanjali-pink: #e84a2d;
  --kayanjali-pink-light: #fef0ec;
  --kayanjali-gold: #f5a623;
  --kayanjali-dark: #1a1a1a;
  --kayanjali-gray: #777777;
  --kayanjali-border: #e8e8e1;
  --kayanjali-bg: #faf5f5;
}

@media only screen and (min-width: 769px) {
  :root {
    --grid-gutter: 22px;
    --drawer-gutter: 30px;
  }
}

/* ---------- Global Typography ---------- */
body,
input,
textarea,
button,
select {
  font-family: 'Jost', 'ITC Clearface', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-header__title {
  font-family: 'ITC Clearface', 'Jost', 'Georgia', 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.section-header__title {
  font-size: 30px;
  margin-bottom: 8px;
}

/* ---------- Announcement Bar ---------- */
.announcement-bar {
  background: var(--colorAnnouncement);
  color: var(--colorAnnouncementText);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 6px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  height: 34px;
  line-height: 22px;
}

.announcement-bar a,
.announcement-bar a:hover {
  color: var(--colorAnnouncementText);
  text-decoration: none;
}

.announcement-bar .announcement-text {
  display: inline;
  font-weight: 600;
}

.announcement-bar .announcement-link-text {
  font-weight: 700;
  text-decoration: underline;
  margin-left: 5px;
}

.announcement-marquee {
  display: inline-block;
  white-space: nowrap;
  animation: kayanjali-marquee 22s linear infinite;
}

@keyframes kayanjali-marquee {
  0%   { transform: translateX(60vw); }
  100% { transform: translateX(-100%); }
}

.announcement-slider {
  display: flex;
  overflow: hidden;
}
.announcement-slider .announcement-slider__slide {
  flex: 0 0 100%;
  text-align: center;
  padding: 0 15px;
}

/* Hide exposed slideshow controls in announcement bar */
.announcement-bar .slideshow__pause {
  display: none !important;
}

/* ---------- Header ---------- */
.site-header {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
}

.header-sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
}

.header-layout {
  display: flex;
  align-items: center;
}

.header-item--logo {
  flex: 0 0 auto;
  margin-right: 30px;
}

.header-item--logo .site-header__logo-link {
  display: block;
}

.header-item--logo img {
  max-width: 200px;
  display: block;
}

.header-item--navigation {
  flex: 1 1 auto;
  text-align: center;
}

.header-item--icons {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Navigation — kayanjali ALL CAPS style */
.site-nav {
  margin: 0;
  text-align: center;
}

.site-nav__link {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 10px 16px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-nav__link:hover {
  color: var(--kayanjali-pink);
}

.site-nav--has-dropdown .site-nav__link::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.site-nav--active-dropdown .site-nav__link {
  color: var(--kayanjali-pink);
}

/* Mega menu dropdown */
.site-nav__dropdown {
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border: 1px solid #f0f0f0;
  padding: 20px 0;
  min-width: 220px;
  z-index: 100;
  border-radius: 0;
}

.site-nav__dropdown-link {
  display: block;
  padding: 9px 25px;
  font-size: 13px;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.03em;
}

.site-nav__dropdown-link:hover {
  background: var(--kayanjali-pink-light);
  color: var(--kayanjali-pink);
  padding-left: 28px;
}

/* Header icons */
.site-nav__link--icon {
  display: flex;
  align-items: center;
  padding: 8px 6px;
  color: #1a1a1a;
}

.site-nav__link--icon .icon {
  width: 22px;
  height: 22px;
}

.site-nav__link--icon .icon__fallback-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.site-nav__link--icon:hover {
  color: var(--kayanjali-pink);
}

/* Cart icon with count bubble */
.site-header__cart {
  position: relative;
}

.cart-link__bubble {
  position: absolute;
  top: 2px;
  right: -2px;
  width: 17px;
  height: 17px;
  background: var(--kayanjali-pink);
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Mobile hamburger — kayanjali Full-Screen Overlay */
.drawer--fullscreen .drawer__contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  z-index: 30;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.drawer--fullscreen.drawer--is-open .drawer__contents {
  transform: translateX(0);
}

.drawer--fullscreen .drawer__fixed-header {
  flex-shrink: 0;
  border-bottom: 1px solid #f0f0f0;
}

.drawer--fullscreen .drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.drawer--fullscreen .drawer__brand-name {
  font-family: 'ITC Clearface', 'Georgia', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.drawer--fullscreen .drawer__close-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.drawer--fullscreen .drawer__close-button .icon-close {
  width: 20px;
  height: 20px;
}

.drawer--fullscreen .drawer__close-text {
  display: inline;
}

.drawer--fullscreen .drawer__scrollable {
  flex: 1;
  overflow-y: auto;
  padding: 15px 0;
  -webkit-overflow-scrolling: touch;
}

/* Mobile nav list */
.drawer--fullscreen .mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer--fullscreen .mobile-nav__item {
  border-bottom: 1px solid #f5f5f5;
}

.drawer--fullscreen .mobile-nav__has-sublist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.drawer--fullscreen .mobile-nav__link--top-level {
  flex: 1;
  display: block;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  text-decoration: none;
}

.drawer--fullscreen .mobile-nav__link--top-level[data-active="true"] {
  color: var(--kayanjali-pink);
}

.drawer--fullscreen .mobile-nav__toggle-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}

.drawer--fullscreen .mobile-nav__toggle-icon {
  font-size: 24px;
  font-weight: 300;
  color: #999;
  transition: transform 0.3s ease;
  line-height: 1;
  display: block;
}

.drawer--fullscreen .collapsible-trigger.is-open .mobile-nav__toggle-icon {
  transform: rotate(45deg);
}

/* Sublist */
.drawer--fullscreen .mobile-nav__sublist {
  background: #fafafa;
  padding: 0;
}

.drawer--fullscreen .mobile-nav__sublist .mobile-nav__link {
  display: block;
  padding: 14px 24px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}

.drawer--fullscreen .mobile-nav__sublist .mobile-nav__link:hover,
.drawer--fullscreen .mobile-nav__sublist .mobile-nav__link[data-active="true"] {
  color: var(--kayanjali-pink);
  background: #fff;
}

.drawer--fullscreen .mobile-nav__grandchildlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer--fullscreen .mobile-nav__grandchildlist .mobile-nav__link {
  padding-left: 40px;
  font-size: 13px;
}

/* Account link */
.drawer--fullscreen .mobile-nav__account {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.drawer--fullscreen .mobile-nav__account-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  text-decoration: none;
}

.drawer--fullscreen .mobile-nav__account-link .icon-user {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

/* Social icons */
.drawer--fullscreen .mobile-nav__social {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 25px 0;
}

.drawer--fullscreen .mobile-nav__social-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  color: #666;
  transition: all 0.3s ease;
}

.drawer--fullscreen .mobile-nav__social-item a:hover {
  border-color: var(--kayanjali-pink);
  color: var(--kayanjali-pink);
}

.drawer--fullscreen .mobile-nav__social-item .icon {
  width: 18px;
  height: 18px;
}

/* Overlay backdrop */
.drawer--fullscreen .drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
  z-index: 29;
  pointer-events: none;
  transition: background 0.35s ease;
}

.drawer--fullscreen.drawer--is-open .drawer__overlay {
  background: rgba(0,0,0,0.3);
  pointer-events: auto;
}

/* Hide old mobile nav styles */
.drawer--fullscreen .mobile-nav__link--button,
.drawer--fullscreen .mobile-nav__faux-link,
.drawer--fullscreen .collapsible-icons,
.drawer--fullscreen .faux-button {
  display: none;
}

.drawer--fullscreen .mobile-nav__item--secondary {
  display: none;
}

/* Prevent mobile drawer from showing on desktop */
@media only screen and (min-width: 769px) {
  .drawer--fullscreen {
    display: none !important;
  }
  .drawer--left {
    display: none !important;
  }
  .js-drawer-open-nav {
    display: none;
  }
}

/* Search overlay */
.site-header__search-container {
  background: rgba(255,255,255,0.98);
}

.site-header__search-input {
  font-size: 16px;
  font-family: 'Jost', sans-serif;
}

/* Toolbar (top bar with currency/language) */
.toolbar {
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 4px 0;
  font-size: 11px;
}

.toolbar__menu a {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---------- Hero / Slideshow ---------- */
.hero {
  background: #faf5f5;
}

.hero--650px {
  height: 580px;
}

@media only screen and (max-width: 768px) {
  .hero--mobile--auto {
    height: 55vh;
  }
}

.hero__image-wrapper {
  position: relative;
}

.hero__image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.08);
  z-index: 2;
}

.hero__text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.hero__text-content {
  max-width: 650px;
  text-align: center;
}

.hero__top-subtitle {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.hero__title {
  font-family: 'ITC Clearface', 'Georgia', 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 14px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
  color: #ffffff;
  font-size: 52px;
}

.hero__subtitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.hero__link .btn {
  background: #ffffff;
  color: #1a1a1a;
  border: none;
  padding: 13px 32px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.hero__link .btn:hover {
  background: var(--kayanjali-pink);
  color: #ffffff;
}

/* Flickity dots */
.flickity-page-dots {
  bottom: 20px;
}

.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  margin: 0 5px;
  opacity: 1;
  transition: all 0.3s ease;
}

.flickity-page-dots .dot.is-selected {
  background: #ffffff;
  width: 24px;
  border-radius: 4px;
}

/* ---------- Section Headers ---------- */
.section-header {
  text-align: center;
  margin-bottom: 35px;
}

.section-header__title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 15px;
}

/* kayanjali decorative underline */
.section-header__title::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #ccc;
  margin: 10px auto 0;
}

.section-header--with-link .section-header__title::after {
  content: none;
}

/* ---------- Category Grid ---------- */
.collection-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.collection-image {
  border-radius: 6px;
  overflow: hidden;
}

.collection-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 15px 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}

.collection-item__title span {
  display: block;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* ---------- Product Cards ---------- */
.grid-product {
  margin-bottom: 30px;
}

.grid-product__content {
  position: relative;
  background: #ffffff;
  transition: transform 0.3s ease;
}

.grid-product__content:hover {
  transform: translateY(-3px);
}

.grid-product__image-mask {
  position: relative;
  overflow: hidden;
}

.grid__image-ratio img,
.grid-product__image {
  transition: transform 0.5s ease;
}

.grid-product__content:hover .grid__image-ratio img,
.grid-product__content:hover .grid-product__image {
  transform: scale(1.04);
}

/* Sale badge */
.grid-product__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  z-index: 5;
  text-transform: uppercase;
}

.grid-product__tag--sale {
  background: var(--kayanjali-pink);
  color: #ffffff;
}

.grid-product__tag--sold-out {
  background: #888;
  color: #fff;
}

.grid-product__tag--custom {
  background: #1a1a1a;
  color: #ffffff;
}

/* Product meta */
.grid-product__meta {
  padding: 12px 4px 8px;
  text-align: center;
}

.grid-product__vendor {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  font-weight: 500;
}

.grid-product__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.grid-product__title a {
  color: #1a1a1a;
  text-decoration: none;
}

/* Price */
.grid-product__price {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.grid-product__price--original {
  font-size: 13px;
  color: #999 !important;
  text-decoration: line-through !important;
  font-weight: 400;
  margin-right: 0;
  display: inline;
  opacity: 0.7;
}

/* Override any theme.css price styling */
.grid-product__price span {
  font-size: inherit;
}

.grid-product__price .grid-product__price--original {
  text-decoration: line-through !important;
  -webkit-text-decoration: line-through !important;
}

/* kayanjali: MRP 3,000MRP 2,499 — no space */
.grid-product__price--original + span {
  margin-left: 0;
}

.grid-product__price--savings {
  font-size: 12px;
  color: var(--kayanjali-pink);
  font-weight: 600;
  margin-left: 4px;
}

/* Size chips — kayanjali plain text style */
.grid-product__sizes {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 4px 0 6px;
  flex-wrap: wrap;
}

.grid-product__size {
  font-size: 10px;
  padding: 2px 5px;
  border: none;
  color: #999;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  background: none;
}

.grid-product__size::after {
  content: '·';
  margin-left: 5px;
  color: #ddd;
}

.grid-product__size:last-child::after {
  content: none;
}

/* Quick shop button */
.quick-product__btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  z-index: 5;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease;
}

.grid-product__content:hover .quick-product__btn {
  opacity: 1;
  transform: translateY(0);
}

.quick-product__label {
  display: none;
}

/* ---------- Collection Page ---------- */
.collection-content {
  padding-top: 5px;
}

/* Filter bar top */
.collection-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e1;
  margin-bottom: 25px;
}

.collection-filter__item--count {
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

.collection-filter__sort-container select {
  font-size: 13px;
  padding: 9px 32px 9px 14px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #1a1a1a;
  font-family: 'Jost', sans-serif;
}

.collection-filter__item--drawer .btn--tertiary {
  font-size: 13px;
  padding: 9px 18px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #1a1a1a;
  font-weight: 500;
  cursor: pointer;
}

/* ============ kayanjali Filter Sidebar ============ */
.collection-sidebar {
  padding-right: 20px;
}

/* Filter heading */
.kayanjali-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #1a1a1a;
}

.kayanjali-filter-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}

.kayanjali-filter-clear-link {
  font-size: 12px;
  color: var(--kayanjali-pink);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  cursor: pointer;
}

.kayanjali-filter-clear-link:hover {
  text-decoration: underline;
}

/* Active filter tags */
.kayanjali-active-filters {
  margin-bottom: 20px;
}

.kayanjali-active-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #777;
}

.kayanjali-active-filters__header .kayanjali-clear-all {
  font-size: 11px;
  color: var(--kayanjali-pink);
  font-weight: 500;
  cursor: pointer;
}

.kayanjali-filter-tag {
  display: inline-block;
  margin: 0 5px 6px 0;
}

.kayanjali-filter-tag .btn--small {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #555;
  font-size: 11px;
  padding: 5px 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: none;
}

.kayanjali-filter-tag .btn--small:hover {
  background: #eee;
  color: #1a1a1a;
}

/* Filter group */
.kayanjali-filter-group {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.kayanjali-filter-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
}

.kayanjali-filter-group__arrow {
  font-size: 12px;
  color: #999;
  transition: transform 0.3s ease;
}

.kayanjali-filter-group__header.is-open .kayanjali-filter-group__arrow {
  transform: rotate(180deg);
}

.kayanjali-filter-group__inner {
  padding-bottom: 10px;
}

/* Filter list */
.kayanjali-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
}

.kayanjali-filter-list--truncated .kayanjali-filter-item--hidden {
  display: none;
}

.kayanjali-filter-item {
  margin-bottom: 2px;
}

.kayanjali-filter-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  transition: color 0.2s ease;
}

.kayanjali-filter-label:hover {
  color: #1a1a1a;
}

.kayanjali-filter-item--active .kayanjali-filter-label {
  color: #1a1a1a;
  font-weight: 500;
}

/* Custom checkbox */
.kayanjali-custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #d0d0d0;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}

.kayanjali-filter-item--active .kayanjali-custom-checkbox,
.kayanjali-filter-checkbox:checked ~ .kayanjali-custom-checkbox {
  border-color: #1a1a1a;
  background: #1a1a1a;
}

.kayanjali-filter-item--active .kayanjali-custom-checkbox::after,
.kayanjali-filter-checkbox:checked ~ .kayanjali-custom-checkbox::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hide native checkbox */
.kayanjali-filter-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.kayanjali-filter-label-text {
  flex: 1;
  font-size: 13px;
}

.kayanjali-filter-count {
  font-size: 12px;
  color: #bbb;
  flex-shrink: 0;
}

/* Color swatches in filters */
.kayanjali-filter-list--color .kayanjali-filter-label {
  gap: 10px;
}

.kayanjali-color-swatch {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.kayanjali-filter-item--active .kayanjali-color-swatch {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1a1a1a;
}

/* Show More button */
.kayanjali-show-more {
  display: block;
  width: 100%;
  padding: 8px 0;
  background: none;
  border: none;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.kayanjali-show-more:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

/* Price range */
.kayanjali-price-range {
  padding: 5px 0;
}

.kayanjali-price-range__inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.kayanjali-price-range__field {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.kayanjali-price-range__currency {
  font-size: 14px;
  color: #999;
  font-weight: 500;
  margin-right: 4px;
}

.kayanjali-price-range__input {
  flex: 1;
  border: none;
  padding: 10px 0;
  font-size: 14px;
  color: #1a1a1a;
  font-family: 'Jost', sans-serif;
  width: 100%;
  min-width: 0;
}

.kayanjali-price-range__input:focus {
  outline: none;
}

.kayanjali-price-range__input::placeholder {
  color: #bbb;
}

.kayanjali-price-range__separator {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

/* Hide default noUi slider elements we don't need */
.kayanjali-price-range__slider-wrapper .price-range__display-wrapper {
  display: none;
}

/* Price slider styling — noUi overrides */
.price-range__slider {
  height: 2px;
  background: #e0e0e0;
  border: none;
  border-radius: 0;
}

.price-range__slider .noUi-connect {
  background: #1a1a1a;
}

.price-range__slider .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1a1a1a;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  cursor: pointer;
  top: -7px;
}

.price-range__slider .noUi-handle::before,
.price-range__slider .noUi-handle::after {
  display: none;
}

.price-range__slider .noUi-handle:focus {
  outline: none;
}

/* Filter Apply button */
.kayanjali-filter-actions {
  padding: 15px 0 0;
}

.kayanjali-filter-apply-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.kayanjali-filter-apply-btn:hover {
  background: #333;
}

/* Filter drawer (mobile) overrides */
.drawer--left .drawer__contents {
  max-width: 85vw;
}

@media only screen and (max-width: 768px) {
  .collection-filter__item--count {
    display: none;
  }

  .kayanjali-filter-group__header {
    padding: 12px 0;
    font-size: 12px;
  }

  .kayanjali-filter-label {
    padding: 5px 0;
  }
}

/* ---------- Pagination ---------- */
.pagination {
  text-align: center;
  padding: 35px 0;
}

.pagination .page a,
.pagination .page.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 14px;
  margin: 0 3px;
  color: #1a1a1a;
  text-decoration: none;
  border: 1px solid transparent;
}

.pagination .page.current {
  background: #1a1a1a;
  color: #fff;
}

.pagination .page a:hover {
  border-color: #1a1a1a;
}

.pagination .next a,
.pagination .prev a {
  font-size: 13px;
  padding: 0 15px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* ---------- Product Page ---------- */
.product-section {
  padding-top: 20px;
}

.product-single__meta {
  padding-left: 10px;
}

.product-single__vendor {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  font-weight: 500;
}

.product-single__vendor a {
  color: #999;
  text-decoration: none;
}

.product-single__title {
  font-family: 'ITC Clearface', 'Georgia', 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 8px;
  color: #1a1a1a;
}

/* kayanjali Product Price Block */
.kayanjali-price-block {
  margin-bottom: 8px;
}

.kayanjali-sale-label {
  display: block;
  font-size: 12px;
  color: var(--kayanjali-pink);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.kayanjali-price-row {
  margin-bottom: 2px;
}

.kayanjali-sale-price {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.kayanjali-regular-label {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.kayanjali-regular-price {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}

.kayanjali-regular-price--only {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.kayanjali-savings {
  display: inline-block;
  font-size: 14px;
  color: var(--kayanjali-pink);
  font-weight: 600;
  margin-top: 4px;
}

.kayanjali-tax-note {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
  margin-bottom: 10px;
}

/* Hide old price styles */
.product__price { display: none; }
.product__price-savings { display: none; }
.product__price--compare { display: none; }

.product__policies {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* Variant buttons (Size selector) */
.variant-input-wrap {
  margin-bottom: 15px;
}

.variant-input-wrap label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.variant-wrapper {
  margin-bottom: 0;
}

.variant-input {
  display: inline-block;
  margin: 0 5px 8px 0;
}

.variant-input input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.variant-input label {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #e0e0e0;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  min-width: 48px;
  color: #1a1a1a;
  background: #fff;
}

.variant-input input:checked + label,
.variant-input label:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
  background: #fff;
}

.variant-input input:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Size chart link */
.size-chart__standalone {
  margin-bottom: 15px;
}

.size-chart__standalone a,
.size-chart__standalone tool-tip-trigger {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
}

/* Quantity selector */
.product__quantity {
  margin-bottom: 15px;
}

.product__quantity label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: block;
}

.js-qty__wrapper {
  display: inline-flex;
  border: 2px solid #e0e0e0;
  max-width: 130px;
}

.js-qty__num {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  background: #fff;
}

.js-qty__adjust {
  width: 36px;
  border: none;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}

.js-qty__adjust:hover {
  background: #f5f5f5;
}

/* Add to cart button */
.add-to-cart {
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #1a1a1a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-to-cart:hover {
  background: #333;
}

.add-to-cart[disabled] {
  background: #ccc;
  cursor: not-allowed;
}

.btn--secondary.add-to-cart {
  background: #1a1a1a;
  color: #fff;
}

/* Promotion box on product page */
.product-block--sales-point {
  margin: 15px 0;
}

.sales-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sales-point {
  padding: 8px 0;
  font-size: 13px;
  color: #555;
}

.sales-point .icon-and-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sales-point .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ============ Product Image Gallery — kayanjali Style ============ */
.product__photos {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.product__photos--beside {
  flex-direction: row;
}

.product__photos--below {
  flex-direction: column;
}

.product__main-photos {
  flex: 1;
  position: relative;
  order: 2;
}

.product__thumbs {
  width: 80px;
  flex-shrink: 0;
  max-height: 650px;
  overflow-y: auto;
  order: 1;
  scrollbar-width: thin;
  scrollbar-color: #d0d0d0 transparent;
}

.product__thumbs--below {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  max-height: none;
  display: flex;
  gap: 8px;
  margin-top: 12px;
  order: 3;
  padding-bottom: 5px;
}

.product__thumbs--scroller {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product__thumbs--below .product__thumbs--scroller {
  flex-direction: row;
}

.product__thumb-item {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.6;
  width: 100%;
  flex-shrink: 0;
}

.product__thumbs--below .product__thumb-item {
  width: 70px;
}

.product__thumb-item:hover {
  opacity: 0.9;
  border-color: #ccc;
}

.product__thumb-item.aos-animate[data-index] {
  /* Active thumb */
}

.product__thumb-item .product__thumb {
  display: block;
}

.product__thumb-item .image-wrap {
  height: 0;
  padding-bottom: 140% !important;
  position: relative;
  overflow: hidden;
}

.product__thumb-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Video/3D icon on thumbs */
.product__thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.product__thumb-icon .icon {
  width: 14px;
  height: 14px;
}

/* Main image slideshow */
.product-slideshow {
  position: relative;
}

.product-main-slide {
  display: none;
  width: 100%;
}

.product-main-slide:first-child {
  display: block;
}

.product-main-slide .image-wrap {
  height: 0;
  padding-bottom: 140% !important;
  position: relative;
  overflow: hidden;
  background: #faf5f5;
}

.product-main-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sale badge on product image */
.product__photo-zoom {
  position: relative;
  display: block;
}

/* Flickity overrides for product gallery */
.product__main-photos .flickity-page-dots {
  bottom: 12px;
}

.product__main-photos .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
}

.product__main-photos .flickity-page-dots .dot.is-selected {
  background: #1a1a1a;
}

/* Thumbnail arrow buttons */
.product__thumb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #fff;
  border: 1px solid #e0e0e0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.product__thumb-arrow--prev {
  left: -16px;
}

.product__thumb-arrow--next {
  right: -16px;
}

.product__thumb-arrow .icon {
  width: 14px;
  height: 14px;
}

/* Zoom icon */
.product__photo-zoom .product__photo-zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product__main-photos:hover .product__photo-zoom-icon {
  opacity: 1;
}

/* Mobile gallery */
@media only screen and (max-width: 768px) {
  .product__photos {
    flex-direction: column;
  }

  .product__thumbs {
    width: 100%;
    max-height: none;
    order: 3;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 10px;
  }

  .product__thumbs--scroller {
    flex-direction: row;
    gap: 6px;
  }

  .product__thumb-item {
    width: 62px;
  }

  .product__main-photos {
    order: 2;
  }
}

/* ============ Product Tabs / Accordion — kayanjali Style ============ */
.product-block--tab {
  margin-top: 0;
  border-top: 1px solid #e8e8e1;
}

.product-block--tab:last-child {
  border-bottom: 1px solid #e8e8e1;
}

.collapsibles-wrapper--border-bottom {
  border-top: 1px solid #e8e8e1;
}

.product-block--tab .collapsible-trigger,
.collapsibles-wrapper--border-bottom .collapsible-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
}

.product-block--tab .collapsible-trigger:hover,
.collapsibles-wrapper--border-bottom .collapsible-trigger:hover {
  color: var(--kayanjali-pink);
}

/* Replace chevron with +/− */
.collapsible-trigger__icon {
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.collapsible-trigger__icon .icon-chevron-down {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.collapsible-trigger.is-open .collapsible-trigger__icon .icon-chevron-down {
  transform: rotate(180deg);
}

/* Tab content */
.product-block--tab .collapsible-content,
.collapsibles-wrapper--border-bottom .collapsible-content {
  overflow: hidden;
  transition: height 0.3s ease;
}

.product-block--tab .collapsible-content__inner,
.collapsibles-wrapper--border-bottom .collapsible-content__inner {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.product-block--tab .collapsible-content__inner p,
.collapsibles-wrapper--border-bottom .collapsible-content__inner p {
  margin-bottom: 10px;
}

.product-block--tab .collapsible-content__inner ul,
.collapsibles-wrapper--border-bottom .collapsible-content__inner ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 10px;
}

/* Hide old tab chevrons, use simple +/− */
.product-block--tab .collapsible-trigger .collapsible-trigger__icon,
.collapsibles-wrapper--border-bottom .collapsible-trigger .collapsible-trigger__icon {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}

/* Customer Reviews section */
.spr-container {
  padding: 35px 0;
  border-top: 1px solid #e8e8e1;
  margin-top: 10px;
}

.spr-header-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  font-family: 'ITC Clearface', 'Georgia', serif;
}

.spr-summary-actions-newreview {
  display: inline-block;
  padding: 10px 24px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
}

.spr-summary-actions-newreview:hover {
  background: #333;
}

/* Rating bars */
.spr-starrating {
  color: var(--kayanjali-gold);
}

/* ============ Celeb Approved — Dense Product Grid ============ */
.celeb-approved-section {
  padding: 50px 0;
}

.celeb-approved-section .section-header {
  margin-bottom: 25px;
}

.celeb-approved-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

@media only screen and (max-width: 960px) {
  .celeb-approved-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .celeb-approved-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.celeb-approved-grid .grid-product {
  margin-bottom: 10px;
}

.celeb-approved-grid .grid-product__content:hover {
  transform: translateY(-2px);
}

.celeb-approved-grid .grid-product__image-mask {
  border-radius: 3px;
}

.celeb-approved-grid .grid__image-ratio {
  background: #faf5f5;
}

.celeb-approved-grid .grid-product__meta {
  padding: 8px 2px 4px;
}

.celeb-approved-grid .grid-product__title {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 3px;
}

.celeb-approved-grid .grid-product__price {
  font-size: 12px;
}

.celeb-approved-grid .grid-product__vendor {
  display: none;
}

.celeb-approved-grid .grid-product__tag {
  font-size: 9px;
  padding: 3px 8px;
  top: 6px;
  left: 6px;
}

.celeb-approved-grid .grid-product__sizes {
  display: none;
}

.celeb-approved-grid .quick-product__btn {
  display: none;
}

/* Ensure the dense grid uses correct item width overrides */
.celeb-approved-grid .medium-up--one-fifth {
  width: 100%;
  clear: none;
}

/* Mobile scrollable for celeb grid */
@media only screen and (max-width: 768px) {
  .celeb-approved-grid--scrollable {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
  }

  .celeb-approved-grid--scrollable .grid-product {
    min-width: 150px;
    max-width: 160px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}

/* ---------- Testimonials Section ---------- */
.testimonials-section {
  padding: 70px 0;
  background: var(--kayanjali-bg);
}

.testimonials-section .section-header h2 {
  font-size: 30px;
  font-weight: 400;
}

.testimonials-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {
  .testimonials-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .testimonials-slider {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.testimonials-slide {
  background: #ffffff;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}

.testimonials-slide:hover {
  transform: translateY(-3px);
}

.testimonial-stars {
  color: var(--kayanjali-gold);
  font-size: 16px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 12px;
}

.testimonials-slider__text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  border-left: none;
  padding: 0;
  margin: 0;
}

.testimonials-slider__text .rte-setting {
  margin-bottom: 12px;
}

.testimonial-divider {
  color: #ccc;
  font-size: 11px;
  letter-spacing: 4px;
  margin: 12px 0;
  overflow: hidden;
  text-align: center;
}

.testimonail-image {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonail-image .image-wrap {
  height: 0;
  padding-bottom: 100% !important;
}

.testimonials-slide cite {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #1a1a1a;
  display: block;
}

.testimonials__info {
  font-size: 11px;
  color: #999;
  margin-top: 3px;
}

/* Hide slider dots on testimonial grid */
.testimonials-section .flickity-page-dots,
.testimonials-section .slideshow-wrapper > .slideshow__pause {
  display: none;
}

/* Hide empty logo-list section (no press logos uploaded) */
.logo-bar:empty,
.logo-bar--:not(:has(img)) {
  display: none;
}

/* ---------- Press / Logo List ---------- */
.logo-bar {
  padding: 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.45;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
  max-width: 130px;
}

.logo-bar__item:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.logo-bar__image {
  max-width: 120px;
  max-height: 35px;
  display: block;
}

/* ---------- Newsletter ---------- */
.newsletter-section {
  padding: 70px 0;
  text-align: center;
  background: #ffffff;
}

.newsletter-section .h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: 'ITC Clearface', 'Georgia', 'Times New Roman', serif;
}

.newsletter-section .rte {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter__input-group {
  display: flex;
  max-width: 450px;
  margin: 0 auto;
  border: 2px solid #1a1a1a;
}

.newsletter__input {
  flex: 1;
  border: none;
  padding: 14px 18px;
  font-size: 14px;
  background: #fff;
  color: #1a1a1a;
}

.newsletter__input:focus {
  outline: none;
}

.newsletter__input::placeholder {
  color: #999;
}

.newsletter__submit {
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: #1a1a1a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.newsletter__submit:hover {
  background: #333;
}

/* ---------- Rich Text / SEO Section ---------- */
/* Remove gap between header and hero */
.index-section--hero,
.index-section--flush {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Hide leaked modal/drawer text (Close esc etc) */
.icon__fallback-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}

/* General section spacing */
.index-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.index-section .rte {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

.index-section .rte h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'ITC Clearface', 'Georgia', 'Times New Roman', serif;
}

.index-section .rte ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 30px;
  max-width: 700px;
  margin: 15px auto;
}

.index-section .rte ul li {
  padding: 5px 0;
  border-bottom: 1px solid #f5f0f0;
  font-size: 13px;
}

.index-section .rte a {
  color: var(--kayanjali-pink);
  text-decoration: none;
}

.index-section .rte a:hover {
  text-decoration: underline;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--colorFooter);
  color: var(--colorFooterText);
  padding: 55px 0 25px;
  border-top: 1px solid #e8e8e1;
}

.site-footer .footer__social-section {
  text-align: center;
  margin-bottom: 35px;
}

.site-footer .footer__social {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.site-footer .footer__social a:hover {
  color: var(--kayanjali-pink);
}

.site-footer .footer__social .icon {
  width: 20px;
  height: 20px;
}

.site-footer h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.site-footer a {
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 2;
}

.site-footer a:hover {
  color: var(--kayanjali-pink);
}

.site-footer .footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer__menu li {
  margin-bottom: 2px;
}

.site-footer .footer__small-text {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e1;
}

/* Back to top */
.back-to-top {
  display: block;
  text-align: center;
  padding: 10px 0 20px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
}

.back-to-top:hover {
  color: #1a1a1a;
}

.back-to-top::after {
  content: ' ↑';
  font-size: 14px;
}

.site-footer .payment-icons {
  text-align: center;
  margin: 25px 0 0;
  list-style: none;
  padding: 0;
}

.site-footer .payment-icons li {
  display: inline-block;
  margin: 0 4px;
}

.site-footer .footer__section {
  text-align: center;
}

.footer__clear {
  clear: both;
}

.site-footer .grid {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .site-footer .grid {
    display: block;
  }

  .site-footer .footer__item {
    margin-bottom: 25px;
  }
}

/* ---------- Related / Similar Products ---------- */
.product-recommendations {
  padding: 50px 0;
  border-top: 1px solid #e8e8e1;
}

.product-recommendations__heading {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

/* kayanjali Promo Box, Pincode, Handcrafted */
.kayanjali-promo-box {
  margin-top: 15px;
  padding: 12px 16px;
  background: var(--kayanjali-pink-light);
  border: 1px dashed var(--kayanjali-pink);
  font-size: 13px;
  color: var(--kayanjali-pink);
  display: flex;
  align-items: center;
  gap: 8px;
}

.kayanjali-promo-icon {
  font-size: 18px;
}

.kayanjali-promo-box strong {
  color: var(--kayanjali-pink);
  font-weight: 700;
}

.kayanjali-delivery-check {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #e8e8e1;
}

.kayanjali-delivery-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kayanjali-pincode-form {
  display: flex;
  gap: 8px;
}

.kayanjali-pincode-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.kayanjali-pincode-input:focus {
  border-color: #1a1a1a;
  outline: none;
}

.kayanjali-pincode-btn {
  padding: 10px 24px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.kayanjali-pincode-btn:hover {
  background: #333;
}

.kayanjali-handcrafted {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}

.kayanjali-handcrafted-icon {
  font-size: 18px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn--tertiary {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #ddd;
}

.btn--tertiary:hover {
  border-color: #1a1a1a;
}

.btn--small {
  padding: 8px 16px;
  font-size: 11px;
}

/* ---------- Mobile ---------- */
@media only screen and (max-width: 768px) {
  .section-header__title {
    font-size: 24px;
  }

  .hero--650px {
    height: 45vh;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__subtitle {
    font-size: 14px;
  }

  .hero__link .btn {
    padding: 10px 20px;
    font-size: 11px;
  }

  .grid-product__meta {
    padding: 10px 2px 6px;
  }

  .grid-product__title {
    font-size: 12px;
  }

  .grid-product__price {
    font-size: 13px;
  }

  .collection-item__title {
    font-size: 13px;
  }

  .product-single__title {
    font-size: 22px;
  }

  .product__photos {
    flex-direction: column;
  }

  .product__thumbs {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
  }

  .product__thumb-item {
    width: 64px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .newsletter__input-group {
    flex-direction: column;
    border: none;
    gap: 10px;
  }

  .newsletter__input {
    border: 2px solid #1a1a1a;
  }

  .newsletter__submit {
    width: 100%;
  }

  .index-section .rte ul {
    grid-template-columns: 1fr;
  }
}

/* ---------- Breadcrumbs ---------- */
.breadcrumb {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #999;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #1a1a1a;
}

.breadcrumb .breadcrumb__divider {
  margin: 0 6px;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #999; }

/* ============================================
   CART, SEARCH, CUSTOMER, CHECKOUT PAGES
   ============================================ */

/* ============ CART PAGE ============ */
.cart__page {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

@media only screen and (max-width: 960px) {
  .cart__page {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.cart__item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e1;
  align-items: flex-start;
}

.cart__image {
  width: 110px;
  flex-shrink: 0;
}

.cart__image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  background: #faf5f5;
}

.cart__image-img {
  display: block;
  width: 100%;
  height: auto;
}

.cart__item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart__item-name {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.cart__item-name:hover {
  color: var(--kayanjali-pink);
}

.cart__item--variants {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.cart__item-property {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

.cart__item-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.cart__item-qty .js-qty__wrapper {
  display: inline-flex;
  border: 1px solid #ddd;
  max-width: 120px;
}

.cart__item-qty .js-qty__num {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  color: #1a1a1a;
  -moz-appearance: textfield;
}

.cart__item-qty .js-qty__num::-webkit-inner-spin-button,
.cart__item-qty .js-qty__num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart__item-qty .js-qty__adjust {
  width: 32px;
  border: none;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  padding: 0;
}

.cart__item-qty .js-qty__adjust:hover {
  background: #f5f5f5;
}

.cart__item-price {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}

.cart__price--strikethrough {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}

.cart__price--sale {
  color: #1a1a1a;
  font-weight: 600;
}

.cart__discount {
  display: block;
  font-size: 11px;
  color: var(--kayanjali-pink);
  margin-top: 2px;
}

.cart__remove-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  white-space: nowrap;
}

.cart__remove-link:hover {
  color: var(--kayanjali-pink);
}

.cart__remove-link .icon-close {
  width: 14px;
  height: 14px;
}

.cart__page-col:last-child {
  background: #fafafa;
  padding: 28px 24px;
  position: sticky;
  top: 100px;
}

.cart__page-col:last-child label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.cart-notes {
  width: 100%;
  min-height: 80px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  resize: vertical;
  background: #fff;
}

.cart-notes:focus {
  border-color: #1a1a1a;
  outline: none;
}

.cart__item-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.cart__item-row {
  margin-bottom: 10px;
}

.cart__checkout {
  display: block;
  width: 100%;
  padding: 16px 30px;
  background: #1a1a1a;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
}

.cart__checkout:hover {
  background: #333;
}

.cart__checkout-wrapper {
  margin-top: 16px;
}

.cart__terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #777;
  margin: 12px 0;
}

.cart__terms-checkbox {
  margin-top: 2px;
}

.cart__terms a {
  color: #1a1a1a;
  text-decoration: underline;
}

.additional-checkout-buttons {
  margin-top: 12px;
}

.section-header--404 {
  padding: 60px 0;
}

.section-header--404 .section-header__title {
  font-size: 36px;
  margin-bottom: 15px;
}

.section-header--404 .rte a {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .cart__item {
    flex-direction: row;
    gap: 15px;
  }

  .cart__image {
    width: 90px;
  }

  .cart__item-actions {
    gap: 12px;
  }

  .cart__page-col:last-child {
    position: static;
    padding: 20px 16px;
  }
}

/* ============ SEARCH PAGE ============ */
.search-content .section-header {
  text-align: center;
  margin-bottom: 30px;
}

.search-bar--page {
  max-width: 600px;
  margin: 0 auto 30px;
  display: flex;
}

.search-bar--page .input-group-field {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid #1a1a1a;
  border-right: none;
  font-size: 15px;
  font-family: 'Jost', sans-serif;
  background: #fff;
}

.search-bar--page .input-group-field:focus {
  outline: none;
}

.search-bar--page .input-group-btn .btn {
  padding: 14px 24px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.search-bar--page .input-group-btn .btn:hover {
  background: #333;
}

.search-bar--page .input-group-btn .icon-search {
  width: 20px;
  height: 20px;
}

.search-content .section-header p {
  font-size: 16px;
  color: #777;
  padding: 40px 0;
  text-align: center;
}

.predictive-results {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  max-height: 80vh;
  overflow-y: auto;
}

.predictive-result__layout {
  padding: 20px;
}

.predictive-results__footer {
  padding: 12px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

.predictive-results__footer .btn {
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* ============ CUSTOMER LOGIN / REGISTER ============ */
.form-vertical {
  max-width: 460px;
  margin: 0 auto;
}

.form-vertical label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  color: #1a1a1a;
}

.form-vertical .input-full {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 18px;
  background: #fff;
  color: #1a1a1a;
  transition: border-color 0.2s ease;
}

.form-vertical .input-full:focus {
  border-color: #1a1a1a;
  outline: none;
}

.form-vertical .input-full.error {
  border-color: var(--kayanjali-pink);
}

.form-vertical .btn--full {
  width: 100%;
  padding: 14px 30px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-vertical .btn--full:hover {
  background: #333;
}

.form-vertical .errors ul {
  list-style: none;
  padding: 12px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: var(--kayanjali-pink);
  font-size: 13px;
  margin-bottom: 20px;
}

.form-vertical .note--success {
  padding: 12px 16px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
  font-size: 13px;
  margin-bottom: 20px;
}

#RecoverPasswordForm {
  max-width: 460px;
  margin: 0 auto;
}

#RecoverPasswordForm h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

#RecoverPasswordForm p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

#HideRecoverPasswordLink {
  background: none;
  border: none;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: underline;
}

.label-info a {
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}

.label-info a:hover {
  color: #1a1a1a;
}

.page-width--tiny {
  max-width: 500px;
}

.page-width--narrow {
  max-width: 900px;
}

/* ============ CUSTOMER ACCOUNT & ORDERS ============ */
.table--responsive {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.table--responsive thead th {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 2px solid #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}

.table--responsive tbody td {
  padding: 14px 10px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  font-size: 13px;
}

.table--responsive tbody tr:hover td {
  background: #fafafa;
}

.table--responsive .table__title {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 15px;
}

.table--responsive a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}

.table--responsive a:hover {
  color: var(--kayanjali-pink);
  text-decoration: underline;
}

.table--small-text {
  font-size: 13px;
}

/* Order detail tables */
.order-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.order-table-wrap th {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 2px solid #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.order-table-wrap td {
  padding: 14px 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  color: #555;
  vertical-align: top;
}

.order-table-wrap td:first-child a {
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
}

.order-table-wrap td:first-child a:hover {
  color: var(--kayanjali-pink);
}

.order-table-wrap tfoot td {
  font-weight: 600;
  color: #1a1a1a;
  padding: 12px 10px;
  border-top: 2px solid #1a1a1a;
}

.cart__price--strikethrough {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  margin-right: 6px;
}

.cart__discount {
  color: var(--kayanjali-pink);
  font-weight: 600;
}

/* ============ ADDRESSES PAGE ============ */
.js-address-form {
  background: #fafafa;
  padding: 30px;
  margin: 20px 0;
  border: 1px solid #e8e8e1;
}

.js-address-form h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

.js-address-form .input-full {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 14px;
  background: #fff;
}

.js-address-form .input-full:focus {
  border-color: #1a1a1a;
  outline: none;
}

.js-address-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.js-address-form .btn {
  padding: 12px 28px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.js-address-form .btn:hover {
  background: #333;
}

.js-address-form .text-link {
  background: none;
  border: none;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.address-new-toggle,
.address-edit-toggle {
  cursor: pointer;
}

/* ============ CHECKOUT PAGE ============ */
/* Shopify checkout uses checkout.liquid — these style form elements */

.checkout-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* These selectors target common Shopify checkout elements */
[data-checkout-area] input,
[data-checkout-area] select {
  padding: 12px 14px !important;
  border: 1px solid #ddd !important;
  font-size: 15px !important;
  font-family: 'Jost', sans-serif !important;
  border-radius: 0 !important;
  background: #fff !important;
}

[data-checkout-area] input:focus,
[data-checkout-area] select:focus {
  border-color: #1a1a1a !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Checkout buttons */
.checkout-button,
.step__footer__continue-btn,
#checkout_submit {
  background: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

.checkout-button:hover,
.step__footer__continue-btn:hover,
#checkout_submit:hover {
  background: #333 !important;
}

/* Order summary in checkout */
.order-summary__section {
  background: #fafafa;
  border: 1px solid #e8e8e1;
}

.order-summary__section .product__description__name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

.order-summary__section .product__description__variant {
  font-size: 12px;
  color: #777;
}

.order-summary__section .product__price {
  font-size: 14px;
  font-weight: 600;
}

.total-line--price {
  font-weight: 600;
}

.payment-due__price {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Discount code form */
.field__input--zip,
.reduction-code__text {
  border: 1px solid #ddd !important;
  padding: 10px 14px !important;
  border-radius: 0 !important;
}

.tag__button {
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 0 !important;
}

/* Checkout sidebar/sticky */
.sidebar__header {
  background: #fafafa;
  border-bottom: 1px solid #e8e8e1;
}

/* Checkout logo */
.shop__name {
  font-family: 'ITC Clearface', 'Georgia', serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

/* Checkout breadcrumb */
.breadcrumb__item--current {
  color: #1a1a1a !important;
  font-weight: 600 !important;
}

.breadcrumb__item--completed {
  color: var(--kayanjali-pink) !important;
}

/* Payment method icons */
.payment-icon {
  display: inline-block;
  margin: 0 4px;
}

/* Responsive checkout */
@media only screen and (max-width: 768px) {
  .checkout-content {
    padding: 10px;
  }
}

/* ============================================
   CUSTOM FONTS, MEGA MENU, MODALS, BADGES,
   RECENTLY VIEWED, VIDEOS, GIFT CARD
   ============================================ */

/* ============ CUSTOM FONTS (Google Fonts) ============ */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ============ MEGA MENU COLLECTION IMAGES ============ */
.megamenu {
  padding: 30px 0 25px;
}

.megamenu .h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.megamenu .h5 a {
  color: #1a1a1a;
  text-decoration: none;
}

.megamenu .h5 a:hover {
  color: var(--kayanjali-pink);
}

.megamenu__colection-image {
  display: block;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.megamenu__colection-image:hover {
  opacity: 0.8;
}

.site-nav__dropdown-link--top-level {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-nav__deep-dropdown {
  background: #fff;
  box-shadow: 5px 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #f0f0f0;
  padding: 12px 0;
  min-width: 180px;
}

.site-nav__deep-dropdown .site-nav__dropdown-link {
  padding: 6px 20px;
}

/* ============ FULL-SCREEN SEARCH OVERLAY ============ */
.site-header__search-container {
  background: rgba(255,255,255,0.98);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__search-input {
  font-size: 28px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  border: none;
  padding: 10px 0;
  background: transparent;
  border-bottom: 2px solid #1a1a1a;
}

.site-header__search-input::placeholder { color: #ccc; }
.site-header__search-input:focus { outline: none; }

#SearchClose {
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 10px;
  cursor: pointer;
}

#SearchClose .icon-close {
  width: 24px;
  height: 24px;
}

/* ============ NEWSLETTER POPUP ============ */
.newsletter-popup {
  display: flex;
  min-height: 380px;
}

.newsletter-popup__image {
  width: 45%;
  background-size: cover;
  background-position: center;
}

.newsletter-popup__content {
  width: 55%;
  padding: 45px 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-popup__content h3 {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 12px;
}

.newsletter-popup__content .rte {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.newsletter-popup .newsletter__input-group {
  border: 2px solid #1a1a1a;
  display: flex;
}

.newsletter-popup .newsletter__input {
  flex: 1;
  border: none;
  padding: 12px 14px;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
}

.newsletter-popup .newsletter__submit {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.newsletter-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-decoration: none;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border: none;
  cursor: pointer;
  z-index: 5;
}

.modal__close .icon-close { width: 16px; height: 16px; }

@media only screen and (max-width: 768px) {
  .newsletter-popup { flex-direction: column; }
  .newsletter-popup__image { width: 100%; height: 180px; }
  .newsletter-popup__content { width: 100%; padding: 30px 20px; }
}

/* ============ QUICK SHOP MODAL ============ */
.modal--quick-shop .modal__inner {
  max-width: 900px;
  max-height: 85vh;
  overflow-y: auto;
}

.modal--quick-shop .modal__centered-content {
  padding: 30px;
}

.modal--quick-shop .product__thumbs {
  display: none;
}

.modal--quick-shop .add-to-cart {
  width: 100%;
  padding: 14px 30px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

/* ============ SIZE CHART TOOLTIP ============ */
.tool-tip-trigger {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}

.tool-tip {
  background: #fff;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  padding: 25px;
  max-width: 350px;
  border: 1px solid #e0e0e0;
}

.tool-tip__content {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

.tool-tip__content table {
  width: 100%;
  border-collapse: collapse;
}

.tool-tip__content th,
.tool-tip__content td {
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  text-align: center;
}

.tool-tip__content th {
  background: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}

.tool-tip__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
}

/* ============ PRODUCT BADGES REFINEMENTS ============ */
.grid-product__tag--sale {
  top: 12px;
  left: 12px;
  font-size: 10px;
  padding: 5px 14px;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

/* New badge — positioned below Sale badge for dual badges */
.grid-product__tag--new {
  top: 12px;
  left: 12px;
  font-size: 10px;
  padding: 5px 14px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  background: #1a1a1a;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.grid-product__tag--sale + .grid-product__tag--new {
  top: 38px;
}

.grid-product__tag--custom {
  top: 12px;
  left: 12px;
  font-size: 10px;
  padding: 5px 14px;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

/* ============ RECENTLY VIEWED — Horizontal Scroll ============ */
#RecentlyViewed-section .grid-overflow-wrapper,
[id*="RecentlyViewed"] .grid-overflow-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

#RecentlyViewed-section .grid--uniform,
[id*="RecentlyViewed"] .grid--uniform {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

#RecentlyViewed-section .grid__item,
[id*="RecentlyViewed"] .grid__item {
  min-width: 200px;
  max-width: 220px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media only screen and (max-width: 768px) {
  #RecentlyViewed-section .grid__item,
  [id*="RecentlyViewed"] .grid__item {
    min-width: 160px;
    max-width: 170px;
  }
}

/* ============ SIMILAR PRODUCTS — Horizontal Scroll ============ */
.product-recommendations .grid-overflow-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.product-recommendations .grid-overflow-wrapper .grid--uniform {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.product-recommendations .grid-overflow-wrapper .grid__item {
  min-width: 200px;
  max-width: 220px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.product-recommendations .section-header__title {
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .product-recommendations .grid-overflow-wrapper .grid__item {
    min-width: 160px;
    max-width: 170px;
  }
}

/* ============ BREADCRUMBS REFINEMENTS ============ */
.breadcrumb {
  font-size: 12px;
  color: #999;
  padding: 12px 0;
}

.breadcrumb a { color: #999; text-decoration: none; }
.breadcrumb a:hover { color: #1a1a1a; }
.breadcrumb__divider { margin: 0 8px; color: #ddd; }

/* ============ VIDEO SECTIONS ============ */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #faf5f5;
}

.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

.video-modal .modal__inner {
  max-width: 900px;
  background: #000;
}

.video-modal .modal__centered-content {
  padding: 0;
}

/* ============ GIFT CARD PAGE ============ */
.template-gift_card {
  background: #fafafa;
}

.template-gift_card .page-width {
  max-width: 600px;
  text-align: center;
  padding: 60px 20px;
}

.giftcard__header { margin-bottom: 30px; }

.giftcard__header .h1 {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

.giftcard__image {
  max-width: 400px;
  margin: 0 auto 30px;
}

.giftcard__image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.giftcard__amount {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 20px 0;
}

.giftcard__code {
  display: inline-block;
  padding: 15px 40px;
  border: 2px dashed #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  margin: 20px 0;
  text-transform: uppercase;
}

.giftcard__qr-code {
  max-width: 150px;
  margin: 20px auto;
}

.giftcard__qr-code img { width: 100%; }

.giftcard__actions { margin: 30px 0; }

.giftcard__actions .btn {
  display: inline-block;
  padding: 14px 35px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.giftcard__actions .btn:hover { background: #333; }

@media print {
  .template-gift_card .site-header,
  .template-gift_card .site-footer,
  .template-gift_card .giftcard__actions {
    display: none !important;
  }
}

/* ============================================
   ABOUT, CONTACT, FAQ, BLOG, 404, PASSWORD
   ============================================ */

/* ============ ABOUT PAGE — Full-Width Image + Text ============ */
.background-media-text {
  position: relative;
  overflow: hidden;
}

.background-media-text__container {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.background-media-text__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-media-text__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 550px;
}

.background-media-text--left .background-media-text__inner {
  justify-content: flex-start;
  padding-left: 8%;
}

.background-media-text--right .background-media-text__inner {
  justify-content: flex-end;
  padding-right: 8%;
}

.background-media-text__text {
  background: #fff;
  padding: 45px 40px;
  max-width: 480px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}

.background-media-text__text .h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #999;
  margin-bottom: 10px;
  font-weight: 500;
}

.background-media-text__text .h3 {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.2;
}

.background-media-text__subtext {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 20px;
}

.background-media-text__text .btn {
  display: inline-block;
  padding: 13px 30px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.background-media-text__text .btn:hover {
  background: #333;
}

@media only screen and (max-width: 768px) {
  .background-media-text__inner {
    min-height: 400px;
    padding: 0 20px;
    justify-content: center !important;
  }

  .background-media-text__text {
    padding: 30px 25px;
    max-width: 100%;
  }

  .background-media-text__text .h3 {
    font-size: 24px;
  }
}

/* ============ CONTACT PAGE ============ */
.contact-form-section {
  padding: 60px 0;
}

.contact-form-section .section-header__title {
  font-size: 30px;
  margin-bottom: 8px;
}

.contact-form-section .section-header__rte {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.contact-form-section .form-vertical label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  color: #1a1a1a;
}

.contact-form-section .form-vertical .input-full {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 18px;
  background: #fff;
}

.contact-form-section .form-vertical .input-full:focus {
  border-color: #1a1a1a;
  outline: none;
}

.contact-form-section .form-vertical textarea.input-full {
  min-height: 140px;
  resize: vertical;
}

.contact-form-section .btn {
  display: inline-block;
  padding: 14px 35px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.contact-form-section .btn:hover {
  background: #333;
}

.contact-form-section .note--success {
  padding: 14px 18px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-form-section .errors ul {
  list-style: none;
  padding: 12px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: var(--kayanjali-pink);
  font-size: 13px;
  margin-bottom: 20px;
}

/* Store info sidebar on contact */
.contact-info-sidebar {
  background: #fafafa;
  padding: 30px;
}

.contact-info-sidebar h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.contact-info-sidebar p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

.contact-info-sidebar .contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
}

.contact-info-sidebar .contact-detail .icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  color: #999;
}

/* ============ FAQ PAGE ============ */
.faq-section {
  padding: 60px 0;
}

.faq-section .section-header__title {
  font-size: 30px;
  margin-bottom: 40px;
}

.index-section--faq {
  margin-bottom: 10px;
}

.index-section--faq .h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1a1a1a;
  display: inline-block;
  font-family: 'Libre Baskerville', 'Georgia', serif;
}

.collapsible-trigger--inline {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #e8e8e1;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
  gap: 12px;
  transition: color 0.2s ease;
}

.collapsible-trigger--inline:hover {
  color: var(--kayanjali-pink);
}

.collapsible-trigger--inline .collapsible-trigger__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.collapsible-trigger--inline.is-open .collapsible-trigger__icon {
  transform: rotate(45deg);
}

.collapsible-content--all {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.collapsible-content--all.is-open {
  max-height: 800px;
}

.collapsible-content__inner--faq {
  padding: 18px 0 18px 32px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.collapsible-content__inner--faq p {
  margin-bottom: 10px;
}

/* ============ BLOG / ARTICLES ============ */
.blog-template .page-content {
  padding-top: 20px;
}

.blog-template .section-header__title {
  font-size: 30px;
}

.blog-template select {
  font-size: 13px;
  padding: 8px 30px 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: 'Jost', sans-serif;
  cursor: pointer;
}

/* Article cards */
.article__grid-image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.article__grid-image .image-wrap {
  border-radius: 4px;
  overflow: hidden;
}

.article__grid-meta {
  padding: 5px 0;
}

.article__date {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.article__date a {
  color: #999;
  text-decoration: none;
}

.article__date a:hover {
  color: var(--kayanjali-pink);
}

.article__title {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-bottom: 6px;
}

.article__title:hover {
  color: var(--kayanjali-pink);
}

.article__author {
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.article__excerpt {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin-top: 8px;
}

/* Article detail page */
.article-template .page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.article__body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.article__body h2 {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0 15px;
}

.article__body h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 12px;
}

.article__body p {
  margin-bottom: 18px;
}

.article__body img {
  max-width: 100%;
  margin: 20px 0;
  display: block;
}

.article__body blockquote {
  border-left: 3px solid var(--kayanjali-pink);
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
}

/* Hero article image */
.collection-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.collection-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0;
}

.collection-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.section-header--hero {
  color: #fff;
}

.section-header--hero .section-header__title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.section-header--hero .article__date,
.section-header--hero .article__date a,
.section-header--hero .article__author {
  color: rgba(255,255,255,0.8);
}

/* Blog comments */
.article__comment {
  padding: 15px 0;
}

.article__comment .h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.article__comment .rte {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.article__comment .comment__date {
  font-size: 11px;
  color: #999;
  margin-bottom: 8px;
}

.return-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid #ddd;
  color: #1a1a1a;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.return-link:hover {
  border-color: #1a1a1a;
}

.return-link .icon-arrow-left {
  width: 16px;
  height: 16px;
}

/* RSS link */
.rss-link {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.rss-link .icon-rss {
  width: 16px;
  height: 16px;
  opacity: 0.4;
}

.rss-link:hover .icon-rss {
  opacity: 0.8;
}

/* ============ 404 PAGE ============ */
.section-header--404 {
  text-align: center;
  padding: 80px 0;
}

.section-header--404 .section-header__title {
  font-size: 72px;
  font-weight: 300;
  color: #ddd;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Libre Baskerville', 'Georgia', serif;
}

.section-header--404 .rte {
  font-size: 18px;
  color: #777;
  margin-bottom: 30px;
}

.section-header--404 .rte a {
  display: inline-block;
  padding: 14px 35px;
  background: #1a1a1a;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 15px;
}

.section-header--404 .rte a:hover {
  background: #333;
}

/* ============ PASSWORD PAGE ============ */
.template-password {
  background: #fff;
  min-height: 100vh;
}

.password-page__header__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.password-page__logo h1 {
  margin: 0;
  font-family: 'Libre Baskerville', 'Georgia', serif;
}

.password-login {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.password-login:hover {
  color: var(--kayanjali-pink);
}

.password__lock .icon-lock {
  width: 16px;
  height: 16px;
}

.password-page__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  position: relative;
  background: #faf5f5;
  text-align: center;
  padding: 40px 20px;
}

.password-page__hero .hero__title {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.password-page__hero .hero__subtitle {
  font-size: 18px;
  color: #777;
}

.password-page__content {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.password-page__content .h3 {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.password-page__content .rte {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

/* Login modal on password page */
.password-modal .modal__inner {
  max-width: 450px;
}

.password-modal .form-vertical {
  padding: 40px 30px;
}

.password-modal .form-vertical label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.password-modal .form-vertical .input-full {
  padding: 12px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.password-modal .form-vertical .btn {
  width: 100%;
  padding: 14px 30px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

/* Admin login link */
.admin-login {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  color: #999;
  text-decoration: none;
  z-index: 5;
}

.admin-login:hover {
  color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .section-header--404 .section-header__title {
    font-size: 48px;
  }

  .password-page__hero .hero__title {
    font-size: 32px;
  }
}
