/** Shopify CDN: Minification failed

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

**/
/* START_SECTION:collectionop (INDEX:6) */
/* ================= PELLIORA PRODUCT SHOWCASE ================= */

:root {
  --bg-primary: #f5f3ef;
  --bg-secondary: #eee9e2;
  --bg-card: #ffffff;
  --text-primary: #2c2a27;
  --text-secondary: #6a6660;
  --border: #d9d4cc;
  --font-display: "Saol Display", serif;
  --font-ui: "Söhne", sans-serif;
}

.pelliora-collections {
  background-color: #f5f3ef !important; 
  background-image: none !important;    
  background-clip: border-box !important;
  backdrop-filter: none !important;     
  -webkit-backdrop-filter: none !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pelliora-collections-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.pelliora-collections-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  width: 100%;
}

.pelliora-title-area {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pelliora-collections-title {
  font-family: var(--font-display), 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: -1.5px;
  line-height: 1.1;
}

.pelliora-collections-sub {
  font-family: var(--font-ui), serif;
  color: #a8896c;
  font-size: 18px;
}

.pelliora-collections-cta {
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-ui), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  color: #111111;
  border: 1.5px solid #111111;
  padding: 12px 32px;
  border-radius: 4px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.pelliora-collections-cta:hover {
  background: #111111;
  color: #ffffff;
  transform: translateY(-1px);
}

.pelliora-collections-grid,
.pelliora-mobile-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 25px;
  margin-bottom: -25px;
  scrollbar-width: none;
}

.pelliora-collections-grid::-webkit-scrollbar,
.pelliora-mobile-slider::-webkit-scrollbar {
  display: none;
}

/* Product Card Elements */
.pelliora-product-card {
  position: relative;
  flex: 0 0 calc(25% - 18px);
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  background: #fdfdfd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-decoration: none;
  cursor: pointer;
}

.pelliora-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pelliora-product-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  overflow: hidden;
  pointer-events: none;
}

.pelliora-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform 0.5s ease, opacity 0.4s ease;
}

.pelliora-product-image.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pelliora-product-card:hover .pelliora-product-image.primary-img {
  opacity: 0;
}

.pelliora-product-card:hover .pelliora-product-image.hover-img {
  opacity: 1;
  transform: scale(1.02);
}

.pelliora-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(255,255,255,0.92);
  border-radius: 40px;
  padding: 4px 10px;
  font-size: 9px;
  font-family: var(--font-ui), sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2c2a27;
  text-transform: uppercase;
}

.pelliora-product-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.pelliora-details-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pelliora-product-title {
  font-family: var(--font-ui), sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2c2a27;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}

.pelliora-product-price {
  font-family: var(--font-ui), sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}

.pelliora-product-atc {
  display: block;
  width: 100%;
  background: transparent;
  color: #111111;
  border: 1.5px solid #111111;
  text-align: center;
  font-family: var(--font-ui), sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 0;
  border-radius: 40px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  pointer-events: auto;
}

.pelliora-product-card:hover .pelliora-product-atc {
  background: #111111;
  color: #ffffff;
}

/* ================= PREVIEW POPUP BOX MODAL STYLES ================= */
.pelliora-preview-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.pelliora-preview-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.pelliora-preview-modal-window {
  background: #ffffff;
  width: 92%;
  max-width: 860px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
  border: 1px solid var(--border);
}

.pelliora-preview-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  z-index: 100;
  color: #111;
  line-height: 1;
  padding: 5px;
}

.pelliora-preview-media-container {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-right: 1px solid var(--border);
}

.pelliora-preview-main-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pelliora-preview-main-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pelliora-preview-thumbs-row {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  overflow-x: auto;
  width: 100%;
  justify-content: center;
  scrollbar-width: none;
}
.pelliora-preview-thumbs-row::-webkit-scrollbar { display: none; }

.pelliora-preview-thumb-nav {
  width: 48px;
  height: 48px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 2px;
}
.pelliora-preview-thumb-nav.active {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
}

.pelliora-preview-details-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.pelliora-preview-title {
  font-family: var(--font-display), 'Montserrat', sans-serif;
  font-size: 32px;
  color: #2c2a27;
  margin: 0 0 10px 0;
  font-weight: 500;
  line-height: 1.15;
}

.pelliora-preview-price {
  font-family: var(--font-ui), sans-serif;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  margin-bottom: 24px;
}

.pelliora-preview-option-label {
  font-family: var(--font-ui), sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #171717;
}

