/* 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: "Source Serif 4", "Noto Serif Tamil", Georgia, serif;
  --zdp-font-body: "Catamaran", "Mukta Malar", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --typeHeaderPrimary: "Source Serif 4";
  --typeHeaderFallback: "Noto Serif Tamil", Georgia, serif;
  --typeBasePrimary: "Catamaran";
  --typeBaseFallback: "Mukta Malar", -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;
}

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: 650;
  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: 800;
  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;
}

.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;
}

.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(34px, 5vw, 74px);
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}

.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;
}

.zdp-editorial-hero__covers {
  align-items: center;
  display: grid;
  gap: clamp(12px, 1.8vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
  position: relative;
}

.zdp-hero-cover {
  color: inherit;
  display: block;
  text-decoration: none;
}

.zdp-hero-cover img {
  aspect-ratio: 2 / 3;
  background: var(--zdp-surface);
  display: block;
  height: clamp(210px, 17vw, 260px);
  object-fit: cover;
  width: 100%;
  box-shadow: 0 24px 44px rgba(27, 23, 19, 0.2);
}

.zdp-hero-cover span {
  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: 650;
  line-height: 1;
}

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

.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: 2 / 3;
  background: #fff;
  box-shadow: 0 22px 38px rgba(27, 23, 19, 0.16);
  display: block;
  object-fit: cover;
  width: min(240px, 100%);
}

.zdp-translation-spotlight__copy h2 {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  margin: 0 0 10px;
}

.zdp-translation-spotlight__author {
  color: var(--zdp-accent);
  font-weight: 800;
  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: #fff;
  border: 1px solid var(--zdp-line);
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-rows: auto 1fr;
  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 {
  display: block;
  overflow: hidden;
}

.zdp-genre-card__image img {
  aspect-ratio: 2 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

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

.zdp-genre-card__body span {
  font-family: var(--zdp-font-display);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.1;
}

.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"],
[class*="whatsapp" i],
[id*="whatsapp" i],
iframe[src*="whatsapp" i] {
  display: none !important;
}

.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: 28px;
  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: 26px 28px;
  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-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: 800;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  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: 7px 8px;
}

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

.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-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: 800;
  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-sales-point {
  margin-bottom: 12px !important;
}

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

.zdp-product-social .social-sharing__link {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  text-transform: none;
}

.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 {
  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 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: none;
}

.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: 800;
  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: 800;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  text-decoration: none;
}

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

.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: 650;
  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-collection-guide {
  border-top: 1px solid var(--zdp-line);
  margin-top: 48px;
  padding-top: 36px;
}

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

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

.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: 800;
  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: 800;
  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: 800;
  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] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !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%;
}

.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: 650;
  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__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: 800;
  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;
  font-size: 13px;
  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-cart-layout,
.zdp-checkout-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.zdp-cart-lines,
.zdp-cart-summary,
.zdp-order-summary,
.zdp-theme-form {
  border: 1px solid var(--zdp-line);
  background: #fff;
}

.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;
  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: 650;
  line-height: 1.3;
  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;
}

.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;
  justify-content: space-between;
  margin-bottom: 12px;
}

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

.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 {
  margin-top: 0;
}

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

.zdp-checkout-line {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 9px 0;
}

.zdp-checkout-line span {
  line-height: 1.35;
}

.zdp-checkout-line small {
  color: var(--zdp-muted);
  white-space: nowrap;
}

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

.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;
}

@media (max-width: 768px) {
  .zdp-editorial-hero {
    padding: 38px 0 32px;
  }

  .zdp-editorial-hero__inner {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .zdp-editorial-hero__copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .zdp-editorial-hero__copy p:not(.zdp-section-kicker) {
    font-size: 18px;
  }

  .zdp-editorial-hero__covers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 0;
  }

  .zdp-hero-cover img {
    height: auto;
  }

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

  .zdp-hero-cover span {
    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));
  }

  .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;
    text-align: left;
  }

  .zdp-translation-spotlight__cover {
    justify-self: start;
    max-width: 190px;
  }

  .zdp-home-genres__grid {
    display: flex;
    gap: 14px;
    margin-left: -17px;
    margin-right: -17px;
    overflow-x: auto;
    padding: 2px 17px 12px;
    scroll-snap-type: x proximity;
  }

  .zdp-genre-card {
    flex: 0 0 min(58vw, 220px);
    scroll-snap-align: start;
  }

  .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-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-collection-guide {
    margin-top: 34px;
    padding-top: 26px;
  }

  .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-theme-page .page-content {
    padding-bottom: 42px;
    padding-top: 32px;
  }

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

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

  .zdp-cart-layout,
  .zdp-checkout-layout {
    display: block;
  }

  .zdp-cart-line {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .zdp-cart-line__price {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

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

  .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: 8px;
  }

  .zdp-editorial-hero__copy h1 {
    font-size: clamp(36px, 10.6vw, 42px);
    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;
}
