/** Shopify CDN: Minification failed

Line 1493:0 All "@import" rules must come first
Line 2409:0 All "@import" rules must come first

**/
/* Base styles matching vonessendesign.se - clean, minimal, professional */

:root {
  --color-primary: #000000;
  --color-text: #000000;
  --color-background: #ffffff;
  --color-border: #e5e5e5;
  --color-header-bg: #000000;
  --color-header-text: #ffffff;
  --spacing-unit: 1rem;
  --font-heading: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: #000000;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: var(--spacing-unit);
  color: var(--color-primary);
  letter-spacing: 0.05em;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  margin-bottom: var(--spacing-unit);
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

/* Layout */
.page-width {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 749px) {
  .page-width {
    padding: 0 1.5rem;
  }
}

/* Grid */
.grid {
  display: grid;
  gap: var(--spacing-unit);
}

.grid--1-col {
  grid-template-columns: 1fr;
}

.grid--2-col {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-col {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-col {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 989px) {
  .grid--2-col-tablet {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid--3-col-desktop {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid--4-col-tablet {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .grid--2-col,
  .grid--2-col-tablet,
  .grid--3-col,
  .grid--3-col-desktop,
  .grid--4-col,
  .grid--4-col-tablet {
    grid-template-columns: 1fr;
  }
}

/* Buttons */
.button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--color-primary);
  color: var(--color-background);
  border: 1px solid var(--color-primary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
}

.button:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.button--secondary {
  background-color: transparent;
  color: var(--color-primary);
}

.button--secondary:hover {
  background-color: var(--color-primary);
  color: var(--color-background);
}

.button--full-width {
  width: 100%;
}

/* Top black bar - matching vonessendesign.se - very thin and minimal */
.header-top-bar {
  background-color: #000000;
  color: #ffffff;
  padding: 4px 0;
  font-size: 0.7rem;
  height: 24px;
  display: flex;
  align-items: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.header-top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.header-top-bar-left {
  padding-left: 2rem;
}

.header-top-bar-left {
  padding-left: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}

.header-top-bar-right {
  padding-right: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}

.social-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.social-top-link:hover {
  opacity: 0.8;
}

.social-top-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

/* Localization form styling - matching vonessendesign.se */
.localization-form-header {
  display: inline-block;
}

.localization-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.localization-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2px 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-height: 18px;
}

.localization-selector:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.localization-select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.localization-display {
  color: #ffffff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  pointer-events: none;
  user-select: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.localization-caret {
  color: #ffffff;
  font-size: 0.6rem;
  pointer-events: none;
  display: inline-block;
  transition: transform 0.2s ease;
  line-height: 1;
  margin-left: 2px;
}

.localization-selector:hover .localization-caret {
  transform: translateY(2px);
}

/* Main header - matching vonessendesign.se style */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-border);
}

.header-container {
  padding: 0 2rem;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 2rem;
}

.header-search-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}

.header-search-link:hover {
  opacity: 0.7;
}

.header-search-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-search-text {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.header-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.logo-link {
  display: block;
  text-decoration: none;
}

.logo-image {
  max-width: 200px;
  height: auto;
  display: block;
}

.logo-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

.header-action-link {
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-action-link:hover {
  opacity: 0.7;
}

.cart-count {
  font-weight: 600;
}

/* Full-width dropdown */
.site-header {
  position: relative !important;
  overflow: visible !important;
}
.header-container,
.header-nav,
.nav-menu,
.nav-item,


.nav-submenu li { list-style: none; }
.nav-submenu .nav-sublink {
  display: block;
  color: #333 !important;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  padding: 0.3rem 0;
  text-decoration: none;
  white-space: nowrap;
}
.nav-submenu .nav-sublink:hover { color: #000 !important; }

.nav-sublink {
  display: block;
  padding: 0.5rem 1.5rem;
  color: var(--color-text);
  text-decoration: none;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0;
}

.nav-sublink:hover {
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 989px) {
  .header-nav {
    display: none;
  }
  
  .header-search-text {
    display: none;
  }
}

/* Footer - matching vonessendesign.se */
.site-footer {
  background-color: var(--color-background);
  padding: 0;
  border-top: 1px solid var(--color-border);
  margin-top: 4rem;
}

/* Feature Blocks */
.footer-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 3rem 2rem;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}

.footer-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-feature-icon {
  font-size: 2rem;
  line-height: 1;
}

.footer-feature-text {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text);
  font-weight: 400;
}

/* Main Footer Content */
.footer-main {
  padding: 4rem 2rem;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1.5fr;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-section {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.footer-brand-name {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}

/* Gallery Section */
.footer-gallery {
  max-width: 300px;
}

.footer-address {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--color-text);
}

.footer-address p {
  margin-bottom: 0.75rem;
}

.footer-address a {
  color: var(--color-primary);
  text-decoration: underline;
}

/* Story Section */
.footer-story {
  max-width: 500px;
}

.footer-story-text {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--color-text);
}

.footer-story-text p {
  margin-bottom: 1rem;
}

/* Quick Links */
.footer-links-section {
  max-width: 200px;
}

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

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.7;
}

/* Newsletter Section */
.footer-newsletter {
  max-width: 350px;
}

.newsletter-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.newsletter-field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.newsletter-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: inherit;
  background-color: var(--color-background);
  color: var(--color-text);
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.newsletter-button {
  padding: 0.75rem 2rem;
  background-color: var(--color-primary);
  color: var(--color-background);
  border: none;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.2s ease;
  align-self: flex-start;
}

.newsletter-button:hover {
  opacity: 0.8;
}

.newsletter-error {
  color: #d32f2f;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.newsletter-success {
  color: #388e3c;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-top: 1px solid var(--color-border);
}

.footer-social {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-social-link:hover {
  opacity: 0.7;
}

.footer-social-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-copyright {
  font-size: 0.8rem;
  color: var(--color-text);
  text-align: center;
}

.footer-copyright p {
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 989px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  
  .footer-features {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .footer-main {
    padding: 3rem 1.5rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Hero Section - matching vonessendesign.se */
.hero-section {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  min-height: 70vh;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 600px;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  padding: 2rem;
  width: 100%;
  max-width: 800px;
}

.hero-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-button {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 0;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
}

.hero-button:hover {
  background-color: var(--color-text);
  opacity: 1;
}

/* Product Card - clean and minimal */
.card-wrapper {
  position: relative;
  width: 100%;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--color-background);
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.card-link,
.card-media-link,
.card-content-link {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  z-index: 1;
}
.card-media-link {
  display: block;
}
.card-content-link {
  display: block;
  padding: 0.75rem 0 0;
}

.card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
  background-color: #f9f9f9;
  margin-bottom: 1rem;
  aspect-ratio: 3 / 4;
}

.card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
  display: block;
}

.card:hover .card__image {
  transform: none !important;
}

.card__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  color: #999;
  font-size: 0.9rem;
}

.card__content {
  text-align: left;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card__heading {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}

.card__price {
  font-size: 0.95rem;
  color: var(--color-text);
  margin-top: auto;
  text-align: left;
}

.card__price-compare {
  color: #999;
  text-decoration: line-through;
  margin-right: 0.5rem;
}

/* Collection */
.collection-header {
  margin-bottom: 4rem;
  text-align: center;
  padding: 3rem 0;
}

.collection-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--color-primary);
}

.section-footer {
  text-align: center;
  margin-top: 3rem;
}

.collection-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.collection-grid {
  gap: 2rem;
  margin-bottom: 2rem;
}

.collection-grid .grid__item {
  width: 100%;
}

/* Product Page */
.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.product__media-gallery {
  display: grid;
  gap: 1rem;
}

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

.product__title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.product__price {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.product__description {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.product-form__buttons {
  margin-top: 2rem;
}

/* Page Template */
.page {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 2rem;
}

.page-title {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.page-content {
  line-height: 1.8;
  font-size: 1.1rem;
}

.page-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Responsive */
@media screen and (max-width: 989px) {
  .product {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .header__inline-menu {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .collection-title,
  .page-title {
    font-size: 2rem;
  }
  
  .product__title {
    font-size: 2rem;
  }
}

/* Utility Classes */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.text-center {
  text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

/* Available Originals Section - matching vonessendesign.se format */
.available-originals-section {
  padding: 60px 0;
  display: block;
  width: 100%;
}

.available-originals-header {
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}

.available-originals-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.available-originals-header .section-title {
  margin-bottom: 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.available-originals-header .view-all-link {
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.available-originals-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.available-original-main {
  width: 100%;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1 / 3; /* Span 2 rows to match height of 2 placeholders */
  display: flex;
  align-items: stretch;
}

.available-original-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.available-originals-side {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  grid-column: 2;
  width: 100%;
}

.available-original-placeholder {
  width: 100%;
  aspect-ratio: 1;
  background-color: #ffffff;
  border: none;
  min-height: 280px;
}

@media screen and (max-width: 989px) {
  .available-originals-grid {
    grid-template-columns: 1fr;
  }
  
  .available-originals-side {
    display: none;
  }
}

/* Prints Section - Carousel style like vonessendesign.se */
.prints-section {
  padding: 60px 0;
}

.prints-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.prints-header .section-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.view-all-link {
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease;
}

.view-all-link:hover {
  opacity: 0.7;
}

.prints-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.prints-carousel {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  scrollbar-width: thin;
}

.prints-carousel::-webkit-scrollbar {
  height: 4px;
}

.prints-carousel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.prints-carousel::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.print-item {
  flex: 0 0 auto;
  width: 300px;
}

.print-link {
  display: block;
  text-decoration: none;
}

.print-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.print-link:hover .print-image {
  transform: scale(1.02);
}

/* Story Sections - with images, displayed parallel/side-by-side matching vonessendesign.se */
.story-sections-wrapper {
  padding: 60px 0;
  width: 100%;
}

.story-sections-wrapper .page-width {
  max-width: 100%;
  padding: 0;
}

.story-sections-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem 3rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.story-section-item {
  display: flex;
  flex-direction: column;
}

.story-image {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.story-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.story-title {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: var(--color-primary);
}

.story-text {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: var(--color-text);
}

.story-text p {
  margin-bottom: 0.75rem;
}

.story-button {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0.75rem 2rem;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-top: 1rem;
  text-decoration: none;
  display: inline-block;
}

.story-button:hover {
  background-color: var(--color-primary);
  color: var(--color-background);
}

@media screen and (max-width: 989px) {
  .story-sections-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .story-section-item {
    padding: 2rem 0;
  }
  
  .prints-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .prints-header .section-title {
    text-align: center;
    width: 100%;
  }
}

/* Featured Collection Section */
.featured-collection-section {
  padding: 4rem 0;
}

.featured-collection-section .section-title {
  margin-bottom: 3rem;
}

/* Hero Section Updates - already defined above */

@media screen and (max-width: 749px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .story-title {
    font-size: 1.5rem;
  }
  
  .story-section {
    padding: 4rem 0;
  }
}



/* ===== Hover Image Swap (Benchmark Style) ===== */
.card__image-container {
  position: relative;
  overflow: hidden;
}

.card__image-container img.card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background-color: #f9f8f4;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.card__image--primary {
  opacity: 1;
  z-index: 2;
}

.card__image--hover {
  opacity: 0 !important;
  z-index: 2;
  transition: opacity 0.3s ease-in-out !important;
  object-fit: contain !important;
}

/* On hover: fade out primary, reveal hover image */
.card__media:hover .card__image--primary {
  opacity: 0 !important;
}

.card__media:hover .card__image--hover {
  opacity: 1 !important;
  z-index: 3;
}

/* Additional gallery images hidden by default */
.card__image:not(.card__image--primary):not(.card__image--hover) {
  opacity: 0;
  z-index: 0;
}

.card__image.active:not(.card__image--primary):not(.card__image--hover) {
  opacity: 1;
  z-index: 2;
}

/* Ensure full painting visibility - no cropping */
.card__image-container img {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #f9f8f4;
}

/* Gallery arrows */








/* ===== Portrait containers - full painting visible ===== */
.card__image-container[style*="aspect-ratio"] img,
.featured-collection-section .card__image-container img {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #f9f8f4;
}


/* ===== Sold Badge Overlay ===== */
.card__sold-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  font-weight: 400;
}

.price-sold {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}

/* ===== S/M/L Variant Pricing for Prints ===== */
.card__variant-prices {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.card__variant-price {
  color: #555;
  white-space: nowrap;
}

.card__variant-price + .card__variant-price::before {
  content: " · ";
  color: #bbb;
  margin: 0 6px;
}


/* ===== Juliane Porter Fixes (2026-02) ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --font-heading: 'Playfair Display', serif;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.collection-title,
.header-action-link,
.nav-link,
.nav-sublink,
.footer-heading,
.footer-brand-name,
.hero-title {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 0.04em;
}

/* Hover image swap: kill zoom/transform overrides */
.product-card .card__image--primary,
.product-card .card__image--hover,
.product-card-gallery .card__image--primary,
.product-card-gallery .card__image--hover,
.card__image--primary,
.card__image--hover {
  transform: none !important;
  transition: opacity 0.3s ease !important;
}
.product-card:hover .card__image--primary,
.product-card:hover img,
.product-card-gallery:hover .card__image--primary,
.product-card-gallery:hover img,
.card:hover .card__image {
  transform: none !important;
}

/* Homepage spacing + rhythm */

.card:hover .card__image,
.card__media:hover .card__image,
.card__media:hover .card__image.active,
.product-card-gallery:hover .card__image,
.collection-grid .card:hover .card__image,
.card-wrapper:hover {
  transform: none !important;
}

.featured-collection-section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.scroll-collection-wrapper {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.featured-collection-section .featured-header,
.scroll-collection-wrapper .scroll-header {
  margin-bottom: 20px !important;
}
.featured-collection-section .collection-grid {
  margin-bottom: 12px !important;
}

/* View All styling as text link + underline */
.view-all-link,
.featured-collection-section .view-all-link,
.scroll-collection-wrapper .view-all-link {
  text-decoration: underline !important;
  background: transparent !important;
  border: none !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 400;
}

/* Story grid: tighten spacing and reduce image size */
.story-section-wrapper .sg3-grid {
  gap: 24px !important;
}
.story-section-wrapper .sg3-img,
.story-section-wrapper .sg3-ph {
  width: 88% !important;
  margin-bottom: 14px !important;
}

/* Product page refinements */
.product-page .product-main-image {
  max-height: 75vh !important;
  min-height: 520px !important;
}
.product-page .product-thumbnails {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: unset !important;
  overflow-x: auto !important;
  gap: 10px !important;
}
.product-page .product-thumbnail {
  background: transparent !important;
  border-color: transparent !important;
}

/* Disable AOS fade only on product template */
.product-page [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Collection controls (sort + out of stock) */
.collection-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.collection-controls select,
.collection-controls label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555;
}
.collection-controls select {
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 12px;
}
.collection-controls .toggle-sold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Fine Art Prints scroll snapping */
.scroll-collection-wrapper .scroll-track {
  scroll-snap-type: x mandatory;
}
.scroll-collection-wrapper .scroll-item {
  scroll-snap-align: start;
}


.nav-link,
.nav-sublink,
.header-search-text,
.header-action-link {
  text-transform: capitalize !important;
}

/* Override uppercase on nav-link specifically */
.nav-link {
  text-transform: capitalize !important;
  letter-spacing: 0.08em !important;
}


html body .card__image-container .card__image.jp-active,
html body .card__image-container .card__image--primary.jp-active,
html body .card__image-container .card__image--hover.jp-active,
html body .card__image-container .card__image--extra.jp-active {
  opacity: 1 !important;
  z-index: 5 !important;
}
html body .card__image-container .card__image.jp-hidden,
html body .card__image-container .card__image--primary.jp-hidden,
html body .card__image-container .card__image--hover.jp-hidden,
html body .card__image-container .card__image--extra.jp-hidden {
  opacity: 0 !important;
  z-index: 1 !important;
}

/* ===== CARD IMAGE ASPECT RATIO FIX (2026-03-05) =====
   custom-fixes.css forces aspect-ratio: 4/3 (landscape = crops portraits).
   Override to 3/4 portrait ratio matching VonEssen benchmark. */
.card__image-container,
.product-card-gallery .card__image-container,
.collection-grid .card__image-container,
.featured-collection-section .card__image-container,
.related-products-grid .card__image-container {
  aspect-ratio: 3/4 !important;
  position: relative !important;
  overflow: hidden !important;
}

.card__image-container img,
.card__image-container .card__image {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #f9f8f4 !important;
}

/* ===== GALLERY ARROW BUTTONS =====
   Show prev/next arrows on product cards on hover */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}
.product-card-gallery:hover .gallery-arrow {
  opacity: 1;
}
.gallery-arrow:hover {
  background: #fff;
}
.gallery-arrow.prev {
  left: 10px;
}
.gallery-arrow.next {
  right: 10px;
}

/* ===== HOMEPAGE FEATURED COLLECTION - FULL WIDTH GRID (2026-03-05) =====
   .page-width inside .featured-collection-wrapper caps the grid.
   Override to full viewport width with edge-to-edge padding. */
.featured-collection-wrapper .page-width {
  max-width: 100% !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

/* ===== CARD HOVER ZOOM KILL =====
   Theme base applies scale() on card hover — kills contain/cover display.
   Force no transforms on all card image elements. */
.card__image-container img,
.card__image-container .card__image,
.card__image--primary,
.card__image--hover,
.card__image--extra {
  transform: none !important;
  transition: opacity 0.3s ease !important;
}
.card:hover .card__image-container img,
.card:hover .card__image-container .card__image,
.product-card-gallery:hover .card__image-container img,
.product-card-gallery:hover .card__image-container .card__image {
  transform: none !important;
}

/* ===== GALLERY ARROW - PREVENT CARD-LINK CLICK THROUGH =====
   Ensure arrows are above card-link z-index and pointer-events work */
.card .gallery-arrow,
.product-card-gallery .gallery-arrow {
  z-index: 20 !important;
  pointer-events: all !important;
  position: absolute !important;
}
.card-link {
  z-index: 1 !important;
  position: relative !important;
}

/* ===== FROM PRICE LABEL ===== */
.card__price-from {
  font-size: 0.8em;
  letter-spacing: 0.08em;
  color: #888;
  text-transform: uppercase;
  margin-right: 0.2em;
}

/* 2026-03-05 — COMPREHENSIVE FIX: images + nav dropdown + logo */

/* === 1. CARD IMAGES: full contain, centered, no crop === */
html body .card__image-container {
  aspect-ratio: 3/4 !important;
  position: relative !important;
  overflow: hidden !important;
  background: #f9f8f4 !important;
}

/* Override base.css `.card__image:first-child { position: relative }` */
/* Override custom-fixes.css `transform: scale(1.08)` on hover */
html body .card__image-container .card__image,
html body .card__image-container .card__image:first-child,
html body .card__image-container img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f9f8f4 !important;
  transform: none !important;
  transition: opacity 0.35s ease !important;
}

html body .card__image-container .card__image--primary {
  opacity: 1 !important;
  z-index: 1 !important;
}

html body .card__image-container .card__image--hover {
  opacity: 0 !important;
  z-index: 2 !important;
}

html body .card__image-container .card__image--extra {
  opacity: 0 !important;
  z-index: 0 !important;
}

html body .card__image-container:hover .card__image--hover {
  opacity: 1 !important;
}

html body .card__image-container:hover .card__image--primary {
  opacity: 0 !important;
}

/* === 2. NAV DROPDOWN: invisible bridge so hover doesn't break === */


.nav-submenu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
  pointer-events: auto;
}



/* === 3. LOGO: slightly larger === */
html body .logo-image,
html body .header-logo .logo-image {
  max-height: 80px !important;
  width: auto !important;
}

/* 2026-03-05 - STABILIZATION PATCH (nav hover + tile image fit) */

/* Keep parent hovered while pointer travels to submenu */
.nav-item

.nav-item.nav-dropdown > 

.nav-item.nav-dropdown > .nav-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
  background: transparent;
}



.nav-submenu::before {
  top: -18px !important;
  height: 18px !important;
}

.nav-item




/* ===== NAVIGATION REBUILD (vonessendesign.se match) — 2026-04-10 ===== */

/* --- Top bar --- */
.header-top-bar {
  background-color: #171717;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.header-top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.header-top-bar-left {
  display: flex;
  gap: 12px;
  align-items: center;
}
.social-top-link {
  color: #fff;
  display: flex;
  align-items: center;
}
.social-top-link .icon {
  width: 16px;
  height: 16px;
}
.social-top-link:hover {
  opacity: 0.7;
}
.header-top-bar-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* Localization overrides for top bar */
.localization-compact {
  display: flex;
  gap: 16px;
  align-items: center;
}
.localization-compact select {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 4px;
  -webkit-appearance: none;
  appearance: none;
}
.localization-compact .localization-item {
  position: relative;
}
.localization-compact .localization-item::after {
  content: "\2304";
  color: #fff;
  font-size: 12px;
  pointer-events: none;
  margin-left: 2px;
}

/* --- Main header --- */
.site-header {
  background: #fff;
  position: relative;
  z-index: 100;
}
.header-container {
  position: relative;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 15px;
}
.header-search-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #171717;
  text-decoration: none;
  font-size: 14px;
  min-width: 120px;
}
.header-search-link .icon {
  width: 20px;
  height: 20px;
}
.header-search-text {
  font-family: inherit;
  font-size: 14px;
  color: #171717;
}
.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.logo-image {
  max-height: 60px;
  width: auto;
}
.logo-text {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #171717;
  font-weight: 300;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 120px;
  justify-content: flex-end;
}
.header-action-link {
  color: #171717;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-action-link .icon-cart {
  width: 18px;
  height: 18px;
}
.cart-count {
  font-size: 12px;
}

/* --- Navigation menu --- */
.header-nav {
  border-top: 1px solid #e5e5e5;
  padding: 0;
  position: relative;
}
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.nav-item {
  position: static;
}
.nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #171717;
  text-decoration: none;
  padding: 16px 20px;
  display: block;
  transition: opacity 0.2s ease;
  position: relative;
  letter-spacing: 0.02em;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #888;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.nav-link:hover {
  opacity: 0.7;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.nav-link--active::after {
  transform: scaleX(1);
  background: #171717;
}

/* --- Full-width dropdown panel --- */
.nav-dropdown-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 200;
  padding: 30px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.nav-item--has-dropdown:hover .nav-dropdown-panel {
  display: block;
}
.nav-dropdown-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.nav-dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nav-dropdown-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #171717;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.nav-dropdown-link:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.nav-dropdown-sublist {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav-dropdown-sublink {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.nav-dropdown-sublink:hover {
  opacity: 0.6;
  text-decoration: underline;
}

/* Ensure dropdown panel is relative to header-nav */
.header-nav {
  position: relative;
}

/* Override any old nav styles */
.nav-submenu { display: none !important; }
.nav-dropdown { position: static !important; }


/* ===== BREADCRUMBS (vonessendesign.se match) — 2026-04-10 ===== */
.breadcrumbs {
  padding: 12px 0;
  font-size: 13px;
  color: #888;
}
.breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.breadcrumbs-list__item {
  display: flex;
  align-items: center;
}
.breadcrumbs-list__link {
  color: #888;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs-list__link:hover {
  color: #171717;
}
.breadcrumbs-divider {
  display: flex;
  align-items: center;
  margin: 0 4px;
  color: #bbb;
}
.breadcrumbs-divider svg {
  width: 14px;
  height: 14px;
}
.breadcrumbs-list__item--current span {
  color: #555;
}

/* ===== SOLD OUT STYLING ===== */
.sold-out-text {
  color: #c0392b;
  font-weight: 500;
  font-size: 0.85em;
  margin-left: 6px;
}

/* ===== TYPOGRAPHY REFINEMENTS (vonessendesign.se match) — 2026-04-10 ===== */
body {
  color: #171717;
  font-size: 15px;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
  color: #171717;
  font-weight: 400;
  line-height: 1.3;
}
h1 { font-size: 2rem; letter-spacing: 0.08em; }
h2 { font-size: 1.5rem; letter-spacing: 0.06em; }
h3 { font-size: 1.15rem; letter-spacing: 0.04em; }
.card__heading {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #171717;
  margin-top: 8px;
}
.card__price {
  font-size: 0.85rem;
  color: #555;
  margin-top: 4px;
}

/* ===== YOU MAY ALSO LIKE SECTION ===== */
.related-products h2,
.related-products-section h2,
[class*="related"] h2,
.product-recommendations h2 {
  text-align: center !important;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 3rem;
  color: #171717;
}

/* ===== HOMEPAGE HERO BUTTON ===== */
.hero-button,
.hero__btn,
a.hero-button {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 32px;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-button:hover,
.hero__btn:hover {
  background: #fff;
  color: #171717;
}


/* ===== TESTIMONIALS — Vertical stack layout (2026-04-10) ===== */
.testimonials-section {
  padding: 4rem 0;
}
.testimonials-heading {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 3rem;
  color: #171717;
}
.testimonials-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
}
.testimonial-card {
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  transition: opacity 0.3s ease, max-height 0.4s ease;
}
.testimonial-card:last-child {
  border-bottom: none;
}
.testimonial-card--hidden {
  display: none;
}
.testimonial-card__image {
  margin-bottom: 1.5rem;
}
.testimonial-card__image img {
  max-width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.testimonial-card__caption {
  font-size: 0.8rem;
  color: #888;
  margin-top: 0.5rem;
}
.testimonial-card__stars {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 1rem;
  color: #E9A80A;
}
.testimonial-card__star svg {
  width: 16px;
  height: 16px;
}
.testimonial-card__content .testimonial__blockquote {
  font-style: italic;
  line-height: 1.7;
  color: #333;
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}
.testimonial-card__author {
  font-style: normal;
  font-size: 0.85rem;
  color: #888;
  letter-spacing: 0.04em;
}
.testimonials-toggle-wrapper {
  text-align: center;
  margin-top: 2rem;
}
.testimonials-toggle-btn {
  background: transparent;
  border: 1px solid #171717;
  color: #171717;
  padding: 10px 28px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonials-toggle-btn:hover {
  background: #171717;
  color: #fff;
}

/* Override old testimonial slideshow styles */
.section-testimonials .slideshow-ctrl,
.section-testimonials .slideshow-nav { display: none !important; }
.testimonial-list { display: block !important; }

/* ===== SEARCH ICON POLISH ===== */
.header-search-link .icon-search {
  width: 18px;
  height: 18px;
}
.header-search-link:hover {
  opacity: 0.7;
}

/* ===== LOCALIZATION TOP BAR POLISH ===== */
.localization-compact select option {
  color: #171717;
  background: #fff;
}


/* ===== GALLERY DOT INDICATORS (2026-04-10) ===== */
.gallery-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 15;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product-card-gallery:hover .gallery-dots {
  opacity: 1;
}
.gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.15);
  transition: background 0.2s ease;
  cursor: pointer;
}
.gallery-dot--active {
  background: #fff;
  border-color: rgba(0,0,0,0.3);
}

/* ===== MOBILE GALLERY IMPROVEMENTS ===== */
@media (max-width: 989px) {
  /* Always show arrows on mobile (no hover) */
  .product-card-gallery .gallery-arrow {
    opacity: 0.7 !important;
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }
  .product-card-gallery .gallery-arrow.prev { left: 6px; }
  .product-card-gallery .gallery-arrow.next { right: 6px; }
  /* Always show dots on mobile */
  .gallery-dots {
    opacity: 1 !important;
  }
}

/* ===== TOUCH SWIPE - prevent native scroll on card media ===== */
.card__media {
  touch-action: pan-y;
}

/* ==== HEADER TYPOGRAPHY FIX (benchmark match) 2026-04-10 ==== */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;500;700&display=swap');

/* Force nav-item static so absolute dropdown panel stretches to header-nav width */
html body .site-header .nav-item,
html body .site-header .nav-item--has-dropdown {
  position: static !important;
}
html body .site-header .header-nav {
  position: relative !important;
}
html body .site-header .nav-dropdown-panel {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}

/* Top-level nav: serif, 14px, regular case, weight 400 */
html body .site-header .nav-menu .nav-item .nav-link,
html body .header-nav .nav-link {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  color: #171717 !important;
  padding: 14px 22px !important;
}

/* Dropdown panel: clean white, no heavy borders */
html body .site-header .nav-dropdown-panel {
  padding: 28px 0 32px !important;
  border-top: 1px solid #eee !important;
  border-bottom: none !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04) !important;
}

/* Dropdown inner: center columns in a row */
html body .site-header .nav-dropdown-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 48px !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

/* Dropdown column: single child link (no grandchildren) rendered as flat link */
html body .site-header .nav-dropdown-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
}

/* Dropdown child link: serif 14px regular case weight 400 — the benchmark look */
html body .site-header .nav-dropdown-column > .nav-dropdown-link {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #171717 !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}
html body .site-header .nav-dropdown-column > .nav-dropdown-link:hover {
  opacity: 1 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* If a column has grandchildren, style the parent as a small uppercase header */
html body .site-header .nav-dropdown-column:has(.nav-dropdown-sublist) > .nav-dropdown-link {
  font-size: 11.2px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #171717 !important;
  margin-bottom: 4px !important;
}

/* Dropdown sublist (grandchildren) */
html body .site-header .nav-dropdown-sublist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
html body .site-header .nav-dropdown-sublink {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #2a2a2a !important;
  text-decoration: none !important;
  line-height: 1.5 !important;
  white-space: nowrap !important;
}
html body .site-header .nav-dropdown-sublink:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Top bar + header action links: match nav font for consistency */
html body .site-header .header-search-text,
html body .site-header .header-action-link,
html body .header-top-bar-right {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
/* ==== END HEADER TYPOGRAPHY FIX ==== */

/* ==== HEADER POLISH (logo+hover) 2026-04-12 ==== */
/* Fix 1: Logo/nav collision — logo is 80px tall but .header-main collapsed to 59px */
html body .site-header .header-main {
  min-height: 110px !important;
  padding: 15px 0 !important;
  position: relative !important;
}
html body .site-header .header-logo {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* Fix 2: Animated underline on dropdown sub-category items (scale-in from left) */
html body .site-header .nav-dropdown-column > .nav-dropdown-link {
  position: relative !important;
  display: inline-block !important;
}
html body .site-header .nav-dropdown-column > .nav-dropdown-link::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -4px !important;
  height: 1px !important;
  background: currentColor !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.3s ease !important;
}
html body .site-header .nav-dropdown-column > .nav-dropdown-link:hover::after {
  transform: scaleX(1) !important;
}
/* Kill the instant text-decoration jump from previous rule */
html body .site-header .nav-dropdown-column > .nav-dropdown-link:hover {
  text-decoration: none !important;
}

/* Apply the same animated underline to sublist grandchildren */
html body .site-header .nav-dropdown-sublink {
  position: relative !important;
  display: inline-block !important;
}
html body .site-header .nav-dropdown-sublink::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -4px !important;
  height: 1px !important;
  background: currentColor !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.3s ease !important;
}
html body .site-header .nav-dropdown-sublink:hover::after {
  transform: scaleX(1) !important;
}
html body .site-header .nav-dropdown-sublink:hover {
  text-decoration: none !important;
}
/* ==== END HEADER POLISH ==== */

/* ==== ACTIVE NAV SINGLE UNDERLINE 2026-04-26 ==== */
html body .site-header .nav-link.nav-link--active,
html body .site-header .nav-link--active,
html body .header-nav .nav-link--active {
  text-decoration: none !important;
}
/* ==== END ACTIVE NAV SINGLE UNDERLINE ==== */

/* ==== TYPOGRAPHY PASS (header/footer/testimonials) 2026-04-26 ==== */
/* PT Serif everywhere for header utility text + footer + testimonials */
html body .footer-heading,
html body .footer-brand-name,
html body .footer-feature-text,
html body .footer-address,
html body .footer-story-text,
html body .footer-links a,
html body .newsletter-description,
html body .footer-bottom,
html body .header-search-text,
html body .header-action-link {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  letter-spacing: 0.02em !important;
}

html body .footer-heading {
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: #2d2d2d !important;
  margin-bottom: 14px !important;
}
html body .footer-brand-name {
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  color: #1a1a1a !important;
}
html body .footer-address,
html body .footer-story-text,
html body .footer-links a,
html body .newsletter-description {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #555 !important;
  line-height: 1.7 !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}
html body .footer-links a {
  text-decoration: none !important;
}
html body .footer-links a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Product-page testimonials typography */
html body .testimonials-section .testimonials-title {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #2d2d2d !important;
  margin-bottom: 1.5rem !important;
}
html body .testimonials-section .testimonial-quote {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #2d2d2d !important;
  font-style: italic !important;
}
html body .testimonials-section .testimonial-author {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #888 !important;
}

/* Header utility (search, account, cart) */
html body .site-header .header-search-text,
html body .site-header .header-action-link {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  color: #1a1a1a !important;
}
/* ==== END TYPOGRAPHY PASS ==== */


/* ============== PRODUCT PAGE LAYOUT FIX (cached-page hot patch) ============== */
@media (min-width: 768px) {
  html body .product-layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr) !important;
  }
}
html body .product-gallery,
html body .product-thumbnails-wrapper,
html body .product-thumbnails {
  min-width: 0 !important;
}
html body .product-info {
  min-width: 0 !important;
  width: 100% !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
html body .product-title {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
}