.pelliora-preview-swatches-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.pelliora-preview-swatch-box {
  border: 1px solid #d9d4cc;
  padding: 10px 18px;
  font-size: 13px;
  font-family: var(--font-ui), sans-serif;
  font-weight: 600;
  cursor: pointer;
  min-width: 44px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.pelliora-preview-swatch-box.selected {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.pelliora-preview-color-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 3px #fff;
}
.pelliora-preview-color-dot.selected {
  border-color: #111;
  transform: scale(1.1);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #111;
}

.pelliora-preview-submit {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 16px;
  font-family: var(--font-ui), sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.pelliora-preview-submit:hover {
  background: #2a2a2a;
}

/* Mobile Adjustments */
.pelliora-mobile-slider {
  display: none;
}

@media (max-width: 768px) {
  .pelliora-collections-container {
    padding: 0 0px;
  }

  .pelliora-collections-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 16px;
  }
  
  .pelliora-title-area {
    gap: 2px;
    width: auto;
  }

  .pelliora-collections-title {
    font-size: 22px;
    letter-spacing: -0.5px;
  }

  .pelliora-collections-sub {
    font-size: 11px;
  }

  .pelliora-collections-cta {
    padding: 10px 24px;
    font-size: 10px;
  }

  .pelliora-collections-grid {
    display: none;
  }

  .pelliora-mobile-slider {
    display: flex;
    gap: 12px;
    padding-bottom: 15px;
    margin-bottom: -15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pelliora-mobile-slider .pelliora-product-card {
    flex: 0 0 calc(50% - 6px);
    border-radius: 10px;
  }

  .pelliora-product-badge {
    font-size: 7px;
    padding: 3px 6px;
    top: 8px;
    left: 8px;
  }

  .pelliora-product-info {
    padding: 10px;
    gap: 8px;
  }

  .pelliora-details-meta {
    gap: 2px;
  }

  .pelliora-product-title {
    font-size: 11px;
    line-height: 1.3;
    min-height: 28px;
    margin-bottom: 0;
  }

  .pelliora-product-price {
    font-size: 11px;
  }

  .pelliora-product-atc {
    font-size: 10px;
    padding: 6px 0;
    letter-spacing: 0.04em;
    border-width: 1.2px;
  }

  /* Compact Mobile Modal Engine - Fits view completely without any scrolling */
  .pelliora-preview-modal-window {
    grid-template-columns: 1fr;
    max-height: 94vh;
    height: auto;
    width: 88%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
  .pelliora-preview-modal-close {
    top: 8px;
    right: 12px;
    font-size: 22px;
  }

  .pelliora-preview-media-container {
    padding: 12px 12px 0px 12px;
    border-right: none;
    border-bottom: none;
    background: #ffffff;
    flex-shrink: 0;
  }

  .pelliora-preview-main-img-wrap {
    height: 140px;
    width: 100%;
    aspect-ratio: auto;
  }

  .pelliora-preview-main-img-wrap img {
    height: 140px;
    object-fit: contain;
  }

  /* Compact Swatch Row Setup */
  .pelliora-preview-thumbs-row {
    margin-top: 6px;
    gap: 4px;
  }
  
  .pelliora-preview-thumb-nav {
    width: 34px;
    height: 34px;
    padding: 1px;
  }

  .pelliora-preview-details-container {
    padding: 8px 16px 16px 16px;
    align-items: center;
    text-align: center;
  }

  .pelliora-preview-title {
    font-size: 16px;
    margin: 0 0 2px 0;
    font-weight: 600;
    line-height: 1.2;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pelliora-preview-price {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 500;
  }

  #PellioraOptionsTarget {
    width: 100%;
  }

  .pelliora-preview-option-group {
    margin-bottom: 6px;
  }

  .pelliora-preview-option-label {
    font-size: 9px;
    margin-bottom: 2px;
    text-align: center;
  }

  .pelliora-preview-swatches-group {
    justify-content: center;
    gap: 4px;
    margin-bottom: 2px;
  }

  .pelliora-preview-swatch-box {
    padding: 4px 10px;
    font-size: 10px;
    min-width: 32px;
  }

  .pelliora-preview-color-dot {
    width: 22px;
    height: 22px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  
  .pelliora-preview-color-dot.selected {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #111;
  }

  .pelliora-preview-submit {
    padding: 10px;
    font-size: 11px;
    margin-top: 8px;
  }
}
/* END_SECTION:collectionop */
/* START_SECTION:header (INDEX:13) */
:root {
  --header-bg: rgba(245, 243, 239, 0.9);
  --header-border: #D9D4CC;
  --text-dark: #171717;
  --text-muted: #6A6660;
  --brand-accent: #5A6870;
  
  --font-stack-sans: "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --transition-smooth: cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-header {
  background: var(--header-bg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99999;
  border-bottom: 1px solid var(--header-border);
  transition: transform 0.3s var(--transition-smooth), background 0.3s ease;
}

body {
  padding-top: var(--header-height-offset, 72px);
}

.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* LOGO CRITERIA */
.header-logo a {
  font-family: var(--font-stack-sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: var(--text-dark);
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.header-logo img {
  display: block;
  height: auto;
  object-fit: contain;
}

/* NAVIGATION LINKS */
.header-menu {
  display: flex;
  gap: 32px;
  align-items: center;
}

.header-nav-link {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-stack-sans);
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.header-nav-link:hover {
  color: var(--brand-accent);
}

/* Micro Disclosure Chevron */
.menu-chevron {
  width: 8px;
  height: 8px;
  stroke: currentColor;
  stroke-width: 1.25px;
  fill: none;
  transition: transform 0.2s ease;
}

.dropdown:hover .menu-chevron {
  transform: rotate(180deg);
}

/* DROPDOWN FLYOUT ARCHITECTURE */
.dropdown {
  position: relative;
}

.dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 4px;
  min-width: 220px;
  border: 1px solid var(--header-border);
  z-index: 100000;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  opacity: 1;
  visibility: visible;
}

.dropdown-header {
  font-family: var(--font-stack-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--header-border);
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-dark);
  text-decoration: none;
  font-family: var(--font-stack-sans);
  transition: color 0.2s ease;
}

.dropdown-content a:hover {
  color: var(--brand-accent);
}

/* SYSTEM ACTION ICONS & SEARCH OVERHAUL */
.header-icons {
  display: flex;
  gap: 24px;
  align-items: center;
}

.header-icons a,
.mobile-search-trigger {
  color: var(--text-dark);
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.header-icons a:hover,
.mobile-search-trigger:hover {
  color: var(--brand-accent);
}

.icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.5px;
}

/* Panel Inline Action Icons */
.panel-icon {
  width: 16px;
  height: 16px;
  stroke: var(--text-muted);
  stroke-width: 1.5px;
  fill: none;
  flex-shrink: 0;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--text-dark);
  color: var(--header-bg);
  font-size: 9px;
  font-weight: 600;
  min-width: 14px;
  height: 14px;
  padding: 0 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-stack-sans);
}

/* DESKTOP SEARCH WORKSPACE CONTAINER */
.header-search__container {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search__form {
  position: relative;
  width: 220px;
}

.header-search__input {
  width: 100%;
  background: #fdfdfc;
  border: 1px solid var(--header-border);
  border-radius: 20px;
  padding: 8px 36px 8px 16px;
  font-family: var(--font-stack-sans);
  font-size: 13px;
  color: var(--text-dark);
  outline: none;
  box-sizing: border-box;
}

.header-search__button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--text-muted);
  display: flex;
  align-items: center;
}

.mobile-search-trigger {
  display: none;
}

/* CORE PREDICTIVE CONTAINER PANEL */
.search-results__panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 440px;
  background: #ffffff;
  border: 1px solid var(--header-border);
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
  display: none;
  z-index: 100001;
  max-height: 480px;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: left;
}

.search-results__panel.is-visible {
  display: block;
}

.search-section {
  margin-bottom: 20px;
}

.search-section:last-child {
  margin-bottom: 0;
}

.search-section__title {
  font-family: var(--font-stack-sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(27, 26, 25, 0.08);
  display: block;
}

.search-suggested__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-suggested__link {
  font-family: var(--font-stack-sans);
  font-size: 13px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.15s ease;
}

.search-suggested__link:hover {
  color: var(--brand-accent);
}

.search-suggested__link:hover .panel-icon {
  stroke: var(--brand-accent);
}

/* MOBILE SYSTEM ARCHITECTURE ELEMENTS */
.menu-toggle {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 14px;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: var(--text-dark);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 24px;
  border-bottom: 1px solid var(--header-border);
  max-height: calc(85vh - 72px);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 9999;
}

.mobile-menu.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-stack-sans);
  padding: 12px 0;
  border-bottom: 1px solid var(--header-border);
  text-align: left;
}

