/* Local-only fixes and brand layer for the Shopify Impulse shell. */
:root {
  --zdp-ink: #1b1713;
  --zdp-muted: #6f665d;
  --zdp-paper: #fff8ec;
  --zdp-surface: #fffdf8;
  --zdp-soft: #f5eee3;
  --zdp-line: #e4d8c8;
  --zdp-accent: #8a3b2f;
  --zdp-accent-strong: #6f2f26;
  --zdp-gold: #c79a43;
  --zdp-font-display: "Noto Serif Tamil ZDP", Georgia, serif;
  --zdp-font-body: "Catamaran ZDP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --typeHeaderPrimary: "Noto Serif Tamil ZDP";
  --typeHeaderFallback: Georgia, serif;
  --typeBasePrimary: "Catamaran ZDP";
  --typeBaseFallback: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --typeBaseSpacing: 0;
  --typeUppercaseSpacing: 0.08em;
  --colorBtnPrimary: var(--zdp-accent);
  --colorBtnPrimaryText: #fff;
  --colorBorder: var(--zdp-line);
}

html,
body {
  color: var(--zdp-ink);
  font-family: var(--zdp-font-body);
  letter-spacing: 0;
  max-width: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: var(--zdp-font-body);
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.section-header__title,
.product-single__title,
.collection-item__title {
  color: var(--zdp-ink);
  font-family: var(--zdp-font-display);
  font-weight: 600;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.section-header {
  margin-bottom: 24px;
}

.section-header__title {
  line-height: 1.05;
}

.zdp-section-kicker {
  color: var(--zdp-accent);
  font-family: var(--zdp-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.btn,
.shopify-payment-button__button,
button.btn {
  letter-spacing: 0.08em;
}

.rte a:not(.btn),
.section-header__rte a:not(.btn),
.product__policies a,
.zdp-success-panel p a,
.zdp-collection-guide a,
.text-link {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.rte a:not(.btn):hover,
.section-header__rte a:not(.btn):hover,
.product__policies a:hover,
.zdp-success-panel p a:hover,
.zdp-collection-guide a:hover,
.text-link:hover {
  text-decoration-thickness: 0.12em;
}

.btn:not(.btn--secondary):not(.btn--tertiary),
.btn--primary {
  background: var(--zdp-accent);
  border-color: var(--zdp-accent);
  color: #fff;
}

.btn:not(.btn--secondary):not(.btn--tertiary):hover,
.btn--primary:hover {
  background: var(--zdp-accent-strong);
  border-color: var(--zdp-accent-strong);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.text-link:focus-visible,
.shopify-payment-button__button:focus-visible {
  outline: 3px solid var(--zdp-gold) !important;
  outline-offset: 3px;
}

.zdp-local-collection .tag__input:focus-visible + .tag__checkbox::before,
.zdp-local-collection .zdp-price-bound:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(199, 154, 67, 0.55);
}

.zdp-local-collection .zdp-price-bound:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(199, 154, 67, 0.55);
}
.image-element:not(.loader-logo__img) {
  opacity: 1 !important;
}

.aos-animate[data-aos="image-fade-in"] .image-element:not(.loader-logo__img),
[data-aos="image-fade-in"] .image-element:not(.loader-logo__img) {
  animation: none !important;
}

.site-header__logo .site-header__logo-link {
  aspect-ratio: 400 / 189;
  display: block !important;
  padding-top: 0 !important;
}

.site-header__logo .site-header__logo-link picture,
.site-header__logo .site-header__logo-link img.image-element {
  aspect-ratio: 400 / 189;
  display: block;
  width: 100%;
}

.site-header__logo .site-header__logo-link img.image-element {
  height: auto !important;
  left: auto !important;
  object-fit: contain;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

.product-main-slide,
.product__photos {
  visibility: visible !important;
}

.hero.loading,
.hero.loading--delayed,
.hero.loading .hero__image,
.hero.loading--delayed .hero__image,
.hero.loading .hero__text-content,
.hero.loading--delayed .hero__text-content {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.hero__image-wrapper,
.hero__text-wrap,
.hero__text-content {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.hero.loaded,
.hero:not(.flickity-enabled) {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero:not(.flickity-enabled) .slideshow__slide {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hero:not(.flickity-enabled) .animation-cropper,
.hero:not(.flickity-enabled) .animation-contents {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.video-wrapper,
.video-wrapper--modal {
  opacity: 1 !important;
  visibility: visible !important;
}

.zdp-editorial-hero-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(199, 154, 67, 0.16), transparent 28%),
    linear-gradient(135deg, var(--zdp-paper) 0%, #fffdf8 54%, #f6ecdf 100%);
  border-bottom: 1px solid var(--zdp-line);
  overflow: hidden;
}

.zdp-editorial-hero {
  padding: clamp(34px, 4.4vw, 62px) 0 clamp(32px, 4vw, 54px);
}

.zdp-editorial-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 3.2vw, 52px);
  grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
}

.zdp-editorial-hero__copy {
  max-width: 660px;
}

.zdp-editorial-hero__copy h1 {
  font-size: clamp(46px, 6.2vw, 88px);
  line-height: 0.95;
  margin: 0 0 22px;
}

.zdp-editorial-hero__copy p:not(.zdp-section-kicker) {
  color: #443a32;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.42;
  margin: 0;
  max-width: 600px;
}

.zdp-editorial-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 30px;
}

  .zdp-editorial-hero__actions .btn {
    min-width: 174px;
  }

  .btn,
  button.btn,
  input.btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
  }

  .site-header a[href="/collections/all"] {
    min-width: 48px !important;
    text-align: center;
  }

  .zdp-editorial-hero__actions .text-link,
  .zdp-editor-note .text-link,
  .zdp-translation-spotlight .text-link,
  .zdp-collection-intro .text-link,
  .zdp-collection-guide .text-link,
  .zdp-collection-guide .collection__description a,
  .zdp-author-panel .text-link,
  .zdp-order-actions .text-link,
  .zdp-empty-state .text-link {
    align-items: center;
    display: inline-flex;
    min-height: 48px;
  }

  .section-header__link.btn--small,
  .footer__title.collapsible-trigger-btn {
    align-items: center;
    display: inline-flex;
    min-height: 48px !important;
  }

  .product__policies a {
    align-items: center;
    display: inline-flex;
    min-height: 48px;
  }

.zdp-editorial-hero__covers {
  align-items: center;
  display: grid;
  gap: clamp(16px, 1.5vw, 28px);
  grid-template-columns: repeat(3, clamp(176px, 10vw, 230px));
  justify-content: start;
  min-height: 0;
  position: relative;
}

.zdp-hero-cover {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.zdp-hero-cover__frame {
  aspect-ratio: 2 / 3;
  background: #fff;
  box-shadow: 0 18px 32px rgba(27, 23, 19, 0.14);
  display: block;
  overflow: hidden;
  transition: box-shadow 160ms ease, transform 160ms ease;
  width: 100%;
}

.zdp-hero-cover:hover .zdp-hero-cover__frame {
  box-shadow: 0 22px 38px rgba(27, 23, 19, 0.18);
  transform: translateY(-2px);
}

.zdp-hero-cover img {
  background: #fff;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  width: 100%;
}

.zdp-hero-cover__label {
  color: var(--zdp-muted);
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zdp-hero-cover--2,
.zdp-hero-cover--5 {
  transform: translateY(-14px);
}

.zdp-hero-cover--3,
.zdp-hero-cover--6 {
  transform: translateY(16px);
}

.zdp-editor-note {
  background: rgba(255, 253, 248, 0.72);
  border-top: 1px solid rgba(228, 216, 200, 0.8);
}

.zdp-editor-note__inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(130px, 0.2fr) minmax(0, 1fr) auto;
  padding-bottom: 24px;
  padding-top: 24px;
}

.zdp-editor-note__inner p:not(.zdp-section-kicker) {
  font-family: var(--zdp-font-display);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
  margin: 0;
}

.zdp-stats-section {
  background: var(--zdp-accent-strong);
}

.zdp-stats__inner {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zdp-stat {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 22px 20px;
  text-align: center;
}

.zdp-stat:last-child {
  border-right: 0;
}

.zdp-stat__value {
  display: block;
  font-family: var(--zdp-font-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.18;
  overflow: visible;
  padding: 0.06em 0;
}

.zdp-stat__label {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  margin-top: 8px;
  overflow: visible;
}

.zdp-home-genres {
  background: var(--zdp-surface);
  padding: clamp(46px, 6vw, 76px) 0;
}

.zdp-translation-spotlight-section {
  background: #fff;
  border-bottom: 1px solid var(--zdp-line);
}

.zdp-translation-spotlight {
  padding: clamp(44px, 6vw, 82px) 0;
}

.zdp-translation-spotlight__inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  max-width: 980px;
}

.zdp-translation-spotlight__cover {
  display: block;
  justify-self: center;
  text-decoration: none;
}

.zdp-translation-spotlight__cover img {
  aspect-ratio: auto;
  background: transparent;
  box-shadow: 0 22px 38px rgba(27, 23, 19, 0.16);
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 0;
  width: min(240px, 100%);
}

.zdp-translation-spotlight__copy h2 {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.15;
  margin: 0 0 10px;
  overflow: visible;
  padding-bottom: 0.08em;
}

.zdp-translation-spotlight__author {
  color: var(--zdp-accent);
  font-weight: 700;
  margin: 0 0 16px !important;
}

.zdp-translation-spotlight__copy p:not(.zdp-section-kicker):not(.zdp-translation-spotlight__author) {
  color: #443a32;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 18px;
  max-width: 640px;
}

.zdp-section-heading {
  margin: 0 auto 28px;
  max-width: 780px;
  text-align: center;
}

.zdp-section-heading h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  margin: 0;
}

.zdp-home-genres__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.zdp-genre-card {
  background: transparent;
  border: 1px solid var(--zdp-line);
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 14px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.zdp-genre-card:hover {
  border-color: rgba(138, 59, 47, 0.55);
  box-shadow: 0 16px 34px rgba(27, 23, 19, 0.1);
  transform: translateY(-2px);
}

.zdp-genre-card__image {
  align-items: center;
  aspect-ratio: 2 / 3;
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.zdp-genre-card__image img {
  aspect-ratio: 2 / 3;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.zdp-genre-card__body {
  display: grid;
  gap: 4px;
}

.zdp-genre-card__body span {
  font-family: var(--zdp-font-display);
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 600;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.zdp-genre-card__body small {
  color: var(--zdp-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .zdp-editorial-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
  }

  .zdp-home-genres__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

[class*="dondy"],
[id*="dondy"],
[id="wa-chat-btn-root"],
[class*="wa-chat-btn"],
iframe[src*="whatsapp" i] {
  display: none !important;
}

.zdp-support-link {
  align-items: center;
  background: var(--zdp-accent);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 14px 34px rgba(36, 26, 20, 0.22);
  color: #fff;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  min-height: 58px;
  padding: 0;
  position: fixed;
  left: 22px;
  right: auto;
  text-decoration: none;
  width: 58px;
  z-index: 40;
}

.zdp-support-link::before {
  display: none;
}

.zdp-whatsapp-icon {
  flex: 0 0 auto;
  height: 30px;
  width: 30px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.zdp-support-link:focus-visible,
.zdp-support-link:hover {
  background: var(--zdp-accent-strong);
  color: #fff;
  text-decoration: none;
}

.template-product .zdp-support-link {
  display: none;
}

.site-header .site-nav__link {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.site-header .site-nav__dropdown {
  border: 1px solid var(--zdp-line);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
  max-height: min(70vh, 620px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-header .site-nav__deep-dropdown {
  border: 1px solid var(--zdp-line);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
  max-height: min(68vh, 560px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-header .site-nav__dropdown-link {
  line-height: 1.25;
  padding-bottom: 8px;
  padding-top: 8px;
}

.site-header .site-nav--has-dropdown:first-child .site-nav__dropdown {
  max-width: calc(100vw - 48px);
  width: min(980px, 92vw);
}

.site-header .zdp-primary-nav {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.site-header .zdp-primary-nav .site-nav__link {
  padding-left: 13px;
  padding-right: 13px;
}

.site-header .zdp-mega-nav {
  position: relative;
}

.site-header .zdp-mega-nav__panel {
  display: none;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  left: 50% !important;
  max-height: min(72vh, 640px);
  min-width: min(860px, calc(100vw - 56px));
  overflow: auto;
  padding: 22px 24px;
  position: fixed !important;
  right: auto !important;
  top: 156px;
  transform: translateX(-50%) !important;
  width: min(980px, calc(100vw - 56px));
  white-space: normal;
}

.site-header .zdp-mega-nav--2 .zdp-mega-nav__panel {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  min-width: min(520px, calc(100vw - 56px));
  width: min(560px, calc(100vw - 56px));
}

.site-header .zdp-mega-nav--3 .zdp-mega-nav__panel {
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  min-width: min(720px, calc(100vw - 56px));
  width: min(760px, calc(100vw - 56px));
}

.site-header .zdp-mega-nav--with-feature .zdp-mega-nav__panel {
  gap: 16px 22px;
  grid-template-columns: minmax(150px, 0.9fr) minmax(260px, 1.55fr) minmax(150px, 0.9fr) minmax(210px, 1.15fr);
  max-height: min(72vh, 620px);
  min-width: min(880px, calc(100vw - 56px));
  width: min(980px, calc(100vw - 56px));
}

.site-header .zdp-awards-nav .zdp-mega-nav__panel {
  left: auto !important;
  right: max(24px, calc((100vw - 1180px) / 2)) !important;
  transform: none !important;
}

.site-header .zdp-mega-nav .site-nav__details[open] > .zdp-mega-nav__panel {
  display: grid;
}

.zdp-mega-nav__column h3 {
  color: var(--zdp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.zdp-mega-nav__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zdp-mega-nav__column .site-nav__dropdown-link {
  border-radius: 4px;
  display: block;
  padding: 5px 7px;
}

.zdp-mega-nav__column .site-nav__dropdown-link:hover {
  background: var(--zdp-soft);
}

.zdp-mega-nav__column .site-nav__dropdown-link span {
  display: block;
}

.zdp-mega-nav__column .site-nav__dropdown-link small {
  color: var(--zdp-muted);
  display: block;
  font-size: 11px;
  line-height: 1.25;
  margin-top: 2px;
  white-space: normal;
}

.zdp-mega-nav__feature {
  align-items: center;
  align-self: auto;
  background: var(--zdp-soft);
  border: 1px solid var(--zdp-line);
  color: var(--zdp-ink);
  display: grid;
  gap: 14px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-width: 0;
  padding: 10px 12px;
  text-decoration: none;
}

.zdp-mega-nav__feature-row {
  border-top: 1px solid var(--zdp-line);
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
}

.zdp-mega-nav__feature:hover {
  border-color: rgba(127, 29, 29, 0.38);
  color: var(--zdp-ink);
}

.zdp-mega-nav__feature-image {
  aspect-ratio: 2 / 3;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.14);
  display: block;
  overflow: hidden;
}

.zdp-mega-nav__feature-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.zdp-mega-nav__feature-copy {
  align-content: center;
  display: grid;
  gap: 5px;
  min-width: 0;
}

.zdp-mega-nav__feature-badge {
  color: var(--zdp-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zdp-mega-nav__feature strong {
  display: block;
  font-family: var(--typeHeaderPrimary), serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
}

.zdp-mega-nav__feature small {
  color: var(--zdp-muted);
  display: block;
  font-size: 12px;
  line-height: 1.25;
}

.zdp-mega-nav__feature-cta {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  justify-self: start;
  line-height: 1.2;
  margin-top: 4px;
}

.zdp-catalog-icon .icon {
  height: 22px;
  width: 22px;
}

.zdp-mobile-nav__summary {
  cursor: pointer;
  list-style: none;
}

.zdp-mobile-nav__summary::-webkit-details-marker {
  display: none;
}

.zdp-mobile-nav__summary::after {
  content: "+";
  float: right;
  font-weight: 700;
}

.zdp-mobile-nav__group details[open] .zdp-mobile-nav__summary::after {
  content: "-";
}

.zdp-mobile-nav__panel {
  list-style: none;
  margin: 0;
  padding: 0 0 12px 18px;
}

.zdp-mobile-nav__panel a {
  color: inherit;
  display: block;
  padding: 9px 0;
  text-decoration: none;
}

.zdp-product-section .page-content--product {
  padding-top: 52px;
}

.zdp-product-grid {
  align-items: start;
}

.zdp-product-section .product__photos {
  margin-bottom: 0;
}

.zdp-product-section .product-main-slide {
  background: transparent;
}

.zdp-product-section .product-image-main .image-wrap {
  background: transparent;
  margin: 0 auto;
  max-width: 560px;
  overflow: visible;
}

.zdp-product-section .photoswipe__image {
  filter: drop-shadow(0 22px 30px rgba(27, 23, 19, 0.16));
  object-fit: contain;
}

.zdp-product-section .product-single__meta {
  padding-top: 8px;
}

.zdp-product-section .product-single__title {
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
  text-transform: none;
  white-space: normal;
}

.zdp-product-author-overline,
.zdp-product-subtitle {
  color: var(--zdp-muted);
  line-height: 1.35;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.zdp-product-author-overline {
  font-size: 18px;
}

.zdp-product-author-overline a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.zdp-product-author-overline a:hover,
.zdp-product-author-overline a:focus-visible {
  color: var(--zdp-maroon);
}

.zdp-product-subtitle {
  font-size: 15px;
  margin-top: -8px;
}

.zdp-product-section .product-block {
  margin-bottom: 22px;
}

.zdp-product-section .product-block--price {
  margin-bottom: 18px;
}

.zdp-product-section .product__price {
  font-size: 24px;
}

.zdp-product-section .product__policies {
  font-size: 13px;
  margin-top: 8px;
}

.zdp-product-section .sales-points {
  margin-bottom: 0;
}

.zdp-product-section .payment-buttons {
  max-width: 540px;
}

.zdp-product-section .add-to-cart {
  min-height: 58px;
}

.zdp-product-section .zdp-add-to-cart-primary {
  background: var(--zdp-accent) !important;
  border: 1px solid var(--zdp-accent) !important;
  color: #fff !important;
}

.zdp-product-section .zdp-add-to-cart-primary:hover {
  background: var(--zdp-accent-strong) !important;
  border-color: var(--zdp-accent-strong) !important;
}

.zdp-product-section .zdp-buy-now {
  background: transparent;
  border: 1px solid var(--zdp-line);
  border-radius: 999px;
  color: var(--zdp-ink);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-top: 10px;
  min-height: 52px;
  text-transform: uppercase;
  width: 100%;
}

.zdp-product-section .zdp-buy-now:hover {
  background: var(--zdp-soft);
  border-color: var(--zdp-accent);
}

.zdp-product-section .rte {
  font-size: 18px;
  line-height: 1.6;
  max-width: 650px;
}

.zdp-product-section .rte,
.zdp-product-section .rte *,
.zdp-theme-page .rte,
.zdp-theme-page .rte * {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.zdp-product-sales-point {
  margin-bottom: 12px !important;
}

.zdp-product-delivery {
  background: var(--zdp-soft);
  border: 1px solid var(--zdp-line);
  padding: 16px 18px;
}

.zdp-product-delivery__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.zdp-product-delivery__grid div {
  min-width: 0;
}

.zdp-product-delivery__grid span {
  color: var(--zdp-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.zdp-product-delivery__grid strong {
  color: var(--zdp-ink);
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.zdp-product-delivery p {
  color: var(--zdp-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 12px;
}

.zdp-product-delivery__support {
  align-items: center;
  color: var(--zdp-accent);
  display: inline-flex;
  gap: 5px;
  font-weight: 800;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zdp-product-delivery__support .zdp-whatsapp-icon {
  height: 16px;
  width: 16px;
}

.zdp-product-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.zdp-product-proof li {
  border: 1px solid var(--zdp-line);
  border-radius: 999px;
  color: var(--zdp-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 10px;
}

.zdp-product-social {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 30px;
}

.zdp-product-social .social-sharing__link {
  align-items: center;
  border-bottom: 0;
  color: var(--zdp-ink);
  display: inline-flex;
  font-size: 19px;
  gap: 12px;
  line-height: 1;
  min-height: 44px;
  text-transform: none;
}

.zdp-product-social .social-sharing__link:hover {
  color: var(--zdp-accent);
}

.zdp-newsletter-status {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 12px 0 0;
  max-width: 34rem;
  padding: 10px 12px;
}

.zdp-newsletter-status--success {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.34);
}

.zdp-newsletter-status--error {
  background: rgba(168, 61, 49, 0.24);
  border-color: rgba(255, 255, 255, 0.34);
}

.zdp-social-icon {
  display: block;
  fill: currentColor;
  height: 34px;
  width: 34px;
}

.zdp-theme-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.zdp-theme-tags .tag {
  border: 1px solid var(--zdp-line);
  border-radius: 999px;
  font-size: 12px;
  padding: 5px 10px;
}

.zdp-product-specs,
.zdp-author-panel,
.zdp-product-faq {
  border-bottom: 1px solid var(--zdp-line);
  border-top: 1px solid var(--zdp-line);
  padding: 22px 0;
}

.zdp-product-specs h2,
.zdp-author-panel h2,
.zdp-product-faq h2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: none;
}

.zdp-product-faq div + div {
  border-top: 1px solid #eee8df;
  margin-top: 14px;
  padding-top: 14px;
}

.zdp-product-faq h3 {
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.zdp-product-faq p {
  color: var(--zdp-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.zdp-product-specs dl {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.zdp-product-specs dl > div {
  border-top: 1px solid #eee8df;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px 14px 12px 0;
}

.zdp-product-specs dt {
  color: var(--zdp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zdp-product-specs dd {
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.zdp-author-panel p {
  color: var(--zdp-muted);
  line-height: 1.5;
  margin: 0 0 10px;
}

.collection-item {
  align-items: center;
  border: 1px solid var(--zdp-line);
  display: flex;
  min-height: 120px;
  padding: 20px;
  text-align: center;
}

.collection-item,
.collection-item:hover {
  text-decoration: none;
}

.collection-item__title {
  font-size: 18px;
  width: 100%;
}

.zdp-directory-header {
  margin-bottom: 24px;
}

.zdp-directory-tools {
  align-items: center;
  border-bottom: 1px solid var(--zdp-line);
  border-top: 1px solid var(--zdp-line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 360px) 1fr;
  margin-bottom: 28px;
  padding: 16px 0;
}

.zdp-directory-tools input[type="search"] {
  border: 1px solid var(--zdp-line);
  min-height: 46px;
  padding: 0 14px;
  width: 100%;
}

.zdp-directory-az {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.zdp-directory-az a {
  align-items: center;
  border: 1px solid var(--zdp-line);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  text-decoration: none;
}

.zdp-directory-az [hidden],
.zdp-directory [hidden],
.zdp-directory-empty[hidden] {
  display: none !important;
}

.zdp-directory-count {
  color: var(--zdp-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: -12px 0 22px;
  text-transform: uppercase;
}

.zdp-directory {
  display: grid;
  gap: 30px;
}

[data-author-directory-filtered="true"] .zdp-directory {
  gap: 16px;
}

.zdp-directory-empty {
  background: var(--zdp-soft);
  border: 1px solid var(--zdp-line);
  color: var(--zdp-muted);
  margin: 0 0 24px;
  padding: 18px 20px;
}

.zdp-directory-group {
  display: grid;
  gap: 12px;
  grid-template-columns: 56px 1fr;
}

.zdp-directory-group h2 {
  border-top: 2px solid #111;
  font-size: 24px;
  margin: 0;
  padding-top: 12px;
}

.zdp-directory-group ul {
  border-top: 1px solid var(--zdp-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.zdp-directory-card a {
  border-bottom: 1px solid #eee8df;
  color: inherit;
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 14px 16px 14px 0;
  text-decoration: none;
}

.zdp-directory-card a:hover span {
  text-decoration: underline;
}

.zdp-directory-card span {
  font-weight: 600;
  line-height: 1.25;
}

.zdp-directory-card small {
  color: var(--zdp-muted);
  font-size: 12px;
}

.zdp-collection-intro {
  align-items: center;
  border-bottom: 1px solid var(--zdp-line);
  border-top: 1px solid var(--zdp-line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 0 22px;
  padding: 18px 0;
}

.zdp-collection-intro p {
  line-height: 1.5;
  margin: 0;
}

.zdp-collection-intro .zdp-page-kicker {
  margin-bottom: 7px;
}

.zdp-analytics-paths {
  align-items: start;
  border-bottom: 1px solid var(--zdp-line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  margin: -4px 0 28px;
  padding: 0 0 24px;
}

.zdp-analytics-paths h2 {
  color: var(--zdp-ink);
  font-family: var(--typeHeaderPrimary), serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  margin: 0 0 8px;
}

.zdp-analytics-paths p:not(.zdp-page-kicker) {
  color: var(--zdp-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.zdp-analytics-paths__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zdp-analytics-path-card {
  border: 1px solid var(--zdp-line);
  color: var(--zdp-ink);
  display: block;
  min-height: 94px;
  padding: 15px 16px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.zdp-analytics-path-card:hover,
.zdp-analytics-path-card:focus-visible {
  border-color: color-mix(in srgb, var(--zdp-accent) 42%, var(--zdp-line));
  box-shadow: 0 12px 28px rgba(61, 45, 33, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.zdp-analytics-path-card span {
  display: block;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 6px;
}

.zdp-analytics-path-card small {
  color: var(--zdp-muted);
  display: block;
  font-size: 13px;
  line-height: 1.38;
}

.zdp-author-intro {
  align-items: start;
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr) minmax(220px, auto);
}

.zdp-author-intro__copy {
  min-width: 0;
}

.zdp-author-intro__bio {
  color: var(--zdp-ink);
  max-width: 880px;
}

.zdp-author-intro__bio h2 {
  color: var(--zdp-ink);
  font-family: var(--typeHeaderPrimary), serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  margin: 18px 0 8px;
}

.zdp-author-intro__bio p {
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 12px;
}

.zdp-author-intro__tamil {
  background: color-mix(in srgb, var(--zdp-accent) 4%, #fff);
  border-left: 4px solid var(--zdp-accent);
  margin-top: 22px;
  max-width: 880px;
  padding: 22px 26px 24px;
}

.zdp-author-intro__tamil h2 {
  color: var(--zdp-ink);
  font-family: var(--typeHeaderPrimary), var(--typeBasePrimary), serif;
  font-size: clamp(25px, 1.9vw, 32px);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 10px;
}

.zdp-author-intro__tamil p {
  color: var(--zdp-ink);
  font-family: var(--typeBasePrimary), system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.82;
  margin: 0 0 12px;
}

.zdp-author-intro__tamil p:last-child {
  margin-bottom: 0;
}

.zdp-author-intro__tamil-sources {
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--zdp-accent) 18%, var(--zdp-line));
  display: flex;
  flex-wrap: wrap;
  gap: 9px 13px;
  margin-top: 18px;
  padding-top: 13px;
}

.zdp-author-intro__tamil-sources span {
  color: var(--zdp-muted);
  font-size: 12px;
  font-weight: 800;
}

.zdp-author-intro__tamil-sources a {
  color: var(--zdp-accent);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zdp-author-intro__portrait {
  align-items: center;
  background: var(--zdp-soft);
  border: 1px solid var(--zdp-line);
  border-radius: 50%;
  color: var(--zdp-accent);
  display: flex;
  font-family: var(--typeHeaderPrimary), serif;
  font-size: 30px;
  font-weight: 800;
  height: 144px;
  justify-content: center;
  overflow: hidden;
  width: 144px;
}

.zdp-author-intro__portrait img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.zdp-author-intro__stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(74px, 1fr));
  margin: 0;
}

.zdp-author-intro__stats div {
  background: var(--zdp-soft);
  border: 1px solid var(--zdp-line);
  padding: 12px 14px;
}

.zdp-author-intro__stats dt {
  color: var(--zdp-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.zdp-author-intro__stats dd {
  color: var(--zdp-ink);
  font-family: var(--typeHeaderPrimary), serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.zdp-author-intro > .text-link {
  align-self: center;
  justify-self: end;
}

.zdp-author-intro__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
}

.zdp-author-intro__highlights li {
  border: 1px solid var(--zdp-line);
  border-radius: 999px;
  color: var(--zdp-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 9px;
}

.zdp-author-keywords {
  margin-top: 15px;
}

.zdp-author-keywords__label {
  color: var(--zdp-muted);
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
  text-transform: uppercase;
}

.zdp-author-keywords__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.zdp-author-keywords__chips span {
  background: color-mix(in srgb, var(--zdp-accent) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--zdp-accent) 20%, var(--zdp-line));
  border-radius: 999px;
  color: var(--zdp-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 10px;
}

.zdp-author-intro__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 13px;
}

.zdp-author-intro__sources a {
  color: var(--zdp-accent);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zdp-author-intro__copy > .text-link {
  display: inline-block;
  margin-top: 13px;
}

.zdp-collection-guide {
  border-top: 1px solid var(--zdp-line);
  margin-top: 48px;
  padding-top: 36px;
}

.zdp-collection-faq {
  border-top: 1px solid var(--zdp-line);
  margin-top: 44px;
  padding-top: 32px;
}

.zdp-collection-faq details {
  border-bottom: 1px solid var(--zdp-line);
  max-width: 920px;
  padding: 15px 0;
}

.zdp-collection-faq summary {
  color: var(--zdp-ink);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.35;
}

.zdp-collection-faq p {
  color: var(--zdp-muted);
  line-height: 1.55;
  margin: 10px 0 0;
}

.zdp-home-aeo {
  border-top: 1px solid var(--zdp-line);
  margin-top: 38px;
  padding: 54px 0 62px;
}

.zdp-home-aeo .zdp-section-heading {
  margin: 0 auto 24px;
  max-width: 760px;
  text-align: center;
}

.zdp-home-aeo .zdp-section-heading h2 {
  font-family: var(--typeHeaderPrimary), serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  margin: 0 0 10px;
}

.zdp-home-aeo .zdp-section-heading p:last-child {
  color: var(--zdp-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.zdp-home-aeo__grid {
  display: grid;
  gap: 0 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.zdp-home-aeo details {
  border-bottom: 1px solid var(--zdp-line);
  padding: 18px 0;
}

.zdp-home-aeo summary {
  color: var(--zdp-ink);
  cursor: pointer;
  font-weight: 850;
  line-height: 1.34;
}

.zdp-home-aeo p {
  color: var(--zdp-muted);
  line-height: 1.58;
  margin: 10px 0 0;
}

.zdp-collection-guide .section-header {
  margin-bottom: 16px;
}

.zdp-collection-guide .collection__description {
  max-width: 920px;
}

.zdp-author-guide__sources {
  border-top: 1px solid var(--zdp-line);
  margin-top: 22px;
  max-width: 920px;
  padding-top: 18px;
}

.zdp-author-guide__sources h3 {
  font-family: var(--typeBasePrimary), sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.zdp-local-collection .page-width > .grid {
  align-items: start;
}

.zdp-local-collection .grid__item--sidebar {
  position: relative;
  z-index: 2;
}

.zdp-local-collection .collection-sidebar {
  background: var(--zdp-surface);
  border: 1px solid var(--zdp-line);
  padding: 18px;
  position: sticky;
  top: 18px;
}

.zdp-local-collection .collection-sidebar__group {
  border-top: 1px solid var(--zdp-line);
  padding: 16px 0;
}

.zdp-local-collection .collection-sidebar__group:last-child {
  border-bottom: 1px solid var(--zdp-line);
}

.zdp-local-collection .collapsible-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.07em;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.zdp-local-collection .zdp-filter-title {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
}

.zdp-local-collection .zdp-filter-count {
  align-items: center;
  background: var(--zdp-soft);
  border-radius: 999px;
  color: var(--zdp-muted);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 20px;
  padding: 0 6px;
}

.zdp-local-collection .collapsible-trigger__icon {
  transition: transform 160ms ease;
}

.zdp-local-collection .collapsible-trigger[aria-expanded="false"] .collapsible-trigger__icon {
  transform: rotate(-90deg);
}

.zdp-filter-panel-head {
  align-items: center;
  border-bottom: 1px solid var(--zdp-line);
  display: flex;
  justify-content: space-between;
  margin: -2px 0 14px;
  padding-bottom: 14px;
}

.zdp-filter-panel-head span {
  color: var(--zdp-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.zdp-filter-panel-head strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.zdp-local-collection .collection-sidebar .collapsible-content,
.zdp-local-collection .collection-sidebar .collapsible-content__inner {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: none !important;
  visibility: visible !important;
}

.zdp-local-collection .collection-sidebar .collapsible-content.is-collapsed {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.zdp-local-collection .tag-list {
  margin: 12px 0 0;
}

.zdp-local-collection .tag {
  margin-bottom: 8px;
}

.zdp-local-collection .tag.hide {
  display: none;
}

.zdp-local-collection .tag__checkbox-wrapper {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  line-height: 1.3;
  padding: 4px 2px;
  transition: background 140ms ease;
}

.zdp-local-collection .tag__checkbox-wrapper:hover {
  background: var(--zdp-soft);
}

.zdp-local-collection .tag__input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  cursor: pointer;
  height: 1px !important;
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  white-space: nowrap;
  width: 1px !important;
}

.zdp-local-collection .tag__checkbox {
  display: block;
  flex: 0 0 auto;
  padding-left: 25px;
  position: relative;
}

.zdp-local-collection .tag__checkbox::before,
.zdp-local-collection .tag__checkbox::after {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.zdp-local-collection .tag__checkbox::before {
  border: 1px solid var(--colorBorder, var(--zdp-line));
  height: 16px;
  width: 16px;
}

.zdp-local-collection .tag__checkbox::after {
  height: 10px;
  left: 3px;
  width: 10px;
}

.zdp-local-collection .tag__input:checked + .tag__checkbox::after,
.zdp-local-collection .tag__input:checked ~ .tag__checkbox::after,
.zdp-local-collection .tag--active .tag__checkbox::after {
  background-color: var(--zdp-accent);
  border-color: var(--zdp-accent);
}

.zdp-local-collection .tag-list--active-tags {
  display: block;
  margin: 0 0 18px;
}

.zdp-local-collection .tag--remove {
  margin: 0 0 10px;
  position: relative;
}

.zdp-local-collection .tag--remove a {
  border-radius: 999px;
  display: block;
  padding-right: 36px;
  text-align: left;
  width: 100%;
}

.zdp-local-collection .tag--remove .icon {
  color: var(--colorBtnPrimaryText, #fff);
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.zdp-local-collection .price-range__input {
  display: none !important;
}

.zdp-local-collection .price-range__display-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 8px;
  width: 100%;
}

.zdp-local-collection .price-range__slider-wrapper {
  padding: 0 8px 8px;
}

.zdp-local-collection .price-range__slider {
  height: 6px;
  position: relative;
}

.zdp-local-collection .zdp-price-slider {
  --zdp-price-start: 0%;
  --zdp-price-end: 100%;
  background: transparent;
  margin: 8px 0 14px;
}

.zdp-local-collection .zdp-price-slider::before,
.zdp-local-collection .zdp-price-slider::after {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.zdp-local-collection .zdp-price-slider::before {
  background: var(--zdp-line);
}

.zdp-local-collection .zdp-price-slider::after {
  background: linear-gradient(
    to right,
    transparent 0,
    transparent var(--zdp-price-start),
    var(--zdp-accent) var(--zdp-price-start),
    var(--zdp-accent) var(--zdp-price-end),
    transparent var(--zdp-price-end),
    transparent 100%
  );
}

.zdp-local-collection .zdp-price-bound {
  appearance: none;
  background: transparent;
  height: 28px;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: -11px;
  width: 100%;
  z-index: 2;
}

.zdp-local-collection .zdp-price-bound::-webkit-slider-thumb {
  appearance: none;
  background: var(--zdp-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 14px;
  pointer-events: auto;
  width: 14px;
}

.zdp-local-collection .zdp-price-bound::-moz-range-thumb {
  background: var(--zdp-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 12px;
  pointer-events: auto;
  width: 12px;
}

.zdp-local-collection .zdp-price-bound::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
}

.zdp-local-collection .zdp-price-bound::-moz-range-track {
  background: transparent;
  border: 0;
}

.zdp-filter-actions {
  align-items: center;
  display: none;
  gap: 12px;
  margin-top: 16px;
}

.zdp-local-collection .collection-filter {
  align-items: center;
  border-bottom: 1px solid var(--zdp-line);
  border-top: 1px solid var(--zdp-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 12px 0;
}

.zdp-local-collection .collection-filter__item--sort {
  margin-left: auto;
}

.zdp-local-collection .collection-filter__sort-container {
  margin: 0;
}

.zdp-local-collection .collection-filter select {
  min-height: 42px;
  min-width: 220px;
}

.zdp-local-collection .collection-grid__wrapper {
  width: 100%;
}

.zdp-local-collection.is-filtering .collection-grid__wrapper,
.zdp-local-collection.is-filtering .collection-sidebar,
html.zdp-filter-drawer-open .zdp-local-collection.is-filtering #FilterDrawer .drawer__scrollable {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 140ms ease;
}

.zdp-local-collection [data-aos],
.zdp-local-collection .grid[data-aos] {
  animation: none !important;
  margin-left: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.zdp-local-collection [data-aos] *,
.zdp-local-collection .grid[data-aos] * {
  animation-delay: 0s !important;
  animation-duration: 0s !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}

#FilterDrawer {
  background: var(--colorDrawers, #fff);
  bottom: 0;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.1);
  display: none;
  left: -350px;
  max-width: 95%;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: none;
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: visible;
  width: 350px;
  z-index: 1001;
}

#FilterDrawer.drawer--is-open,
#FilterDrawer.is-open {
  display: block !important;
  opacity: 1 !important;
  transform: translateX(350px) !important;
  transition-duration: 450ms;
  visibility: visible !important;
}

#FilterDrawer .drawer__contents {
  display: block;
  height: 100%;
}

#FilterDrawer .drawer__fixed-header,
#FilterDrawer .drawer__header,
#FilterDrawer .drawer__scrollable {
  padding-left: var(--drawer-gutter, 20px);
  padding-right: var(--drawer-gutter, 20px);
}

#FilterDrawer .drawer__header {
  border-bottom: 1px solid var(--colorDrawerBorder, var(--zdp-line));
  display: table;
  min-height: 70px;
  padding-bottom: 11.53846px;
  padding-top: 11.53846px;
  width: 100%;
}

#FilterDrawer .drawer__title,
#FilterDrawer .drawer__close {
  display: table-cell;
  vertical-align: middle;
}

#FilterDrawer .drawer__title {
  width: 100%;
}

#FilterDrawer .drawer__close {
  text-align: center;
  width: 1%;
}

#FilterDrawer .drawer__close-button {
  right: calc(var(--drawer-gutter, 20px) * -1);
  padding: 0 var(--drawer-gutter, 20px);
  position: relative;
}

#FilterDrawer .drawer__scrollable {
  overflow-y: auto;
  padding-bottom: 30px;
  padding-top: 18px;
}

#FilterDrawer .appear-animation,
#FilterDrawer .appear-delay-1,
#FilterDrawer .appear-delay-2 {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

#FilterDrawer .collapsible-content {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  visibility: hidden !important;
}

#FilterDrawer .collapsible-content.is-open {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
}

html.zdp-filter-drawer-open::before {
  content: none !important;
  display: none !important;
}

#NavDrawer {
  background: var(--colorDrawers, #fff);
  bottom: 0;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.14);
  display: none;
  left: 0 !important;
  max-width: 95vw;
  overflow: hidden;
  position: fixed;
  right: auto !important;
  top: 0;
  transform: none !important;
  visibility: visible;
  width: 350px;
  z-index: 1002;
}

#NavDrawer.drawer--is-open,
#NavDrawer.is-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#NavDrawer .drawer__contents {
  display: block;
  height: 100%;
}

#NavDrawer .drawer__scrollable {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 34px;
}

html.zdp-nav-drawer-open::before {
  background: rgba(17, 17, 17, 0.36);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

html.js-drawer-open .main-content {
  position: relative;
  z-index: 1000;
}

html.js-drawer-open .main-content {
  pointer-events: none;
}

html.js-drawer-open #FilterDrawer,
html.js-drawer-open #FilterDrawer *,
html.js-drawer-open #NavDrawer,
html.js-drawer-open #NavDrawer * {
  pointer-events: auto;
}

.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  margin: 0 8px;
  opacity: 0.45;
}

.zdp-grid-product .grid-product__content {
  min-height: 100%;
  position: relative;
}

.zdp-grid-product .zdp-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  left: 8px;
  max-width: calc(100% - 16px);
  position: absolute;
  top: 8px;
  z-index: 4;
}

.zdp-grid-product .zdp-product-badges .grid-product__tag {
  border: 0;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(17, 17, 17, 0.12);
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  left: auto !important;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  min-height: 0;
  padding: 6px 8px 5px;
  position: static !important;
  right: auto !important;
  text-transform: uppercase;
  top: auto !important;
  width: auto;
}

.zdp-product-badge--new,
.zdp-product-badge--back_in_stock {
  background: var(--zdp-accent);
  color: #fff;
}

.zdp-product-badge--award_listed,
.zdp-product-badge--bestseller {
  background: var(--zdp-ink);
  color: #fff;
}

.zdp-product-badge--translation {
  background: #fff;
  color: var(--zdp-accent);
  outline: 1px solid rgba(127, 29, 29, 0.2);
}

.zdp-product-badge--sold_out {
  background: #6f655c;
  color: #fff;
}

.zdp-grid-product .grid-product__image-mask {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.zdp-grid-product .image-wrap {
  background: transparent !important;
  padding-bottom: 150% !important;
}

.zdp-grid-product .grid-product__image {
  background: #fff;
  box-shadow: 0 14px 24px rgba(27, 23, 19, 0.14);
  display: block;
  height: 100%;
  object-fit: cover;
  transform: none;
  transform-origin: center;
  width: 100%;
}

.zdp-grid-product .grid-product__image:hover {
  box-shadow: 0 18px 30px rgba(27, 23, 19, 0.18);
}

.zdp-grid-product .grid-product__meta {
  padding-top: 12px;
}

.zdp-grid-product .grid-product__title {
  display: -webkit-box;
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.32;
  min-height: 40px;
  overflow: hidden;
  text-transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zdp-grid-product .grid-product__author {
  color: var(--zdp-muted);
  display: -webkit-box;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.35;
  margin-top: 5px;
  min-height: 16px;
  overflow: hidden;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zdp-grid-product .grid-product__language {
  color: var(--zdp-accent);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-top: 6px;
  text-transform: uppercase;
}

.zdp-grid-product .grid-product__price {
  font-size: 14px;
  margin-top: 8px;
}

.zdp-theme-page .page-content {
  padding-bottom: 70px;
  padding-top: 54px;
}

.zdp-page-kicker {
  color: var(--zdp-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.zdp-search-form {
  align-items: stretch;
  display: flex;
  gap: 10px;
  margin: 0 auto 18px;
  max-width: 780px;
}

.zdp-search-form input {
  border: 1px solid var(--zdp-line);
  flex: 1 1 auto;
  min-height: 50px;
  padding: 0 16px;
  width: 100%;
}

.zdp-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 34px;
  max-width: 900px;
}

.zdp-search-chip,
.zdp-search-chip:hover {
  border: 1px solid var(--zdp-line);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  min-height: 40px;
  padding: 7px 12px;
  text-decoration: none;
}

.zdp-empty-state,
.zdp-success-panel {
  border: 1px solid var(--zdp-line);
  margin: 0 auto;
  max-width: 760px;
  padding: 34px;
  text-align: center;
}

.zdp-empty-state h2,
.zdp-success-panel h1 {
  margin-bottom: 12px;
}

.zdp-order-confirmation-panel {
  max-width: 920px;
  padding: clamp(26px, 5vw, 52px);
  text-align: left;
}

.zdp-order-confirmation-panel > .zdp-page-kicker,
.zdp-order-confirmation-panel > h1,
.zdp-order-confirmation-panel > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  text-align: center;
}

.zdp-order-confirmation-panel > h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.zdp-order-confirmation-panel > p {
  color: var(--zdp-muted);
  font-size: 18px;
  line-height: 1.55;
}

.zdp-cart-layout,
.zdp-checkout-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.zdp-checkout-page .page-content {
  padding-top: clamp(20px, 3vw, 34px);
}

.zdp-checkout-layout {
  gap: clamp(22px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
}

.zdp-cart-lines,
.zdp-cart-summary,
.zdp-order-summary,
.zdp-theme-form {
  border: 1px solid var(--zdp-line);
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.zdp-cart-lines {
  border-bottom: 0;
}

.zdp-cart-line {
  align-items: start;
  border-bottom: 1px solid var(--zdp-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
}

.zdp-cart-line__image {
  background: #fff;
  display: block;
}

.zdp-cart-line__image img {
  display: block;
  height: auto;
  width: 100%;
}

.zdp-cart-line__title {
  color: inherit;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.zdp-cart-line__author {
  color: var(--zdp-muted);
  font-size: 13px;
  margin-top: 6px;
}

.zdp-cart-line__price {
  min-width: 90px;
  text-align: right;
}

.zdp-cart-line__price span {
  color: var(--zdp-muted);
  display: block;
  font-size: 12px;
}

.zdp-qty-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  max-width: 100%;
  min-width: 0;
}

.zdp-qty-form label {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
}

.zdp-qty-form input {
  border: 1px solid var(--zdp-line);
  min-height: 38px;
  padding: 0 8px;
  width: 72px;
}

.zdp-cart-summary,
.zdp-order-summary {
  padding: 24px;
  position: sticky;
  top: 24px;
}

.zdp-cart-summary h2,
.zdp-order-summary h2,
.zdp-theme-form h2 {
  font-size: 20px;
  margin-bottom: 18px;
}

.zdp-cart-summary > div,
.zdp-order-summary > div:not(.zdp-checkout-lines) {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 12px;
  min-width: 0;
}

.zdp-cart-summary > div span,
.zdp-order-summary > div:not(.zdp-checkout-lines) span,
.zdp-cart-summary > div strong,
.zdp-order-summary > div:not(.zdp-checkout-lines) strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.zdp-shipping-note {
  border-top: 1px solid var(--zdp-line);
  color: var(--zdp-muted);
  margin: 16px 0;
  padding-top: 16px;
}

.zdp-cart-summary .btn--full {
  margin-top: 18px;
}

.zdp-cart-summary > .text-link {
  display: inline-flex;
  margin-top: 2px;
  min-height: 44px;
  align-items: center;
}

.btn--full {
  display: block;
  text-align: center;
  width: 100%;
}

.btn--small {
  min-height: 38px;
  padding: 9px 14px;
}

.zdp-theme-form {
  display: grid;
  gap: 22px;
  margin-top: 28px;
  padding: 24px;
}

.zdp-theme-form section {
  display: grid;
  gap: 14px;
}

.zdp-theme-form label {
  color: #252525;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.zdp-theme-form input,
.zdp-theme-form textarea {
  border: 1px solid var(--zdp-line);
  color: #111;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  min-height: 48px;
  padding: 11px 13px;
  text-transform: none;
  width: 100%;
}

.zdp-theme-form textarea {
  min-height: 110px;
  resize: vertical;
}

.zdp-theme-form .split,
.zdp-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zdp-checkout-form {
  gap: 18px;
  margin-top: 0;
  padding: clamp(20px, 3vw, 28px);
}

.zdp-checkout-head {
  align-items: end;
  border-bottom: 1px solid var(--zdp-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-bottom: 16px;
}

.zdp-checkout-head h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.98;
  margin: 0;
}

.zdp-checkout-head .text-link {
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.zdp-checkout-form section {
  gap: 10px;
}

.zdp-checkout-form h2,
.zdp-order-summary h2 {
  font-size: 17px;
  margin-bottom: 4px;
}

.zdp-checkout-form label {
  gap: 5px;
  letter-spacing: 0.03em;
}

.zdp-checkout-form input,
.zdp-checkout-form textarea {
  min-height: 44px;
  padding: 10px 12px;
}

.zdp-checkout-form .zdp-form-grid {
  gap: 10px;
}

.zdp-checkout-lines {
  border-bottom: 1px solid var(--zdp-line);
  margin-bottom: 16px;
  padding-bottom: 10px;
}

.zdp-order-lines {
  border-bottom: 1px solid var(--zdp-line);
  border-top: 1px solid var(--zdp-line);
  display: grid;
  gap: 0;
  margin: 34px 0 0;
}

.zdp-order-line {
  align-items: center;
  border-bottom: 1px solid var(--zdp-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  min-width: 0;
  padding: 18px 0;
}

.zdp-order-line:last-child {
  border-bottom: 0;
}

.zdp-order-line__image {
  background: #fff;
  display: block;
}

.zdp-order-line__image img {
  border: 1px solid var(--zdp-line);
  box-shadow: 0 10px 22px rgba(27, 23, 19, 0.12);
  display: block;
  height: auto;
  width: 84px;
}

.zdp-order-line__main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.zdp-order-line__title {
  color: var(--zdp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.zdp-order-line__main span,
.zdp-order-line__main small {
  color: var(--zdp-muted);
  font-size: 13px;
  line-height: 1.35;
}

.zdp-order-line > strong {
  font-size: 18px;
  white-space: nowrap;
}

.zdp-tracking-panel,
.zdp-track-grid {
  background: #fbf7ef;
  border: 1px solid var(--zdp-line);
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 16px 18px;
}

.zdp-tracking-panel strong,
.zdp-track-grid strong {
  color: var(--zdp-text);
  font-weight: 800;
}

.zdp-tracking-panel span,
.zdp-track-grid span {
  color: var(--zdp-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.zdp-track-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zdp-track-grid > div {
  display: grid;
  gap: 6px;
}

.zdp-track-form {
  margin: 22px auto 0;
  max-width: 640px;
}

.zdp-form-error {
  background: #fff1f0;
  border: 1px solid #efb4aa;
  color: #8a1f14;
  padding: 12px 14px;
}

.zdp-track-result {
  margin-top: 24px;
  text-align: left;
}

.zdp-track-result h2 {
  font-family: var(--zdp-font-display);
  font-size: clamp(32px, 4vw, 48px);
  margin: 0;
}

.zdp-track-line .zdp-order-line__image img {
  width: 64px;
}

.zdp-checkout-line {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-width: 0;
  padding: 12px 0;
}

.zdp-checkout-line__image {
  background: #fff;
  display: block;
  min-width: 0;
}

.zdp-checkout-line__image img {
  border: 1px solid var(--zdp-line);
  box-shadow: 0 8px 16px rgba(27, 23, 19, 0.12);
  display: block;
  height: auto;
  width: 48px;
}

.zdp-checkout-line__main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.zdp-checkout-line__main a {
  color: var(--zdp-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration: none;
}

.zdp-checkout-line small {
  color: var(--zdp-muted);
  font-size: 12px;
  line-height: 1.25;
}

.zdp-checkout-line > strong {
  font-size: 14px;
  min-width: 0;
  text-align: right;
  white-space: nowrap;
}

.zdp-summary-total {
  border-top: 1px solid var(--zdp-line);
  font-size: 18px;
  margin-top: 8px;
  padding-top: 16px;
}

.zdp-order-totals {
  margin: 22px 0 0 auto;
  max-width: 360px;
}

.zdp-order-totals > div {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 7px 0;
}

.zdp-order-totals span {
  color: var(--zdp-muted);
}

.zdp-order-totals strong {
  color: var(--zdp-text);
  white-space: nowrap;
}

.zdp-order-totals .zdp-summary-total {
  margin-top: 10px;
}

.zdp-trust-row {
  border-top: 1px solid var(--zdp-line);
  color: var(--zdp-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 18px;
  padding-top: 16px;
}

.zdp-trust-row span::before {
  content: "✓";
  margin-right: 6px;
}

.zdp-order-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

.zdp-account-form {
  border: 0;
  margin: 22px auto 0;
  max-width: 460px;
  padding: 0;
}

.zdp-account-orders {
  margin-top: 28px;
  text-align: left;
}

.zdp-account-orders table {
  border-collapse: collapse;
  font-size: 15px;
  margin-top: 14px;
  width: 100%;
}

.zdp-account-orders th,
.zdp-account-orders td {
  border-bottom: 1px solid var(--zdp-line);
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.zdp-account-orders th {
  color: var(--zdp-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zdp-account-orders td:nth-child(3),
.zdp-account-orders td:nth-child(6) {
  white-space: nowrap;
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-width {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 18px !important;
    padding-right: 18px !important;
    width: auto !important;
  }

  .zdp-editorial-hero-section,
  .zdp-editorial-hero {
    max-width: 100%;
    overflow-x: hidden;
  }

  .zdp-editorial-hero {
    padding: 34px 0 30px;
  }

  .zdp-editorial-hero .page-width {
    overflow-x: hidden;
  }

  .zdp-editorial-hero__inner {
    display: grid !important;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0;
    width: 100%;
  }

  .zdp-editorial-hero__copy {
    box-sizing: border-box;
    max-width: calc(100vw - 36px);
    min-width: 0;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .zdp-editorial-hero__copy h1 {
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.02;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: balance;
  }

  .zdp-editorial-hero__copy p:not(.zdp-section-kicker) {
    font-size: 17px;
    max-width: calc(100vw - 36px);
    overflow-wrap: break-word;
    white-space: normal !important;
    width: 100%;
  }

  .zdp-editorial-hero__covers {
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, min(172px, calc((100vw - 48px) / 2))));
    justify-content: center;
    gap: 12px;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .zdp-hero-cover {
    min-width: 0;
    overflow: hidden;
  }

  .zdp-hero-cover__frame {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .zdp-hero-cover img {
    height: 100%;
  }

  .site-footer .collapsible-content {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  .site-footer .collapsible-content.is-open {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
  }

  .zdp-hero-cover:nth-child(n + 3) {
    display: none;
  }

  .zdp-hero-cover__label {
    display: none;
  }

  .zdp-hero-cover--2,
  .zdp-hero-cover--5,
  .zdp-hero-cover--3,
  .zdp-hero-cover--6 {
    transform: none;
  }

  .zdp-editor-note__inner {
    grid-template-columns: 1fr;
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .zdp-stats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    overflow: hidden;
  }

  .zdp-stat {
    min-width: 0;
    padding: 18px 8px;
  }

  .zdp-stat__value {
    font-size: clamp(20px, 5.6vw, 26px);
    line-height: 1.18;
    overflow-wrap: anywhere;
    text-wrap: balance;
    white-space: normal;
    word-break: keep-all;
  }

  .zdp-stat__label {
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .zdp-stat:nth-child(2n) {
    border-right: 0;
  }

  .zdp-stat:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .zdp-home-genres {
    padding: 38px 0;
  }

  .zdp-translation-spotlight {
    padding: 38px 0;
  }

  .zdp-translation-spotlight__inner {
    grid-template-columns: 1fr;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    text-align: left;
  }

  .zdp-translation-spotlight__cover {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 210px;
    width: 100%;
  }

  .zdp-translation-spotlight__cover img {
    margin-left: auto;
    margin-right: auto;
    width: min(210px, 54vw);
  }

  .zdp-translation-spotlight__copy {
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .zdp-translation-spotlight__copy h2 {
    display: block;
    font-size: clamp(27px, 7.6vw, 34px);
    line-height: 1.15;
    max-width: 100%;
    overflow: visible !important;
    overflow-wrap: anywhere;
    text-overflow: clip !important;
    white-space: normal !important;
    width: min(100%, calc(100vw - 36px));
    word-break: normal;
  }

  .zdp-translation-spotlight__copy p:not(.zdp-section-kicker) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .zdp-home-genres__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
    padding: 0;
  }

  .zdp-genre-card {
    gap: 10px;
    min-width: 0;
    padding: 10px;
  }

  .zdp-genre-card__image {
    align-items: center;
    aspect-ratio: 2 / 3;
    background: transparent;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .zdp-genre-card__image img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }

  .zdp-genre-card__body {
    min-width: 0;
  }

  .zdp-genre-card__body span {
    display: block;
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.08;
    max-width: 100%;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    text-wrap: balance;
    white-space: normal;
    word-break: normal;
  }

  .zdp-genre-card__body small {
    font-size: 11px;
    line-height: 1.2;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .page-width--flush-small {
    overflow-x: visible;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-overflow-wrapper {
    margin-left: 0;
    overflow-x: visible;
    position: relative;
    width: 100%;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-overflow-wrapper::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 78%);
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 34px;
    z-index: 2;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid.grid--uniform {
    display: flex !important;
    gap: 18px;
    margin-left: 0 !important;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 18px 18px !important;
    scroll-padding-left: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid.grid--uniform.zdp-shelf-nudging {
    scroll-snap-type: none;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid.grid--uniform::after {
    content: "";
    flex: 0 0 2px;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .zdp-grid-product {
    flex: 0 0 clamp(196px, 56vw, 230px);
    float: none !important;
    margin: 0 !important;
    max-width: 230px;
    min-width: 0;
    padding-left: 0 !important;
    scroll-snap-align: start;
    width: auto !important;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-product__image-mask {
    border-radius: 1px;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-product__meta {
    padding-top: 14px;
    text-align: center;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-product__title {
    font-size: 16px !important;
    line-height: 1.25;
    min-height: 42px;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-product__author {
    font-size: 13px;
    min-height: 18px;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .grid-product__price {
    font-size: 16px;
  }

  #shopify-section-template--21369152798952__featured_collection_R8QN7w .small--hide {
    display: none !important;
  }

  .announcement-slider__slide {
    line-height: 1.25;
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal !important;
  }

  .announcement-text,
  .announcement-link-text {
    display: block;
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    max-width: calc(100vw - 24px);
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .zdp-product-section .page-content--product {
    padding-top: 24px;
  }

  .zdp-product-section .product-single__meta {
    padding-top: 28px;
  }

  .zdp-product-section .product-single__title {
    font-size: 27px;
  }

  .zdp-product-author-overline {
    font-size: 16px;
  }

  .zdp-product-section .product__price {
    font-size: 22px;
  }

  .zdp-product-delivery {
    padding: 14px;
  }

  .zdp-product-delivery__grid {
    grid-template-columns: 1fr;
  }

  .zdp-product-proof li {
    font-size: 12px;
  }

  .zdp-product-section .rte {
    font-size: 16px;
  }

  .zdp-product-social {
    padding-bottom: 12px;
  }

  .zdp-product-specs dl {
    grid-template-columns: 1fr;
  }

  .site-header .site-nav__dropdown,
  .site-header .site-nav__deep-dropdown {
    box-shadow: none;
    max-height: none;
  }

  .site-header .zdp-mega-nav__panel {
    min-width: 0;
  }

  .zdp-collection-intro {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px 0;
  }

  .zdp-analytics-paths {
    grid-template-columns: 1fr;
    margin: 0 0 22px;
    padding-bottom: 20px;
  }

  .zdp-analytics-paths h2 {
    font-size: 25px;
  }

  .zdp-analytics-paths__grid {
    display: flex;
    gap: 10px;
    margin-left: -18px;
    margin-right: -18px;
    overflow-x: auto;
    padding: 0 18px 8px;
    scroll-padding-left: 18px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .zdp-analytics-path-card {
    flex: 0 0 min(78vw, 300px);
    min-height: 0;
    padding: 13px 14px;
    scroll-snap-align: start;
  }

  .zdp-author-intro {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .zdp-author-intro__portrait {
    height: 88px;
    width: 88px;
  }

  .zdp-author-intro__bio h2 {
    font-size: 24px;
  }

  .zdp-author-intro__bio p {
    font-size: 15px;
  }

  .zdp-author-intro__tamil {
    grid-column: 1 / -1;
    padding: 17px 18px 19px;
  }

  .zdp-author-intro__tamil h2 {
    font-size: 24px;
  }

  .zdp-author-intro__tamil p {
    font-size: 16px;
    line-height: 1.78;
  }

  .zdp-author-intro__stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .zdp-author-intro__stats div {
    padding: 10px 9px;
  }

  .zdp-author-intro__stats dd {
    font-size: 22px;
  }

  .zdp-author-intro > .text-link {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .zdp-collection-guide {
    margin-top: 34px;
    padding-top: 26px;
  }

  .zdp-collection-faq {
    margin-top: 30px;
    padding-top: 24px;
  }

  .zdp-home-aeo {
    margin-top: 26px;
    padding: 38px 0 44px;
  }

  .zdp-home-aeo .zdp-section-heading h2 {
    font-size: 34px;
  }

  .zdp-home-aeo .zdp-section-heading p:last-child {
    font-size: 15px;
  }

  .zdp-home-aeo__grid {
    grid-template-columns: 1fr;
  }

  .zdp-directory-tools {
    grid-template-columns: 1fr;
  }

  .zdp-directory-az {
    justify-content: flex-start;
  }

  .zdp-directory-group {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .zdp-directory-group ul {
    grid-template-columns: 1fr;
  }

  .zdp-grid-product .grid-product__title {
    font-size: 14px !important;
    min-height: 38px;
  }

  .zdp-local-collection .zdp-grid-product .grid-product__title,
  .zdp-theme-page .zdp-grid-product .grid-product__title {
    min-height: 74px;
    -webkit-line-clamp: 4;
  }

  .zdp-local-collection .grid.grid--uniform,
  .zdp-theme-page .grid.grid--uniform {
    display: grid !important;
    gap: 22px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0 !important;
    width: 100%;
  }

  .zdp-local-collection .grid.grid--uniform > .grid__item,
  .zdp-theme-page .grid.grid--uniform > .grid__item,
  .zdp-grid-product.small--one-half {
    float: none !important;
    margin: 0 !important;
    min-width: 0;
    padding-left: 0 !important;
    width: auto !important;
  }

  .zdp-theme-page .page-content {
    padding-bottom: 42px;
    padding-top: 32px;
  }

  .zdp-search-form {
    display: grid;
  }

  .zdp-search-chips {
    justify-content: flex-start;
  }

  .site-header .site-nav__icons a,
  .mobile-nav__link,
  .zdp-mobile-nav__summary,
  .zdp-mobile-nav__panel a,
  .site-footer a,
  .breadcrumbs a,
  .zdp-search-chip,
  .zdp-product-social .social-sharing__link,
  .zdp-local-collection .collapsible-trigger,
  .zdp-local-collection .tag__checkbox-wrapper,
  .zdp-filter-panel-head .text-link,
  .zdp-filter-actions .btn,
  .zdp-filter-actions .text-link,
  .collection-filter button,
  .collection-filter a,
  .collection-filter select {
    align-items: center;
    display: inline-flex;
    min-height: 48px;
  }

  .site-header .site-nav__icons a,
  .breadcrumbs a {
    justify-content: center;
    min-width: 48px;
  }

  .mobile-nav__link,
  .zdp-mobile-nav__summary,
  .zdp-mobile-nav__panel a,
  .site-footer a,
  .breadcrumbs a {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .zdp-mobile-nav__panel {
    padding-bottom: 8px;
  }

  .zdp-local-collection .tag {
    margin-bottom: 6px;
  }

  .zdp-local-collection .tag__checkbox-wrapper {
    padding: 8px 6px;
  }

  .zdp-local-collection .tag__checkbox::before {
    height: 20px;
    width: 20px;
  }

  .zdp-local-collection .tag__checkbox::after {
    height: 12px;
    left: 4px;
    width: 12px;
  }

  .zdp-search-chip {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-footer .site-footer__linklist {
    margin: 0;
  }

  .site-footer .site-footer__linklist li {
    margin: 0 !important;
  }

  .site-footer .site-footer__linklist a {
    align-items: center;
    display: flex !important;
    line-height: 1.3;
    min-height: 48px;
    padding: 12px 0 !important;
  }

  .zdp-cart-layout,
  .zdp-checkout-layout {
    display: block;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .zdp-checkout-page .page-content {
    padding-top: 20px;
  }

  .zdp-checkout-head {
    align-items: start;
    display: block;
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .zdp-checkout-head h1 {
    font-size: 30px;
  }

  .zdp-checkout-head .text-link {
    display: inline-flex;
    margin-top: 6px;
    min-height: 44px;
    padding-top: 8px;
  }

  .zdp-cart-lines,
  .zdp-cart-summary,
  .zdp-order-summary,
  .zdp-theme-form,
  .zdp-cart-contact {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .zdp-cart-line {
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 14px;
  }

  .zdp-cart-line__image {
    max-width: 72px;
  }

  .zdp-cart-line__main,
  .zdp-cart-line__title,
  .zdp-cart-line__author,
  .zdp-cart-line__price,
  .zdp-qty-form {
    max-width: 100%;
    min-width: 0;
  }

  .zdp-cart-line__price {
    align-items: baseline;
    display: flex;
    gap: 10px;
    grid-column: 2;
    justify-content: space-between;
    min-width: 0;
    text-align: left;
    width: auto;
  }

  .zdp-cart-line__price span,
  .zdp-cart-line__price strong {
    min-width: 0;
  }

  .zdp-cart-line__price strong {
    overflow-wrap: anywhere;
    text-align: right;
  }

  .zdp-qty-form {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    width: 100%;
  }

  .zdp-qty-form label {
    flex: 1 1 128px;
    justify-content: space-between;
    max-width: 100%;
    min-width: 0;
  }

  .zdp-qty-form input {
    flex: 0 0 68px;
    max-width: 100%;
    width: 68px;
  }

  .zdp-qty-form .btn {
    flex: 1 1 112px;
    min-width: 0;
  }

  .zdp-qty-form .text-link {
    align-items: center;
    display: inline-flex;
    flex: 1 1 72px;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .zdp-cart-summary,
  .zdp-order-summary {
    margin-top: 20px;
    position: static;
  }

  .zdp-checkout-form,
  .zdp-order-summary {
    padding: 16px;
  }

  .zdp-checkout-form {
    gap: 14px;
  }

  .zdp-checkout-form section {
    gap: 8px;
  }

  .zdp-checkout-form h2,
  .zdp-order-summary h2 {
    font-size: 16px;
  }

  .zdp-checkout-form input,
  .zdp-checkout-form textarea {
    min-height: 42px;
    padding: 9px 11px;
  }

  .zdp-checkout-form .zdp-form-grid {
    gap: 8px;
  }

  .zdp-checkout-form .zdp-trust-row {
    gap: 6px 12px;
    padding-top: 12px;
  }

  .zdp-checkout-line {
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .zdp-checkout-line__image img {
    width: 44px;
  }

  .zdp-checkout-line__main,
  .zdp-checkout-line__main a,
  .zdp-checkout-line > strong {
    max-width: 100%;
    min-width: 0;
  }

  .zdp-checkout-line > strong {
    grid-column: 2;
    text-align: right;
    white-space: normal;
  }

  .zdp-order-confirmation-panel {
    padding: 24px 18px;
  }

  .zdp-order-confirmation-panel > h1 {
    font-size: clamp(32px, 12vw, 44px);
  }

  .zdp-order-confirmation-panel > p {
    font-size: 16px;
  }

  .zdp-order-line {
    align-items: start;
    gap: 12px;
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 14px 0;
  }

  .zdp-order-line__image img {
    width: 64px;
  }

  .zdp-order-line__title,
  .zdp-order-line__main,
  .zdp-order-line > strong {
    max-width: 100%;
    min-width: 0;
  }

  .zdp-order-line > strong {
    grid-column: 2;
    text-align: right;
    white-space: normal;
  }

  .zdp-track-grid {
    grid-template-columns: 1fr;
  }

  .zdp-support-link {
    bottom: 16px;
    height: 52px;
    left: 16px;
    min-height: 52px;
    padding: 0;
    right: auto;
    width: 52px;
  }

  .zdp-order-totals {
    max-width: 100%;
  }

  .zdp-cart-summary > div,
  .zdp-order-summary > div:not(.zdp-checkout-lines),
  .zdp-order-totals > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    min-width: 0;
  }

  .zdp-cart-summary > div strong,
  .zdp-order-summary > div:not(.zdp-checkout-lines) strong,
  .zdp-order-totals > div strong {
    min-width: 0;
    text-align: right;
  }

  .zdp-theme-form .split,
  .zdp-form-grid {
    grid-template-columns: 1fr;
  }

  .zdp-empty-state,
  .zdp-success-panel {
    padding: 24px 18px;
  }

  .zdp-local-collection .grid__item--sidebar {
    display: block;
    float: none !important;
    margin: 0 !important;
    min-height: 0;
    padding: 0 !important;
    width: 0 !important;
  }

  .zdp-local-collection .collection-sidebar.small--hide {
    display: none !important;
  }

  .zdp-local-collection .collection-sidebar {
    border: 0;
    padding: 0;
    position: static;
  }

  .zdp-local-collection .grid__item--content {
    float: none !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .zdp-local-collection .page-width > .grid {
    margin-left: 0 !important;
  }

  .zdp-local-collection .collection-filter {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
  }

  .zdp-local-collection .collection-filter__item--count {
    display: none;
  }

  .zdp-local-collection .collection-filter__item--sort,
  .zdp-local-collection .collection-filter__item--drawer {
    flex: 1 1 auto;
  }

  .zdp-local-collection .collection-filter select,
  .zdp-local-collection .collection-filter button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .zdp-editorial-hero__copy {
    padding-right: 0;
  }

  .zdp-editorial-hero__copy h1 {
    font-size: clamp(32px, 8.7vw, 36px);
    line-height: 1;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .zdp-local-collection .collection-filter__item--drawer {
    display: none;
  }

  .zdp-local-collection .collection-filter__item--count {
    text-align: left;
  }
}

.zdp-product-section .payment-buttons .zdp-add-to-cart-primary,
.zdp-product-section .product-single__form button.zdp-add-to-cart-primary,
.zdp-product-section .product-single__form [data-add-to-cart].zdp-add-to-cart-primary {
  background: var(--zdp-accent) !important;
  border: 1px solid var(--zdp-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.zdp-product-section .payment-buttons .zdp-add-to-cart-primary:hover,
.zdp-product-section .payment-buttons .zdp-add-to-cart-primary:focus-visible {
  background: var(--zdp-accent-strong) !important;
  border-color: var(--zdp-accent-strong) !important;
  color: #fff !important;
}

.zdp-product-section .payment-buttons .zdp-buy-now-secondary,
.zdp-product-section .product-single__form button.zdp-buy-now-secondary,
.zdp-product-section .shopify-payment-button__button.zdp-buy-now-secondary {
  background: transparent !important;
  border: 1px solid var(--zdp-line) !important;
  color: var(--zdp-ink) !important;
  box-shadow: none !important;
}

.zdp-product-section .payment-buttons .zdp-buy-now-secondary:hover,
.zdp-product-section .payment-buttons .zdp-buy-now-secondary:focus-visible {
  background: var(--zdp-soft) !important;
  border-color: var(--zdp-accent) !important;
  color: var(--zdp-ink) !important;
}
