/** Shopify CDN: Minification failed

Line 4467:35 Expected ":"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}


@font-face {
  font-family: "Helvetica Neue";
  src: url("{{ 'HelveticaNeueBold.woff2' | asset_url }}") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/* =========================================================
   BLOCK-1 — DESKTOP ONLY (≥1025px)
   РЕЙЛ СТАТИЧЕН ОТНОСИТЕЛЬНО ЦЕНТРА ГЛАВНОГО ИЗОБРАЖЕНИЯ
========================================================= */
@media (min-width: 1025px) {

  /* ----- базовые переменные размеров (чтобы ничего не “плавало”) ----- */
  .product-hero{
    --ph-media-size: 435px; /* главное изображение (квадрат) */

    /* высота рейла:
       стрелка(20) + отступ(20) + thumbs(205) + отступ(20) + стрелка(20) = 285 */
    --ph-rail-height: 285px;

    position: relative;
    margin-top: clamp(70px, 6.8vw, 100px);
    margin-right: clamp(70px, 6.25vw, 120px);
    margin-bottom: clamp(130px, 10.9vw, 210px);
    margin-left: clamp(70px, 6.25vw, 120px);
    background: #FFF;

    display: grid;
    grid-template-columns: 65px var(--ph-media-size) 1fr;
    column-gap: 40px;
    align-items: start;
  }

  /* Скрываем мобильные элементы на десктопе */
  .ph-slider-dots { display: none; }

  /* ===== LEFT: боковая панель миниатюр (СТАТИЧНАЯ ПО Y) ===== */
  .ph-thumbs-rail{
    grid-column: 1;

    /* Важно: НЕ центрируем по высоте строки */
    align-self: start;
    justify-self: start;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 65px;
    margin-right: 28px;

    /* Вот магия: рейл всегда выровнен по центру главного изображения (435px),
       и НЕ зависит от высоты правой колонки (Benefits и т.п.) */
    margin-top: calc((var(--ph-media-size) - var(--ph-rail-height)) / 2);
  }

  /* Стрелки */
  .ph-thumb-arrow{
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }

  .ph-thumb-arrow:hover{ opacity: 1; }
  .ph-thumb-arrow[disabled]{ opacity: 0.35; cursor: default; }

  .ph-thumb-arrow img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .ph-thumb-arrow--up{ margin-bottom: 20px; }
  .ph-thumb-arrow--down{ margin-top: 20px; }

  /* Вьюпорт + трек */
  .ph-thumbs{
    position: relative;
    overflow: hidden;
    width: 65px;
    height: 205px;
  }

  .ph-thumbs-track{
    position: relative;
    will-change: transform;
    transition: transform 200ms ease;
  }

  /* Миниатюры */
  .ph-thumb{
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .ph-thumb + .ph-thumb{ margin-top: 5px; }

  .ph-thumb img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
  }

  .ph-thumb::after{
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 3px;
    background-color: #5F8A8C;
    border-radius: 999px;
    opacity: 0;
    transform: scaleX(0.6);
    transform-origin: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .ph-thumb.is-active::after{
    opacity: 1;
    transform: scaleX(1);
  }

  .ph-thumb:focus-visible{
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  /* ===== CENTER: главное изображение товара (фикс 435×435) ===== */
  .ph-main-media{
    grid-column: 2;
    align-self: start;
  }

  .ph-media-figure{
    width: var(--ph-media-size);
    height: var(--ph-media-size);
    margin: 0;
    display: block;
  }

  .ph-main-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* ===== RIGHT: колонка с контентом ===== */
  .ph-details{
    grid-column: 3;
    align-self: start;
  }

  .ph-title{
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #497579;
  }

  .ph-price{
    margin-top: 35px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #884101;
  }

  .ph-desc{
    margin-top: 25px;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #7E7E7E;
    text-transform: none;
  }

  .ph-howto{
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .ph-howto-btn{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }

  .ph-howto-btn img{
    width: 50px;
    height: 50px;
    display: block;
  }

  .ph-howto-text{
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: #497579;
    text-transform: uppercase;
  }

  .ph-purchase{
    margin-top: 35px;
    display: grid;
    grid-template-columns: 40% 1fr;
    column-gap: 20px;
    align-items: center;
  }

  .ph-qty{
    height: 40px;
    background: #EDEDED;
    border: 1px solid #999999;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    align-items: center;
    padding: 7px 12px 12px 7px;
    box-sizing: border-box;
  }

  .ph-qty-btn{
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .ph-qty-btn img{
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
  }

  .ph-qty-input{
    width: 100%;
    min-width: 0;
    text-align: center;
    border: 0;
    background: transparent;
    font: 600 13px/1 "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #999999;
    -moz-appearance: textfield;
  }

  .ph-qty-input::-webkit-outer-spin-button,
  .ph-qty-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }

  .ph-cart-btn{
    justify-self: stretch;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }

  .ph-cart-btn span{
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7E7E7E;
    line-height: 1;
    transition: color 0.25s ease;
  }

  .ph-cart-btn:hover{
    background-color: #497579;
    border-color: #497579;
  }

  .ph-cart-btn:hover span{ color: #FFFFFF; }

  /* NOTE (скрыто) */
  .ph-note{ margin-top: 20px; display: none; }

  /* VIDEO MODAL (DESKTOP) — оставляю как было */
  .ph-video-modal{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }

  .ph-video-modal[hidden]{ display: none !important; }

  .ph-video-modal__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  .ph-video-modal__dialog{
    position: relative;
    background: #FFFFFF;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  .ph-video-modal__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    border-bottom: 1px solid #E5E5E5;
  }

  .ph-video-modal__title{
    margin: 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #7E7E7E;
    letter-spacing: 0.02em;
  }

  .ph-video-modal__close{
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #7E7E7E;
  }

  .ph-video-modal__close:hover{ color: #333333; }
  .ph-video-modal__body{ padding: 0; }

  .ph-video{
    display: block;
    width: 100%;
    height: auto;
    background: #000000;
  }

  .ph-video--desktop{ display: block; }
  .ph-video--mobile{ display: none; }
}


/* =========================================================
   BLOCK-1 — MOBILE (≤1024px)
   (оставила твою структуру, только исправила "Dalam")
========================================================= */
@media (max-width: 1024px) {

  .product-hero{
    background: #FFFFFF;
    margin: 30px 30px 90px;
    padding: 0;
    display: block;
  }

  .ph-thumbs-rail,
  .ph-main-media-desktop{ display: none; }

  .ph-main-media{ text-align: center; }
  .ph-media-figure{ margin: 0; }

  .ph-main-image{
    width: min(100%, 520px);
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .ph-slider-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 30px 0 0;
  }

  .ph-slider-dots button{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: #EDEDED;
  }

  .ph-slider-dots [aria-selected="true"]{ background: #5F8A8C; }

  .ph-details{ margin-top: 30px; }

  .ph-title{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #497579;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0 0;
  }

  .ph-price{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.25;
    color: #884101;
    text-align: left;
    margin: 20px 0 0;
  }

  .ph-desc{
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    color: #7E7E7E;
    text-transform: none;
    text-align: left;
    margin: 20px 0 0;
  }

  .ph-howto{ margin-top: 20px; }

  .ph-howto-btn{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
  }

  .ph-howto-btn img{
    width: 40px;
    height: 40px;
    display: block;
  }

  .ph-howto-text{
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #497579;
    text-transform: uppercase;
  }

  .ph-purchase{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
  }

  .ph-qty{
    display: flex;
    align-items: center;
    height: 50px;
    width: 40%;
    background: #EDEDED;
    border: 1px solid #999999;
    border-radius: 0;
    padding: 0 15px;
  }

  .ph-qty-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .ph-qty-btn img{
    width: 20px;
    height: 20px;
    display: block;
  }

  .ph-qty-input{
    width: 42px;
    text-align: center;
    border: 0;
    background: transparent;
    margin: 0 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #999999;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .ph-qty-input::-webkit-outer-spin-button,
  .ph-qty-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }

  .ph-cart-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 16px;
    background: #F8F8F8;
    border: 1px solid #999999;
    border-radius: 0;
    color: #999999;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
  }

  .ph-note{ margin-top: 30px; }

  .ph-note-frame{
    display: flex;
    flex-direction: row-reverse;
    align-items: center; /* фикс */
    gap: 20px;
    background: #5F8A8C;
    padding: 25px 15px;
  }

  .ph-note-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: block;
  }

  .ph-note-text{
    margin: 0;
    color: #FFFFFF;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
  }

  .ph-howto-btn:focus-visible,
  .ph-qty-btn:focus-visible,
  .ph-cart-btn:focus-visible{
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  /* VIDEO MODAL — MOBILE (как было) */
  .ph-video-modal{
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 9999;
  }

  .ph-video-modal.is-open{
    opacity: 1;
    pointer-events: auto;
  }

  .ph-video-modal__dialog{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    max-width: 520px;
    margin: 0 20px;
    overflow: hidden;
    transform: translateY(24px);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 1;
  }

  .ph-video-modal.is-open .ph-video-modal__dialog{
    opacity: 1;
    transform: translateY(0);
  }

  .ph-video-modal__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #EDEDED;
  }

  .ph-video-modal__title{
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #7E7E7E;
  }

  .ph-video-modal__close{
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #7E7E7E;
  }

  .ph-video-modal__body{ padding: 0; background: #000000; }

  .ph-video-modal__body .ph-video{
    display: block;
    width: 100%;
    height: auto;
  }

  .ph-video--desktop{ display: none !important; }
  .ph-video--mobile{ display: block; }

  .ph-video-modal__backdrop{
    position: absolute;
    inset: 0;
    z-index: 0;
  }
}


/* =========================================================
   PRODUCT BENEFITS — DESKTOP (≥1025px) / MOBILE (≤1024px)
   (оставляю твою логику без изменений)
========================================================= */

/* Desktop */
@media (min-width: 1025px) {
  .ph-benefits-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 10px 16px;
    min-width: 220px;
    background: #F8F8F8;
    border: 1px solid #999999;
    cursor: pointer;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #497579;
    letter-spacing: 0.04em;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }

  .ph-benefits-toggle__label{ flex: 1 1 auto; text-align: left; }

  .ph-benefits-toggle::after{
    content: "+";
    margin-left: 10px;
    font-size: 16px;
    line-height: 1;
    color: #7E7E7E;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .ph-benefits-toggle[aria-expanded="true"]::after{
    content: "–";
    color: #497579;
  }

  .ph-benefits-toggle:hover{
    background-color: #497579;
    border-color: #497579;
    color: #FFFFFF;
  }

  .ph-benefits-toggle:hover::after{ color: #FFFFFF; }

  .ph-benefits-toggle:focus-visible{
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  .ph-benefits-panel{
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #E0E0E0;
    background: #FDFDFD;
    max-width: 420px;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #4A4A4A;
  }

  .ph-benefits-list{
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
  }

  .ph-benefits-list li + li{ margin-top: 4px; }
}

/* Mobile */
@media (max-width: 1024px) {
  .ph-howto{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ph-benefits-toggle{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    background: #F8F8F8;
    border: 1px solid #999999;
    border-radius: 0;
    cursor: pointer;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #497579;
    letter-spacing: 0.05em;
  }

  .ph-benefits-toggle__label{ flex: 1 1 auto; text-align: left; }

  .ph-benefits-toggle::after{
    content: "+";
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    color: #7E7E7E;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .ph-benefits-toggle[aria-expanded="true"]::after{
    content: "–";
    color: #497579;
  }

  .ph-benefits-toggle:focus-visible{
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  .ph-benefits-panel{
    margin-top: 10px;
    padding: 14px 14px 16px;
    border: 1px solid #E0E0E0;
    background: #FDFDFD;
    width: 100%;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #4A4A4A;
  }

  .ph-benefits-list{
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
  }

  .ph-benefits-list li + li{ margin-top: 4px; }
}
@media (min-width: 1025px) {
  .ph-price-note{
    display: block;
    color: #884101;  красный 
    font-weight: 500;
  }
}

/* Mobile (≤1024px): полностью скрываем */
@media (max-width: 1024px) {
  .ph-price-note{
    display: none !important;
  }
}


/* ===== Product Hero — DESKTOP: Gift Card value select ===== */
@media (min-width: 1025px) {

  /* Блок с заголовком и селектом: растягиваем на всю ширину формы */
  .gc-option {
    grid-column: 1 / -1;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .gc-option__label {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
  }

  .gc-option__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #497579;
  }

  .gc-option__value {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #884101;
  }

  .gc-option__field {
    position: relative;
  }

  /* Селект как у стандартных gift-card страниц */
  .gc-variant-select {
    width: 100%;
    height: 56px;
    padding: 0 48px 0 20px;
    border: 1px solid #497579;
    border-radius: 0;
    background-color: #F5F5F5;
    color: #303030;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  .gc-variant-select:focus-visible {
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  /* Стрелка дропдауна */
  .gc-option__field::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #497579;
    border-bottom: 2px solid #497579;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
  }

  /* ===== Обновлённая раскладка формы (selector + qty + button) ===== */

  .gc-purchase {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 40% 1fr;
    column-gap: 20px;
    align-items: center;
  }

  /* селект — на отдельной строке над qty+button */
  .gc-option {
    grid-column: 1 / -1;
  }

  /* Qty */
  .gc-qty {
    height: 40px;
    background: #EDEDED;
    border: 1px solid #999999;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    align-items: center;
    padding: 7px 12px 12px 7px;
    box-sizing: border-box;
  }

  .gc-qty-btn {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .gc-qty-btn img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
  }

  .gc-qty-input {
    width: 100%;
    min-width: 0;
    text-align: center;
    border: 0;
    background: transparent;
    font: 600 13px/1 "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #999999;
    -moz-appearance: textfield;
  }

  .gc-qty-input::-webkit-outer-spin-button,
  .gc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Add to cart */
  .gc-cart-btn {
    justify-self: stretch;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    cursor: pointer;
    transition:
      background-color 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease;
  }

  .gc-cart-btn span {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: regular;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7E7E7E;
    line-height: 1;
    transition: color 0.25s ease;
  }

  .gc-cart-btn:hover {
    background-color: #497579;
    border-color: #497579;
  }

  .gc-cart-btn:hover span {
    color: #FFFFFF;
  }
}

/* ===== Product Hero — MOBILE: Gift Card value select ===== */
@media (max-width: 1024px) {

  .gc-option {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gc-option__label {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 10px;
  }

  .gc-option__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #497579;
  }

  .gc-option__value {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #884101;
  }

  .gc-option__field {
    position: relative;
  }

  .gc-variant-select {
    width: 100%;
    height: 52px;
    padding: 0 44px 0 18px;
    border: 1px solid #497579;
    border-radius: 0;
    background-color: #F5F5F5;
    color: #303030;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
  }

  .gc-variant-select:focus-visible {
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  .gc-option__field::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #497579;
    border-bottom: 2px solid #497579;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
  }

  /* ===== Обновлённая форма: селект сверху, ниже qty + Add to cart в один ряд ===== */

  .gc-purchase {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 12px;
    justify-content: flex-start;
  }

  /* селект на отдельной строке */
  .gc-option {
    flex: 0 0 100%;
  }

  /* Qty слева */
  .gc-qty {
    display: flex;
    align-items: center;
    height: 50px;
    flex: 0 0 30%;
    background: #EDEDED;
    border: 1px solid #999999;
    border-radius: 0;
    padding: 0 15px;
  }

  .gc-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .gc-qty-btn img {
    width: 20px;
    height: 20px;
    display: block;
  }

  .gc-qty-input {
    width: 42px;
    text-align: center;
    border: 0;
    background: transparent;
    margin: 0 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #999999;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .gc-qty-input::-webkit-outer-spin-button,
  .gc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Add to cart справа, занимает оставшееся место строки */
  .gc-cart-btn {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 16px;
    background: #F8F8F8;
    border: 1px solid #999999;
    border-radius: 0;
    color: #999999;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-style: regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
  }

  /* выравниваем реальные размеры элементов строки */
  .gc-qty,
  .gc-cart-btn {
    box-sizing: border-box;
    margin: 0;
  }

  .gc-howto-btn:focus-visible,
  .gc-qty-btn:focus-visible,
  .gc-cart-btn:focus-visible {
    outline: 2px solid #497579;
    outline-offset: 2px;
  }
}






/* ===== NeuroScent HERO — DESKTOP (≥1025px) ===== */

@media (min-width: 1025px) {
  .ns-hero-products-d {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media (min-width: 1025px) {

  /* ===== БАЗОВАЯ СТРЕЛКА ДЛЯ HERO (LINE + ARROW HEAD) ===== */
  .ns-arrow {
    position: relative;
    display: inline-block;
    flex-shrink: 0;

    width: 45px;                  /* базовая длина, переопределяем модификаторами */
    height: 0;                    /* линия рисуется бордером */
    border-top: 1px solid #497579;/* сама «ножка» стрелки */
    transition: border-color 0.25s ease, width 0.25s ease;
  }

  .ns-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 7px;                   /* размер головки стрелки */
    height: 7px;
    border-top: 1px solid #497579;
    border-right: 1px solid #497579;

    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.25s ease;
  }

  /* Модификатор для стрелки 45px (главная кнопка + первая карточка) */
  .ns-btn-arrow-d {
    width: 45px;                  /* длина стрелки */
    margin-left: 25px;            /* отступ от текста */
  }

  /* Модификатор для стрелки 30px (вторая карточка) */
  .ns-btn-arrow-d-2 {
    width: 30px;                  /* длина стрелки */
    margin-left: 0px;            /* такой же отступ от текста */
  }

  /* При ховере цвет меняется вместе с текстом (будет белым) */
  .ns-btn-d:hover .ns-arrow,
  .ns-btn:hover .ns-arrow {
    border-top-color: #FFFFFF;
  }

  .ns-btn-d:hover .ns-arrow::after,
  .ns-btn:hover .ns-arrow::after {
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
  }

  /* ===== КОНТЕЙНЕР С ПРОДУКТАМИ СПРАВА ===== */
  .ns-hero-products-d {
    display: flex;
    align-items: center;        /* центрируем вторую карточку по вертикали относительно первой */
    justify-content: flex-end;
    column-gap: 30px;           /* 30px расстояние между фреймами карточек */
    padding-top: 109px;         /* верхний отступ от блока до первой карточки */
  }

  /* Базовый вид карточек */
  .ns-hero-products-d .ns-product-card-d {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0;
  }

  /* ===== ПЕРВАЯ КАРТОЧКА (Portable Diffuser) ===== */

  .ns-hero-products-d .ns-product-card-d:first-child .ns-product-media-d {
    margin: 0;
  }

  .ns-hero-products-d .ns-product-card-d:first-child .ns-product-img-d {
    width: 210px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .ns-hero-products-d .ns-product-card-d:first-child .ns-product-title-d {
    margin-top: 25px;
    margin-bottom: 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #497579;
    text-transform: none;
    text-align: center;
  }

  .ns-hero-products-d .ns-product-card-d:first-child .ns-product-price-d {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #497579;
    text-align: center;
  }

  /* Кнопка первой карточки (200×40, прозрачная, бордер 999999) */
  .ns-hero-products-d .ns-product-card-d:first-child a.ns-btn-d {
    margin-top: 10px;
    width: 200px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    /* Плавная анимация фона, текста и бордера */
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }

  /* Текст внутри кнопки — только первый span (чтобы не цеплять стрелку) */
  .ns-hero-products-d .ns-product-card-d:first-child a.ns-btn-d span:first-child {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: regular;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7E7E7E;
    line-height: 1;
  }

  /* Hover первой карточки */
  .ns-hero-products-d .ns-product-card-d:first-child a.ns-btn-d:hover {
    background-color: #497579;
    border-color: #497579;
  }

  .ns-hero-products-d .ns-product-card-d:first-child a.ns-btn-d:hover span:first-child {
    color: #FFFFFF;
  }

  /* ===== ВТОРАЯ КАРТОЧКА (Immune / Essential Oil) ===== */

  .ns-hero-products-d .ns-product-card-d:last-child .ns-product-media-d-2 {
    margin: 0;
    padding: 0;
    line-height: 0;            /* убираем «воздух» вокруг img */
  }

  .ns-hero-products-d .ns-product-card-d:last-child .ns-product-img-d {
    width: 140px;
    height: auto;
    display: block;            /* убирает baseline-отступ */
    margin: 0;
    padding: 0;
    object-fit: contain;
  }

  /* Заголовок: ровно 25px от картинки */
  .ns-hero-products-d .ns-product-card-d:last-child .ns-product-title-d {
    margin: 25px 0 0 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #7E7E7E;
    text-transform: none;
    text-align: center;
  }

  .ns-hero-products-d .ns-product-card-d:last-child .ns-product-price-d {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #7E7E7E;
    text-align: center;
  }

  /* Кнопка второй карточки 150×40 + стрелка 30px */
  .ns-hero-products-d .ns-product-card-d:last-child a.ns-btn {
    margin-top: 10px;
    width: 150px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    /* Плавная анимация фона, текста и бордера */
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }

  .ns-hero-products-d .ns-product-card-d:last-child a.ns-btn span:first-child {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: regular;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7E7E7E;
    line-height: 1;
  }

  /* Hover второй карточки */
  .ns-hero-products-d .ns-product-card-d:last-child a.ns-btn:hover {
    background-color: #497579;
    border-color: #497579;
  }

  .ns-hero-products-d .ns-product-card-d:last-child a.ns-btn:hover span:first-child {
    color: #FFFFFF;
  }

  /* ===== ГЛАВНАЯ CTA-КНОПКА В HERO (DESKTOP) ===== */

  .ns-hero-desktop-d .ns-hero-copy-d .ns-btn-d.ns-btn--ghost-d {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* бордер/фон заданы в общем .ns-btn-d, здесь только hover */
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }

  .ns-hero-desktop-d .ns-hero-copy-d .ns-btn-d.ns-btn--ghost-d:hover {
    background-color: #497579;
    border-color: #497579;
  }

  .ns-hero-desktop-d .ns-hero-copy-d .ns-btn-d.ns-btn--ghost-d:hover span:first-child {
    color: #FFFFFF;
  }

}




@media (max-width: 1024px) {
/* ===== Block 2: Aromatic Notes ===== */
.aromatic-section {
  margin-top: 60px;
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: 30px;
}

.aromatic-section-main {
  margin-top: 60px;
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: 30px;
}

/* Подзаголовок */
.aromatic-subtitle {
  font-family: 'Instrument Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500; /* medium */
  font-size: 16px;
  line-height: 1.4;
  color: #497579;
  text-align: center;
  text-decoration: none;
  margin: 0;
}

/* Заголовок h2 для мобильных */
.aromatic-title--mobile {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; /* bold */
  font-size: 20px;
  line-height: 1.2;
  color: #497579;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

/* По умолчанию скрываем десктопный h2 */
.aromatic-title--desktop {
  display: none;
}
} 

/* ===== Aromatic Section — DESKTOP ONLY (≥1025px) ===== */
@media (min-width: 1025px) {

  /* Контейнер секции: внешний отступ масштабируется от 1280→1920
     1280px: L/R = 238px → 1920px: ≈357px  (238/1280=18.6vw)
     1280px: T/B = 60px  → 1920px: ≈90px   (60/1280 =4.6875vw)
  */
  .aromatic-section {
    margin-top: 5px;
    margin-right: clamp(238px, 18.6vw, 357px);
    margin-bottom: 30px;
    margin-left: clamp(238px, 18.6vw, 357px);
    padding: 0;               /* внутренних отступов нет */
    background: #fff;      /* FFFFFF */
  }

   .aromatic-section-main {
    margin-top: 5px;
    margin-right: clamp(238px, 18.6vw, 357px);
    margin-bottom: 60px;
    margin-left: clamp(238px, 18.6vw, 357px);
    padding: 0;               /* внутренних отступов нет */
    background: #fff;      /* FFFFFF */
  }

  .aromatic-content {
    text-align: center;       /* центрируем весь текст по ТЗ */
  }

  /* Короткий текст: Instrument Sans 17 Medium, #5F8A8C */
  .aromatic-subtitle {
    margin: 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;         /* medium */
    font-size: 17px;
    line-height: 1.5;
    color: #5F8A8C;
    text-transform: none;     /* не uppercase */
  }

  /* Заголовки: на десктопе показываем desktop-версию, мобильную скрываем */
  .aromatic-title--mobile { display: none; }

  /* H2: Helvetica Neue Bold 27, UPPERCASE, #497579; отступ 20px от подзаголовка */
  .aromatic-title--desktop {
    display: block;
    margin: 20px 0 0 0;       /* 20px ниже .aromatic-subtitle */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0.02em;   /* лёгкое уплотнение для uppercase */
    text-transform: uppercase;
    color: #497579;
  }
}


/* ============================================
   Block 3: Portable Diffuser Set
   Видимость версий
   ============================================ */

/* По умолчанию: мобильная версия видна */
.ns-b3-mobile {
  display: block !important;
}

.ns-b3-desktop {
  display: none !important;
}

/* На ПК (≥1025px): скрываем мобилку, показываем десктоп */
@media (min-width: 1025px) {
  .ns-b3-mobile {
    display: none !important;
  }

  .ns-b3-desktop {
    display: block !important;
  }
}

/* ============================================
   ВНЕШНИЕ ОТСТУПЫ (ЕДИНЫЕ ДЛЯ ВСЕХ ЭКРАНОВ)
   ============================================ */

.ns-block3 {
  margin: 0px !important;   /* 🔹 отступы 30px со всех сторон */
  padding: 0;
  background: transparent;
}

/* ============================================
   MOBILE VERSION (≤1024px)
   ============================================ */

/* Сетка мобильной версии */
.ns-b3-mobile .ns-b3-grid {
  display: block;
}

/* Изображение на всю ширину */
.ns-b3-mobile .ns-b3-figure {
  margin: 0;
}

.ns-b3-mobile .ns-b3-main-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Ингредиенты — адаптивная сетка */
.ns-b3-mobile .ns-b3-ingredients {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: clamp(6px, 2.5vw, 16px);
  align-items: center;
}

.ns-b3-mobile .ns-b3-ingredients li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-b3-mobile .ns-b3-ingredients img {
  width: clamp(36px, 12vw, 64px);
  height: auto;
  display: block;
}

/* Заголовок */
.ns-b3-mobile .ns-b3-title {
  margin: 30px 0 0;
  color: #497579;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

/* Текст */
.ns-b3-mobile .ns-b3-text {
  margin: 20px 0 0;
  color: #7E7E7E;
  font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

/* Блок покупки */
.ns-b3-mobile .ns-b3-buy {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

/* Контейнер количества */
.ns-b3-mobile .ns-b3-qty {
  display: flex;
  align-items: center;
  height: 50px;
  width: 40%;
  background: #EDEDED;
  border: 1px solid #999999;
  border-radius: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Кнопки + / - */
.ns-b3-mobile .ns-b3-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.ns-b3-mobile .ns-b3-qty-btn img {
  width: 20px;
  height: 20px;
  display: block;
}

/* Инпут количества */
.ns-b3-mobile .ns-b3-qty-input {
  width: 42px;
  text-align: center;
  border: 0;
  background: transparent;
  margin: 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #999999;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ns-b3-mobile .ns-b3-qty-input::-webkit-outer-spin-button,
.ns-b3-mobile .ns-b3-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Кнопка Add to cart */
.ns-b3-mobile .ns-b3-cart {
  height: 50px;
  padding: 0 16px;
  background: #F8F8F8;
  border: 1px solid #999999;
  border-radius: 0;
  color: #999999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-style: regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}


/* ============================================
   DESKTOP (≥1025px) — Block 3 (updated button animation)
   ============================================ */

@media (min-width: 1025px) {

  .ns-block3 {
    padding: 0;
    background: transparent;
  }

  .ns-b3-desktop {
    background: #FFFFFF;
    margin: 0;
  }

  .ns-b3-desktop .ns-b3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    align-items: stretch;
  }

  .ns-b3-desktop .ns-b3-content {
    background: #F7F7F7;
    padding-left:   clamp(37px, 2.9vw, 56px);
    padding-top:    clamp(40px, 3.13vw, 60px);
    padding-right:  clamp(38px, 2.97vw, 58px);
    padding-bottom: clamp(57px, 4.45vw, 86px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  /* Ingredients */
  .ns-b3-desktop .ns-b3-ingredients {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
  }

  .ns-b3-desktop .ns-b3-ingredients img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
  }

  /* Title */
  .ns-b3-desktop .ns-b3-title {
    margin-top: auto;
    margin-bottom: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #497579;
    text-align: left;
  }

  /* Text */
  .ns-b3-desktop .ns-b3-text {
    margin: 0 0 25px 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    color: #7E7E7E;
    text-align: left;
  }

  /* Purchase block */
  .ns-b3-desktop .ns-b3-buy {
    margin-top: 0;
    display: grid;
    grid-template-columns: 40% 1fr;
    column-gap: 20px;
    align-items: center;
  }

  /* Qty */
  .ns-b3-desktop .ns-b3-qty {
    height: 40px;
    background: #EDEDED;
    border: 1px solid #999999;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    align-items: center;
    padding: 7px 12px 12px 7px;
    box-sizing: border-box;
  }

  .ns-b3-desktop .ns-b3-qty-btn {
    width: 24px;
    height: 24px;
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .ns-b3-desktop .ns-b3-qty-btn img {
    width: 16px;
    height: 16px;
    display: block;
  }

  .ns-b3-desktop .ns-b3-qty-input {
    width: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    font: 600 13px/1 "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #999999;
    -moz-appearance: textfield;
  }

  .ns-b3-desktop .ns-b3-qty-input::-webkit-outer-spin-button,
  .ns-b3-desktop .ns-b3-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* ============================================
     Add to cart — animation EXACTLY like Block-1
     ============================================ */

  .ns-b3-desktop .ns-b3-cart {
    height: 40px;
    padding: 0 12px;

    border: 1px solid #999999;
    background: #F8F8F8;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: regular;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7E7E7E;

    /* 🔥 точно как в блоке 1 */
    transition:
      background-color 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease;
  }

  .ns-b3-desktop .ns-b3-cart:hover {
    background-color: #497579;
    border-color: #497579;
    color: #FFFFFF;
  }

  /* Если внутри есть <span> — перекрашиваем */
  .ns-b3-desktop .ns-b3-cart:hover span {
    color: #FFFFFF;
  }

  /* Image column */
  .ns-b3-desktop .ns-b3-media {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ns-b3-desktop .ns-b3-figure {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .ns-b3-desktop .ns-b3-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

/* ============================================
   DESKTOP WIDE (≥1366px)
   Контент = 1245px, внешние отступы растут
   ============================================ */

@media (min-width: 1366px) {

  .ns-b3-desktop .ns-b3-grid {
    max-width: 1245px;
    margin-inline: auto !important; /* центр строго по экрану */

  }

}







@media (max-width: 1024px) {
  /* ===== Block 4: Brain Fuel (MOBILE) ===== */
  .brain-fuel {
    background-color: #5F8A8C;     /* фон контейнера */
    margin: 60px 30px;             /* внешние отступы: сверху/снизу 60, по бокам 30 */
    padding: 25px 15px;            /* внутренние: сверху/снизу 25, по бокам 15 */
  }

  /* Внутренний контейнер */
  .brain-fuel__inner {
    display: block;
  }

  /* Заголовок */
  .bf-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;              /* bold */
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
  }

  /* Абзац */
  .bf-text {
    font-family: 'Instrument Sans', Arial, sans-serif;
    font-weight: 400;              /* regular */
    font-size: 16px;
    line-height: 1.45;
    color: #FFFFFF;
    text-align: left;
    margin-top: 20px;              /* отступ от заголовка */
  }

  /* Кнопка play */
  .bf-play {
    margin-top: 30px;              /* отступ от абзаца */
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .bf-play img {
    display: block;
    width: 40px;
    height: 40px;
  }
}

/* ===== Brain Fuel — DESKTOP ONLY (≥1025px) ===== */
@media (min-width: 1025px) {

  /* Контейнер секции */
  .brain-fuel {
    margin-top: clamp(60px, 4.7vw, 100px);
    margin-right: clamp(80px, 6.25vw, 120px);
    margin-bottom: clamp(60px, 4.7vw, 100px);
    margin-left: clamp(80px, 6.25vw, 120px);
    background: #5F8A8C;
  }

  /* Внутренний контейнер */
  .brain-fuel__inner {
    padding-left: clamp(40px, 3.13vw, 60px);
    padding-top: clamp(45px, 3.5vw, 70px);
    padding-right: clamp(40px, 3.13vw, 60px);
    padding-bottom: clamp(45px, 3.5vw, 70px);
  }

  /* ===== GRID ===== */
  .bf-grid {
    display: grid;
    grid-template-columns: auto 1fr auto; /* Заголовок | Абзац | Кнопка */
    column-gap: 50px;
    align-items: flex-start; /* по центру вертикали */
  }

  /* ===== ЗАГОЛОВОК ===== */
  .bf-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    text-align: left;

    /* Добавлено для переноса строк */
    max-width: min(25vw, 420px);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* ===== АБЗАЦ ===== */
  .bf-text {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    color: #FFFFFF;
    text-transform: none;
    text-align: left;
    margin: 0;

    /* Чтобы текст не давил кнопку */
    max-width: 700px;
  }

  /* ===== КНОПКА PLAY ===== */
  .bf-play {
    margin-left: 30px;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0; /* не уменьшаем при переносах */
  }

  .bf-play img {
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
  }
}


/* ===== Block 5: Our Essential Oil Blends — MOBILE (≤1024px) ===== */
@media (max-width: 1024px) {
  /* Контейнер секции */
  .blends-section {
    margin: 30px;                 /* слева/сверху/справа/снизу по 30px */
    padding: 0;                   /* внутренних нет */
  }

  /* Заголовок секции */
  .blends-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;             /* bold */
    font-size: 20px;
    line-height: 1.2;
    color: #497579;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
  }

  /* Список карточек — вертикальная лента */
  .blends-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;            /* отступ сверху от h2 до первой карточки 30px */
  }

  /* Отступы между карточками: каждая следующая на 30px ниже предыдущей */
  .blend-card {
    margin: 0;                   /* у самой карточки нет внешних отступов по ТЗ */
    padding: 0;                  /* и внутренних тоже нет */
  }
  .blend-card + .blend-card {
    margin-top: 30px;            /* расстояние между карточками 30px */
  }

  /* Медиа в карточке: картинка на всю ширину карточки */
  .blend-card__media {
    margin: 0;
    padding: 0;
  }
  .blend-card__media img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Верхняя строка карточки: заголовок слева, цены справа */
  .blend-card__body {
    margin: 0;
    padding: 30px 0 0;           /* 30px от нижнего края изображения до заголовка */
  }

  .blend-card__top {
    display: flex;
    align-items: baseline;
    gap: 16px;
  }

  /* Заголовок товара */
  .product-title {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-weight: 500;            /* medium */
    font-size: 18px;
    line-height: 1.3;
    color: #7E7E7E;
    margin: 0;
  }

  /* Цены справа от заголовка */
  .product-prices {
    margin-left: auto;           /* уводим блок цен вправо */
    display: inline-flex;
    align-items: baseline;
    gap: 15px;                   /* отступ между перечёркнутой и новой ценой */
  }

  .price-old {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-weight: 400;            /* regular */
    font-size: 16px;
    line-height: 1.2;
    color: #C8C8C8;
    text-decoration: line-through;
    white-space: nowrap;
  }

  .price-new {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-weight: 500;            /* medium */
    font-size: 20px;
    line-height: 1.2;
    color: #7E7E7E;
    white-space: nowrap;
  }

  /* Подпись под заголовком */
  .product-desc {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-weight: 400;            /* regular */
    font-size: 16px;
    line-height: 1.45;
    color: #7E7E7E;
    margin: 10px 0 0;            /* 10px от заголовка */
    text-transform: none;        /* не uppercase */
    text-align: left;
  }

  /* Кнопка "shop now" со стрелкой */
  .btn-shop {
    display: flex;
    align-items: center;
    justify-content: center;     /* текст+стрелка по центру кнопки */
    height: 50px;
    width: 100%;                 /* при необходимости сделай авто/фикс., но мобильно — обычно на всю ширину */
    background: #F8F8F8;
    border: 1px solid #999999;   /* обводка 1px #999999 */
    border-radius: 0;            /* без скруглений */
    text-decoration: none;
    margin-top: 16px;            /* небольшой воздух под подписью */
    cursor: pointer;
  }

  /* Внутренний контейнер контента кнопки для точного контроля отступа 40px */
  .btn-shop__content {
    display: inline-flex;
    align-items: center;
    gap: 40px;                   /* расстояние между надписью и стрелкой 40px */
  }

  .btn-shop__text {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-style: regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;        /* не uppercase */
  }

  .btn-shop__icon {
    display: block;
    width: 45px;                 /* длина стрелки 45px */
    height: auto;
  }
}

/* ===== Blends (Cards) — DESKTOP ONLY (≥1025px) ===== */
@media (min-width: 1025px) {

  /* Секция: внешние отступы увеличиваются на широких экранах, внутренних нет */
  .blends-section {
    margin-top:    clamp(60px, 4.7vw, 100px);
    margin-right:  clamp(17px, 2.0vw, 48px);
    margin-bottom: clamp(60px, 4.7vw, 100px);
    margin-left:   clamp(17px, 2.0vw, 48px);
    background: transparent;
  }

  .blends-container {
    padding: 0;
  }

  /* Заголовок: по центру */
  .blends-title {
    margin: 0;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #497579;
  }

  /* Список карточек: горизонтально, отступ сверху 45px */
  .blends-list {
    list-style: none;
    margin: 45px 0 0 0;  /* 45px от заголовка */
    padding: 0;

    display: flex;
    flex-wrap: nowrap;      /* четыре в ряд */
    gap: 15px;              /* 15px между карточками */
    justify-content: center;/* центрируем ряд внутри контейнера */
  }

  /* Карточка: фиксированная ширина по ТЗ изображений */
  .blend-card {
    width: 300px;      /* чтобы кнопка = ширине изображения */
    display: flex;
    flex-direction: column;
  }

  /* Медиа: ровно 300×350 */
  .blend-card__media {
    margin: 0;
    width: 300px;
    height: 350px;
    overflow: hidden;
  }

  .blend-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; /* аккуратно вписываем бутылочку */
  }

  /* Тело карточки */
  .blend-card__body {
    /* без внутренних отступов по ТЗ */
  }

  /* Верхняя строка: название слева, цены справа, выравнивание по вертикали по центру названия */
  .blend-card__top {
    margin-top: 20px; /* 20px от изображения до названия */
    display: flex;
    align-items: center;      /* центр по вертикали относительно названия */
    justify-content: space-between;
    gap: 16px;                /* небольшой воздух между блоками */
  }

  /* Название товара */
  .product-title {
    margin: 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 600;        /* medium */
    font-size: 15px;
    line-height: 1.3;
    color: #7E7E7E;
    text-transform: none;
    text-align: left;
    flex: 1 1 auto;          /* пусть тянется, но не давит цены */
    min-width: 0;            /* чтобы не ломать переносы */
  }

  /* Блок цен справа */
  .product-prices {
    display: inline-flex;
    align-items: center;  /* середина по вертикали с названием */
    gap: 10px;            /* 10px между старой и новой ценой */
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .price-old {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #C8C8C8;
    text-decoration: line-through;
    text-transform: none;
  }

  .price-new {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    color: #7E7E7E;
    text-transform: none;
  }

  /* Краткое описание: 10px ниже строки с названием/ценами */
  .product-desc {
    margin: 10px 0 0 0;
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    color: #7E7E7E;
    text-transform: none;
    text-align: left;
  }

  /* ===== КНОПКА “shop now” — СТИЛЬ КАК В HERO ===== */

  .btn-shop {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 15px;
    width: 300px;             /* ровно как изображение */
    height: 40px;

    border: 1px solid #999999;
    border-radius: 0;
    background: transparent;

    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;

    /* Плавная анимация фона, текста и бордера — как в блоке 1 */
    transition:
      background-color 0.25s ease,
      color 0.25s ease,
      border-color 0.25s ease;
  }

  /* Внутреннее содержимое кнопки — только текст, центрируем */
  .btn-shop__content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .btn-shop__text {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: regular;
    font-weight: 500;              /* ближе к medium */
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7E7E7E;
    line-height: 1;
  }

  /* ===== Стрелка на кнопке (по стилю как .ns-arrow из HERO) ===== */

  /* Линия стрелки — крепим к правому краю кнопки */
  .btn-shop::after {
    content: "";
    position: absolute;
    right: 20px;                   /* отступ от правого края */
    top: 50%;

    width: 45px;                   /* длина линии как у .ns-btn-arrow-d */
    height: 0;
    border-top: 1px solid #999999; /* сама «ножка» стрелки */

    transform: translateY(-50%);
    transition: border-color 0.25s ease;
  }

  /* Головка стрелки */
  .btn-shop::before {
    content: "";
    position: absolute;
    right: 20px;                   /* совпадает с линией */
    top: 50%;

    width: 7px;                    /* размер головки как в HERO */
    height: 7px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;

    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.25s ease;
  }

  /* Hover: фон и бордер как у кнопок в блоке 1, текст + стрелка становятся белыми */
  .btn-shop:hover {
    background-color: #497579;
    border-color: #497579;
  }

  .btn-shop:hover .btn-shop__text {
    color: #FFFFFF;
  }

  .btn-shop:hover::before,
  .btn-shop:hover::after {
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
  }
}



/* ===== Block 6: FAQ — Mobile baseline без зависимостей от .faq-line ===== */
@media (max-width: 1024px) {

  .faq-section {
    background: #ffffff !important;
    margin: 60px 30px !important;   /* сверху/снизу 60, слева/справа 30 */
    padding: 0 !important;
  }

  .faq-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #497579;
    text-transform: uppercase;
    margin: 0 !important;
  }

  /* Убираем верхнюю широкую линию на мобилке */
  .faq-section .faq-top-line {
    display: none !important;
  }

  /* Одна колонка и отступ до первого вопроса */
  .faq-section .faq-grid {
    display: block !important;
    margin-top: 30px !important;  /* расстояние от h2 до первого вопроса */
  }

  .faq-section .faq-col {
    display: block !important;
  }

  /* Строка вопроса + нижняя линия через border-bottom */
  .faq-section .faq-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;

    border-bottom: 1px solid #7E7E7E !important; /* линия между вопросами */
    padding: 0 0 20px 0 !important;              /* 20px до линии снизу */
    margin: 0 0 20px 0 !important;               /* 20px после линии */
  }

  .faq-section .faq-question {
    font-family: "Instrument Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #7E7E7E;
    text-transform: none;
    text-align: left;
    margin: 0 !important;
  }

  .faq-section .faq-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    display: block;
  }

  /* Ответ: прячем содержимое за счёт max-height + overflow, под анимацию JS */
  .faq-section .faq-answer {
    overflow: hidden;
    max-height: 0;
    margin: 0 !important;
    transition: max-height 0.3s ease;
  }

  /* Когда айтем открыт — просто добавляем отступ сверху (высоту даёт JS) */
  .faq-section .faq-item.is-open .faq-answer {
    margin-top: 10px !important;
  }

  /* Если всё же оставила .faq-line в HTML — уберём, чтобы не дублировалось */
  .faq-section .faq-line {
    display: none !important;
  }
}



/* ===== FAQ — DESKTOP ONLY (≥1025px) ===== */
@media (min-width: 1025px) {

  /* ===== Секция (по центру экрана) ===== */
  .faq-section {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    margin-top: clamp(120px, 7vw, 200px);
    margin-bottom: clamp(150px, 8vw, 220px);
    background: transparent;
    padding: 0;
  }

  .faq-container {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding: 0;
  }

  /* ===== Заголовок (выравниваем с FAQ-сеткой) ===== */
  .faq-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #497579;
    text-align: left;

    /* важно: та же ширина и центрирование, что у .faq-grid */
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
  }

  /* ===== Верхняя линия (та же геометрия, что и у сетки) ===== */
  .faq-top-line {
    display: block !important;
    height: 1px;
    background-color: #7E7E7E;
    margin-top: 45px;
    margin-bottom: 0;

    max-width: 1210px;
    width: 100%;
    margin-inline: auto;
  }

  /* ===== Сетка 2 колонки (по центру) ===== */
  .faq-grid {
    display: grid;
    grid-template-columns: 590px 590px;
    column-gap: 30px;
    margin-top: 30px;

    max-width: 1210px;
    width: 100%;
    margin-inline: auto;
  }

  /* ===== Колонка ===== */
  .faq-col {
    display: flex;
    flex-direction: column;
  }

  /* ===== Кликабельная строка ===== */
  .faq-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    cursor: pointer;
  }

  .faq-question {
    font-family: "Instrument Sans", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #7E7E7E;
    text-align: left;
    max-width: calc(100% - 60px);
    transition: color 0.25s ease;
  }

  /* ===== Иконка "+" ===== */
  .faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .faq-icon::before,
  .faq-icon::after {
    content: "";
    position: absolute;
    background-color: #7E7E7E;
    transition: background-color 0.25s ease;
  }

  /* Горизонтальная линия */
  .faq-icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }

  /* Вертикальная линия */
  .faq-icon::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }

  /* ===== Hover (только для закрытых) ===== */
  .faq-item:not(.is-open):hover .faq-question {
    color: #003F44;
  }

  .faq-item:not(.is-open):hover .faq-icon::before,
  .faq-item:not(.is-open):hover .faq-icon::after {
    background-color: #003F44;
  }

  /* ===== Состояние "открыт" ===== */
  .faq-item.is-open .faq-icon {
    transform: rotate(45deg);
  }

  .faq-item.is-open .faq-icon::before,
  .faq-item.is-open .faq-icon::after {
    background-color: #7E7E7E;
  }

  /* ===== Ответ (аккордеон) ===== */
  .faq-answer {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    padding-top: 15px;
    padding-bottom: 5px;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .faq-answer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #7E7E7E;
  }

  .faq-item.is-open .faq-answer {
    opacity: 1;
    transform: translateY(0);
  }

  /* ===== Разделительные линии под вопросами ===== */
  .faq-line {
    display: block !important;
    height: 1px;
    background-color: #7E7E7E;
    margin-top: 30px;

    width: 100%;
  }
}




/* ===== WhatsApp block — base (mobile-first) ===== */

.ns-whatsapp-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Ссылка-кнопка */
.ns-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;
  cursor: pointer;

  /* Typography mobile */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #497579;

  padding: 8px 0;
  background: transparent;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

/* SVG icon */
.ns-whatsapp-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;

  /* плавная анимация цвета */
  transition: filter 0.25s ease, opacity 0.25s ease;
}

/* ===== Hover / Focus (текст + иконка) ===== */

.ns-whatsapp-btn:hover,
.ns-whatsapp-btn:focus-visible {
  color: #003f44;
  transform: translateY(-2px);
}

/* Перекрашивание SVG на hover */
.ns-whatsapp-btn:hover .ns-whatsapp-icon,
.ns-whatsapp-btn:focus-visible .ns-whatsapp-icon {
  /* зелёный → тёмный, приближённый к #003f44 */
  filter: brightness(0) saturate(100%) invert(14%) sepia(31%) saturate(1482%) hue-rotate(131deg) brightness(92%) contrast(89%);
  opacity: 0.9;
}


.ns-whatsapp-btn {
  animation: nsPulse 3s ease-in-out infinite;
  transform-origin: left center;
}

@keyframes nsPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}


  .product-hero-online {
    background: #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 0;        /* внутренних нет */
    display: block;
  }


/* ===== Desktop (≥1025px) ===== */

@media (min-width: 1025px) {
  .ns-whatsapp-block {
    margin-top: 32px;
    margin-bottom: 28px;
  }

  .ns-whatsapp-btn {
    font-size: 18px; /* ПК */
    gap: 12px;
    padding: 10px 0;
  }

  .ns-whatsapp-icon {
    width: 25px;
    height: 25px;
  }

  .product-hero-online {
    position: relative;
    margin-top: clamp(70px, 6.8vw, 100px);
    margin-right: clamp(70px, 6.25vw, 120px);
    margin-bottom: 40px;
    margin-left: clamp(70px, 6.25vw, 120px);
    background: #FFF;

    /* 3 колонки: слева рейл, центр 435×435, справа детали */
    display: grid;
    grid-template-columns: 65px 435px 1fr;
    column-gap: 40px;
    align-items: start;
  }
}







/* ====================================== Gala Page ======================== */


/* ===== Hero Banner (mobile-first) ===== */
.hero-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-banner-mobile {
  display: block;
}

.hero-banner-mobile img {
  width: 100%;
  height: auto; /* автоматически по пропорциям */
  display: block;
  object-fit: contain; /* без обрезки изображения */
}

/* скрываем десктопную версию */
.hero-banner-desktop {
  display: none;
}

/* ===== Hero Banner — Desktop (≥1025px) ===== */
@media (min-width: 1025px) {
  .hero-banner {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* скрываем мобильную версию */
  .hero-banner-mobile {
    display: none;
  }

  /* показываем десктопную */
  .hero-banner-desktop {
    display: block;
  }

  .hero-banner-desktop img {
    width: 100%;
    height: auto; /* автоматически по пропорциям */
    display: block;
    object-fit: contain; /* без обрезки */
  }
}

/* ===== Event Header — Desktop (≥1025px) ===== */
@media (min-width: 1025px) {
  /* Внешние отступы контейнера: 40/45/40/45 и рост на больших экранах */
  .event-header {
    margin-block: clamp(45px, 4vh, 100px);   /* сверху/снизу */
    margin-inline: clamp(40px, 4vw, 140px);  /* слева/справа */
    padding: 0;                              /* внутренних нет */
    background: #F8F8F8;
  }

  .event-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  /* Заголовок слева */
  .event-title {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;           /* bold */
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #497579;
    text-align: left;
    flex: 1 1 auto;             /* занимает левую часть */
  }

  /* Логотипы справа, с нужным порядком и расстоянием 20px */
  .event-logos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;                  /* расстояние между логотипами */
    flex: 0 0 auto;
  }

  .event-logos img {
    height: auto;               /* пропорции сохраняются */
    max-height: 60px;           /* при необходимости можно подогнать */
    width: auto;
    display: block;
    object-fit: contain;
  }

  /* Переупорядочивание под ТЗ:
     справа -> слева: sponsor logo 2, Global Gift Foundation, East of Eden, sponsor logo 1 */
  .event-logos img:nth-child(3) { order: 1; } /* Global Gift Gala sponsor logo 1 — левее всех */
  .event-logos img:nth-child(2) { order: 2; } /* East of Eden */
  .event-logos img:nth-child(1) { order: 3; } /* Global Gift Foundation */
  .event-logos img:nth-child(4) { order: 4; } /* Global Gift Gala sponsor logo 2 — крайний справа */
}

/* ===== Event Header — Mobile (≤1024px) ===== */
@media (max-width: 1024px) {
  .event-header {
    margin: 30px;
    padding: 0;
    background: #F8F8F8;
    text-align: center;
  }

  .event-title {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;          /* bold */
    font-size: 30px;
    line-height: 1.2;
    color: #497579;
    text-transform: uppercase;
  }

  .event-logos {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;            /* перенос на новую строку при нехватке места */
    gap: 16px;                  /* расстояние между логотипами */
  }

  .event-logos img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
    display: block;
  }
}

/* ===== Section 2.2: Event Intro — Mobile (≤1024px) ===== */
@media (max-width: 1024px) {
  .event-intro {
    margin: 30px;
    padding: 0;
    background: #F8F8F8;
    text-align: center;
  }

  .event-intro-title {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;       /* bold */
    font-size: 30px;
    line-height: 1.2;
    color: #497579;
    text-align: center;
  }

  .event-intro-text {
    margin-top: 20px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;       /* medium */
    font-size: 16px;
    line-height: 1.5;
    color: #497579;
    text-align: center;
  }
}

/* ===== Block 2.2: Intro Text — DESKTOP (≥1025px) ===== */
@media (min-width: 1025px) {
  /* Контейнер секции */
  .event-intro {
    margin: 60px 238px;   /* top/bottom 60, left/right 238 */
    padding: 0;           /* без внутренних отступов */
    background: transparent;
  }

  .event-intro-container {
    max-width: 100%;
    text-align: center;
  }

  /* Заголовок */
  .event-intro-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;         /* bold */
    font-size: 27px;
    line-height: 1.2;
    text-transform: uppercase; /* uppercase */
    color: #497579;
    margin: 0;                /* без отступов сверху */
    text-align: center;
  }

  /* Абзац */
  .event-intro-text {
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 500;          /* medium */
    font-size: 17px;
    line-height: 1.45;
    color: #5F8A8C;
    text-align: center;
    margin-top: 20px;          /* 20px ниже заголовка */
  }
}



/* ========= BASE RESET ========= */
.ns-hero,
.ns-hero-desktop-d {
  position: relative;
  isolation: isolate;
}

.ns-hero * {
  box-sizing: border-box;
}

/* ===== Переключение desktop / mobile ===== */
@media (min-width: 1025px) {
  .ns-hero-desktop-d {
    display: block;
  }
  .ns-hero-mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ns-hero-desktop-d {
    display: none;
  }
  .ns-hero-mobile {
    display: block;
  }
}



/* ========= HERO — DESKTOP (≥1025px) ========= */
@media (min-width: 1025px) {

  /* ===== БАЗА ДЛЯ СЛАЙДЕРА ===== */
  .ns-hero {
    position: relative;
  }

  .ns-hero-slider[data-hero-slider] {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
    min-height: 631px; /* чтобы высота не схлопывалась при смене слайдов */
  }

  /* Один слайд = одна "страница" героя.
     Слайды лежат друг на друге, виден только .is-active */
  .ns-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease-out;
  }

  .ns-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* ===== ОБЩИЙ КОНТЕЙНЕР ДЛЯ ДЕСКТОП-ГЕРОЯ ===== */
  .ns-hero-desktop-d {
    position: relative;
    max-width: 1280px;
    width: 1280px;
    margin-inline: auto;
    padding: 90px 40px 60px 40px;
    z-index: 1;
    box-sizing: border-box;
  }

  /* Вариант для "calm" слайда (второй) — при необходимости можно переопределить */
  .ns-hero-desktop-d--xmas-calm {
    /* кастомные правки при необходимости */
  }

  /* ===== BACKGROUND (общий для обоих слайдов) ===== */
  .ns-hero-bg-d {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 631px;
    z-index: 0;
    pointer-events: none;
    margin: 0;
  }

  .ns-hero-bg-d picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ns-hero-bg-d img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ===== GRID ДЛЯ СЛАЙДА 1 (текст + товары) ===== */
  .ns-hero-desktop__grid-d {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1;
  }

  /* Вариант грид-сетки для второго слайда (только текст) */
  .ns-hero-desktop__grid-d--xmas-calm {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  /* ===== LEFT: COPY (общий для обоих слайдов) ===== */
  .ns-hero-copy-d {
    max-width: 390px;
  }

  .ns-hero-title-d {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #497579;
    text-transform: uppercase;
    width: 390px;
  }

  .ns-hero-desktop-d--xmas-calm .ns-hero-title-d {
    text-transform: none;
  }

  .ns-hero-sublead-d,
  .ns-hero-sublead-d[role="heading"] {
    margin: 25px 0 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    color: #3e3739;
    text-transform: none;
    width: 390px;
  }

  /* CTA-кнопка (Go to store / Explore gifts) */
  .ns-hero-copy-d .ns-btn-d.ns-btn--ghost-d,
  .ns-hero-copy-d .ns-btn.ns-btn--ghost-d {
    margin-top: 30px;
    width: 200px;
    height: 40px;
    border: 1px solid #3e3739;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
  }

  .ns-hero-copy-d :is(.ns-btn-d, .ns-btn).ns-btn--ghost-d span {
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #3e3739;
    text-transform: uppercase;
  }

  .ns-hero-copy-d :is(.ns-btn-d, .ns-btn) .ns-btn-arrow-d {
    width: 45px;
    height: auto;
    flex: 0 0 auto;
  }

  /* ===== RIGHT: PRODUCTS (только слайд 1) ===== */
  .ns-hero-products-d {
    display: flex;
    gap: 35px;
    align-items: center;
    position: relative;
    margin-top: 0;
  }

  .ns-product-card-d {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ns-product-media-d,
  .ns-product-media-d-2 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ns-product-img-d {
    display: block;
  }

  /* ===== Товар 1 (Portable Diffuser) ===== */
  .ns-product-card-d[data-product="portable-diffuser"] .ns-product-media-d {
    width: 187px;
    height: 252px;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .ns-product-card-d[data-product="portable-diffuser"] .ns-product-img-d {
    width: 187px;
    height: 252px;
    object-fit: contain;
    object-position: center;
  }

  .ns-product-card-d[data-product="portable-diffuser"] .ns-product-title-d {
    margin: 25px 0 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #7e7e7e;
    text-transform: none;
  }

  .ns-product-card-d[data-product="portable-diffuser"] .ns-product-price-d {
    margin-top: 10px;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    color: #7e7e7e;
    text-transform: none;
  }

  .ns-product-card-d[data-product="portable-diffuser"] .ns-btn-d.ns-btn--ghost-d,
  .ns-product-card-d[data-product="portable-diffuser"] .ns-btn.ns-btn--ghost-d {
    margin-top: 10px;
    width: 200px;
    height: 40px;
    border: 1px solid #999999;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-decoration: none;
    flex-direction: row;
  }

  .ns-product-card-d[data-product="portable-diffuser"] :is(.ns-btn-d, .ns-btn) .ns-btn-arrow-d {
    order: 1;
    width: 45px;
    height: auto;
    flex: 0 0 auto;
  }

  .ns-product-card-d[data-product="portable-diffuser"] :is(.ns-btn-d, .ns-btn) span {
    order: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #7e7e7e;
    text-transform: uppercase;
  }

  /* ===== Товар 2 (Immune Blend) ===== */
  .ns-product-card-d[data-product="immune-blend"] .ns-product-media-d-2 {
    width: 187px;
    height: 252px;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .ns-product-card-d[data-product="immune-blend"] .ns-product-img-d {
    width: 187px;
    height: 252px;
    object-fit: contain;
    object-position: center;
  }

  .ns-product-card-d[data-product="immune-blend"] .ns-product-title-d {
    margin: 25px 0 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    color: #7e7e7e;
    text-transform: none;
  }

  .ns-product-card-d[data-product="immune-blend"] .ns-product-price-d {
    margin-top: 10px;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    color: #7e7e7e;
    text-transform: none;
  }

  .ns-product-card-d[data-product="immune-blend"] .ns-btn-d.ns-btn--ghost-d-2,
  .ns-product-card-d[data-product="immune-blend"] .ns-btn.ns-btn--ghost-d-2 {
    margin-top: 10px;
    width: 150px;
    height: 40px;
    border: 1px solid #999999;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-decoration: none;
    flex-direction: row;
  }

  .ns-product-card-d[data-product="immune-blend"] :is(.ns-btn-d, .ns-btn) .ns-btn-arrow-d-2 {
    order: 1;
    width: 30px;
    height: auto;
    flex: 0 0 auto;
  }

  .ns-product-card-d[data-product="immune-blend"] :is(.ns-btn-d, .ns-btn) span {
    order: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #7e7e7e;
    text-transform: uppercase;
  }

  /* ===== STYLISH ARROWS — ВНИЗУ СЛЕВА ===== */
  .ns-hero-arrow {
    position: absolute;
    bottom: 32px;          /* отступ от низа блока */
    left: 40px;            /* выравниваем по левому паддингу hero */
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #3e3739;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    outline: none;
    transition:
      background-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
    z-index: 3;
  }

  /* левая кнопка — на (left: 40px), правая сдвинута вправо */
  .ns-hero-arrow--next {
    left: 88px; /* 40px + 40px ширина кнопки + 8px зазор */
  }

  .ns-hero-arrow__icon {
    width: 14px;
    height: 14px;
    border-right: 1px solid #3e3739;
    border-bottom: 1px solid #3e3739;
    transform: rotate(45deg); /* стрелка вправо (диагональ) */
    transition: transform 0.25s ease;
  }

  /* prev — та же иконка, но повёрнута влево */
  .ns-hero-arrow--prev .ns-hero-arrow__icon {
    transform: rotate(225deg);
  }

  .ns-hero-arrow:hover {
    background: transparent;
    transform: translateY(-1px);
  }

  .ns-hero-arrow:active {
    transform: translateY(1px);
  }

  .ns-hero-arrow:focus-visible {
    box-shadow: 0 0 0 2px #497579;
  }
}

/* ========= ШИРОКИЕ ЭКРАНЫ (фон на всю ширину) ========= */
@media (min-width: 1366px) {
  .ns-hero-bg-d {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 631px;
  }
}

/* ========= WIDER DESKTOPS ========= */
@media (min-width: 1440px) {
  .ns-hero-desktop__grid-d {
    column-gap: 56px;
  }
}

/* ========= НИЗКИЕ ОКНА ========= */
@media (max-height: 700px) and (min-width: 1025px) {
  .ns-hero-products-d {
    margin-top: 0;
  }
}

/* Скрываем стрелки на мобилке, чтобы не мешались, т.к. там нет слайдера */
@media (max-width: 1024px) {
  .ns-hero-arrow {
    display: none !important;
  }
}







/* ======= MOBILE (≤1024px) — HERO ======= */
@media (max-width: 1024px) {

  /* ---------- Глобальные переменные для Section 2 (товары) ---------- */
  .ns-hero-mobile {
    --ns-card-scale: 0.9;          /* можно менять только это (0.8 / 1 / 1.2 и т.д.) */
    --ns-card-base-w: 187px;
    --ns-card-base-h: 252px;
    --ns-card-base-btn-h: 50px;
    --ns-card-base-gap: 15px;

    --ns-card-w: calc(var(--ns-card-base-w) * var(--ns-card-scale));
    --ns-card-h: calc(var(--ns-card-base-h) * var(--ns-card-scale));
    --ns-card-btn-h: calc(var(--ns-card-base-btn-h) * var(--ns-card-scale));
    --ns-card-gap: calc(var(--ns-card-base-gap) * var(--ns-card-scale));
  }

  /* ---------- Section 1: фон + контент (hero внутри слайдов) ---------- */
  .ns-hero-mobile .ns-hero-m1 {
    position: relative;
    padding: 190px 90px 70px 20px;
    overflow: hidden;
    min-height: 572px;          /* фиксируем минимальную высоту под самый высокий слайд */
  }

  .ns-hero-mobile .ns-hero-m1-bg {
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .ns-hero-mobile .ns-hero-m1-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ns-hero-mobile .ns-hero-m1__content {
    position: relative;
    color: #fff;
  }

  .ns-hero-mobile .ns-mobile-h1 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #5F8A8C;
    text-align: left;
  }

  .ns-hero-mobile .ns-hero-m1-text {
    margin: 20px 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #5F8A8C;
    text-align: left;
  }

  .ns-hero-mobile .ns-btn.ns-btn--solid {
    margin-top: 30px;
    inline-size: 235px;
    block-size: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid #5F8A8C;
    color: #5F8A8C;
    text-decoration: none;
    border-radius: 0;
    box-sizing: border-box;
  }

  .ns-hero-mobile .ns-btn.ns-btn--solid span {
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #5F8A8C;
    white-space: nowrap;
    letter-spacing: 0.06em;
  }

  .ns-hero-mobile .ns-btn.ns-btn--solid .ns-btn-arrow {
    inline-size: 45px;
    block-size: auto;
    flex: 0 0 45px;
    display: block;
    color: #5F8A8C;
  }

  /* ---------- Section 2: карточки товаров под слайдером ---------- */
  .ns-hero-mobile .ns-hero-m2 {
    margin-inline: clamp(12px, 5vw, 32px);
    margin-block: 24px;
    padding: 0;
  }

  .ns-hero-mobile .ns-products-hscroll {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--ns-card-gap);       /* масштабируемый gap */
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;              /* при желании горизонтальный скролл → auto */
  }

  .ns-hero-mobile .ns-products-hscroll .ns-product-item {
    flex: 0 0 var(--ns-card-w);    /* ширина карточки по масштабу */
  }

  .ns-hero-mobile .ns-products-hscroll .ns-product-card {
    width: var(--ns-card-w);
  }

  .ns-hero-mobile .ns-product-media {
    width: var(--ns-card-w);
    height: var(--ns-card-h);
    margin: 0;
  }

  .ns-hero-mobile .ns-product-img {
    display: block;
    width: var(--ns-card-w);
    height: var(--ns-card-h);
    object-fit: cover;
  }

  .ns-hero-mobile .ns-product-title {
    margin: 20px 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.2;
    color: #7E7E7E;
    text-align: left;
  }

  .ns-hero-mobile .ns-product-price {
    margin: 10px 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.2;
    color: #7E7E7E;
    text-align: left;
  }

  .ns-hero-mobile .ns-products-hscroll .ns-btn.ns-btn--ghost {
    margin-top: 20px;
    inline-size: var(--ns-card-w);
    block-size: var(--ns-card-btn-h);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #7E7E7E;
    background: transparent;
    color: #7E7E7E;
    text-decoration: none;
    box-sizing: border-box;
  }

  .ns-hero-mobile .ns-products-hscroll .ns-btn.ns-btn--ghost span {
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #7E7E7E;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .ns-hero-mobile .ns-products-hscroll .ns-btn.ns-btn--ghost .ns-btn-arrow {
    inline-size: 35px;
    block-size: auto;
    flex: 0 0 35px;
    display: block;
  }

  /* ---------- Базовое поведение слайдера (мобилка тоже) ---------- */
  .ns-hero-slider {
    position: relative;
  }

  .ns-hero-slide {
    display: none;
  }

  .ns-hero-slide.is-active {
    display: block;
  }
}



/* ======================== block 2 ======================== */

.ns-press {
  --gap-m: 30px;       /* расстояние между логотипами (мобилка) */
  --gap-d: 30px;       /* расстояние между логотипами (десктоп) */
  --fade-w: 24px;
  --outer-pad-x-d: 130px;
  --outer-pad-y-d: 60px;

  margin: 0;               /* убираем margin-top, чтобы блок не "наезжал" */
  padding: 0;
  background-color: #ffffff; /* свой фон секции */
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ns-press__item {
  list-style: none;
}

/* ---------- MOBILE (≤1024px) ---------- */
@media (max-width: 1024px) {
  .ns-press {
    padding-block: var(--outer-pad-y-d); /* вертикальные отступы секции */
  }

  .ns-press__static {
    display: none;
  }

  .ns-press__marquee {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 var(--fade-w),
      #000 calc(100% - var(--fade-w)),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 var(--fade-w),
      #000 calc(100% - var(--fade-w)),
      transparent 100%
    );
  }

  .ns-press__track {
    display: flex;
    width: max-content;
    animation: ns-marquee 22s linear infinite;
  }

  .ns-press__list {
    display: flex;
    align-items: center;
    gap: var(--gap-m);
    padding: 0;
    margin: 0;
    margin-right: 30px;
  }

  .ns-press__item img {
    width: 100px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.9;
    display: block; 
  }

  @keyframes ns-marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}

/* ---------- DESKTOP (≥1025px) ---------- */
@media (min-width: 1025px) {
  .ns-press {
    padding-top: var(--outer-pad-y-d);    /* отступ сверху блока */
    padding-bottom: var(--outer-pad-y-d); /* отступ снизу блока */
  }

  .ns-press__marquee {
    display: none;
  }

  .ns-press__static {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-d);
    margin: 0 auto;
    padding-inline: var(--outer-pad-x-d); /* только горизонтальные паддинги */
    max-width: 1280px;
    box-sizing: border-box;
  }

  .ns-press__item img {
    width: 90px;
    height: 35px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.9;
    display: block; 
  }
}



/* ====== БЛОК 3 — базовый reset ====== */
.ns-block3 {
  position: relative;
  isolation: isolate;
}

.ns-block3 * {
  box-sizing: border-box;
}

/* ===== Desktop only ===== */
@media (min-width: 1025px) {

  /* Блок: по умолчанию как раньше — но шире: 1440px */
  .ns-block3 {
    position: relative;

    /* БЫЛО: width: min(1280px, 100vw); */
    width: min(1440px, 100vw);

    min-height: 720px;
    height: auto;     
    margin-inline: auto; 
    overflow: hidden;
    isolation: isolate;
  }

  /* Фоны */
  .ns-b3-bg--desktop {
    display: block;
  }

  .ns-b3-bg--mobile {
    display: none;
  }

  .ns-b3-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    max-width: 100vw;
    height: 720px;
    pointer-events: none;
    z-index: 1;
  }

  .ns-b3-bg picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ns-b3-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Контентный слой */
  .ns-b3-layer {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin-inline: auto;
    z-index: 2;

    --b3-card-right: 270px;
    --b3-card-top: 176px;
  }

  /* Карточка */
  .ns-b3-card {
    position: absolute;
    top: var(--b3-card-top);
    right: var(--b3-card-right);
    width: 250px;
    height: 80px;
    background: #eeeeee;
    border-radius: 0;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    box-shadow: none;
    transition: background-color 0.25s ease;
  }

  .ns-b3-card::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #7e7e7e;
    transition: background-color 0.25s ease;
  }

  .ns-b3-card::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    transition: border-color 0.25s ease;
  }

  .ns-b3-card:hover {
    background: #497579;
  }

  .ns-b3-card:hover .ns-b3-card__cta,
  .ns-b3-card:hover .ns-b3-card__title,
  .ns-b3-card:hover .ns-b3-card__price {
    color: #ffffff;
  }

  .ns-b3-card:hover::after {
    background-color: #ffffff;
  }

  .ns-b3-card:hover::before {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }

  .ns-b3-card__media {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 65px;
    height: 65px;
    overflow: hidden;
  }

  .ns-b3-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ns-b3-card__cta,
  .ns-b3-card__title,
  .ns-b3-card__price {
    position: relative;
    margin: 0;
    padding: 0;
    left: 70px;
    text-align: left;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #7e7e7e;
    transition: color 0.25s ease;
  }

  .ns-b3-card__cta {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
  }

  .ns-b3-card__title {
    margin-top: 14px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
  }

  .ns-b3-card__price {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
  }

  .ns-b3-circle {
    position: absolute;
    right: calc(var(--b3-card-right) + 230px + 33px - 50px);
    top: calc(var(--b3-card-top) + 40px - 12.5px + 185px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: grid;
    place-items: center;
    pointer-events: none;
    animation: ns-b3-pulse 2.2s ease-in-out infinite;
  }

  .ns-b3-circle__inner {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    animation: ns-b3-pulse 2.2s ease-in-out infinite;
  }

  @keyframes ns-b3-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(0.82); }
    100% { transform: scale(1); }
  }
}

/* ===== Wide screens (>1366px) ===== */
@media (min-width: 1366px) {
  .ns-block3 {
    width: 100vw;
  }

  .ns-b3-bg {
    width: 100vw;
  }

  .ns-b3-bg img {
    object-fit: cover;
  }
}











/* ======= MOBILE ONLY (≤1024px) ======= */
@media (max-width: 1024px){

  .ns-block3{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
  }

  .ns-b3-bg--desktop{ display: none; }
  .ns-b3-bg--mobile { display: block; }

  .ns-b3-bg img{
    display: block;
    width: 100%;
    height: auto;
  }

  .ns-b3-layer{
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .ns-block3{
    --design-w: 430;
    --design-h: 735;
    --circle-left-px: 193;
    --circle-bottom-px: 324;

    --circle-left: calc(var(--circle-left-px)/var(--design-w) * 100%);
    --circle-bottom: calc(var(--circle-bottom-px)/var(--design-h) * 100%);
  }

  .ns-b3-circle{
    position: absolute;
    left: var(--circle-left);
    bottom: var(--circle-bottom);
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    pointer-events: none;
  }

  .ns-b3-circle__inner{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  /* ===== КАРТОЧКА уменьшена в 1.2 раза ===== */
  .ns-b3-card{
    position: absolute;
    left: calc(var(--circle-left) - 24px);
    bottom: calc(var(--circle-bottom) + 30px + 13px );

    width: 190px;  /* 207 / 1.2 */
    height: 67px;  /* 80 / 1.2 */

    background:#EEEEEE;
    border-radius: 0;
    text-decoration: none;
    pointer-events: auto;

    display: grid;

    /* 60 → 50px, 7→6px, 8→7px, arrow column 15→12px */
    grid-template-columns: 50px 6px auto 7px 12px;
    grid-template-rows: auto auto auto;

    padding: 8px; /* 10 / 1.2 */
    box-sizing: border-box;
  }

  /* Картинка 60px → 50px */
  .ns-b3-card__media{
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    width: 50px;
    height: 50px;
  }
  .ns-b3-card__media img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
  }

  /* ===== ТЕКСТЫ уменьшены ×0.833 ===== */

  .ns-b3-card__cta,
  .ns-b3-card__title,
  .ns-b3-card__price{
    margin: 0;
    font-family: "Instrument Sans", system-ui, sans-serif;
    color: #7E7E7E;
    text-align: left;
  }

  .ns-b3-card__cta{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    font-weight: 400;
    font-size: 8px;  /* 10 / 1.2 */
    line-height: 1.2;
  }

  .ns-b3-card__title{
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
  /* ДОБАВЛЕНО — заголовок всегда в одну строку */
  white-space: nowrap;

  
}


  .ns-b3-card__price{
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px; /* 5 / 1.2 */
  }

  /* Стрелка 15 → 12px */
  .ns-b3-card__arrow{
    grid-column: 5 / 6;
    grid-row: 2 / 3;
    align-self: center;
    justify-self: end;
    width: 12px;
    height: auto;
    display: block;
  }
}


/* ========= BLOCK 4 — DESKTOP ONLY (≥1025px) ========= */
@media (min-width:1025px){

  .ns-b4{
    position: relative;
    isolation: isolate;

    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .ns-b4 *{
    box-sizing: border-box;
  }

  .ns-b4__mobile{
    display: none;
  }

  /* ======== ГЛАВНЫЙ КОНТЕЙНЕР (ОБОЛОЧКА) ======== */
  .ns-b4__desktop{
    position: relative;
    width: 100%;
    max-width: 1190px;      /* ширина визуального блока */
    margin-inline: auto;    /* центрирование по экрану */
    padding: 0;
  }

  /* ======== HEADER (ТОЖЕ ПО ЦЕНТРУ) ======== */
  .ns-b4__head{
    display: flex;
    align-items: center;
    gap: 25px;

    width: 100%;
    max-width: 1190px;      /* тот же контейнер, что и у сетки */
    margin-inline: auto;    /* центрирование */
    padding: 0;
  }

  .ns-b4__title{
    margin: 0;
    font-family: "Instrument Sans",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    color: #7E7E7E;
    text-transform: uppercase;
    text-align: left;
  }

  .ns-b4__collections{
    display: flex;
    align-items: center;
    gap: 15px;
  }

  /* ======== ЧИПЫ ======== */
  .ns-b4__chip{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 0;
    background: #D9D9D9;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.25s ease, transform 0.2s ease;
  }

  .ns-b4__chip:hover{
    transform: translateY(-1px);
  }

  .ns-b4__chip:focus-visible{
    outline: 2px solid #497579;
    outline-offset: 2px;
  }

  .ns-b4__chip.ns-b4__chip--active{
    background: #497579;
  }

  .hash-EssentialOils,
  .hash-WellbeingTools{
    margin: 0;
    font-family: "Instrument Sans",system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    color: #7E7E7E;
    text-align: center;
  }

  .ns-b4__chip.ns-b4__chip--active .hash-EssentialOils,
  .ns-b4__chip.ns-b4__chip--active .hash-WellbeingTools{
    color: #FFFFFF;
  }

  /* ======== GRID — ВИЗУАЛЬНЫЙ БЛОК В ЦЕНТРЕ ======== */
  .ns-b4__grid{
    margin-top: 75px;

    width: 100%;
    max-width: 1190px;      /* ровно ширина контента: 300+300+560+2*15 */
    margin-inline: auto;    /* центрирование */

    display: grid;
    grid-template-columns: 300px 300px 560px;
    grid-template-rows: repeat(2, auto);
    column-gap: 15px;
    row-gap: 15px;
  }

  /* ======== VIDEO ======== */
  .ns-b4__video{
    grid-column: 3;
    grid-row: 1 / span 2;
    display: flex;
    width: 560px;
  }

  .ns-b4-video{
    width: 560px;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* ======== PRODUCT CARD ======== */
  .ns-b4-card{
    width: 300px;
    display: grid;
    grid-template-columns: auto max-content;
    grid-auto-rows: auto;
    column-gap: 40px;
    align-items: start;

    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .ns-b4-card.ns-b4-card--active{
    opacity: 1;
    transform: translateX(0);
  }

  .ns-b4-card.ns-b4-card--leaving{
    opacity: 0;
    transform: translateX(-20px);
  }

  .ns-b4-card.ns-b4-card--hidden{
    display: none;
  }

  /* MEDIA */
  .ns-b4-card__media{
    grid-column: 1 / span 2;
    grid-row: 1;
    width: 300px;
    height: 350px;
    overflow: hidden;
    background: #F5F5F5;
  }

  .ns-b4-card__media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* TITLE */
  .ns-b4-card__title{
    grid-column: 1;
    grid-row: 2;
    margin: 20px 0 0;
    font: 400 16px/1.2 "Instrument Sans",system-ui;
    color: #7E7E7E;
    align-self: baseline;
  }

  /* PRICE */
  .ns-b4-card__price{
    grid-column: 2;
    grid-row: 2;
    margin-top: 20px;
    display: inline-flex;
    gap: 3px;
    align-items: center;
    align-self: baseline;
  }

  .ns-b4-card__price-old{
    font: 400 13px/1.2 "Instrument Sans",system-ui;
    color: #C8C8C8;
    text-decoration: line-through;
  }

  .ns-b4-card__price-new{
    font: 400 16px/1.2 "Instrument Sans",system-ui;
    color: #7E7E7E;
  }

  /* SUBTITLE */
  .ns-b4-card__subtitle{
    grid-column: 1 / span 2;
    grid-row: 3;
    margin: 10px 0 0;
    max-width: 300px;
    font: 400 13px/1.4 "Instrument Sans",system-ui;
    color: #7E7E7E;
  }

  /* CTA BUTTON */
  .ns-b4-card__cta{
    grid-column: 1 / span 2;
    grid-row: 4;
    margin-top: 15px;
    width: 300px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 0;
    background: #EFEFEF;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;

    transition:
      background-color 0.25s ease,
      color 0.25s ease,
      border-color 0.25s ease;
  }

  .ns-b4-card__cta-text{
    font: normal normal 400 10px/1 "Instrument Sans", system-ui;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7E7E7E;
    transition: color 0.25s ease;
  }

  /* ARROW */
  .ns-arrow{
    position: relative;
    display: inline-block;
    flex-shrink: 0;

    width: 45px;
    height: 0;
    border-top: 1px solid #999999;
    margin-left: 25px;

    transition: border-color 0.25s ease, width 0.25s ease;
  }

  .ns-arrow::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 7px;
    height: 7px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;

    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.25s ease;
  }

  /* HOVER */
  .ns-b4-card__cta:hover{
    background-color: #497579;
    border-color: #497579;
  }

  .ns-b4-card__cta:hover .ns-b4-card__cta-text{
    color: #FFFFFF;
  }

  .ns-b4-card__cta:hover .ns-arrow{
    border-top-color: #FFFFFF;
  }

  .ns-b4-card__cta:hover .ns-arrow::after{
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
  }
}








/* ======== MOBILE ONLY (≤1024px) ======== */
@media (max-width: 1024px) {

  /* Блок 4: базовая обёртка и видимость */
  .ns-b4 {
    position: relative;
    isolation: isolate;
    margin-top: 1px; /* отступ между блоками */
  }

  .ns-b4__desktop {
    display: none;
  }

  .ns-b4__mobile {
    display: block;
    /* Внешние отступы контейнера: слева 20, сверху 20, снизу 90 */
    padding: 20px 0 90px 20px;
    overflow: hidden;
  }

  /* ---------- Header ---------- */
  .ns-b4__head {
    margin: 0 0 30px 0;
    padding-left: 20px; /* отступ слева для заголовка */
  }

  .ns-b4__title {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #5F8A8C;
    text-transform: uppercase;
    text-align: left;
  }

  /* ---------- Чипы коллекций ---------- */
  .ns-b4__collections {
    display: flex;
    gap: 10px;
    margin-top: 30px;
  }

  .ns-b4__chip {
    flex: 0 0 auto;
    width: 160px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 0;
    background: #D9D9D9;       /* базовый фон для неактивных */
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
  }

  /* Активный чип — управляется JS классом ns-b4__chip--active */
  .ns-b4__chip.ns-b4__chip--active {
    background: #AFC4C5;
  }

  .hash-EssentialOils,
  .hash-WellbeingTools {
    margin: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 1;
    color: #000;
    text-align: center;
  }

  /* ---------- Слайдер ---------- */
  .ns-b4-slider {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    padding-right: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .ns-b4-slider::-webkit-scrollbar {
    height: 0;
  }

  /* ---------- Карточка товара (мобильная) ---------- */
  .ns-b4-card--m {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 370px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "media  media"
      "title  price"
      "sub    sub"
      "cta    cta";
    row-gap: 10px;
  }

  /* Скрытие карточек при переключении коллекций (JS добавляет .is-hidden) */
  .ns-b4-card--m.is-hidden {
    display: none;
  }

  .ns-b4-card--m .ns-b4-card__media {
    grid-area: media;
    width: 370px;
    height: 428px;
    overflow: hidden;
  }

  .ns-b4-card--m .ns-b4-card__media img {
    display: block;
    width: 370px;
    height: 428px;
    object-fit: cover;
    object-position: center;
  }

  .ns-b4-card--m .ns-b4-card__title {
    grid-area: title;
    margin: 30px 0 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #7E7E7E;
    text-align: left;
    align-self: center;
  }

  .ns-b4-card--m .ns-b4-card__price {
    grid-area: price;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
  }

  .ns-b4-card--m .ns-b4-card__price-old {
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #C8C8C8;
    text-decoration: line-through;
    white-space: nowrap;
  }

  .ns-b4-card--m .ns-b4-card__price-new {
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #7E7E7E;
    text-align: right;
    white-space: nowrap;
  }

  .ns-b4-card--m .ns-b4-card__subtitle {
    grid-area: sub;
    margin: 10px 0 0 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #7E7E7E;
    text-align: left;
  }

  .ns-b4-card--m .ns-b4-card__cta {
    grid-area: cta;
    margin-top: 30px;
    width: 370px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 0;
    background: #EFEFEF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-decoration: none;
  }

  .ns-b4-card--m .ns-b4-card__cta-text {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-style: regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #999999;
  }

  .ns-b4-card--m .ns-b4-card__cta-arrow {
    width: 45px;
    height: auto;
    display: block;
  }

  /* =========================================================
     ✅ ADDED: Mobile arrows wrapper + circle nav buttons
     ========================================================= */

  .ns-b4-slider-wrap{
    position: relative;
  }

  .ns-b4-nav{
    position: absolute;
    top: 235px;               /* центрируем по картинке (428px) */
    transform: translateY(-50%);
    z-index: 5;

    width: 44px;
    height: 44px;
    border-radius: 999px;

    border: 1px solid rgba(153,153,153,0.55);
    background: rgba(239,239,239,0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    display: inline-grid;
    place-items: center;

    cursor: pointer;
    transition: transform .18s ease, opacity .18s ease, background-color .25s ease, border-color .25s ease;
  }

  .ns-b4-nav:active{
    transform: translateY(-50%) scale(0.96);
  }

  .ns-b4-nav:focus-visible{
    outline: 2px solid #497579;
    outline-offset: 3px;
  }

  .ns-b4-nav--prev{ left: 12px; }
  .ns-b4-nav--next{ right: 12px; }

  /* стрелка внутри (рисуем без картинок) */
  .ns-b4-nav::before{
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #497579;
    border-bottom: 2px solid #497579;
    transform: rotate(-45deg);
    margin-left: 2px;
  }

  .ns-b4-nav--prev::before{
    transform: rotate(135deg);
    margin-left: 0;
    margin-right: 2px;
  }

  /* скрытие по краям */
  .ns-b4-nav.is-hidden{
    opacity: 0;
    pointer-events: none;
  }

  .ns-b4-nav:hover{
    background: rgba(239,239,239,0.95);
    border-color: rgba(153,153,153,0.75);
  }

  /* плавный скролл (кнопками) */
  .ns-b4-slider{
    scroll-behavior: smooth;
  }

  /* уважение к prefers-reduced-motion */
  @media (prefers-reduced-motion: reduce){
    .ns-b4-slider{ scroll-behavior: auto; }
    .ns-b4-nav{ transition: none; }
  }
}




/* ===== BLOCK 5 — Desktop (ПК) ===== */

/* Базовые переменные под макет 1280×720 */
.award-hero {
  /* Внешние отступы контейнера (на 1280×720) */
  --pad-top: 65px;
  --pad-right: 40px;
  --pad-bottom: 67px;
  --pad-left: 40px;

  /* Цвета/бордеры */
  --text-title: #497579;
  --text-sub: #7E7E7E;
  --btn-border: #999999;

  /* Типографика */
  --title-font: "Helvetica Neue", Arial, sans-serif;
  --body-font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Заголовок */
  --title-size: 27px;
  --title-lh: 36px; /* межстрочное 36 */
  --title-width: 377px;
  --title-height: 88px;
  --title-top: 67px;          /* от верхней грани контейнера */
  --title-right: 44px;        /* от правой грани контейнера */

  /* Подзаголовок */
  --sub-size: 17px;
  --sub-lh: 1.3;
  --sub-width: 510px;
  --sub-height: 65px;
  --sub-gap-top: 22px;        /* от нижней грани заголовка */

  /* Кнопка */
  --btn-width: 202px;
  --btn-height: 30px;
  --btn-gap-top: 34px;        /* от подзаголовка */
  --btn-radius: 0;
  --btn-label-size: 10px;
  --btn-arrow-w: 45px;        /* длина стрелки (как в блоке 1) */

  /* Новые параметры кнопки */
  --btn-pad-left: 27px;       /* от левого края до текста */
  --btn-gap: 33px;            /* между текстом и стрелкой */

  /* Кружок (лого) */
  --circle-top: 70px;
  --circle-left: 439px;
}

/* Внешние отступы контейнера + слой фона */
.award-hero {
  position: relative;
  padding: var(--pad-top) var(--pad-right) var(--pad-bottom) var(--pad-left);
}
.award-hero__inner {
  position: relative;
}
.award-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Медиа-блок (фон-картинка) */
.award-hero__media {
  position: relative;
  margin: 0;
}
.award-hero__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px ;
}

/* Кружок-лого */
.award-hero__circle {
  position: absolute;
  top: var(--circle-top);
  left: var(--circle-left);
  display: block;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
}

/* Текстовый слой */
.award-hero__content {
  position: absolute;
  top: var(--title-top);
  right: var(--title-right);
  width: var(--sub-width);
  display: block;
  color: var(--text-title);
  text-align: right; /* выравнивание по правому краю */
}

/* Заголовок */
.award-hero__title {
  margin: 0;
  width: var(--title-width);
  height: var(--title-height);
  margin-left: auto;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: var(--title-size);
  line-height: var(--title-lh);
  text-transform: uppercase;
  color: var(--text-title);
  overflow: hidden;
  text-align: right;
}

/* Подзаголовок */
.award-hero__subtitle {
  margin: var(--sub-gap-top) 0 0 0;
  width: var(--sub-width);
  height: var(--sub-height);
  margin-left: auto;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: var(--sub-lh);
  color: var(--text-sub);
  text-transform: none;
  overflow: hidden;
  text-align: right;
}

/* ========= КНОПКА С ТЕКСТОМ И СТРЕЛКОЙ ========= */
.award-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;         /* учитываем левый отступ */
  gap: var(--btn-gap);                 /* расстояние между текстом и стрелкой */
  width: var(--btn-width);
  height: 40px;                        /* фактическая высота кнопки */
  margin-top: var(--btn-gap-top);
  padding-left: var(--btn-pad-left);
  padding-right: 8px;                  /* небольшой внутренний отступ справа */
  background: transparent;
  border: 1px solid var(--btn-border);
  border-radius: var(--btn-radius);
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

/* Текст внутри кнопки */
.award-hero__btn-label {
  font-family: var(--body-font);
  font-style: regular;
  font-weight: 400;
  font-size: var(--btn-label-size);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-sub);
  white-space: nowrap;
  transition: color 0.25s ease;
}

/* ===== Стрелка как в блоке 1 (линия + уголок) ===== */
.award-hero__btn-arrow {
  position: relative;
  display: inline-block;
  flex-shrink: 0;

  width: var(--btn-arrow-w);          /* длина стрелки */
  height: 0;                          /* линия рисуется бордером */
  border-top: 1px solid #999999;      /* «ножка» стрелки */
  transition:
    border-color 0.25s ease,
    width 0.25s ease;
}

.award-hero__btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 7px;                         /* размер головки стрелки */
  height: 7px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;

  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.25s ease;
}

/* ===== Hover-состояние кнопки (анимация как в блоке 1) ===== */
.award-hero__btn:hover {
  background-color: #497579;
  border-color: #497579;
}

.award-hero__btn:hover .award-hero__btn-label {
  color: #FFFFFF;
}

.award-hero__btn:hover .award-hero__btn-arrow {
  border-top-color: #FFFFFF;
}

.award-hero__btn:hover .award-hero__btn-arrow::after {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}

/* ===== Широкие экраны ===== */
@media (min-width: 1280px) {
  .award-hero {
    padding-top: clamp(65px, 5vw, 140px);
    padding-right: clamp(40px, 4.5vw, 160px);
    padding-bottom: clamp(67px, 5vw, 160px);
    padding-left: clamp(40px, 4.5vw, 160px);
  }
}

@media (min-width: 1600px) {
  .award-hero {
    padding-top: clamp(80px, 6vw, 180px);
    padding-right: clamp(56px, 6vw, 200px);
    padding-bottom: clamp(84px, 6vw, 200px);
    padding-left: clamp(56px, 6vw, 200px);
  }
}



/* На ПК оставляем только десктоп-версию.
   Мобильные стили/источники картинок будут добавлены отдельным шагом. */




/* ===== BLOCK 5 — Mobile (<= 767px) ===== */
@media (max-width: 767px) {
  /* Внешние отступы контейнера 430×720 */
  .award-hero {
    padding-top: clamp(90px, 14vw, 120px);
    padding-right: clamp(30px, 6vw, 60px);
    padding-bottom: clamp(90px, 14vw, 120px);
    padding-left: clamp(30px, 6vw, 60px);

    --mobile-title-color: #5F8A8C;
    --mobile-title-size: 20px;
    --mobile-title-lh: 1.25;
    --mobile-sub-size: 16px;
    --mobile-sub-lh: 1.35;
    --mobile-sub-weight: 500;
    --mobile-btn-w: 370px;
    --mobile-btn-h: 50px;
    --mobile-btn-label-size: 12px;
    --mobile-btn-arrow-w: 45px;
    --mobile-btn-left-pad: 97px;
    --mobile-btn-gap: 39px;
    --mobile-circle-top: 68px;
    --mobile-circle-left: 228px;
  }

  /* Отступ под изображением */
  .award-hero__media {
    margin: 0 0 70px 0; /* 70px от нижней грани изображения до heading */
  }

  /* Кружок */
  .award-hero__circle {
    top: var(--mobile-circle-top);
    left: var(--mobile-circle-left);
    width: 107px;
    height: 107px;
  }

  /* Контент */
  .award-hero__content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: left;
    color: var(--mobile-title-color);
  }

  /* Заголовок */
  .award-hero__title {
    margin: 0;
    width: 323px;
    max-width: 100%;
    height: 50px;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: var(--mobile-title-size);
    line-height: var(--mobile-title-lh);
    text-transform: uppercase;
    color: var(--mobile-title-color);
    text-align: left;
    overflow: visible;
  }

  /* Подзаголовок — на всю ширину контейнера (исправлено) */
  .award-hero__subtitle {
    display: block;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
    height: auto;

    font-family: var(--body-font);
    font-weight: 400;
    font-size: var(--mobile-sub-size);
    line-height: var(--mobile-sub-lh);
    color: #7E7E7E;
    text-transform: none;

    text-align: justify;        /* равномерно по ширине */
    text-align-last: left;      /* последняя строка слева */
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;  /* перенос длинных слов */
    hyphens: auto;
    /* text-wrap: balance;  убрано, может мешать выравниванию */
  }

  /* Кнопка */
  .award-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--mobile-btn-gap);
    width: var(--mobile-btn-w);
    max-width: 100%;
    height: var(--mobile-btn-h);
    margin-top: 30px;
    padding-left: var(--mobile-btn-left-pad);
    padding-right: 12px;
    background: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    text-decoration: none;
    box-sizing: border-box;
  }

  .award-hero__btn-label {
    font-family: var(--body-font);
    font-style: regular;
    font-weight: 400;
    font-size: var(--mobile-btn-label-size);
    line-height: 1;
    color: #7E7E7E;
    white-space: nowrap;
  }

  .award-hero__btn-arrow {
    width: var(--mobile-btn-arrow-w);
    height: auto;
    display: block;
    object-fit: contain;
  }
}


/* ====== Block 6 — Desktop (base 1280×720) ====== */
.block-6-slider {
  /* Внешние отступы контейнера под макет 1280×720 */
  --pad-x: 103px;
  --pad-y: 66px;

  /* Геометрия элементов */
  --quotes-w: 89px;
  --quotes-h: 57px;

  --text-w: 702px;
  --text-h: 60px;

  --icons-w: 548px;

  /* БЫЛО 53px → уменьшено в 2 раза */
  --icons-h: 35px;

  --icons-gap: 55px;

  --gap-text-from-quotes: 8px;   /* 8px: quotes ↔ text */
  --gap-icons-from-text: 34px;   /* 34px: text ↔ icons */

  --nav-gap: 154px;
  --nav-size: 30px;              /* размер области кнопки */
  --nav-nudge-y: 0px;

  /* Анимация */
  --slide-duration: 300ms;
  --slide-ease: cubic-bezier(.2,.7,.2,1);

  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;

  /* Фиксированные паддинги под базовый макет */
  padding: var(--pad-y) var(--pad-x);

  /* Минимальная высота от контента (кавычки + текст + иконки) */
  min-height: calc(
    var(--quotes-h) +
    var(--gap-text-from-quotes) +
    var(--text-h) +
    var(--gap-icons-from-text) +
    var(--icons-h)
  );

  /* Грид */
  display: grid;
  grid-template-columns: 1fr var(--text-w) 1fr; /* [prev] [text] [next] */
  grid-template-areas:
    "quotes quotes quotes"
    "prev   text   next"
    ".      icons  .";
  align-items: start;
  align-content: start;
  row-gap: var(--gap-text-from-quotes);
  grid-auto-rows: max-content; /* строка текста = высота текста */
}

/* ===== Фон ===== */
.block-6__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: transparent;
  z-index: 0;
}

/* ===== Запятые ===== */
.block-6__quotes {
  grid-area: quotes;
  justify-self: center;
  width: var(--quotes-w);
  height: var(--quotes-h);
  object-fit: contain;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ===== Текстовая «рамка» слайдов ===== */
.block-6__viewport {
  grid-area: text;
  margin-top: 0;
  align-self: center;
  position: relative; /* контекст для ABS-слайдов */
  z-index: 1;
}

/* Трек слайдов */
.block-6__track {
  position: relative;
}

/* ===== Слайды ===== */
.block-6__slide {
  width: 100%;
  margin: 0;
  padding: 0;

  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition:
    opacity var(--slide-duration) var(--slide-ease),
    transform var(--slide-duration) var(--slide-ease);
}

.block-6__slide.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.block-6__text {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #7E7E7E;
}

/* ===== Кнопки-навигации ===== */
.block-6__nav {
  --nav-color: #999999;

  width: var(--nav-size);
  height: var(--nav-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;

  align-self: center;
  transform: translateY(var(--nav-nudge-y));
  position: relative;
  z-index: 1;

  touch-action: manipulation;

  transition:
    transform 150ms ease,
    --nav-color 150ms ease,
    background-color 150ms ease;
}

.block-6__nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--nav-color);
  border-right: 2px solid var(--nav-color);
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

.block-6__nav:hover {
  --nav-color: #7E7E7E;
}

.block-6__nav:active {
  transform: translateY(calc(var(--nav-nudge-y) + 1px)) scale(0.98);
}

.block-6__nav:focus-visible {
  outline: 2px solid #9CC;
  outline-offset: 2px;
  border-radius: 6px;
}

.block-6__nav[disabled] {
  opacity: .4;
  pointer-events: none;
}

.block-6__nav--prev {
  grid-area: prev;
  justify-self: end;
  margin-right: var(--nav-gap);
}

.block-6__nav--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.block-6__nav--next {
  grid-area: next;
  justify-self: start;
  margin-left: var(--nav-gap);
}

/* ===== Иконки ===== */
.block-6__icons {
  grid-area: icons;
  width: var(--icons-w);
  height: var(--icons-h);
  margin: var(--gap-icons-from-text) auto 0;

  display: flex;
  align-items: center;

  /* Центрирование иконок */
  justify-content: center;

  gap: var(--icons-gap);
  position: relative;
  z-index: 1;
  transition: opacity var(--slide-duration) var(--slide-ease);
}

.block-6__icons[hidden] {
  opacity: 0;
}

.block-6__icon {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/* ===== Пагинация ===== */
.block-6__dots {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.block-6__dots[hidden] {
  display: none;
}

.block-6__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #CFCFCF;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease;
}

.block-6__dots button:is(:hover, :focus-visible) {
  transform: scale(1.15);
}

.block-6__dots button.is-active {
  background: #7E7E7E;
}

/* ===== Reduced Motion ===== */
@media (prefers-reduced-motion: reduce) {
  .block-6__slide,
  .block-6__icons,
  .block-6__dots button {
    transition: none !important;
  }
}

/* ===== BLOCK 6 — Mobile (<= 767px) ===== */
@media (max-width: 767px) {
  .block-6-slider {
    padding-top:    0px !important;
    padding-right:  clamp(30px, 7vw, 60px);
    padding-bottom: 70px !important;
    padding-left:   clamp(30px, 7vw, 60px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;

    /* ✅ резерв под строку иконок + нужный зазор */
    padding-bottom: calc(70px + 30px + 15px) !important;
  }

  .block-6__bg {
    position: absolute;
    inset: 0;
    background: #F6F6F6;
    border-radius: 12px;
    z-index: 0;
  }

  .block-6__quotes {
    width: 75px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .block-6__viewport {
    margin-top: 29px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    z-index: 1;

    padding-inline: 1px;
    margin-inline: -1px;
    overscroll-behavior-x: contain;
  }
  .block-6__viewport::-webkit-scrollbar { display: none; }

  .block-6__track {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
  }

  .block-6__slide {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    contain: layout paint;
  }

  /* ✅ чтобы "скрытые" точно не занимали места */
  .block-6__icons[hidden] { display: none !important; }

  .block-6__text {
    width: auto;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    font-family: "Instrument Sans", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #7E7E7E;

    padding-inline: 2px;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
  }

  /* ✅ 15px до иконок на слайдах 1, 3 и 4 (как ты делала) */
  .block-6__slide[data-slide="1"] .block-6__text,
  .block-6__slide[data-slide="3"] .block-6__text,
  .block-6__slide[data-slide="4"] .block-6__text {
    margin-bottom: 15px;
  }

  /* ===== Иконки: делаем слоем, чтобы НЕ создавали отступы ===== */
  .block-6__icons {
    width: min(337px, 100%);
    height: 30px;

    /* ✅ теперь они вообще не участвуют в потоке */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(70px); /* 70px — твой исходный низ блока */

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;

    z-index: 1;
  }

  .block-6__icon {
    width: 80px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 51.5px;
  }

  .block-6__nav,
  .block-6__dots { display: none; }
}

/* Точечный WebKit-патч */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 767px) {
    .block-6__viewport { padding-inline: 1.5px; margin-inline: -1.5px; }
    .block-6__text { padding-inline: 3px; }
  }
}








/* ===== Block 7 — Desktop (ПК) ===== */
@media (min-width: 1024px) {
  .block-7 {
    position: relative;
    /* Базовые переменные по ТЗ */
    --card-w: 383px;
    --card-gap-x: 25px;

    --pad-left-1280: 40px;
    --pad-right-1280: 41px;
    --pad-bottom-1280: 69px;

    /* Типографика */
    --title-fs: 27px;
    --title-lh: 1.2;
    --title-weight: 700;
    --title-color: #497579;

    --desc-fs: 16px;
    --desc-lh: 1.45;
    --desc-color: #7E7E7E;
  }

  /* ===== Фон-прямоугольник ===== */
  .block-7__bg {
    position: absolute;
    inset: 0;
    background: transparent; /* можно заменить цветом или градиентом */
    border-radius: 0;
    pointer-events: none;
  }

  /* ===== Отступы секции ===== */
  .block-7 {
    padding-top: 0;
    padding-left: clamp(var(--pad-left-1280), 4.5vw, 96px);
    padding-right: clamp(var(--pad-right-1280), 4.7vw, 100px);
    padding-bottom: clamp(var(--pad-bottom-1280), 6.5vw, 140px);
  }

  @media (min-width: 1280px) {
    .block-7 {
      padding-top: 60px; 
      padding-left: var(--pad-left-1280);
      padding-right: var(--pad-right-1280);
      padding-bottom: var(--pad-bottom-1280);
    }
  }

  /* ===== Внутренний контейнер ===== */
  .block-7__inner {
    display: grid;
    grid-template-columns: var(--card-w) var(--card-w) var(--card-w);
    column-gap: var(--card-gap-x);
    align-items: start;
    position: relative;
    z-index: 1;

    /* Центровка блока с фреймами */
    width: calc(3 * var(--card-w) + 2 * var(--card-gap-x));
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  /* ===== Карточка (фрейм) ===== */
  .block-7__card {
    width: var(--card-w);
  }

  /* ===== Изображение ===== */
  .block-7__media {
    margin: 0 0 33px 0; /* отступ от изображения до заголовка */
  }

  .block-7__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* ===== Заголовок ===== */
  .block-7__title {
    margin: 0 0 23px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: var(--title-weight);
    font-size: var(--title-fs);
    line-height: var(--title-lh);
    text-transform: uppercase;
    color: var(--title-color);
    text-align: left;
    width: var(--card-w);
  }

  /* ===== Описание ===== */
  .block-7__desc {
    margin: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: var(--desc-fs);
    line-height: var(--desc-lh);
    font-weight: 400;
    color: var(--desc-color);
    text-align: left;
    width: var(--card-w);
  }
}

/* ===== Block 7 — Mobile (≤ 767px) ===== */
@media (max-width: 767px) {
  .block-7 {
    position: relative;

    /* Геометрия по ТЗ */
    --m-card-w: 370px;
    --m-card-gap-y: 70px;

    /* Отступы контейнера на ширине 430px */
    --m-pad-left-430: 30px;
    --m-pad-right-430: 30px;
    --m-pad-bottom-430: 90px;

    /* Типографика */
    --m-title-fs: 20px;      /* Helvetica Neue Bold 20 */
    --m-title-lh: 1.25;
    --m-title-color: #497579;

    --m-desc-fs: 16px;       /* Instrument Sans 16 Regular */
    --m-desc-lh: 1.45;
    --m-desc-color: #7E7E7E;
  }

  /* ===== Фон-прямоугольник ===== */
  .block-7__bg {
    position: absolute;
    inset: 0;
    background: transparent; /* при необходимости можно добавить цвет */
    pointer-events: none;
  }

  /* ===== Внешние отступы секции ===== */
  .block-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: clamp(var(--m-pad-bottom-430), 14vw, 140px);
  }

  @media (max-width: 430px) and (min-width: 420px) {
    .block-7 {
      padding-left: var(--m-pad-left-430);
      padding-right: var(--m-pad-right-430);
      padding-bottom: var(--m-pad-bottom-430);
    }
  }

  /* ===== Внутренний контейнер ===== */
  .block-7__inner {
    display: grid;                 /* вертикальный стек */
    grid-auto-flow: row;
    row-gap: var(--m-card-gap-y);  /* расстояние между фреймами = 70px */
    position: relative;
    z-index: 1;
    
  }

  /* ===== Карточка (фрейм) ===== */
  .block-7__card {
    width: 100%;
    max-width: var(--m-card-w);
    min-height: auto;              /* убрали фикс 1544px */
    margin-left: auto;
    margin-right: auto;
  }

  /* Убираем margin между карточками (row-gap теперь управляет зазором) */
  .block-7__card + .block-7__card {
    margin-top: 0;
  }

  /* ===== Изображение ===== */
  .block-7__media {
    margin: 0 0 30px 0; /* расстояние от изображения до заголовка = 30px */
  }

  .block-7__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* ===== Заголовок ===== */
  .block-7__title {
    margin: 0 0 20px 0; /* отступ от заголовка до описания = 20px */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: var(--m-title-fs);
    line-height: var(--m-title-lh);
    text-transform: uppercase;
    color: var(--m-title-color);
    text-align: left;
    width: var(--m-card-w);
    max-width: 100%;
  }

  /* ===== Описание ===== */
  .block-7__desc {
    margin: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: var(--m-desc-fs);
    line-height: var(--m-desc-lh);
    font-weight: 400;
    color: var(--m-desc-color);
    text-align: left;
    width: var(--m-card-w);
    max-width: 100%;
    text-transform: none; /* явно не uppercase */
  }
}




/* ===========================
   Block-9-OLGA
=========================== */

.block-8 {
  position: relative;
  margin: 0 auto 130px; /* внешний отступ снизу под 1280×720 */
}

.block-8__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  align-items: center;

  /* изображение будет вплотную к левому краю контейнера */
  justify-content: flex-start;

  /* фиксированный отступ между фото и фреймом */
  gap: 20px;
}

/* Белый фоновый контейнер */
.block-8__bg {
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  z-index: 0;
}

/* Поверх фона */
.block-8__media,
.block-8__frame,
.block-8__quotes,
.block-8__quote,
.block-8__bio {
  position: relative;
  z-index: 1;
}

/* Прячем десктоп по умолчанию */
.block-8__media[data-device="desktop"],
.block-8__quotes[data-device="desktop"] {
  display: none;
}


/* ===========================
   BASE BLOCK STYLES
=========================== */

.block-8 {
  position: relative;
  margin: 0 auto 130px; /* внешний отступ снизу под 1280×720 */
}

.block-8__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: flex-start; /* фото прижато к левому краю контейнера */

  gap: 20px; /* расстояние между фото и фреймом */
}

/* Белый фоновый контейнер */
.block-8__bg {
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  z-index: 0;
}

/* Всё содержимое поверх фона */
.block-8__media,
.block-8__frame,
.block-8__quotes,
.block-8__quote,
.block-8__bio {
  position: relative;
  z-index: 1;
}

/* По умолчанию десктоп-версии скрыты */
.block-8__media[data-device="desktop"],
.block-8__quotes[data-device="desktop"] {
  display: none;
}


/* ===========================
   DESKTOP — from 1024px
=========================== */
@media (min-width: 1024px) {

  /* Показываем десктопную графику и цитаты */
  .block-8__media[data-device="desktop"],
  .block-8__quotes[data-device="desktop"] {
    display: block;
  }

  /* Мобильные версии прячем на ПК */
  .block-8__media[data-device="mobile"],
  .block-8__quotes[data-device="mobile"] {
    display: none;
  }

  /* Фото слева — без отступов, плотно к левому краю .block-8__inner */
  .block-8__media[data-device="desktop"] {
    margin: 0;
    padding: 0;
  }

  .block-8__media[data-device="desktop"] img {
    display: block;
    height: 666px; /* высота под фрейм */
    width: auto;
    object-fit: cover;
  }

  /* Фрейм справа */
  .block-8__frame {
    width: 637px;
    height: 666px;
    background: #F7F7F7;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 39px; /* расстояние до запятых сверху */
    box-sizing: border-box;
  }

  /* Запятые сверху, по центру, 6px до первого текста */
  .block-8__quotes[data-device="desktop"] {
    margin: 0 0 6px 0;
    max-width: 100%;
    height: auto;
  }

  /* Общая типографика для обоих текстов */
  .block-8__quote,
  .block-8__bio {
    width: 545px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #7E7E7E;
    font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  /* Второй текст: прижат к низу фрейма, 39px от нижней грани */
  .block-8__bio {
    margin-top: auto;      /* толкаем вниз внутри flex-колонки */
    margin-bottom: 39px;   /* расстояние до нижнего края фрейма */
  }
}


/* ===========================
   LARGER SCREENS — увеличиваем внешний отступ снизу
=========================== */

@media (min-width: 1440px) {
  .block-8 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1920px) {
  .block-8 {
    margin-bottom: 190px;
  }
}

/* ===========================
   MOBILE BASE (до 767px)
=========================== */

@media (max-width: 767px) {

  .block-8 {
    position: relative;
    margin: 0 auto 128px; /* внешний отступ снизу на 430×932 */
  }

.block-8__inner {
    position: relative;
    max-width: 430px;   /* под макет 430 */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* изображение и весь контент по центру */
  }

  /* Белый фоновый контейнер */
  .block-8__bg {
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    z-index: 0;
  }

  /* Слои поверх фона */
  .block-8__media,
  .block-8__frame,
  .block-8__quotes,
  .block-8__quote,
  .block-8__bio {
    position: relative;
    z-index: 1;
  }

  /* Включаем мобильную графику, выключаем десктоп */
  .block-8__media[data-device="mobile"],
  .block-8__quotes[data-device="mobile"] {
    display: block;
  }

  .block-8__media[data-device="desktop"],
  .block-8__quotes[data-device="desktop"] {
    display: none;
  }

  /* Мобильное изображение — строго по центру */
  .block-8__media[data-device="mobile"] {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .block-8__media[data-device="mobile"] img {
    display: block;
    width: 100%;       /* тянется на всю ширину контейнера */
    height: auto;
    object-fit: cover;
  }

  /* Запятые — 30px ниже изображения */
  .block-8__quotes[data-device="mobile"] {
    margin: 30px auto 0;
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Типографика текстов */
  .block-8__quote,
  .block-8__bio {
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #7E7E7E;
    font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  /* Первый текст — 30px под запятыми */
  .block-8__quote {
    margin-top: 30px;
    margin-bottom: 60px; /* расстояние до второго текста */
  }

  /* Второй текст идёт сразу после первого */
  .block-8__bio { }
}



/* ===========================
   MOBILE: более широкие экраны
   (шире 430, но ещё мобилка)
=========================== */

@media (min-width: 431px) and (max-width: 767px) {
  .block-8 {
    margin-bottom: 148px; /* увеличенный нижний отступ */
  }
}





/* ===== Ingredients Slider — Desktop (ПК) ===== */
@media (min-width: 1024px) {
  .ns-ingredients-slider {
    position: relative;

    /* Базовые переменные по ТЗ */
    --card-w: 383px;
    --card-gap-x: 25px;

    --pad-left-1280: 40px;
    --pad-right-1280: 41px;
    --pad-bottom-1280: 69px;

    /* Типографика */
    --title-fs: 27px;
    --title-lh: 1.2;
    --title-weight: 700;
    --title-color: #497579;

    --desc-fs: 16px;
    --desc-lh: 1.45;
    --desc-color: #7E7E7E;

    /* Для snap-слайдера */
    --snap-gap: var(--card-gap-x);
  }

  /* ===== Фон-прямоугольник ===== */
  .ns-ingredients-slider__background {
    position: absolute;
    inset: 0;
    background: transparent; /* можно заменить цветом или градиентом */
    border-radius: 0;
    pointer-events: none;
  }

  /* ===== Отступы секции ===== */
  .ns-ingredients-slider {
    padding-top: 0;
    padding-left: clamp(var(--pad-left-1280), 4.5vw, 96px);
    padding-right: clamp(var(--pad-right-1280), 4.7vw, 100px);
    padding-bottom: clamp(var(--pad-bottom-1280), 6.5vw, 140px);
    overflow: hidden; /* чтобы не вылезал горизонтальный скролл за пределы */
  }

  @media (min-width: 1280px) {
    .ns-ingredients-slider {
      padding-top: 60px;
      padding-left: var(--pad-left-1280);
      padding-right: var(--pad-right-1280);
      padding-bottom: var(--pad-bottom-1280);
    }
  }

  /* ===== Внутренний контейнер — горизонтальный snap-слайдер ===== */
  .ns-ingredients-slider__wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--snap-gap);
    position: relative;
    z-index: 1;

    overflow-x: auto;
    overflow-y: visible;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  /* Опционально: прячем скроллбар в WebKit */
  .ns-ingredients-slider__wrapper::-webkit-scrollbar {
    display: none;
  }

  /* ===== Карточка (слайд) ===== */
  .ns-ingredients-slider__slide {
    width: var(--card-w);
    flex: 0 0 var(--card-w); /* фикс. ширина слайда */
    scroll-snap-align: start; /* прилипаем к началу области */
  }

  /* ===== Изображение ===== */
  .ns-ingredients-slider__media {
    margin: 0 0 33px 0; /* отступ от изображения до заголовка */
  }

  .ns-ingredients-slider__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* ===== Заголовок ===== */
  .ns-ingredients-slider__title {
    margin: 0 0 23px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: var(--title-weight);
    font-size: var(--title-fs);
    line-height: var(--title-lh);
    text-transform: uppercase;
    color: var(--title-color);
    text-align: left;
    width: var(--card-w);
  }

  /* ===== Описание ===== */
  .ns-ingredients-slider__text {
    margin: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: var(--desc-fs);
    line-height: var(--desc-lh);
    font-weight: 400;
    color: var(--desc-color);
    text-align: left;
    width: var(--card-w);
  }
}







/* ===== Ingredients Slider — Mobile (≤ 767px) ===== */
@media (max-width: 767px) {

  /* Технический элемент-спейсер тут не нужен */
  .ns-ingredients-slider__spacer {
    width: 0;
    height: 0;
  }

  .ns-ingredients-slider {
    position: relative;

    /* Геометрия по ТЗ */
    --m-card-w: 370px;
    --m-card-gap-x: 24px; /* расстояние между слайдами по оси X */

    /* Отступы контейнера на ширине 430px */
    --m-pad-left-430: 30px;
    --m-pad-bottom-430: 90px;

    /* Типографика */
    --m-title-fs: 20px; /* Helvetica Neue Bold 20 */
    --m-title-lh: 1.25;
    --m-title-color: #497579;

    --m-desc-fs: 16px; /* Instrument Sans 16 Regular */
    --m-desc-lh: 1.45;
    --m-desc-color: #7E7E7E;
  }

  /* ===== Фон-прямоугольник ===== */
  .ns-ingredients-slider__background {
    position: absolute;
    inset: 0;
    background: transparent; /* при необходимости можно добавить цвет */
    pointer-events: none;
  }

  /* ===== Внешние отступы секции ===== */
  .ns-ingredients-slider {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: clamp(var(--m-pad-bottom-430), 14vw, 140px);
    padding-left: 30px; /* ✅ видимый статичный отступ слева */
    overflow: hidden;
  }

  /* ===== Внутренний контейнер — горизонтальный snap-слайдер ===== */
  .ns-ingredients-slider__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--m-card-gap-x);
    position: relative;
    z-index: 1;

    overflow-x: auto;
    overflow-y: visible;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;

    /* Без паддинга слева — иначе отступ уезжает в зону скролла */
    padding-left: 0;
    padding-right: 20px; /* небольшой отступ справа, чтобы последний слайд не прилипал */
  }

  .ns-ingredients-slider__wrapper::-webkit-scrollbar {
    display: none;
  }

  /* ===== Карточка (слайд) ===== */
  .ns-ingredients-slider__slide {
    flex: 0 0 var(--m-card-w);
    width: var(--m-card-w);
    max-width: 100%;
    min-height: auto;
    scroll-snap-align: start;
  }

  /* ===== Изображение ===== */
  .ns-ingredients-slider__media {
    margin: 0 0 30px 0; /* расстояние от изображения до заголовка = 30px */
  }

  .ns-ingredients-slider__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* ===== Заголовок ===== */
  .ns-ingredients-slider__title {
    margin: 0 0 20px 0; /* отступ от заголовка до описания = 20px */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: var(--m-title-fs);
    line-height: var(--m-title-lh);
    text-transform: uppercase;
    color: var(--m-title-color);
    text-align: left;
    max-width: 100%;
  }

  /* ===== Описание ===== */
  .ns-ingredients-slider__text {
    margin: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: var(--m-desc-fs);
    line-height: var(--m-desc-lh);
    font-weight: 400;
    color: var(--m-desc-color);
    text-align: left;
    max-width: 100%;
    text-transform: none;
  }
}





/* =========================================================
   HEADER + ANNOUNCEMENT — DESKTOP (≥1024px)
   Fix: Announcement строго над Header (без наезда)
   ========================================================= */

@media (min-width: 1024px) {

  /* ----- размеры (одна точка правды) ----- */
  :root{
    --ns-announcement-h: 40px;
    --ns-header-h: 80px; /* визуальная высота хедера (паддинги+контент). При желании подгони. */
  }

  /* =========================
     ANNOUNCEMENT BAR (fixed сверху)
     ========================= */
  .ns-announcement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--ns-announcement-h);

    background-color: #497579;
    overflow: hidden;
    z-index: 101;

    transform: translateY(0);
    opacity: 1;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  /* скрытие при скролле вниз */
  .ns-announcement.ns-announcement--hidden {
    transform: translateY(-100%);
    opacity: 0;
  }

  .ns-announcement__track {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    will-change: transform;
  }

  .ns-announcement__item {
    flex: 0 0 auto;
    padding-right: 60px;
  }

  .ns-announcement__text {
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }

  /* =========================
     HEADER (fixed ниже announcement)
     ========================= */
  .ns-header {
    position: fixed;
    top: var(--ns-announcement-h); /* ← КЛЮЧЕВО: хедер начинается под announcement */
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 100;

    background: rgba(255, 255, 255, 0.4);
    box-shadow:
      0 4px 15px rgba(0, 0, 0, 0.02),
      inset 0 -10px 10px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    transform: translateY(0);
    opacity: 1;

    transition:
      transform 0.25s ease,
      opacity 0.25s ease,
      top 0.25s ease; /* ← чтобы красиво “подъезжал”, когда announcement скрывается */
  }

  /* если ты скрываешь хедер на скролле вниз */
  .ns-header.ns-header--hidden {
    transform: translateY(-100%);
    opacity: 0;
  }

  /* Фоновый прямоугольник отключён */
  .ns-header__bg-rect {
    display: none;
  }

  /* Внутренний контейнер */
  .ns-header__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 40px;
    display: flex;
    align-items: center;
  }

  /* ЛОГОТИП */
  .ns-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .ns-header__logo img {
    height: 33px;
    width: auto;
    display: block;
  }

  /* НАВИГАЦИЯ */
  .ns-header__nav {
    flex: 1 1 auto;
  }

  .ns-header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ns-header__nav-link {
    font-family: "Instrument Sans", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #231F20;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .ns-header__nav-link:hover,
  .ns-header__nav-link:focus-visible {
    text-decoration: underline;
  }

  /* ПРАВАЯ ЧАСТЬ */
  .ns-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  /* ИКОНКИ (общий стиль) */
  .ns-header__icon-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .ns-header__icon-btn img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  /* ССЫЛКА-КОРЗИНА + контейнер для бейджа */
  .ns-header__icon-btn--cart {
    text-decoration: none;
  }

  .ns-header-cart {
    position: relative;
  }

  /* Бургер скрыт на десктопе */
  .ns-header__icon-btn--burger {
    display: none !important;
  }

  /* КНОПКА SIGN UP */
  .ns-header__signup-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 137px;
    height: 50px;
    background-color: #497579;
    text-decoration: none;
    border-radius: 0;
    box-sizing: border-box;
    transition: background-color 0.25s ease;
  }

  .ns-header__signup-btn:hover,
  .ns-header__signup-btn:focus-visible {
    background-color: #3F6A6E;
  }

  .ns-header__signup-text {
    font-family: "Instrument Sans", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: none;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  /* ===== BADGE НА КОРЗИНЕ ===== */
  .ns-cart-badge {
    position: absolute;
    top: 5px;
    left: 25px;

    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #497579;

    display: none;
    align-items: center;
    justify-content: center;

    color: #FFFFFF;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-align: center;

    pointer-events: none;
  }

  /* =========================
     SEARCH BAR (под announcement + header)
     ========================= */
  .ns-search-bar {
    position: fixed;
    top: calc(var(--ns-announcement-h) + var(--ns-header-h)); /* ← строго под хедером */
    left: 0;
    width: 100%;
    padding: 12px 40px;
    box-sizing: border-box;

    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);

    display: none;
    z-index: 99;
  }

  .ns-search-bar--open {
    display: block;
  }

  .ns-search-bar__form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .ns-search-bar__input {
    flex: 1 1 auto;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #D0D0D0;
    border-radius: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: #231F20;
    outline: none;
  }

  .ns-search-bar__input::placeholder {
    color: #A0A0A0;
  }

  .ns-search-bar__input:focus-visible {
    border-color: #497579;
  }

  .ns-search-bar__submit {
    flex: 0 0 auto;
    height: 40px;
    padding: 0 18px;
    border: 1px solid #497579;
    background-color: #497579;
    color: #FFFFFF;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .ns-search-bar__submit:hover,
  .ns-search-bar__submit:focus-visible {
    background-color: #3F6A6E;
    border-color: #3F6A6E;
  }

  /* меню мобилки на десктопе */
  .ns-mobile-menu {
    display: none;
  }
}







/* =========================================================
   HEADER + ANNOUNCEMENT — Mobile (≤1023px)
   Fix: Announcement над хедером (как на ПК)
   ========================================================= */
@media (max-width: 1023px) {

  /* ----- размеры (одна точка правды) ----- */
  :root{
    --ns-announcement-h: 40px;
    --ns-header-h: 70px;
  }

  /* =========================
     ANNOUNCEMENT BAR (mobile)
     ========================= */
  .ns-announcement{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--ns-announcement-h);

    background-color: #497579;
    overflow: hidden;
    z-index: 101; /* выше хедера */

    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  /* скрытие при скролле вниз (класс ставит JS) */
  .ns-announcement.ns-announcement--hidden{
    transform: translateY(-100%);
    opacity: 0;
  }

  .ns-announcement__track{
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    will-change: transform;
  }

  .ns-announcement__item{
    flex: 0 0 auto;
    padding-right: 60px;
  }

  .ns-announcement__text{
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 9px; /* чуть меньше, чтобы влезало на мобилке */
    font-weight: 600;
    color: #FFFFFF;
  }

  /* =========================
     HEADER (mobile)
     ========================= */
  .ns-header{
    position: fixed;
    top: var(--ns-announcement-h); /* ← КЛЮЧЕВО: хедер строго под announcement */
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 100;

    background: rgba(255, 255, 255, 0.4);
    box-shadow:
      0 4px 15px rgba(0, 0, 0, 0.02),
      inset 0 -10px 10px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .ns-header__bg-rect{
    display: none;
  }

  .ns-header__inner{
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;

    padding: 17px 20px;
    height: var(--ns-header-h);

    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  /* ЛОГОТИП по центру экрана */
  .ns-header__logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ns-header__logo img{
    height: 28px;
    width: auto;
    display: block;
  }

  /* Навигация скрыта на мобильных */
  .ns-header__nav{
    display: none;
  }

  /* Правая часть: иконки поиска и корзины */
  .ns-header__actions{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0;
  }

  /* Общий стиль иконок на мобильных */
  .ns-header__icon-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .ns-header__icon-btn img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* Лупа 35x35 */
  .ns-header__icon-btn--search{
    width: 35px;
    height: 35px;
  }

  /* Корзина 35x35 */
  .ns-header__icon-btn--cart{
    width: 35px;
    height: 35px;
    text-decoration: none;
  }

  .ns-header-cart{
    position: relative;
  }

  /* Бургер: 30x30 слева */
  .ns-header__icon-btn--burger{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: inline-flex;
  }

  .ns-header__icon-btn--burger img{
    width: 30px;
    height: 30px;
  }

  /* Sign Up скрыта на мобильных */
  .ns-header__signup-btn{
    display: none;
  }

  /* Badge корзины */
  .ns-cart-badge{
    position: absolute;
    top: 4px;
    left: 20px;

    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #497579;

    display: none;
    align-items: center;
    justify-content: center;

    color: #FFFFFF;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    pointer-events: none;
  }

  /* =========================
     SEARCH BAR (mobile) — под announcement + header
     ========================= */
  .ns-search-bar{
    position: fixed;
    top: calc(var(--ns-announcement-h) + var(--ns-header-h)); /* ← строго ниже */
    left: 0;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;

    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);

    display: none;
    z-index: 99;
  }

  .ns-search-bar--open{
    display: block;
  }

  .ns-search-bar__form{
    width: 100%;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .ns-search-bar__input{
    flex: 1 1 auto;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #D0D0D0;
    border-radius: 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: #231F20;
    outline: none;
  }

  .ns-search-bar__input::placeholder{
    color: #A0A0A0;
  }

  .ns-search-bar__input:focus-visible{
    border-color: #497579;
  }

  .ns-search-bar__submit{
    flex: 0 0 auto;
    height: 38px;
    padding: 0 14px;
    border: 1px solid #497579;
    background-color: #497579;
    color: #FFFFFF;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .ns-search-bar__submit:hover,
  .ns-search-bar__submit:focus-visible{
    background-color: #3F6A6E;
    border-color: #3F6A6E;
  }

  /* =========================
     MOBILE BURGER MENU
     ========================= */
  .ns-mobile-menu{
    position: fixed;
    inset: 0;
    z-index: 110;
    display: none;
  }

  .ns-mobile-menu--open{
    display: block;
  }

  .ns-mobile-menu__overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
  }

  .ns-mobile-menu__panel{
    position: absolute;
    top: 0;
    left: 0;
    width: 80vw;
    max-width: 320px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);

    display: flex;
    flex-direction: column;
    padding: 20px 20px 24px 20px;
    box-sizing: border-box;

    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }

  .ns-mobile-menu--open .ns-mobile-menu__panel{
    transform: translateX(0);
  }

  .ns-mobile-menu__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .ns-mobile-menu__title{
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #497579;
  }

  .ns-mobile-menu__close{
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .ns-mobile-menu__close-line{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 50%;
    height: 1px;
    background-color: #497579;
    transform-origin: center;
  }

  .ns-mobile-menu__close-line--1{
    transform: translateY(-50%) rotate(45deg);
  }

  .ns-mobile-menu__close-line--2{
    transform: translateY(-50%) rotate(-45deg);
  }

  .ns-mobile-menu__list{
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
    flex: 1 1 auto;
  }

  .ns-mobile-menu__item{
    margin-bottom: 8px;
  }

  .ns-mobile-menu__item--divider{
    margin: 16px 0;
    height: 1px;
    background: #F0F0F0;
  }

  .ns-mobile-menu__link{
    display: block;
    padding: 10px 0;
    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #231F20;
    text-decoration: none;
  }

  .ns-mobile-menu__link:hover,
  .ns-mobile-menu__link:focus-visible{
    color: #497579;
  }

  .ns-mobile-menu__signup{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-top: 8px;

    background-color: #497579;
    border-radius: 0;
    text-decoration: none;

    font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;

    transition: background-color 0.2s ease;
  }

  .ns-mobile-menu__signup:hover,
  .ns-mobile-menu__signup:focus-visible{
    background-color: #3F6A6E;
  }
}

/* Блокируем скролл, когда меню открыто */
.ns-body--locked{
  overflow: hidden;
  touch-action: none;
}

/* =========================================================
   BODY PADDING (чтобы контент не уезжал под fixed шапку)
   ========================================================= */

/* Mobile: announcement (40) + header (70) = 110 */
@media (max-width: 1023px){
  body{
    padding-top: 110px;
  }
}

/* Desktop: оставляю как у тебя было (проверь, что у тебя там уже задано) */
@media (min-width: 1024px){
  body{
    padding-top: 80px;
  }
}








/* ====== Блок about us video ====== */
.about-block4 {
  width: 100%;
  display: flex;
  justify-content: center;   /* центрируем по горизонтали */
}

/* ====== Внутренний контейнер ====== */
.about-block4__inner {
  display: flex;
  justify-content: center;   /* центр видео */
  align-items: center;
  margin: 0 auto;            /* блок по центру */
  padding: 0;
}

/* ====== Видео ====== */
.about-block4__video {
  width: 1280;
  height: 900px;             /* уменьшаем высоту */
  object-fit: cover;
  object-position: center;   /* видео строго по центру */
  display: block;
}



@media (max-width: 430px) {
  .about-block4 {
    width: 100%;
    margin: 0;
    padding: 15px; /* добавили паддинги */
    box-sizing: border-box;
  }

  .about-block4__inner {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .about-block4__video {
    width: 100%;
    max-width: 430px;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0; 
  }
}






/* ===== Wrapper — центрирование кнопки ===== */
.ns-brochure-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

/* ===== Кнопка (общие стили) ===== */
.ns-brochure-btn {
  display: inline-block;
  background-color: #497579;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600; /* semibold */
  transition: opacity 0.25s ease;
}

.ns-brochure-btn:hover {
  opacity: 0.85;
}

/* ===== MOBILE (≤ 1023px) ===== */
@media (max-width: 1023px) {
  .ns-brochure-btn {
    padding: 25px 18px 25px 18px; /* top, right, bottom, left */
    font-size: 12px;
  }
}

/* ===== DESKTOP (≥ 1024px) ===== */
@media (min-width: 1024px) {
  .ns-brochure-btn {
    padding: 60px 25px 60px 25px; /* top, right, bottom, left */
    font-size: 15px;
  }
}




/* ===== Cart notice — DESKTOP ONLY (≥1025px) ===== */
@media (min-width: 1025px) {

  .ns-cart-notice{
    background-color: #C2A68C;
    padding: 14px 20px;
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .ns-cart-notice__text{
    margin: 0;

    font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 400; /* regular */
    line-height: 1.4;

    color: #FFFFFF;
    text-align: center;
  }

  .ns-cart-notice__text strong{
    font-weight: 600; /* акцент на датах */
  }

}

/* ===== Cart notice — MOBILE / TABLET (≤1024px) ===== */
@media (max-width: 1024px) {

  .ns-cart-notice{
    background-color: #C2A68C;
    padding: 14px 16px;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .ns-cart-notice__text{
    margin: 0;

    font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400; /* regular */
    line-height: 1.45;

    color: #FFFFFF;
    text-align: center;
  }

  .ns-cart-notice__text strong{
    font-weight: 600;
  }

}