.mobile-label {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  margin: 16px 0 4px 0;
  font-weight: 600;
  font-family: var(--font-stack-sans);
  text-align: left;
}

.mobile-menu .mobile-sub-link {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-dark);
  padding-left: 12px;
  border-bottom: none;
}

/* PREMIUM MOBILE INTERACTIVE EXPANSION DRAWER */
.mobile-search-bar {
  display: none;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid var(--header-border);
  padding: 16px 24px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
}

.mobile-search-bar.is-active {
  display: block;
}

/* ANTI-AUTOZOOM INPUT SETTINGS FOR MOBILE */
.mobile-search-field-input {
  width: 100%; 
  padding: 7px 16px; 
  border: 1px solid var(--header-border); 
  border-radius: 20px; 
  font-family: var(--font-stack-sans); 
  font-size: 16px !important; 
  outline: none; 
  box-sizing: border-box;
  background: #fdfdfc;
  color: var(--text-dark);
}

.mobile-search-bar .search-results__panel {
  position: relative;
  top: 12px;
  left: 0;
  width: 100%;
  box-shadow: none;
  padding: 12px 0;
  border: none;
  max-height: 350px;
}

/* RESPONSIVE DESIGN BREAKPOINTS */
@media (max-width: 768px) {
  .header-menu, .header-search__container { 
    display: none; 
  }
  .mobile-search-trigger, .menu-toggle { 
    display: flex; 
  }
  .custom-header { 
    padding: 0 16px !important; 
  }
  .header-icons { 
    gap: 16px; 
  }
}
/* END_SECTION:header */
/* START_SECTION:hero (INDEX:14) */
:root {
  /* Final Pellira Design Tokens */
  --bg-primary: #F5F3EF;
  --bg-secondary: #EEE9E2;
  --bg-card: #FFFFFF;
  --text-primary: #171717;
  --text-secondary: #6A6660;
  --brand-accent: #5A6870; /* Pellira Slate */
  --border: #D9D4CC;
  --radius: 4px;
  
  /* Brand Typography System */
  --font-display: "Saol Display", Georgia, serif;
  --font-ui: "Söhne", -apple-system, BlinkMacSystemFont, sans-serif;
}

.pellira-hero {
  position: relative;
  background: var(--bg-primary);
  content-visibility: auto;
  touch-action: pan-y;
}

.page-width-hero {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.pellira-hero__slides {
  position: relative;
  min-height: var(--hero-height-desktop);
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000000;
}

.pellira-hero[data-shopify-visual-preview] .pellira-hero__slides {
  min-height: 500px;
}

.pellira-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.9s ease;
  z-index: 1;
}

.pellira-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.pellira-hero__media,
.pellira-hero__media picture,
.pellira-hero__image,
.pellira-hero__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pellira-hero__image,
.pellira-hero__placeholder {
  display: block;
  object-fit: cover;
  object-position: var(--desktop-focal-position, center center);
}

.pellira-hero__overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at center, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.55)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
  opacity: var(--overlay-opacity);
  pointer-events: none;
}

.pellira-hero__content-wrapper {
  position: relative;
  z-index: 3;
  min-height: var(--hero-height-desktop);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
}

.pellira-hero__content {
  width: 100%;
  max-width: var(--content-max-width);
  text-align: center;
  color: #FFFFFF;
  will-change: transform, opacity;
  user-select: none;
}

.pellira-hero__eyebrow {
  margin: 0 0 16px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em; /* 13px Navigation / Meta weight scale match */
  text-transform: uppercase;
  color: var(--bg-primary);
}

.pellira-hero__heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: 72px; /* Set directly by Brand System scale */
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  text-wrap: balance;
}

.pellira-hero__subheading {
  margin: 20px auto 0;
  max-width: 720px;
  font-family: var(--font-ui);
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
}

.pellira-hero__subheading p,
.pellira-hero__body p {
  margin: 0;
}

.pellira-hero__body {
  margin: 16px auto 0;
  max-width: 720px;
  font-family: var(--font-ui);
  font-size: 16px; /* Söhne Book scale benchmark */
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

/* ========================================================================= */
/* ORIGINAL LUXURY GOLDEN GRADIENT CTA BUTTON PRESERVED UNCHANGED              */
/* ========================================================================= */
.pellira-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  padding: 16px 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8edd2 0%, #e9d5a4 45%, #d5b66f 100%);
  color: #1d1a14;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 10px 35px rgba(213, 182, 111, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
  transform: translateZ(0);
}

.pellira-hero__button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pellira-hero__button-arrow svg {
  width: 14px;
  height: 14px;
}

.pellira-hero__button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 45px rgba(213, 182, 111, 0.45),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.pellira-hero__button:hover .pellira-hero__button-arrow {
  transform: translateX(4px);
}
/* ========================================================================= */

.pellira-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.pellira-hero__arrow svg {
  width: 22px;
  height: 22px;
}

.pellira-hero__arrow:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: #FFFFFF;
  color: #1d1a14;
}

.pellira-hero__arrow--prev {
  left: 44px;
}

.pellira-hero__arrow--next {
  right: 44px;
}

.pellira-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.pellira-hero__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pellira-hero__dot.is-active {
  width: 34px;
  background: #FFFFFF;
}

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

  .pellira-hero__slides {
    min-height: var(--hero-height-mobile);
    border-radius: 0;
  }

  .pellira-hero__arrow {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  
  .pellira-hero__arrow svg {
    width: 18px;
    height: 18px;
  }

  .pellira-hero__arrow--prev {
    left: 16px;
  }

  .pellira-hero__arrow--next {
    right: 16px;
  }

  .pellira-hero__slide .pellira-hero__image {
    object-position: center center !important;
  }

  .pellira-hero__content-wrapper {
    min-height: var(--hero-height-mobile);
    padding: var(--padding-top-mobile) var(--padding-right-mobile) var(--padding-bottom-mobile) var(--padding-left-mobile);
  }

  .pellira-hero__content {
    max-width: 100%;
    padding: 0 8px;
  }

  .pellira-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.3em;
  }

  .pellira-hero__heading {
    font-size: 42px; /* Set directly by Brand System scale */
    line-height: 1.0;
  }

  .pellira-hero__subheading {
    margin-top: 14px;
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .pellira-hero__body {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .pellira-hero__button {
    margin-top: 28px;
    padding: 14px 36px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .pellira-hero__dots {
    bottom: 24px;
  }
}
/* END_SECTION:hero */
/* START_SECTION:hybrid (INDEX:15) */
/* Pellira Brand System Architecture Architecture Tokens */
:root {
  --p-bento-dark: #171717;
  --p-bento-light: #FFFFFF;
  --p-bento-muted: #6A6660;
  --p-bento-border: #D9D4CC;
  --p-bento-bg: #F5F3EF;
  --p-bento-serif: "Saol Display", serif;
  --p-bento-sans: "Söhne", system-ui, -apple-system, sans-serif;
}

/* SECTION HEADER STYLING - Aligned with Pellira Clean Editorial Spec */
.bento-section-header {
  max-width: 1600px;
  margin: 0 auto 11px auto; /* Tightly compressed from 24px */
  padding: 0 20px;
  box-sizing: border-box;
}
.bento-section-main-title {
  font-family: var(--p-bento-serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none; /* Changed from loud uppercase to classic serif */
  color: var(--p-bento-dark);
  margin: 0 0 4px 0;
}
.bento-section-subtitle {
  font-family: var(--p-bento-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--p-bento-muted);
  margin: 0;
}

/* GRID CONTAINER SYSTEMS */
.bento-editorial-section {
  padding-top: var(--desktop-padding-top);
  padding-bottom: var(--desktop-padding-bottom);
  background-color: var(--p-bento-light);
}

.bento-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Highly compressed 2-Column Split Framework */
.bento-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 7px; /* Tightly compressed from 16px */
}

.bento-card {
  position: relative;
  height: 460px; 
  border: 1px solid var(--p-bento-border);
  overflow: hidden;
}

/* LEFT HAND COLUMN LAYOUT STACK */
.bento-left-stack {
  display: flex;
  flex-direction: column;
  gap: 7px; /* Tightly compressed from 16px */
  height: 460px;
}

.bento-cover-card-wrapper-link {
  flex: 1;
  text-decoration: none;
  display: block;
  width: 100%;
}

.bento-cover-half-card {
  height: 100%;
  position: relative;
  border: 1px solid var(--p-bento-border);
  overflow: hidden;
  background-color: var(--p-bento-bg);
  transition: transform 0.3s ease;
}

/* CAROUSEL CONTAINER SYSTEMS (RIGHT PANEL) */
.bento-card-products-pane {
  background-color: var(--p-bento-bg);
}

.bento-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  z-index: 1;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0; 
  transition: opacity 0.2s ease;
}

.bento-carousel.is-ready {
  opacity: 1;
}

.bento-carousel::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.bento-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bento-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  scroll-snap-align: start;
}

/* COVER CARDS STYLING (LEFT PANEL) */
.bento-cover-slide-container {
  width: 100%;
  height: 100%;
  background: var(--p-bento-bg);
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px; /* Tightly compressed */
  padding: 12px 18px; /* Tightly compressed layout density */
  box-sizing: border-box;
}

.bento-cover-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--p-bento-light);
}

.bento-cover-media img,
.bento-cover-media svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover; 
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.bento-cover-card-wrapper-link:hover .bento-cover-media img {
  transform: scale(1.03);
}

.bento-cover-meta-block {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bento-cover-meta-title {
  display: block;
  font-family: var(--p-bento-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  color: var(--p-bento-dark);
  margin-bottom: 2px; /* Tightly compressed */
  line-height: 1.3;
}

.bento-cover-meta-subtitle {
  display: block;
  font-family: var(--p-bento-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--p-bento-muted);
  line-height: 1.4;
  margin-bottom: 8px; /* Tightly compressed from 14px */
}

/* Premium Outlined Button Setup - Matched to Pellira Core Actions */
.bento-cover-cta-element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--p-bento-dark);
  color: var(--p-bento-light);
  border: none;
  border-radius: 0px; /* Sharp clean edges */
  padding: 8px 18px;
  font-family: var(--p-bento-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
}

.bento-cover-card-wrapper-link:hover .bento-cover-cta-element {
  background: #2A2A2A;
  color: var(--p-bento-light);
}

/* PRODUCT CARD SPLIT-VIEW (RIGHT PANEL) */
.bento-product-slide-container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 20px; /* Tightly compressed background area padding */
  box-sizing: border-box;
}

.bento-product-square-media {
  width: 100%;
  max-width: 210px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  background: var(--p-bento-light);
  border: 1px solid var(--p-bento-border);
}

.bento-product-square-media img,
.bento-product-square-media svg {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.bento-product-slide-container:hover .bento-product-square-media img {
  transform: scale(1.03);
}

.bento-product-details-pane {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 280px;
}

.bento-product-top-group {
  width: 100%;
}

.bento-product-meta-block {
  text-align: left;
  width: 100%;
  margin-bottom: 5px; /* Compressed */
}

.bento-product-meta-title {
  display: block;
  font-family: var(--p-bento-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--p-bento-dark);
  margin: 0 0 2px 0;
  text-decoration: none;
  line-height: 1.3;
}

.bento-product-meta-title:hover {
  text-decoration: underline;
}

.bento-product-meta-price {
  display: block;
  font-family: var(--p-bento-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--p-bento-muted);
}

.bento-atc-form {
  width: 100%;
  z-index: 4;
  position: relative;
  margin-bottom: 6px; /* Compressed from 14px */
}

/* Production-Grade Sharp Action Buttons */
.bento-atc-btn {
  width: 100%;
  max-width: 160px;
  background: var(--p-bento-dark);
  color: var(--p-bento-light);
  border: none;
  border-radius: 0px;
  padding: 10px 14px;
  font-family: var(--p-bento-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.bento-atc-btn:hover:not([disabled]) {
  background: #2A2A2A;
}

.bento-atc-btn:disabled {
  background: var(--p-bento-border);
  color: var(--p-bento-muted);
  cursor: not-allowed;
}

.bento-product-collection-footer {
  width: 100%;
  border-top: 1px solid var(--p-bento-border);
  padding-top: 5px; /* Compressed from 10px */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.bento-footer-collection-label {
  font-family: var(--p-bento-sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--p-bento-muted);
}

.bento-footer-collection-link {
  font-family: var(--p-bento-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--p-bento-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.bento-footer-collection-link:hover {
  color: var(--p-bento-muted);
}

/* CAROUSEL DOT CONTROLS */
.carousel-nav-dots {
  position: absolute;
  top: 11px; /* Compressed */
  right: 11px;
  z-index: 3;
  display: flex;
  gap: 4px; /* Compressed */
  background: rgba(23, 23, 23, 0.1);
  padding: 4px 6px;
  border-radius: 0px; /* Sharp modern aesthetic */
  backdrop-filter: blur(4px);
}

.nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.3);
  cursor: pointer;
  transition: background 0.2s ease;
  border: none;
  padding: 0;
}

.nav-dot:hover,
.nav-dot.active {
  background: var(--p-bento-dark);
}

/* RESPONSIVE TABLET AND MOBILE COMPACT OPTIMIZATION */
@media (max-width: 992px) {
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .bento-card {
    height: auto;
  }
  .bento-left-stack {
    height: auto;
    gap: 7px;
  }
}

@media (max-width: 768px) {
  .bento-section-header {
    padding: 0 16px;
    margin-bottom: 7px; /* Compressed */
  }
  .bento-section-main-title {
    font-size: 24px;
  }
  .bento-section-subtitle {
    font-size: 12px;
  }
  
  .bento-editorial-section {
    padding-top: var(--mobile-padding-top);
    padding-bottom: var(--mobile-padding-bottom);
  }

  .bento-container {
    padding: 0 12px;
  }

  .bento-left-stack {
    gap: 7px;
  }

  .bento-cover-slide-container {
    grid-template-columns: 75px 1fr;
    padding: 8px 11px; /* Highly Compressed */
    gap: 11px;
  }

  .bento-cover-meta-title {
    font-size: 14px;
    margin-bottom: 1px;
  }

  .bento-cover-meta-subtitle {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .bento-cover-cta-element {
    padding: 6px 12px;
    font-size: 10px;
  }

  .bento-card-products-pane {
    height: 310px; 
  }

  .bento-product-slide-container {
    grid-template-columns: 1fr;
    padding: 18px 8px 8px 8px; /* Compressed */
    gap: 4px;
    justify-items: center;
    align-content: center;
  }

  .bento-product-square-media {
    max-width: 100px;
    margin: 0 auto;
  }

  .bento-product-details-pane {
    align-items: center;
    text-align: center;
    max-height: none;
    justify-content: flex-start;
    gap: 2px;
  }

  .bento-product-top-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bento-product-meta-block {
    text-align: center;
    margin-bottom: 2px;
  }

  .bento-product-meta-title {
    font-size: 13px;
    margin-bottom: 1px;
    line-height: 1.2;
  }

  .bento-product-meta-price {
    font-size: 12px;
  }

  .bento-atc-form {
    margin-bottom: 3px;
  }

  .bento-atc-btn {
    max-width: 130px;
    padding: 7px 12px;
    font-size: 10px;
  }

  .bento-product-collection-footer {
    align-items: center;
    padding-top: 2px;
    gap: 0px;
  }

  .bento-footer-collection-label {
    font-size: 9px;
  }

  .bento-footer-collection-link {
    font-size: 10px;
  }

  .carousel-nav-dots {
    top: 4px;
    right: 4px;
    padding: 2px 4px;
  }
}
/* END_SECTION:hybrid */
/* START_SECTION:trust (INDEX:45) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.pellira-trust {
  background-color: var(--bg-color, #fdfdfd);
  padding-top: var(--padding-top-desktop, 32px);
  padding-bottom: var(--padding-bottom-desktop, 32px);
  position: relative;
  border-top: 1px solid rgba(29, 26, 20, 0.06);
  border-bottom: 1px solid rgba(29, 26, 20, 0.06);
}

.page-width-trust {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.pellira-trust__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 24px 0;
  color: #1d1a14;
}

.pellira-trust__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px;
  width: 100%;
}

.pellira-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: rgba(29, 26, 20, 0.02);
  padding: 16px 12px;
  border-radius: 4px;
  border: 1px solid rgba(29, 26, 20, 0.04);
  transition: background 0.2s ease, transform 0.2s ease;
}

.pellira-trust__item:hover {
  background: rgba(29, 26, 20, 0.04);
  transform: translateY(-1px);
}

.pellira-trust__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  color: #1d1a14;
}

.pellira-trust__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.pellira-trust__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pellira-trust__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.12em;
  color: #1d1a14;
}

.pellira-trust__desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  color: #6e675a;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .pellira-trust {
    padding-top: var(--padding-top-mobile, 24px);
    padding-bottom: var(--padding-bottom-mobile, 24px);
  }

  .page-width-trust {
    padding: 0 16px;
  }

  .pellira-trust__heading {
    margin-bottom: 16px;
  }

  .pellira-trust__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
  
  .pellira-trust__item {
    padding: 12px 8px !important;
  }

  .pellira-trust__icon-wrapper {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
  }
  
  .pellira-trust__title {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  
  .pellira-trust__desc {
    font-size: 10px;
    line-height: 1.2;
  }
}
/* END_SECTION:trust */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:198) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

  media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
    /* Needed for safari to stretch to full grid height */
    height: 100%;
  }

  @media screen and (min-width: 750px) {
    .media-gallery--two-column .media-gallery__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Display grid view as a carousel on mobile, grid on desktop */
    media-gallery:is(.media-gallery--grid) slideshow-component {
      display: none;
    }

    media-gallery:where(.media-gallery--grid) .media-gallery__grid {
      display: grid;
    }
  }

  .product-media-container__zoom-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: var(--layer-flat);
    cursor: zoom-in;
    background-color: transparent;

    &:hover {
      background-color: transparent;
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }
/* END_SNIPPET:product-media-gallery-content-styles */
/* START_SNIPPET:quick-add-modal-styles (INDEX:203) */
#quick-add-dialog {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal {
      width: var(--quick-add-modal-width);
      height: var(--quick-add-modal-height);
      max-width: none;
    }
  }

  .quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    overflow: hidden;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 749px) {
      position: fixed;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
      overflow: clip;
      height: fit-content;
    }
  }

  .quick-add-modal[open] {
    @media screen and (max-width: 750px) {
      border-top-left-radius: var(--style-border-radius-popover);
      border-top-right-radius: var(--style-border-radius-popover);
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
    overflow: visible;
    transform-origin: center;
  }

  .quick-add-modal__close:active {
    transform: scale(0.99) translateY(1px);
  }

  .quick-add-modal__close {
    &:focus-visible {
      outline: none;
    }

    &:focus-visible::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: calc(var(--style-border-radius-popover) - var(--margin-2xs));
      outline: var(--focus-outline-width) solid currentColor;
    }
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    flex-grow: 1;

    @media screen and (max-width: 749px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
      .product-media-container:nth-of-type(odd)
      .product-media > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media > *,
        /* Carousel */
      .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 749px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    position: relative;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 749px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      max-height: 100%;
      height: 100%;
    }
  }

  @property --quick-add-modal-mask-start {
    syntax: '<length>';
    initial-value: 0px;
    inherits: false;
  }

  @property --quick-add-modal-mask-end {
    syntax: '<length>';
    initial-value: 0px;
    inherits: true;
  }

  @keyframes detect-scroll {
    from,
    to {
      --can-scroll: ;
    }
  }

  @supports (animation-timeline: scroll(self)) {
    dialog[open] .quick-add-modal__content .product-details {
      mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--quick-add-modal-mask-start), #000 100%);
      animation: 0.3s var(--animation-timing-fade-in) 0.1s both fadeSlideIn, scrollStart 1s linear both,
        scrollEnd 1s linear both, detect-scroll 1ms linear none;
      animation-timeline: auto, scroll(self), scroll(self), scroll(self);
      animation-range: normal, 0px 48px, calc(100% - 48px) 100%, 0% 100%;
    }
  }

  @keyframes scrollStart {
    from {
      --quick-add-modal-mask-start: 0px;
    }
    to {
      --quick-add-modal-mask-start: 48px;
    }
  }

  @keyframes scrollEnd {
    from {
      --quick-add-modal-mask-end: 0px;
    }
    to {
      --quick-add-modal-mask-end: 48px;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    flex-grow: 1;
    width: auto;
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }
  .quick-add-modal__content .product-details :is(.buy-buttons-block) {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding-bottom: var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) {
    position: static;
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) > product-form-component {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)::before {
    display: none;
  }

  .quick-add-modal__content .product-details .buy-buttons-block__bar {
    display: block;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    padding-block: var(--gap-md) var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  @supports (animation-timeline: scroll(self)) {
    .quick-add-modal__content .product-details :is(.buy-buttons-block)::before,
    .quick-add-modal__content .product-details .buy-buttons-block__bar::before {
      --mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);
      --mask-if-no-scroll: 48px;
      --quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));
      height: calc(var(--gap-2xs) + 48px);
    }
  }

  .quick-add-modal__content .product-details .variant-picker {
    flex: 0 0 auto;

    padding-block: min(var(--gap-2xl), var(--gap));
    margin-block-end: calc(var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    margin-block-end: 12px;

    /* Prevent overlap between title and close button */
    padding-inline-end: calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2));
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .product-details product-price {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price.text-block--align-center {
    margin-inline: 0;
  }

  .quick-add-modal__content .product-details product-price.text-center {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price > * {
    text-align: left;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: 0;
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding-block: var(--padding-3xl) 0;
  }

  .quick-add-modal__content :where(.product-details > .group-block > .group-block-content > *) {
    padding-inline: var(--padding-3xl);
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      width: var(--quick-add-modal-gallery-width);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media :is(slideshow-controls, slideshow-controls[thumbnails]) {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */
/* START_SNIPPET:resource-card (INDEX:207) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }

    .volume-pricing-note {
      display: block;
      margin-top: var(--padding-3xs);
      font-family: var(--font-body--family);
      font-weight: normal;
      font-size: min(0.85em, var(--font-paragraph--size));
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */
/* START_SNIPPET:search-modal (INDEX:212) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;
    border: var(--style-border-popover);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  .dialog-modal
    .predictive-search-form__header:has(
      .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
    )::before {
    content: '';
    position: absolute;
    right: calc(var(--padding-sm) + var(--minimum-touch-target));
    top: 0;
    bottom: 0;
    width: var(--border-width-sm);
    background-color: var(--color-border);
  }

  .dialog-modal
    .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))
    > .predictive-search__close-modal-button {
    &::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      right: calc(var(--padding-2xl) * 2);
    }
  }

  predictive-search-component {
    --resource-card-corner-radius: var(--product-corner-radius);

    display: flex;
    width: 100%;
    position: relative;
    margin-inline: auto;
    align-items: center;
    background-color: var(--color-background);
    z-index: var(--layer-heightened);
  }

  .predictive-search-form__footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    @media screen and (min-width: 750px) {
      --to-top-gradient-background: linear-gradient(
        to top,
        rgb(var(--color-background-rgb) / var(--opacity-90)),
        rgb(var(--color-background-rgb) / var(--opacity-80)),
        rgb(var(--color-background-rgb) / var(--opacity-40)),
        transparent
      );

      padding-block: var(--padding-xs) var(--padding-lg);
      background-image: var(--to-top-gradient-background);
    }
  }

  predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    .predictive-search-form__footer {
    display: block;
  }

  .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: flex-start;
  }

  .predictive-search-form__content {
    max-height: 50dvh;
    overflow-y: auto;
    background-color: var(--color-background);

    /* Firefox */
    scrollbar-width: none;

    /* Webkit browsers */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    will-change: transform, opacity;
    overflow: hidden;

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }

    @media screen and (min-width: 750px) {
      max-height: var(--modal-max-height);
    }
  }

  /* Add new rule to apply bottom padding only when search button exists */
  .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    > .predictive-search-form__content {
    padding-block-end: var(--padding-6xl);
  }

  .predictive-search-form__header-inner {
    background: var(--color-background);
    border: var(--search-border-width) solid var(--color-border);
    color: var(--color-foreground);
    border-radius: var(--style-border-radius-popover);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
      border: none;
    }
  }

  .predictive-search-form__header-inner:focus-within {
    outline-offset: var(--focus-outline-offset);

    @media screen and (min-width: 750px) {
      outline: var(--focus-outline-width) solid var(--color-primary);
    }
  }

  .predictive-search-form__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    align-items: center;
    background-color: var(--color-input-background);
    border: var(--search-border-width) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);

    @media screen and (max-width: 749px) {
      padding: var(--padding-2xs) var(--padding-sm);
    }
  }

  .predictive-search-form__header:focus-within,
  .predictive-search-form__header-inner:focus-within,
  .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
    outline: none;
    box-shadow: none;
    /* stylelint-disable-next-line declaration-no-important */
    border-color: var(--color-border) !important;
  }

  input.search-input {
    border-radius: var(--style-border-radius-inputs);
    padding-block: var(--padding-sm);
    font-size: var(--font-size--md);
    width: 100%;
    color: var(--color-foreground);
    padding-inline: calc(var(--margin-lg) + var(--icon-size-lg)) 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: 0;
  }

  .search-input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .search-input,
  .search-input:is(:focus, :focus-visible, :focus-within),
  .predictive-search-form__header *:is(:focus, :focus-visible) {
    outline: none;
    box-shadow: none;
  }

  .search-input:hover {
    background-color: transparent;
  }

  .predictive-search__icon {
    position: absolute;
    left: var(--margin-xl);
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));

    @media screen and (min-width: 750px) {
      left: var(--margin-md);
    }
  }

  .predictive-search__icon > svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    padding: 0;
    margin-inline-end: var(--margin-md);
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-out),
      visibility var(--animation-speed-medium) var(--animation-timing-fade-out);

    &:hover {
      color: var(--color-foreground);
    }

    &:active {
      transform: scale(0.9);
      transition: transform 100ms var(--animation-timing-active);
    }

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .predictive-search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .predictive-search__reset-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: background-color var(--animation-speed-medium) ease-in-out,
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    border-radius: 50%;

    &:hover {
      background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
    }
  }

  .predictive-search__reset-button:active .predictive-search__reset-button-icon {
    transform: scale(0.85);
    transition-timing-function: var(--animation-timing-active);
    transition-duration: 100ms;
  }

  .predictive-search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button-text {
    display: none;
  }

  .predictive-search__search-button {
    margin: auto;
    z-index: var(--layer-raised);
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce),
      box-shadow var(--animation-speed-medium) var(--animation-timing-hover);
    transform-origin: center;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgb(0 0 0 / var(--opacity-5));
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
      box-shadow: none;
    }
  }

  .predictive-search__close-modal-button {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    margin-inline-start: var(--margin-sm);
    padding: 0;
    box-shadow: none;

    &:active {
      transform: scale(0.8);
      transition: transform 100ms var(--animation-timing-active);
    }

    .svg-wrapper,
    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:skip-to-content-link (INDEX:216) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
