

/* Start:/local/templates/oktta/assets/css/style.css?1789394318327868*/
/* Bundled stylesheet. Source files remain in assets/css for maintenance. */

/* ============================================ */
/* BASE VARIABLES */
/* ============================================ */

/* ============================================ */
/* BASE RESET */
/* ============================================ */
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ============================================ */
/* BASE TYPOGRAPHY */
/* ============================================ */
@font-face {
  font-family: 'TT Backwards Sans';
  src:
          url('/local/templates/oktta/assets/fonts/tt-backwards-sans/TT-Backwards-Sans-Regular.woff2') format('woff2'),
          url('/local/templates/oktta/assets/fonts/tt-backwards-sans/TT-Backwards-Sans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Tenor Sans';
  src:
          url('/local/templates/oktta/assets/fonts/tenor-sans/tenor-sans-regular.woff2') format('woff2'),
          url('/local/templates/oktta/assets/fonts/tenor-sans/tenor-sans-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #2d2418;
  background: #fff6e1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 51px;
  line-height: 0.9;
}

h2 {
  font-size: 32px;
  line-height: 1.1;
}

h3 {
  font-size: 22px;
  line-height: 1.1;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.3;
}

h6 {
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 12px;
  }
}

/**
 * Tenor Sans вЂ” С‚РѕР»СЊРєРѕ С‚РѕС‡РµС‡РЅРѕ (РїРѕ РіР°Р№РґСѓ: РѕСЃРЅРѕРІРЅРѕР№ С‚РµРєСЃС‚ / РјРµР»РєРёР№ UI).
 * РќР° СЌР»РµРјРµРЅС‚ РЅР°РІРµСЃСЊС‚Рµ РєР»Р°СЃСЃ, РЅР°РїСЂРёРјРµСЂ: class="text-body-14"
 */
.font-tenor {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
}

.text-body-16 {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .text-body-16 {
    font-size: 16px;
  }
}

.text-body-14 {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.text-body-12 {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

/* ============================================ */
/* LAYOUT CONTAINER */
/* ============================================ */
.container {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

/* ============================================ */
/* LAYOUT HEADER */
/* ============================================ */
.site-header {
  min-height: 72px;
  border-bottom: 1px solid #e3d9b8;
  background: #fffef7;
}

.site-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

.site-header__logo {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  color: #2d2418;
  text-decoration: none;
  font-weight: 700;
}

.site-header__menu-button {
  border: 1px solid #e3d9b8;
  border-radius: 6px;
  background: transparent;
  padding: 8px 12px;
  color: #2d2418;
}

.site-header__nav {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.site-header__nav.is-open {
  display: flex;
}

.site-header__link {
  color: #2d2418;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-header__menu-button {
    display: none;
  }

  .site-header__nav {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
}

/* ============================================ */
/* LAYOUT HERO HEADER */
/* ============================================ */
.hero-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  width: 100%;
  background-color: transparent;
  transition:
          transform 280ms ease,
          opacity 280ms ease,
          background-color 220ms ease;
  will-change: transform, opacity;
}

.hero-header::before {
  /*content: '';*/
  position: absolute;
  inset: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(47, 24, 17, 0.1);
  pointer-events: none;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.hero-header--dark {
}

.hero-header--dark::before {
  border-bottom-color: transparent;
}

.hero-header--light {
}

.hero-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.hero-header.is-raised {
  background-color: #fff6e1;
}
.hero-header.is-raised.is-menu-open  {
  background-color: rgba(255, 246, 225, 0);
}

.hero-header__shell {
  position: relative;
  z-index: 32;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 17px 40px 12px;
  transition: all .3s ease;
}
@media (min-width: 1025px) {
  .hero-header__shell {
    z-index: 31;
  }
}
@media (max-width: 1024px) {
  .hero-header__shell {
    padding: 17px 16px 12px;
  }
}

.hero-header__menu {
  justify-self: start;
  width: fit-content;
  max-width: 100%;
}

.hero-header__quiz {
  justify-self: end;
  width: fit-content;
  max-width: 100%;
}

.hero-header__glass {
  display: flex;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
  border: none;
  background-color: #f7ecd3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(47, 24, 17, 0.00);
  color: #663300;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 220ms ease;
}

.hero-header__glass:hover {
  border: 1px solid rgba(47, 24, 17, 0.30);
}

.hero-header--dark .hero-header__glass {
  background-color: rgba(255, 237, 196, 0.2);
  color: #fff6e1;
}

.hero-header__glass:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 2px;
}

.hero-header--dark .hero-header__glass:focus-visible {
  outline-color: #fff6e1;
}

.hero-header__glass--menu {
  padding: 7px 12px;
  gap: 4px;
}

.hero-header__glass--quiz {
  padding: 14px 20px;
  gap: 10px;
}

.hero-header__menu-icon {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

.hero-header__menu-icon img {
  width: 32px;
  height: 32px;
  transition: opacity 220ms ease, transform 220ms ease;
}
.is-menu-open .hero-header__menu-icon img {
  transform: rotate(45deg);
}

.hero-header__logo {
  display: flex;
  justify-self: center;
  line-height: 0;
}

.hero-header__logo img {
  display: block;
  width: 153px;
  height: auto;
  max-width: min(153px, 42vw);
  transition: opacity 220ms ease;
}

.hero-header__quiz-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #663300;
  border-radius: 50%;
  transition: border-color 220ms ease;
}

.hero-header--dark .hero-header__quiz-dot {
  border-color: #fff6e1;
}

body.menu-open {
  overflow: hidden;
}
html:has(.menu-open) {
  overflow: hidden;
}

.hero-header__panel {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .3s ease;
}
@media (min-width: 1025px) {}
@media (max-width: 1024px) {}

.hero-header__panel.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.hero-header__panel-overlay {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 100%;
  height: 100svh;
}

.hero-header__panel-drawer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(699px, 100vw);
  min-height: 100vh;
  background: #fff6e1;
  transform: translateX(-100%);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-header__panel.is-open .hero-header__panel-drawer {
  transform: translateX(0);
}

.hero-header__panel-inner {
  display: flex;
  gap: 0;
  width: 100%;
  min-height: 100vh;
  padding: 32px 24px 28px 40px;
  box-sizing: border-box;
}

.hero-header__panel-rail {
  display: flex;
  flex-direction: column;
  flex: 0 0 78px;
}

.hero-header__panel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 56px;
}

.hero-header__panel-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 7px;
  background: rgba(247, 236, 211, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.hero-header__panel-close-line {
  position: absolute;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: #2f1811;
}

.hero-header__panel-close-line:first-child {
  transform: rotate(45deg);
}

.hero-header__panel-close-line:last-child {
  transform: rotate(-45deg);
}

.hero-header__panel-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 0 90px;
}

.hero-header__panel-product-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 1 1 auto;
}

.hero-header__panel-product-link {
  position: relative;
  width: fit-content;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #2f1811;
  text-decoration: none;
  transition: opacity 180ms ease;
  display: flex;
  align-items: center;
}

.hero-header__panel-product-link::before,
.hero-header__panel-link::before {
  content: '';
  position: absolute;
  /*top: 50%;*/
  left: -22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f1811;
  opacity: 0;
  transform: translateY(-40%);
  transition: opacity 180ms ease;
}
.hero-header__panel-link::before {
  transform: translateY(-20%);
}

.hero-header__panel-product-link:hover,
.hero-header__panel-product-link:focus-visible {
  opacity: 0.7;
}

.hero-header__panel-product-link:hover::before,
.hero-header__panel-product-link:focus-visible::before,
.hero-header__panel-link:hover::before,
.hero-header__panel-link:focus-visible::before {
  opacity: 1;
}

.hero-header__panel-preview-wrap {
  flex: 0 0 auto;
  padding-top: 0;
}

.hero-header__panel-preview-stack {
  position: relative;
}

.hero-header__panel-preview {
  display: block;
  width: 165px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.hero-header__panel-bottom {
  /*margin-top: auto;*/
  padding-top: 38px;
  border-top: 1px solid rgba(47, 24, 17, 0.1);
}

.hero-header__panel-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-header__panel-link {
  position: relative;
  width: fit-content;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #2f1811;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.h_f_logo {
  position: absolute;
  right: 48px;
  bottom: 42px;
  display: none;
}
.site-footer__logo:has(.h_f_logo) {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 1024px) {
  .site-footer__logo:has(.h_f_logo) {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.site-footer__logo .h_f_logo {
  display: block;
  position: static;
}
@media (max-width: 1024px) {
  .h_f_logo {
    right: 16px;
    bottom: 24px;
  }
}
@media (max-width: 568px) {
  .h_f_logo {
    left: 12px;
    right: 0px;
    bottom: 24px;
  }
}


  .hero-header__panel {
    justify-content: center;
    align-items: flex-start;
    padding: 36px 0 0;
  }
  @media (max-width: 1024px) {
    .hero-header__panel {
      padding: 16px 0 0;
    }
  }

  .hero-header.is-menu-open::before {
    opacity: 0;
  }

  .hero-header.is-menu-open .hero-header__shell {
    z-index: 31;
    padding: 47px 60px 12px;
  }
  @media (max-width: 1024px) {
    .hero-header.is-menu-open .hero-header__shell {
      padding: 32px 32px 44px;
    }
  }
@media (max-width: 568px) {
    .hero-header.is-menu-open .hero-header__shell {
      padding: 24px 24px 44px;
    }
}

  .hero-header.is-menu-open .hero-header__glass {
    background-color: #f7ecd3;
    color: #663300;
  }
  .hero-header.hero-header--dark.is-menu-open .hero-header__glass svg {

  }

  .hero-header.is-menu-open .hero-header__quiz-dot {
    border-color: #663300;
  }

  .hero-header__panel-overlay {
    background: rgba(0, 0, 0, 0.4);
  }

  .hero-header__panel-drawer {
    width: calc(100vw - 80px);
    min-height: 460px;
    height: 460px;
    border-radius: 10px;
    background: rgba(255, 246, 225, 0.96);
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px);
    overflow: hidden;
    transform: translateY(-18px) scale(0.985);
    transform-origin: top center;
    box-shadow: 0 20px 64px rgba(47, 24, 17, 0.08);
  }

  .hero-header__panel.is-open .hero-header__panel-drawer {
    transform: translateY(0) scale(1);
  }

  .hero-header__panel-inner {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: minmax(0, 664px) 1px 320px;
    align-items: start;
    column-gap: 100px;
    min-height: 0;
    height: auto;
    padding: 112px 48px 42px;
  }

  .hero-header__panel-rail {
    display: none;
  }

  .hero-header__panel-content {
    display: contents;
    padding-left: 0;
  }

  .hero-header__panel-main {
    grid-column: 1;
    display: grid;
    grid-template-columns: 252px minmax(180px, 1fr);
    align-items: start;
    gap: 46px;
    min-width: 0;
    padding: 0;
  }

  .hero-header__panel-divider {
    grid-column: 2;
    align-self: stretch;
    min-height: 302px;
    margin: 0;
    background: rgba(47, 24, 17, 0.1);
  }
  @media (max-width: 568px) {
    .hero-header__panel-divider {
      min-height: 1px;
      height: 1px;
    }
  }

  .hero-header__panel-bottom {
    grid-column: 3;
    border-top: none;
    margin: 0;
    padding-top: 2px;
  }

  .hero-header__panel-links {
    gap: 16px;
  }
  @media (max-width: 568px) {
    .hero-header__panel-links {
      gap: 20px;
    }
  }

  .hero-header__panel-product-list {
    gap: 16px;
  }

  .hero-header__panel-link,
  .hero-header__panel-product-link {
    display: block;
    width: fit-content;
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-header__panel-link::before,
  .hero-header__panel-product-link::before {
    display: none;
  }

  .hero-header__panel-link::after,
  .hero-header__panel-product-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8331 12.2469C21.4996 13.4982 21.947 15.027 21.3214 16.3603C20.6957 17.6935 19.2339 18.3264 16.5674 17.0751C13.9009 15.8238 12.8721 12.3953 12.8721 12.3953C12.8721 12.3953 16.1666 10.9956 18.8331 12.2469Z' fill='%23F17F1E'/%3E%3Cpath d='M16.8614 7.21763C18.1127 4.55111 17.4798 3.08932 16.1466 2.46367C14.8133 1.83803 13.2845 2.28544 12.0332 4.95196C10.782 7.61849 12.1817 10.913 12.1817 10.913C12.1817 10.913 15.6101 9.88415 16.8614 7.21763Z' fill='%23F17F1E'/%3E%3Cpath d='M4.90226 11.5375C2.23574 10.2862 1.78832 8.75738 2.41397 7.42412C3.03961 6.09086 4.5014 5.45799 7.16793 6.70929C9.83445 7.96058 10.8633 11.389 10.8633 11.389C10.8633 11.389 7.56878 12.7887 4.90226 11.5375Z' fill='%23F17F1E'/%3E%3Cpath d='M6.73722 16.6166C5.48593 19.2831 6.11879 20.7449 7.45205 21.3705C8.78531 21.9962 10.3141 21.5487 11.5654 18.8822C12.8167 16.2157 11.417 12.9212 11.417 12.9212C11.417 12.9212 7.98851 13.95 6.73722 16.6166Z' fill='%23F17F1E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateY(-50%) scale(0.88);
    transform-origin: center;
    transition: all .3s ease;
  }

  .hero-header__panel-link:hover,
  .hero-header__panel-link:focus-visible,
  .hero-header__panel-product-link:hover,
  .hero-header__panel-product-link:focus-visible {
    opacity: 1;
  }

  .hero-header__panel-link:hover::after,
  .hero-header__panel-link:focus-visible::after,
  .hero-header__panel-product-link:hover::after,
  .hero-header__panel-product-link:focus-visible::after {
    opacity: 1;
    transform: translateY(-70%) scale(1);
  }

  .hero-header__panel-preview-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
  }

  .hero-header__panel-preview-stack {
    width: 212px;
    height: 180px;
  }

  .hero-header__panel-preview {
    position: absolute;
    width: 74px;
    height: 117px;
    border-radius: 0;
    object-fit: contain;
    transform-origin: center center;
    transition:
            opacity 220ms ease,
            transform 220ms ease;
  }

  .hero-header__panel-preview--primary {
    left: 18px;
    top: 8px;
    transform: rotate(-14deg);
  }

  .hero-header__panel-preview--secondary {
    left: 88px;
    top: 34px;
    transform: rotate(11deg);
  }


@media (max-width: 568px) {
  .hero-header__shell {
    padding: 17px 16px 12px;
    gap: 8px;
  }

  .hero-header__logo img {
    max-width: 36vw;
  }

  .hero-header__glass {
    border-radius: 7px;
  }
}

@media (max-width: 1024px) {
  .hero-header__panel-drawer {
    width: calc(100vw - 32px);
  }

  .hero-header__panel-inner {
    /*min-height: 840px;*/
    padding: 122px 16px 28px;
  }

  .hero-header__panel-rail {
    flex-basis: 56px;
  }

  .hero-header__panel-content {
    padding-left: 24px;
  }

  .hero-header__panel-main {
    /*padding: 56px 0 48px;*/
  }

  .hero-header__panel-link {
    font-size: 28px;
  }

  .hero-header__panel-product-link {
    font-size: 28px;
  }

  .hero-header__panel-preview-wrap {
    display: none;
  }

  .hero-header__panel-bottom {
    /*padding-top: 32px;*/
  }
}

@media (max-width: 568px) {
  .hero-header__shell {
    padding: 12px;
  }

  .hero-header__menu-icon {
    width: 24px;
    height: 24px;
  }

  .hero-header__menu-icon img {
    width: 24px;
    height: 24px;
  }

  .hero-header__glass--menu {
    padding: 8px;
  }

  .hero-header__menu-text {
    display: none;
  }

  .hero-header__quiz {
    display: none;
  }

  .hero-header__logo img {
    width: 145px;
    height: 56px;
    max-width: none;
    object-fit: contain;
  }

  .hero-header__panel-drawer {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
  }

  .hero-header__panel-overlay {
    /*display: none;*/
  }

  .hero-header__panel-inner {
    display: flex;
    flex-direction: column;
    padding: 122px 12px 28px;
    gap: 32px;
  }

  .hero-header__panel-rail {
    flex-basis: 44px;
  }

  .hero-header__panel-content {
    padding-left: 16px;
  }

  .hero-header__panel-main {
    /*padding: 56px 0 40px;*/
  }

  .hero-header__panel-product-list {
    gap: 20px;
  }

  .hero-header__panel-product-link {
    font-size: 22px;
  }

  .hero-header__panel-link {
    font-size: 22px;
  }
}

/* ============================================ */
/* LAYOUT FOOTER */
/* ============================================ */
.site-footer {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: #ffedc4;
  padding-top: 46px;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background-image: url('/local/templates/oktta/assets/img/footer-top.svg');
  background-repeat: repeat-x;
  background-position-x: center;
}

.site-footer__inner {
  display: flex;
  height: 527px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 0px 20px;
  box-sizing: border-box;
}

.site-footer__top {
  display: flex;
  max-width: 100%;
  min-width: 0;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.site-footer__logo {
  flex-shrink: 0;
}

.site-footer__logo-link {
  display: inline-flex;
  text-decoration: none;
}

.site-footer__logo-link img {
  display: block;
  height: auto;
}

.site-footer__columns {
  display: flex;
  flex: 0 1 949px;
  width: min(100%, 949px);
  max-width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  gap: clamp(24px, 4vw, 100px);
  justify-content: space-between;
}

.site-footer__col {
  display: flex;
  flex: 1 1 0;
  width: auto;
  max-width: 179px;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.site-footer__col--contacts {
  display: flex;
  flex: 0 0 auto;
  max-width: 391px;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}

.site-footer__contacts-chunk {
  display: flex;
  max-width: 351px;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
}

.site-footer__contacts-heading {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f181199;
}

.site-footer__contacts-lead {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  color: #2f1811;
}

.site-footer__contacts-lead a {
  color: inherit;
  text-decoration: none;
}

.site-footer__contacts-lead a:hover,
.site-footer__contacts-lead a:focus-visible {
  text-decoration: underline;
}

.site-footer__contacts-social {
  display: flex;
  max-width: 290px;
  gap: 9px;
}

.site-footer__contacts-social-link {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  align-items: center;
  justify-content: center;
  background-color: #9a721814;
  border-radius: 50px;
  transition: background-color 280ms ease;
}
.site-footer__contacts-social-link:hover {
  background-color: rgba(154, 114, 24, 0.20);
}

.site-footer__contacts-social-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.site-footer__col-heading {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f181199;
}

.site-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__col-link {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  color: #2f1811;
  text-decoration: none;
}

.site-footer__col-link:hover,
.site-footer__col-link:focus-visible {
  text-decoration: underline;
}

.site-footer__bottom {
  display: flex;
  max-width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #2f18111a;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0;
  color: #2f181180;
}

.site-footer__copy {
  margin: 0;
}

.site-footer__legal {
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  gap: 88px;
}

.site-footer__legal-link {
  color: inherit;
  text-decoration: none;
}

.site-footer__legal-link:hover,
.site-footer__legal-link:focus-visible {
  text-decoration: underline;
}

.site-footer__credit {
  margin: 0;
}

.site-footer__credit-brand {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0;
  color: #2f1811;
}

@media (max-width: 1024px) {
  .site-footer__inner {
    height: auto;
    min-height: 527px;
    padding: 32px 16px;
    width: 100%;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__columns {
    justify-content: flex-start;
    gap: 32px;
    width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 568px) {
  .site-footer__inner {
    height: 526px;
    gap: 64px;
    padding: 32px 16px;
  }

  .site-footer__top {
    gap: 64px;
  }

  .site-footer__col {
    max-width: 179px;
    width: 100%;
  }

  .site-footer__col.site-footer__col--contacts {
    max-width: 298px;
    width: 100%;
    padding-right: 0;
  }

  .site-footer__columns {
    gap: 40px;
  }

  .site-footer__col-link {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
  }

  .site-footer__contacts-lead {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
  }

  .site-footer__col-heading {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .site-footer__contacts-heading {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .site-footer__legal {
    gap: 54px;
  }
}

@media (max-width: 568px) {
  .site-footer__columns {
    gap: 40px;
  }

  .site-footer__inner {
    padding-top: 32px;
    padding-inline: 16px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .site-footer__inner {
    height: auto;
    min-height: 0;
    gap: 32px;
    padding: 32px 12px;
  }

  .site-footer__top {
    gap: 32px;
  }

  .site-footer__logo-link img {
    width: 145px;
    height: 56px;
    object-fit: contain;
  }

  .site-footer__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
    flex: 1 1 100%;
    flex-wrap: unset;
    justify-content: start;
  }

  .site-footer__columns > .site-footer__col:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    width: 100%;
  }

  .site-footer__columns > .site-footer__col:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    width: 100%;
  }

  .site-footer__col.site-footer__col--contacts {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 100%;
    width: 100%;
  }

  .site-footer__legal {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .site-footer__bottom {
    gap: 12px;
  }
}

/* ============================================ */
/* BUTTON */
/* ============================================ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #8a6037;
  border-radius: 6px;
  background: transparent;
  color: #2d2418;
  cursor: pointer;
}

.button--primary {
  background: #8a6037;
  color: #fffef7;
}

/* ============================================ */
/* CARD PRODUCT */
/* ============================================ */
.product-card {
  color: #a33b3b;
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #fffef7;
}

/* ============================================ */
/* FORM FIELD */
/* ============================================ */
.form-field {
  display: grid;
  gap: 8px;
}

.form-field__input,
.form-field__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e3d9b8;
  border-radius: 6px;
  background: #ffffff;
}

/* ============================================ */
/* HERO */
/* ============================================ */
@keyframes hero-reveal-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-title-rise {
  from {
    opacity: 0;
    transform: translateY(64px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  position: relative;
  height: 100svh;
  overflow: hidden;
  color: #ffedc4;
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(0 0 0 / 20%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
}

.hero__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px 48px;
}

.hero__title {
  margin: 0;
  max-width: 900px;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  color: #fff6e1;
}

.hero__title-line {
  display: block;
  opacity: 0;
  animation: hero-title-rise 1450ms cubic-bezier(0.33, 0, 0.22, 1) forwards;
}

.hero__title-line:nth-child(1) {
  animation-delay: 280ms;
}

.hero__title-line:nth-child(2) {
  animation-delay: 400ms;
}

.page--home .hero-header__menu {
  opacity: 0;
  animation: hero-reveal-up 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0ms;
}

.page--home .hero-header__logo {
  opacity: 0;
  animation: hero-reveal-up 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 80ms;
}

.page--home .hero-header__quiz {
  opacity: 0;
  animation: hero-reveal-up 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 160ms;
}

.hero__title-line--shifted {
  margin-left: 100px;
}

@media (min-width: 1024px) {
  .hero {
    /*height: 738px;*/
    /*min-height: 738px;*/
  }

  .hero__inner {
    height: 100%;
    min-height: 100%;
  }

  .hero__title {
    font-size: 80px;
  }

  .hero__content {
    padding: 0 40px 70px;
  }
}

@media (max-width: 568px) {
  /* Р’СЃСЏ СЃРµРєС†РёСЏ (РІРёРґРµРѕ + Р·Р°С‚РµРјРЅРµРЅРёРµ + С…РµРґРµСЂ Рё С‚РµРєСЃС‚) РѕРґРЅРѕР№ РІС‹СЃРѕС‚С‹; СЃР»РѕРё СЃ inset:0 С‚СЏРЅСѓС‚СЃСЏ РѕС‚ .hero */
  .hero {
    /*height: 840px;*/
    /*min-height: 840px;*/
  }

  .hero__inner {
    min-height: 100%;
    height: 100%;
  }

  .hero__title {
    font-size: 70px;
  }

  .hero__content {
    padding: 0 16px 80px;
  }

  .hero__title-line--shifted {
    margin-left: 48px;
  }
}

@media (max-width: 430px) {
  .hero {
    /*height: 670px;*/
    /*min-height: 670px;*/
  }

  .hero__title {
    font-size: 45px;
  }

  .hero__title svg {

  }

  .hero__title-line--shifted {
    margin-left: 0;
  }

  .hero__content {
    padding: 0 12px 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page--home .hero-header__menu,
  .page--home .hero-header__logo,
  .page--home .hero-header__quiz,
  .hero .hero__title-line {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ============================================ */
/* ABOUT BRAND */
/* ============================================ */
.about-brand {
  position: relative;
  overflow: hidden;
  background-color: #ffedc4;
}

.about-brand::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 384px;
  background-image: url('/local/templates/oktta/assets/icons/flowers.svg');
  background-repeat: no-repeat;
  background-position: right center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(24px) translateX(160px) rotate(-3deg);
  transition:
    opacity 1250ms cubic-bezier(0.2, 0.72, 0.25, 1),
    transform 1250ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.about-brand__container {
  position: relative;
  z-index: 1;
  display: flex;
  height: 800px;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
}

.about-brand__label-wrap,
.about-brand__content-wrap {
  display: flex;
  justify-content: center;
}

.about-brand__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #2f1811;
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 1250ms cubic-bezier(0.2, 0.72, 0.25, 1),
    transform 1250ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.about-brand__text {
  max-width: 900px;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #2f1811;
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 1250ms cubic-bezier(0.2, 0.72, 0.25, 1),
    transform 1250ms cubic-bezier(0.2, 0.72, 0.25, 1);
  transition-delay: 180ms;
}

.about-brand__text-highlight {
  position: relative;
  display: inline-block;
  /*padding-bottom: 10px;*/
}

.about-brand__text-highlight::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 18px;
  background-image: url('/local/templates/oktta/assets/icons/line-text.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  transform: translateX(-120px) scaleX(0);
  transform-origin: left center;
  transition:
    opacity 250ms linear,
    transform 1480ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.about-brand.is-revealed::after {
  opacity: 0.45;
  transform: translateY(0) translateX(0) rotate(-26deg);
}

.about-brand.is-revealed .about-brand__label,
.about-brand.is-revealed .about-brand__text {
  opacity: 1;
  transform: translateY(0);
}

.about-brand.is-revealed .about-brand__text-highlight::after {
  opacity: 1;
  transform: translateX(0px) scaleX(1);
  transition-delay: 420ms;
}

@media (max-width: 1024px) {
  .about-brand__container {
    height: auto;
    min-height: 560px;
    gap: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-brand__text {
    max-width: 760px;
    font-size: 40px;
  }

  .about-brand__text-highlight {
    /*padding-bottom: 9px;*/
  }

  .about-brand__text-highlight::after {
    height: 15px;
  }
}

@media (max-width: 568px) {
  .about-brand::after {
    top: 200px;
    right: -60px;
    bottom: 0;
    width: 378px;
  }

  .about-brand__container {
    height: 1000px;
    min-height: 1000px;
    gap: 56px;
  }

  .about-brand__text {
    max-width: 597px;
    font-size: 44px;
  }

  .about-brand__text-highlight::after {
    height: 10px;
  }
}

@media (max-width: 430px) {
  .about-brand::after {
    top: 50px;
  }

  .about-brand__container {
    height: 844px;
    min-height: 844px;
    gap: 40px;
  }

  .about-brand__text {
    max-width: 366px;
    margin-inline: auto;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-brand::after,
  .about-brand__label,
  .about-brand__text,
  .about-brand__text-highlight::after {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* ============================================ */
/* PRODUCTS NEW */
/* ============================================ */
.products-new {
  background-color: #fff6e1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  position: relative;
}
.products-new:after {
  content: '';
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg, #ffedc4 0%, #fff6e1 100%);
}

.products-new__pin {
  height: auto;
}

.products-new__pin-sticky {
  position: static;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1025px) {
  .products-new__pin {
    height: calc(100vh + 1px);
  }

  .products-new__pin-sticky {
    position: sticky;
    top: 0;
    overflow: hidden;
    justify-content: center;
    height: 100svh;
  }
}

@media (min-width: 1025px) and (prefers-reduced-motion: reduce) {
  .products-new__pin {
    height: auto;
  }

  .products-new__pin-sticky {
    position: static;
    height: auto;
    overflow: visible;
    justify-content: flex-start;
  }
}

.products-new__container {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
  padding: 60px 0 80px;
}

.products-new__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .products-new__head {
    width: 100%;
    padding: 0 16px;
  }
}

.products-new__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.products-new__label,
.products-new__title {
  margin: 0;
}

.products-new__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.products-new__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.products-new__catalog-button {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
  border: 1px solid rgb(47 24 17 / 50%);
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.products-new__catalog-button:hover {
  background-color: #2f1811;
}

.products-new__catalog-button:hover .products-new__catalog-text {
  color: #ffffff;
}

.products-new__catalog-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.products-new__catalog-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/oktta/assets/icons/arrow-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.products-new__catalog-button:hover .products-new__catalog-icon {
  background-image: url('/local/templates/oktta/assets/icons/arrow-link-white.svg');
}

.product-card.product-card--pumpkin {
  color: #9c6434;
  background-color: #fce4c4;
}

.product-card.product-card--mustard {
  color: #716e1c;
  background-color: #f4f0d0;
}

.product-card.product-card--flour {
  color: #4d6c52;
  background-color: #e1efe3;
}

.product-card.product-card--urbech {
  color: #656564;
  background-color: #edefdf;
}

.product-card.product-card--flax {
  color: #536db2;
  background-color: #e3eefa;
}

.products-new__slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.products-new__track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 40px;
  padding-right: 40px;
  will-change: transform;
}

.products-new__track-lead {
  flex-shrink: 0;
  width: 0;
  min-height: 478px;
  align-self: stretch;
  background-color: #fff6e1;
  pointer-events: none;
}

.products-new__nav {
  display: none;
}

@media (max-width: 1024px) {
  .products-new__slider {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .products-new__slider::-webkit-scrollbar {
    display: none;
  }

  .products-new__track {
    will-change: auto;
  }

  .products-new__track-lead {
    display: none;
  }

  .products-new__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 40px;
  }

  .products-new__nav-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .products-new__nav-dot {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .products-new__nav .products-new__nav-dot:nth-child(1) {
    background-color: #2f181199;
  }

  .products-new__nav .products-new__nav-dot:nth-child(2) {
    background-color: #2f181126;
  }

  .products-new__nav[data-products-new-at-end='true'] .products-new__nav-dot:nth-child(1) {
    background-color: #2f181126;
  }

  .products-new__nav[data-products-new-at-end='true'] .products-new__nav-dot:nth-child(2) {
    background-color: #2f181199;
  }

  .products-new__nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .products-new__nav-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #2f181180;
    border-radius: 200px;
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .products-new__nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }

  .products-new__nav-btn:focus-visible {
    outline: 2px solid rgb(47 24 17 / 50%);
    outline-offset: 2px;
  }

  .products-new__nav-btn--prev .products-new__nav-btn-icon {
    transform: rotate(180deg);
  }

  .products-new__nav-btn-icon {
    display: block;
    width: 10px;
    height: auto;
  }
}

.product-card {
  display: flex;
  width: 670px;
  min-width: 670px;
  height: 478px;
  flex-direction: column;
  gap: 36px;
  padding: 34px 38px 38px;
  border-radius: 10px;
  color: #a33b3b;
  background-color: #ffe9e9;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: background-color 720ms
    cubic-bezier(0.22, 1, 0.32, 1);
}

.product-card__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0;
  color: inherit;
}

.product-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-card__chip {
  padding: 4px 8px;
  border-radius: 10px;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: inherit;
  background-color: #a33b3b26;
}

.product-card--pumpkin .product-card__chip {
  /*background-color: #9c643426;*/
}

.product-card--mustard .product-card__chip {
  /*background-color: #716e1c26;*/
}

.product-card--flour .product-card__chip {
  /*background-color: #4d6c5226;*/
}

.product-card--urbech .product-card__chip {
  /*background-color: #65656426;*/
}

.product-card--flax .product-card__chip {
  /*background-color: #536db226;*/
}

.product-card__main {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  margin-left: -28px;
}

.product-card__media {
  position: relative;
  z-index: 0;
  width: 210px;
  min-width: 210px;
  height: 100%;
  overflow: visible;
}

.product-card__media-hover,
.product-card__media-front {
  position: absolute;
  opacity: 1;
}

.product-card__media-hover {
  z-index: 0;
  top: -10px;
  left: -80px;
  width: 369px;
  height: 369px;
  max-width: none;
  max-height: none;
  opacity: 0;
  object-fit: contain;
  pointer-events: none;
  transform: translate(
    28px,
    40px
  );
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.32, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.32, 1);
}

@media (min-width: 769px) {
  /*.product-card--pumpkin .product-card__media-hover {
    z-index: 1;
    top: 50px;
    left: -115px;
    width: 369px;
    height: 369px;
    max-width: none;
    max-height: none;
    opacity: 0;
    object-fit: cover;
    pointer-events: none;
    transform: translate(
        28px,
        40px
      )
      rotate(-30deg);
    transition:
      opacity 720ms cubic-bezier(0.22, 1, 0.32, 1),
      transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
  }

  .product-card--mustard .product-card__media-hover {
    /*z-index: 1;
    top: -25px;
    left: -160px;
    width: 369px;
    height: 369px;
    max-width: none;
    max-height: none;
    opacity: 0;
    object-fit: contain;
    pointer-events: none;
    transform: translate(
        28px,
        40px
      )
      rotate(10deg);
    transition:
      opacity 720ms cubic-bezier(0.22, 1, 0.32, 1),
      transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
  }

  .product-card--flour .product-card__media-hover {
    /*z-index: 1;
    transform: rotate(10deg);
    top: -80px;
    left: -80px;
    max-width: none;
    max-height: none;
    opacity: 0;
    object-fit: contain;
    pointer-events: none;
    transform: translate(
        28px,
        40px
      );
    transition:
      opacity 720ms cubic-bezier(0.22, 1, 0.32, 1),
      transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
  }

  .product-card--flax .product-card__media-hover {
    /*z-index: 1;
    top: 10px;
    left: -115px;
    width: 430px;
    height: 369px;
    max-width: none;
    max-height: none;
    opacity: 0;
    object-fit: cover;
    pointer-events: none;
    transform: translate(
        28px,
        40px
      )
      scale(1.08);
    transition:
      opacity 720ms cubic-bezier(0.22, 1, 0.32, 1),
      transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
  }

  .product-card--urbech .product-card__media-hover {
    /*z-index: 1;*/
    /*top: -90px;*/
    /*left: -230px;*/
    /*width: 550px;*/
    /*height: 550px;*/
    /*max-width: none;*/
    /*max-height: none;*/
    /*opacity: 0;*/
    /*object-fit: contain;*/
    /*pointer-events: none;*/
    /*transform: translate(*/
    /*    28px,*/
    /*    40px*/
    /*  );*/
    /*transition:
      opacity 720ms cubic-bezier(0.22, 1, 0.32, 1),
      transform 720ms cubic-bezier(0.22, 1, 0.32, 1);
  }*/
}

.product-card__media-front {
  z-index: 2;
  top: 60px;
  left: 30px;
  width: 192px;
  max-width: none;
  /*height: 615px;*/
  object-fit: contain;
  object-position: left top;
  transition: top 720ms cubic-bezier(0.22, 1, 0.32, 1);
}

.product-card--pumpkin .product-card__media-front,
.product-card--mustard .product-card__media-front,
.product-card--flour .product-card__media-front,
.product-card--flax .product-card__media-front {
  /*top: 40px;*/
}

.product-card--flour .product-card__media-front {
  /*top: 90px;*/
  /*width: 244px;*/
  /*left: 15px;*/
  /*height: 340px;*/
  /*transform: scale(1.45);
  transition:
    top 720ms cubic-bezier(0.22, 1, 0.32, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
}

.product-card--urbech .product-card__media-front {
  /*top: 130px;*/
  /*left: 10px;*/
  /*width: 256px;*/
  /*height: 241px;*/
  /*transform-origin: left bottom;*/
  /*transition:*/
  /*  top 720ms cubic-bezier(0.22, 1, 0.32, 1),*/
  /*  transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
}

.product-card--flax .product-card__media-front {
  /*top: 90px;*/
  /*left: 15px;*/
  /*width: 244px;*/
  /*height: 328px;*/
  /*transform: scale(1.45);*/
  /*transition:*/
  /*  top 720ms cubic-bezier(0.22, 1, 0.32, 1),*/
  /*  transform 720ms cubic-bezier(0.22, 1, 0.32, 1);*/
}

.product-card__meta {
  display: flex;
  width: 300px;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.product-card__description {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: inherit;
}

.product-card__button {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  width: fit-content;
  max-width: 100%;
  gap: 0;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #a33b3b;
  transition: gap 720ms cubic-bezier(0.22, 1, 0.32, 1);
}
.product-card.product-card--pumpkin .product-card__button {
  background-color: #9c6434;
}
.product-card.product-card--mustard .product-card__button {
  background-color: #716e1c;
}
.product-card.product-card--flour .product-card__button {
  background-color: #4d6c52;
}
.product-card.product-card--urbech .product-card__button {
  background-color: #656564;
}
.product-card.product-card--flax .product-card__button {
  background-color: #536db2;
}


.product-card__button-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #ffffff;
  vertical-align: middle;
  transition:
    max-width 720ms cubic-bezier(0.22, 1, 0.32, 1),
    opacity 720ms cubic-bezier(0.22, 1, 0.32, 1);
}

.product-card__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

@media (min-width: 769px) {
  .product-card:hover,
  .product-card:focus-within {
    background-color: #ffdbdb;
  }

  .product-card.product-card--pumpkin:hover,
  .product-card.product-card--pumpkin:focus-within {
    background-color: #f6debe;
  }

  .product-card.product-card--mustard:hover,
  .product-card.product-card--mustard:focus-within {
    background-color: #f2ecc2;
  }

  .product-card.product-card--flour:hover,
  .product-card.product-card--flour:focus-within {
    background-color: #d5e9d8;
  }

  .product-card.product-card--urbech:hover,
  .product-card.product-card--urbech:focus-within {
    background-color: #e4e6d7;
  }

  .product-card.product-card--flax:hover,
  .product-card.product-card--flax:focus-within {
    background-color: #d5e5f6;
  }

  .product-card.product-card--flour:hover .product-card__media-front,
  .product-card.product-card--flour:focus-within .product-card__media-front {
    top: 35px;
  }

  .product-card.product-card--flax:hover .product-card__media-front,
  .product-card.product-card--flax:focus-within .product-card__media-front {
    top: 35px;
  }

  .product-card.product-card--urbech:hover .product-card__media-front,
  .product-card.product-card--urbech:focus-within .product-card__media-front {
    top: 80px;
  }

  .product-card:hover .product-card__media-hover,
  .product-card:focus-within .product-card__media-hover {
    opacity: 1;
    transform: translate(0, 0);
  }

  .product-card--pumpkin:hover .product-card__media-hover,
  .product-card--pumpkin:focus-within .product-card__media-hover {
    transform: translate(0, 0) rotate(-30deg);
  }

  .product-card--mustard:hover .product-card__media-hover,
  .product-card--mustard:focus-within .product-card__media-hover {
    transform: translate(0, 0) rotate(10deg);
  }

  .product-card--urbech:hover .product-card__media-hover,
  .product-card--urbech:focus-within .product-card__media-hover {
    transform: translate(0, 0);
  }

  .product-card--flax:hover .product-card__media-hover,
  .product-card--flax:focus-within .product-card__media-hover {
    transform: translate(0, 0) scale(1.08);
  }

  .product-card:hover .product-card__media-front,
  .product-card:focus-within .product-card__media-front {
    top: 35px;
  }

  .product-card--pumpkin:hover .product-card__media-front,
  .product-card--pumpkin:focus-within .product-card__media-front,
  .product-card--mustard:hover .product-card__media-front,
  .product-card--mustard:focus-within .product-card__media-front {
    top: -5px;
  }

  .product-card:hover .product-card__button,
  .product-card:focus-within .product-card__button {
    gap: 40px;
  }

  .product-card:hover .product-card__button-text,
  .product-card:focus-within .product-card__button-text {
    max-width: 12em;
    opacity: 1;
  }
}

@media (max-width: 568px) {
  .products-new__catalog-button {
    border-radius: 7px;
  }

  .products-new__container {
    gap: 32px;
    padding: 80px 0 0;
  }

  .products-new__head {
    padding: 0 16px;
  }

  .products-new__title {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .products-new__slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .products-new__slider::-webkit-scrollbar {
    display: none;
  }

  .products-new__track-lead {
    display: none;
  }

  .products-new__track {
    width: max-content;
    max-width: none;
    gap: 20px;
    will-change: auto;
  }

  .product-card {
    flex: 0 0 632px;
    width: 632px;
    min-width: 632px;
    height: 448px;
    border-radius: 7px;
    opacity: 1;
    padding: 34px 38px 38px 38px;
    background-color: #ffdbdb;
    transition: none;
  }

  .product-card.product-card--pumpkin {
    background-color: #f6debe;
  }

  .product-card.product-card--mustard {
    background-color: #f2ecc2;
  }

  .product-card.product-card--flour {
    background-color: #d5e9d8;
  }

  .product-card.product-card--urbech {
    background-color: #e4e6d7;
  }

  .product-card.product-card--flax {
    background-color: #d5e5f6;
  }

  .product-card:hover,
  .product-card:focus-within {
    background-color: #ffdbdb;
  }

  .product-card__title {
    font-size: 28px;
  }

  .product-card__main {
    margin-left: 0;
    gap: 24px;
    min-height: 0;
  }

  .product-card__meta {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    gap: 20px;
  }

  .product-card__description {
    font-size: 14px;
  }

  .product-card__media {
    width: 240px;
    min-width: 240px;
    height: 520px;
    min-height: 520px;
    align-self: flex-end;
  }

  .product-card__media-hover,
  .product-card__media-front {
    transition: none;
  }

  .product-card__media-hover {
    opacity: 1;
    pointer-events: none;
  }

  .product-card--new .product-card__media-hover {
    top: 220px;
    left: -60px;
    width: 340px;
    height: 340px;
    max-width: none;
    max-height: none;
    object-fit: cover;
    transform: translate(0, 0);
  }

  .product-card--pumpkin .product-card__media-hover {
    z-index: 1;
    top: 300px;
    left: -100px;
    width: 340px;
    height: 340px;
    max-width: none;
    max-height: none;
    object-fit: cover;
    transform: translate(0, 0) rotate(-30deg);
  }

  .product-card--mustard .product-card__media-hover {
    z-index: 1;
    top: 220px;
    left: -130px;
    width: 340px;
    height: 340px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: translate(0, 0) rotate(10deg);
  }

  .product-card--flour .product-card__media-hover {
    z-index: 1;
    top: 170px;
    left: -80px;
    width: 340px;
    height: 340px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: translate(0, 0);
  }

  .product-card--flax .product-card__media-hover {
    z-index: 1;
    top: 250px;
    left: -150px;
    width: 430px;
    height: 369px;
    max-width: none;
    max-height: none;
    object-fit: cover;
    transform: translate(0, 0) scale(1.08);
  }

  .product-card--urbech .product-card__media-hover {
    z-index: 1;
    top: 140px;
    left: -250px;
    width: 550px;
    height: 550px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: translate(0, 0);
  }

  .product-card__media-front {
    z-index: 2;
    top: 280px;
    left: 30px;
    width: 168px;
    height: 511px;
    max-width: none;
    object-fit: contain;
    object-position: left top;
    transform: none;
  }

  .product-card--pumpkin .product-card__media-front,
  .product-card--mustard .product-card__media-front {
    top: 270px;
    left: 30px;
  }

  .product-card--flour .product-card__media-front,
  .product-card--flax .product-card__media-front {
    top: 280px;
    left: 5px;
    transform: scale(1.45);
  }

  .product-card--urbech .product-card__media-front {
    top: 315px;
    left: -10px;
  }

  .product-card__button {
    gap: 40px;
    border-radius: 7px;
    transition: none;
  }

  .product-card__button-text {
    max-width: 12em;
    opacity: 1;
    transition: none;
  }

  .products-new__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 16px;
  }

  .products-new__nav-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .products-new__nav-dot {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .products-new__nav .products-new__nav-dot:nth-child(1) {
    background-color: #2f181199;
  }

  .products-new__nav .products-new__nav-dot:nth-child(2) {
    background-color: #2f181126;
  }

  .products-new__nav[data-products-new-at-end='true'] .products-new__nav-dot:nth-child(1) {
    background-color: #2f181126;
  }

  .products-new__nav[data-products-new-at-end='true'] .products-new__nav-dot:nth-child(2) {
    background-color: #2f181199;
  }

  .products-new__nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .products-new__nav-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #2F181180;
    border-radius: 200px;
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .products-new__nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }

  .products-new__nav-btn:focus-visible {
    outline: 2px solid rgb(47 24 17 / 50%);
    outline-offset: 2px;
  }

  .products-new__nav-btn--prev .products-new__nav-btn-icon {
    transform: rotate(180deg);
  }

  .products-new__nav-btn-icon {
    display: block;
    width: 10px;
    height: auto;
  }
}

@media (max-width: 430px) {
  .products-new__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'products-new-head-titles products-new-head-nav'
      'products-new-slider products-new-slider'
      'products-new-foot-catalog .';
    gap: 24px;
    padding: 80px 0 0;
  }

  .products-new__head {
    display: contents;
  }

  .products-new__titles {
    grid-area: products-new-head-titles;
    align-self: end;
    min-width: 0;
    padding: 0 0 0 12px;
  }

  .products-new__action {
    grid-area: products-new-foot-catalog;
    justify-self: start;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .products-new__slider {
    grid-area: products-new-slider;
    margin: 0;
    padding: 0;
  }

  .products-new__nav {
    display: contents;
  }

  .products-new__container .products-new__nav-dots {
    display: none;
  }

  .products-new__nav-controls {
    grid-area: products-new-head-nav;
    align-self: end;
    justify-self: end;
    padding: 0 12px 0 0;
  }

  .products-new__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .products-new__catalog-button {
    padding: 8px
      12px;
    gap: 16px;
  }

  .products-new__catalog-text {
    font-size: 14px;
  }

  .products-new__track {
    gap: 12px;
    padding: 0 12px;
  }

  .product-card {
    flex: 0 0 350px;
    width: 350px;
    min-width: 350px;
    height: 280px;
    padding: 20px;
    border-radius: 7px;
    gap: 12px;
    opacity: 1;
  }

  .product-card__top {
    position: relative;
    z-index: 3;
  }

  .product-card__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .product-card__chip {
    font-size: 12px;
    border-radius: 5px;
  }

  .product-card__description {
    display: none;
  }

  .product-card__main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    flex: 1;
    min-height: 0;
    margin-left: 0;
    position: relative;
  }

  .product-card__media {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    align-self: stretch;
  }

  .product-card__meta {
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    justify-self: end;
    z-index: 5;
    display: block;
    min-height: 0;
    padding: 0;
    gap: 0;
    pointer-events: none;
  }

  .product-card__button {
    position: static;
    margin: 0;
    gap: 0;
    padding: 8px 12px;
    pointer-events: auto;
  }

  .product-card__button-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    max-width: 0;
  }

  .product-card__media-hover,
  .product-card__media-front {
    transition: none;
  }

  .product-card__media-hover {
    opacity: 1;
    transform: none;
  }

  .product-card__media-front {
    z-index: 2;
    transform: none;
    object-fit: contain;
    object-position: left top;
  }

  .product-card--new .product-card__media-hover {
    top: -20px;
    left: -20px;
    width: 206px;
    height: 206px;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }

  .product-card--new .product-card__media-front,
  .product-card--pumpkin .product-card__media-front,
  .product-card--mustard .product-card__media-front {
    top: 24px;
    left: -13px;
    width: 99px;
    height: 300px;
    max-width: none;
  }

  .product-card--pumpkin .product-card__media-hover {
    z-index: 1;
    top: 40px;
    left: -60px;
    width: 200px;
    height: 200px;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }

  .product-card--mustard .product-card__media-hover {
    z-index: 1;
    top: -10px;
    left: -60px;
    width: 200px;
    height: 200px;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }

  .product-card--flour .product-card__media-hover {
    z-index: 1;
    top: -35px;
    left: -50px;
    width: 190px;
    height: 190px;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }

  .product-card--flour .product-card__media-front {
    top: 30px;
    left: 0;
    width: 118px;
    height: 198px;
    max-width: none;
  }

  .product-card--flax .product-card__media-hover {
    z-index: 1;
    top: 40px;
    left: -45px;
    width: 220px;
    height: 190px;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }

  .product-card--flax .product-card__media-front {
    top: 50px;
    left: 0;
    width: 120px;
    height: 200px;
    max-width: none;
  }

  .product-card--urbech .product-card__media-hover {
    z-index: 1;
    top: 0;
    left: -72px;
    width: 250px;
    height: 200px;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }

  .product-card--urbech .product-card__media-front {
    top: 70px;
    left: -5px;
    width: 112px;
    height: 200px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-new__track {
    will-change: auto;
  }

  .product-card__media-hover,
  .product-card__media-front,
  .product-card__button,
  .product-card__button-text {
    transition: none;
  }

  @media (min-width: 769px) {
    .product-card__media-hover {
      transform: none;
    }
  }

  @media (min-width: 769px) {
    .product-card--pumpkin .product-card__media-hover {
      transform: rotate(-30deg);
    }

    .product-card--mustard .product-card__media-hover {
      transform: rotate(10deg);
    }

    .product-card--flour .product-card__media-hover {
      transform: none;
    }

    .product-card--urbech .product-card__media-hover {
      transform: none;
    }

    .product-card--flax .product-card__media-hover {
      transform: none;
    }
  }

  @media (min-width: 769px) {
    .product-card:hover .product-card__media-hover,
    .product-card:focus-within .product-card__media-hover {
      transform: none;
    }
  }

  @media (min-width: 769px) {
    .product-card--pumpkin:hover .product-card__media-hover,
    .product-card--pumpkin:focus-within .product-card__media-hover {
      transform: rotate(-30deg);
    }

    .product-card--mustard:hover .product-card__media-hover,
    .product-card--mustard:focus-within .product-card__media-hover {
      transform: rotate(10deg);
    }

    .product-card--flour:hover .product-card__media-hover,
    .product-card--flour:focus-within .product-card__media-hover {
      transform: none;
    }

    .product-card--urbech:hover .product-card__media-hover,
    .product-card--urbech:focus-within .product-card__media-hover {
      transform: none;
    }

    .product-card--flax:hover .product-card__media-hover,
    .product-card--flax:focus-within .product-card__media-hover {
      transform: none;
    }
  }
}

/* ============================================ */
/* HOTSPOTS */
/* ============================================ */
.hotspots {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: #fff6e1;
}

.hotspots__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 950px;
}

.hotspots__canvas {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hotspots__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hotspots__pins {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hotspots-pin {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background-color: #c0d6fb;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    background-color 200ms ease,
    transform 200ms ease;
}

.hotspots-pin__icon {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 200ms ease;
}

.hotspots-pin--active {
  background-color: #fff6e1;
}

.hotspots-pin--active .hotspots-pin__icon {
  transform: rotate(45deg);
}

.hotspots-pin:focus-visible {
  outline: 2px solid rgb(47 24 17 / 50%);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .hotspots__inner {
    height: 720px;
  }
}

@media (max-width: 568px) {
  .hotspots__inner {
    height: 500px;
  }

  .hotspots-pin {
    width: 36px;
    height: 36px;
  }
}

.hotspots-spot {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
}
@media (max-width: 568px) {
  .hotspots-spot {
    display: none;
  }
}

.hotspots-spot--pos-1 {
  top: 25%;
  left: 8%;
}

.hotspots-spot--pos-2 {
  top: 15%;
  left: 50%;
}

.hotspots-spot--pos-3 {
  top: 68%;
  left: 19%;
}

.hotspots-spot--pos-4 {
  top: 70%;
  left: 65%;
}

.hotspots-spot--pos-5 {
  top: 40%;
  left: 87%;
}

.hotspots-spot .hotspots-pin {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

@keyframes hotspots-card-reveal-width {
  0% {
    max-width: 0;
    animation-timing-function: ease-out;
  }

  9% {
    max-width: 12px;
    animation-timing-function: linear;
  }

  13% {
    max-width: 12px;
    animation-timing-function: cubic-bezier(0.22, 0.82, 0.38, 1);
  }

  100% {
    max-width: 297px;
  }
}

@keyframes hotspots-card-content-in {
  0%,
  40% {
    opacity: 0;
  }

  68%,
  100% {
    opacity: 1;
  }
}

@keyframes hotspots-card-hide-width {
  0% {
    max-width: 297px;
    animation-timing-function: linear;
  }

  26% {
    max-width: 297px;
    animation-timing-function: cubic-bezier(0.45, 0, 0.35, 1);
  }

  86% {
    max-width: 12px;
    animation-timing-function: linear;
  }

  93% {
    max-width: 12px;
    animation-timing-function: ease-in;
  }

  100% {
    max-width: 0;
  }
}

@keyframes hotspots-card-content-out {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
  }

  24% {
    opacity: 0;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
  }
}

.hotspots-card {
  position: absolute;
  top: 0;
  left: 33px;
  max-width: 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.hotspots-spot--card-left .hotspots-card {
  right: 33px;
  left: auto;
}

@media (max-width: 1024px) {
  .hotspots-card {
    left: 30px;
  }

  .hotspots-spot--card-left .hotspots-card {
    right: 30px;
  }
}

.hotspots-spot--open .hotspots-card {
  animation: hotspots-card-reveal-width 520ms forwards;
  transition: none;
}

.hotspots-spot--closing .hotspots-pin {
  pointer-events: none;
}

.hotspots-spot--closing .hotspots-card {
  max-width: 297px;
  animation: hotspots-card-hide-width 520ms forwards;
  transition: none;
}

.hotspots-spot--closing .hotspots-card__content {
  animation: hotspots-card-content-out 520ms ease forwards;
  transition: none;
}

.hotspots-card__shell {
  box-sizing: border-box;
  width: 297px;
  min-width: 297px;
  flex-shrink: 0;
}

.hotspots-card__panel {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px 8px 8px;
  border-radius: 12px;
  background-color: #fff6e1;
  flex-shrink: 0;
}

.hotspots-card__content {
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  opacity: 0;
  transition: opacity 220ms ease;
}

.hotspots-spot--open .hotspots-card__content {
  animation: hotspots-card-content-in 520ms ease forwards;
}

.hotspots-card__media {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 6px;
  background-color: #f7ecd3;
}

.hotspots-card__img {
  display: block;
  width: 35px;
  height: 55px;
  object-fit: contain;
}

.hotspots-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}

.hotspots-card__title {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #2f1811;
}

.hotspots-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hotspots-card__weight {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: #2f1811;
}

.hotspots-card__action {
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #2f181180;
  border-radius: 200px;
  background-color: transparent;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    background-color 200ms ease;
}

.hotspots-card__action:focus-visible {
  outline: 2px solid rgb(47 24 17 / 50%);
  outline-offset: 2px;
}

.hotspots-card__action-icon {
  display: block;
}

.hotspots-mobile {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .hotspots-spot--open .hotspots-card {
    animation: none;
    max-width: 297px;
  }

  .hotspots-card__content {
    transition-duration: 1ms;
  }

  .hotspots-spot--open .hotspots-card__content {
    animation: none;
    opacity: 1;
  }

  .hotspots-spot--closing .hotspots-card {
    animation: none;
    max-width: 0;
  }

  .hotspots-spot--closing .hotspots-card__content {
    animation: none;
    opacity: 0;
  }
}

@media (max-width: 568px) {
  .hotspots-card {
    display: none;
  }

  .hotspots-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    padding-bottom: 16px;
  }

  .hotspots-mobile__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hotspots-mobile__track::-webkit-scrollbar {
    display: none;
  }

  .hotspots-mobile__card {
    flex: 0 0 297px;
    scroll-snap-align: start;
  }

  .hotspots-card__content--mobile {
    opacity: 1;
  }

  .hotspots-mobile__note {
    margin: 12px 24px 0;
    max-width: 320px;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2f1811;
  }
}

/* ============================================ */
/* ADVANTAGES */
/* ============================================ */
.advantages {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: #fff6e1;
}

.advantages__spacer {
  position: relative;
  min-height: 300vh;
}

.advantages__pin {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  width: 100%;
}

.advantages__inner {
  display: flex;
  gap: 130px;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0;
  /*width: 100%;*/
  height: 100svh;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .advantages__inner {
    width: 100%;
    padding: 40px 16px;
  }
}

.advantages__desktop {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 130px;
}
@media (max-width: 1024px) {
  .advantages__desktop {
    gap: 28px;
  }
}

.advantages__mobile-head,
.advantages__mobile-slider,
.advantages__mobile-nav {
  display: none;
}

.advantages__media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 560px;
  min-height: 620px;
  height: calc(100vh - 160px*2);
  border-radius: 10px;
  /*overflow: hidden;*/
}
@media (max-width: 1024px) {
  .advantages__media {
    max-width: 328px;
    height: calc(100vh - 160px*2);
    min-height: 0;
  }
}

.advantages__stack {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  /*overflow: hidden;*/
}

.advantages__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  will-change: transform, opacity;
  transform-origin: center bottom;
  opacity: 0;
  transform: translateY(0) scale(1);
  z-index: 1;
}

.advantages__img:first-child {
  opacity: 1;
  z-index: 2;
}

.advantages__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 550px;
}

.advantages__viewport {
  width: 100%;
  max-height: 620px;
  overflow: hidden;
}

.advantages__track {
  display: flex;
  flex-direction: column;
  gap: 34px;
  transform: translateY(0);
  will-change: transform;
}

.advantages-slide {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 550px;
  opacity: 0.18;
  transition: opacity 320ms ease;
}

.advantages-slide--active {
  opacity: 1;
}

.advantages-slide__grid {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.advantages-slide__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.advantages-slide__label {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.advantages-slide__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.advantages-slide__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.advantages-slide__subtitle {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.advantages-slide__copy {
  display: flex;
  max-width: 440px;
}

.advantages-slide__text {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f181199;
}

@media (max-width: 568px) {
  .advantages__inner {
    gap: 28px;
    height: 1000px;
    padding: 130px 16px 280px 16px;
  }

  .advantages__desktop {
    gap: 28px;
  }

  .advantages__media {
    width: 328px;
    max-width: 100%;
    height: 590px;
  }

  .advantages__text {
    max-width: 380px;
    min-width: 0;
  }

  .advantages__viewport {
    max-width: 380px;
  }

  .advantages__track {
    gap: 24px;
    max-width: 380px;
  }

  .advantages-slide {
    max-width: 380px;
  }

  .advantages-slide__copy {
    max-width: 380px;
  }

  .advantages-slide__subtitle {
    font-size: 28px;
  }

  .advantages-slide__text {
    font-size: 14px;
  }

  .advantages-slide__grid {
    gap: 48px;
  }

  .advantages-slide__label {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .advantages-slide__title {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0;
  }
}

@media (max-width: 430px) {
  .advantages__spacer {
    min-height: 0;
  }

  .advantages__pin {
    position: static;
  }

  .advantages__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    height: auto;
    min-height: 0;
    padding: 80px 12px;
  }

  .advantages__desktop {
    display: none;
  }

  .advantages__mobile-head {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .advantages__mobile-head .advantages-slide__head {
    gap: 20px;
  }

  .advantages__mobile-head .advantages-slide__title {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .advantages__mobile-slider {
    display: block;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .advantages__mobile-slider::-webkit-scrollbar {
    display: none;
  }

  .advantages__mobile-track {
    display: flex;
    width: max-content;
    gap: 12px;
  }

  .advantages__mobile-card {
    display: flex;
    width: 366px;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
  }

  .advantages__mobile-img {
    display: block;
    width: 366px;
    height: 360px;
    border-radius: 7px;
    object-fit: cover;
  }

  .advantages__mobile-card .advantages-slide__detail {
    gap: 16px;
  }

  .advantages__mobile-card .advantages-slide__subtitle {
    font-size: 22px;
    line-height: 110%;
  }

  .advantages__mobile-card .advantages-slide__text {
    font-size: 14px;
    line-height: 130%;
  }

  .advantages__mobile-card .advantages-slide__copy {
    max-width: 100%;
  }

  .advantages__mobile-nav {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .advantages__mobile-nav-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .advantages__mobile-nav-dot {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2f181126;
  }

  .advantages__mobile-nav-dot--active {
    background-color: #2f181199;
  }

  .advantages__mobile-nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .advantages__mobile-nav-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #2F181180;
    border-radius: 200px;
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .advantages__mobile-nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }

  .advantages__mobile-nav-btn:focus-visible {
    outline: 2px solid rgb(47 24 17 / 50%);
    outline-offset: 2px;
  }

  .advantages__mobile-nav-btn--prev .advantages__mobile-nav-btn-icon {
    transform: rotate(180deg);
  }

  .advantages__mobile-nav-btn-icon {
    display: block;
    width: 10px;
    height: auto;
  }
}

/* ============================================ */
/* FLAX SHOWCASE */
/* ============================================ */
.flax-showcase {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #ffedc4;
  position: relative;
}
.flax-showcase:after {
  content: '';
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg, #fff6e1 0%, #ffedc4 100%);
}

.flax-showcase__part {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 80px 94px 24px;
  position: sticky;
  top: 0;
}

.flax-showcase--animated .flax-showcase__left,
.flax-showcase--animated .flax-showcase__center,
.flax-showcase--animated .flax-showcase__right,
.flax-showcase--animated .flax-showcase__label,
.flax-showcase--animated .flax-showcase__meta,
.flax-showcase--animated .flax-showcase__certificate,
.flax-showcase--animated .flax-showcase__product-image,
.flax-showcase--animated .flax-showcase__bottom,
.flax-showcase--animated .flax-showcase__gallery-image,
.flax-showcase--animated .flax-showcase__details,
.flax-showcase--animated .flax-showcase__button {
  will-change: transform, opacity;
}

.flax-showcase__inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  max-width: 1252px;
}
@media (max-width: 1024px) {
  .flax-showcase__part {
    padding: 72px 32px 180px;
  }

  .flax-showcase__part:not(.flax-showcase__part--bottom) {
    box-sizing: border-box;
    min-height: 100svh;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .flax-showcase__inner {
    display: grid;
    grid-template-columns: 360px;
    grid-template-areas:
      'center-label'
      'left'
      'product';
    justify-content: center;
    justify-items: center;
    row-gap: 36px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    align-content: start;
  }

  .flax-showcase__center {
    display: contents;
  }

  .flax-showcase__label {
    grid-area: center-label;
    font-size: 20px;
    line-height: 120%;
  }

  .flax-showcase__left {
    grid-area: left;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: max-content;
    max-width: 100%;
    height: auto;
  }

  .flax-showcase__title {
    font-size: 84px;
    line-height: 90%;
    text-align: center;
    white-space: nowrap;
  }

  .flax-showcase__title br {
    display: none;
  }

  .flax-showcase__meta {
    justify-content: center;
  }

  .flax-showcase__meta-text {
    font-size: 14px;
  }

  .flax-showcase__product {
    grid-area: product;
    justify-self: center;
    width: 360px;
    height: 586px;
  }

  .flax-showcase__product-image {
    width: 360px;
    height: 586px;
  }

  .flax-showcase__certificate {
    width: 92px;
    height: 92px;
    bottom: -4px;
    left: -28px;
  }

  .flax-showcase__right {
    position: absolute;
    left: calc(50% + 180px + 36px);
    top: 472px;
    justify-content: center;
    gap: 24px;
    width: max-content;
    max-width: 360px;
    height: auto;
  }

  .flax-showcase-feature__title {
    font-size: 17px;
  }

  .flax-showcase__part--bottom {
    min-height: 100svh;
    height: auto;
    padding: 32px 32px 120px 120px;
  }

  .flax-showcase__bottom {
    display: flex;
    flex-direction: column-reverse;
    min-height: 72vh;
  }

  .flax-showcase__details {
    margin-top: 120px;
    margin-left: 0;
    max-width: 640px;
  }

  .flax-showcase__gallery {
    flex: unset;
  }

  .flax-showcase__list {
    gap: 8px;
  }

  .flax-showcase__list-text {
    font-size: 30px;
  }

  .flax-showcase__list-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .flax-showcase__gallery-image--back {
    top: 32px;
    left: 220px;
    width: 220px;
    height: 296px;
  }

  .flax-showcase__gallery-image--front {
    top: 150px;
    left: 20px;
    width: 216px;
    height: 296px;
  }

  .flax-showcase__pack-target {
    top: 72px;
    right: 24px;
    width: 220px;
    height: 357px;
  }
}

.flax-showcase__left {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  max-width: 409px;
  height: 550px;
}

.flax-showcase__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 0;
  text-align: right;
  color: #2f1811;
}

.flax-showcase__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.flax-showcase__meta-text {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.flax-showcase__meta-heart {
  display: block;
  width: 16px;
  height: 18px;
}

.flax-showcase__center {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 0 0 306px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 306px;
}

.flax-showcase__label {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #2f1811;
}

.flax-showcase__product {
  position: relative;
  width: 306px;
  height: 498px;
}

.flax-showcase__product-image {
  display: block;
  width: 306px;
  height: 498px;
  object-fit: cover;
}

.flax-showcase__certificate {
  position: absolute;
  bottom: 6px;
  left: -50px;
  display: block;
  width: 105px;
  height: 105px;
}

.flax-showcase__right {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  height: 490px;
  justify-content: flex-end;
  flex-direction: column;
  gap: 32px;
  max-width: 213px;
}

.flax-showcase-feature {
display: flex;
flex-direction: column;
gap: 12px;
}

.flax-showcase-feature__icon {
display: block;
width: 67px;
height: 67px;
}

.flax-showcase-feature__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.flax-showcase__part--bottom {
  padding: 32px 85px 77px;
  min-height: 100svh;
  height: auto;
  display: flex;
  align-items: center;
}

.flax-showcase__bottom {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1252px;
  min-height: 64vh;
}

.flax-showcase__gallery {
  position: relative;
  flex: 0 0 360px;
  width: 360px;
  height: 420px;
}

.flax-showcase__gallery-image {
  position: absolute;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.flax-showcase__gallery-image--back {
  top: 0;
  left: 101px;
  width: 260px;
  height: 350px;
  z-index: 1;
}

.flax-showcase__gallery-image--front {
  top: 230px;
  left: -40px;
  width: 254px;
  height: 350px;
  z-index: 2;
}

.flax-showcase__details {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: 593px;
  height: 246px;
  margin-top: 160px;
  margin-left: 56px;
}

.flax-showcase__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flax-showcase__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.flax-showcase__list-icon {
  display: block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.flax-showcase__list-text {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.flax-showcase__button {
  align-self: flex-start;
  gap: 40px;
  background-color: #9c6434;
}

.flax-showcase__button-text {
  max-width: 12em;
  opacity: 1;
}

.flax-showcase__pack-target {
  position: absolute;
  top: 188px;
  right: 24px;
  display: block;
  width: 236px;
  height: 384px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .flax-showcase__part {
    padding: 80px 16px 215px 16px;
  }

  .flax-showcase__part:not(.flax-showcase__part--bottom) {
    /*position: relative;*/
    box-sizing: border-box;
    min-height: 100svh;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .flax-showcase__inner {
    display: grid;
    grid-template-columns: 306px;
    grid-template-areas:
      'center-label'
      'left'
      'product';
    justify-content: center;
    justify-items: center;
    row-gap: 32px;
    width: 100%;
    max-width: 736px;
    margin: 0 auto;
    align-content: start;
  }

  .flax-showcase__center {
    display: contents;
  }

  .flax-showcase__label {
    grid-area: center-label;
    font-size: 18px;
    line-height: 120%;
  }

  .flax-showcase__left {
    grid-area: left;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: max-content;
    max-width: 100%;
    height: auto;
  }

  .flax-showcase__title {
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    white-space: nowrap;
  }

  .flax-showcase__title br {
    display: none;
  }

  .flax-showcase__meta {
    justify-content: center;
  }

  .flax-showcase__meta-text {
    font-size: 14px;
  }

  .flax-showcase__product {
    grid-area: product;
    justify-self: center;
    width: 306px;
    height: 498px;
  }

  .flax-showcase__right {
    position: absolute;
    left: calc(50% + 153px + 28px);
    top: 410px;
    justify-content: center;
    gap: 24px;
    width: max-content;
    max-width: 498px;
    height: auto;
  }

  .flax-showcase-feature__title {
    font-size: 16px;
  }

  .flax-showcase__part--bottom {
    height: 900px;
    padding: 30px 0 170px 116px;
  }

  .flax-showcase__bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .flax-showcase__details {
    margin-top: 140px;
    margin-left: 0;
  }

  .flax-showcase__gallery {
    flex: unset;
  }

  .flax-showcase__list {
    gap: 8px;
  }

  .flax-showcase__list-text {
    font-size: 28px;
  }

  .flax-showcase__list-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .flax-showcase__gallery-image--back {
    top: 64px;
    left: 180px;
    width: 164px;
    height: 221px;
  }

  .flax-showcase__gallery-image--front {
    top: 110px;
    left: 0;
    width: 161px;
    height: 221px;
  }

  .flax-showcase__pack-target {
    position: absolute;
    top: 96px;
    right: 16px;
    display: block;
    width: 183px;
    height: 298px;
  }
}

@media (max-width: 430px) {
  .flax-showcase {
    height: auto;
    max-height: none;
  }

  .flax-showcase__part:not(.flax-showcase__part--bottom) {
    box-sizing: border-box;
    min-height: 100svh;
    height: auto;
    max-height: none;
    padding: 80px 16px;
  }

  .flax-showcase__title {
    font-size: 50px;
  }

  .flax-showcase__meta-text {
    font-size: 12px;
  }

  .flax-showcase__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .flax-showcase__center {
    display: contents;
  }

  .flax-showcase__label {
    order: 0;
  }

  .flax-showcase__left {
    order: 1;
    gap: 0;
  }

  .flax-showcase__product {
    order: 2;
    width: 202px;
    height: 328px;
  }

  .flax-showcase__product-image {
    width: 202px;
    height: 328px;
    opacity: 1;
  }

  .flax-showcase__certificate {
    width: 71px;
    height: 71px;
    bottom: -10px;
    left: -15px;
  }

  .flax-showcase__right {
    order: 3;
    position: static;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    gap: 16px;
    margin-top: 4px;
  }

  .flax-showcase-feature {
    align-items: center;
    text-align: center;
  }

  .flax-showcase-feature__icon {
    width: 55px;
    height: 55px;
  }

  .flax-showcase__part--bottom {
    min-height: 100svh;
    height: auto;
    padding: 0 12px;
  }

  .flax-showcase__details {
    margin: 0;
    gap: 24px;
  }

  .flax-showcase__list-text {
    font-size: 22px;
  }

  .product-card__button.flax-showcase__button {
    gap: 16px;
    padding: 8px 12px;
    border-radius: 7px;
    transition: none;
  }

  .product-card__button.flax-showcase__button .product-card__button-text {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
    max-width: 12em;
    opacity: 1;
    transition: none;
  }

  .flax-showcase__gallery-image--back {
    top: -10px;
    left: 180px;
    width: 148px;
    height: 199px;
  }

  .flax-showcase__gallery-image--front {
    top: 50px;
    left: 20px;
    width: 145px;
    height: 199px;
  }

  .flax-showcase__pack-target {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 24px;
    left: 50%;
    margin-left: -75.5px;
    width: 151px;
    height: 247px;
  }
}

/* ============================================ */
/* RECIPES */
/* ============================================ */
.recipes {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  background-color: #fff6e1;
}
.recipes::after {
  content: '';
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg, #ffedc4 0%, #fff6e1 100%);
}
.product-page .recipes::after {
  display: none;
}

.recipes__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 140px 0px 0 0px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .recipes__container {
    width: 100%;
  }
}

.recipes__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.recipes__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.recipes__label,
.recipes__title {
  margin: 0;
}

.recipes__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.recipes__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}
@media (max-width: 1024px) {
  .recipes__title {
    font-size: 40px;
  }
}

.recipes__catalog-button {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
  border: 1px solid rgb(47 24 17 / 50%);
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.recipes__catalog-button:hover {
  background-color: #2f1811;
}

.recipes__catalog-button:hover .recipes__catalog-text {
  color: #ffffff;
}

.recipes__catalog-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.recipes__catalog-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/oktta/assets/icons/arrow-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.recipes__catalog-button:hover .recipes__catalog-icon {
  background-image: url('/local/templates/oktta/assets/icons/arrow-link-white.svg');
}

.recipes__body {
  flex: 1;
  min-height: 0;
}

.recipes__cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.recipes__nav {
  display: none;
}

.recipe-card {
  width: 100%;
  max-width: 325px;
}

.recipe-card__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 20px 20px 24px 20px;
  border-radius: 10px;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .recipe-card__link {
    padding: 16px 16px 20px 16px;
  }
}

.recipe-card__media {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 338px;
  padding: 8px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .recipe-card__media {
    height: 240px;
  }
}

.recipe-card__time-badge {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  padding: 4px 8px;
  gap: 4px;
  border-radius: 5px;
  background-color: transparent;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
@media (max-width: 1024px) {
  .recipe-card__time-badge {
    padding: 4px;
  }
}

.recipe-card__time-icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.recipe-card__time-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .recipe-card__time-text {
    font-size: 12px;
  }
}

.recipe-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 320ms ease;
}

.recipe-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.recipe-card__tag-wrap {
  display: flex;
}

.recipe-card__tag {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #8a6037;
}

.recipe-card.recipe-card--porridge .recipe-card__link,
.recipe-card.recipe-card--porridge .recipe-card__time-badge {
  background-color: #fce4c4;
}

.recipe-card.recipe-card--porridge .recipe-card__tag {
  background-color: #9c643426;
  color: #9c6434;
}

.recipe-card.recipe-card--smoothie .recipe-card__link,
.recipe-card.recipe-card--smoothie .recipe-card__time-badge {
  background-color: #e3eefa;
}

.recipe-card.recipe-card--smoothie .recipe-card__tag {
  background-color: #536db226;
  color: #536db2;
}

.recipe-card.recipe-card--cookies .recipe-card__link,
.recipe-card.recipe-card--cookies .recipe-card__time-badge {
  background-color: #f4f0d0;
}

.recipe-card.recipe-card--cookies .recipe-card__tag {
  background-color: #716e1c26;
  color: #716e1c;
}

.recipe-card.recipe-card--cutlets .recipe-card__link,
.recipe-card.recipe-card--cutlets .recipe-card__time-badge {
  background-color: #e1efe3;
}

.recipe-card.recipe-card--cutlets .recipe-card__tag {
  background-color: #4d6c5226;
  color: #4d6c52;
}
@media (max-width: 1024px) {
  .recipe-card__tag {
    font-size: 12px;
    padding: 4px;
  }
}

.recipe-card__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0;
  color: #2f1811;
}
@media (max-width: 1024px) {
  .recipe-card__title {
    font-size: 18px;
  }
}

.recipe-card__link:hover .recipe-card__image,
.recipe-card__link:focus-visible .recipe-card__image {
  transform: scale(1.08);
}

.recipe-card__link:focus-visible {
  outline: 1px solid rgb(47 24 17 / 50%);
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .recipes__container {
    padding: 96px 24px 0;
  }

  .recipes__body {
    /*width: 100%;*/
    min-width: 0;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .recipes__cards {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 16px;
  }

  .recipes__cards::-webkit-scrollbar {
    display: none;
  }

  .recipe-card {
    flex: 0 0 234px;
    width: 234px;
    max-width: 234px;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .recipes__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .recipes__nav-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .recipes__nav-dot {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .recipes__nav .recipes__nav-dot:nth-child(1) {
    background-color: #2f181199;
  }

  .recipes__nav .recipes__nav-dot:nth-child(2) {
    background-color: #2f181126;
  }

  .recipes__nav[data-recipes-at-end='true'] .recipes__nav-dot:nth-child(1) {
    background-color: #2f181126;
  }

  .recipes__nav[data-recipes-at-end='true'] .recipes__nav-dot:nth-child(2) {
    background-color: #2f181199;
  }

  .recipes__nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .recipes__nav-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #2F181180;
    border-radius: 200px;
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .recipes__nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }

  .recipes__nav-btn:focus-visible {
    outline: 2px solid rgb(47 24 17 / 50%);
    outline-offset: 2px;
  }

  .recipes__nav-btn--prev .recipes__nav-btn-icon {
    transform: rotate(180deg);
  }

  .recipes__nav-btn-icon {
    display: block;
    /*width: 10px;*/
    height: auto;
  }
}

@media (max-width: 568px) {
  .recipes__catalog-button {
    border-radius: 7px;
  }

  .recipes__container {
    gap: 32px;
    padding: 100px 0 0;
  }

  .recipes__head {
    padding: 0 16px;
    gap: 20px;
  }

  .recipes__title {
    font-size: 40px;
  }

  .recipes__body {

  }

  .recipes__cards {
    scroll-padding-inline: 12px;
    padding: 0 12px;
  }

  .recipes__cards::-webkit-scrollbar {
    display: none;
  }

  .recipe-card {
    flex: 0 0 234px;
    width: 234px;
    max-width: 234px;
    min-width: 0;
  }

  .recipe-card__link {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 324px;
    padding: 12px 12px 16px;
    gap: 12px;
    border-radius: 7px;
  }

  .recipe-card__media {
    width: 100%;
    height: 195px;
    padding: 0;
    border-radius: 7px;
  }

  .recipe-card__time-badge {
    top: 6px;
    left: 6px;
  }

  .recipe-card__tag {
    font-size: 12px;
  }

  .recipe-card__title {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
  }

  .recipes__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 16px;
  }

  .recipes__nav-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .recipes__nav-dot {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .recipes__nav .recipes__nav-dot:nth-child(1) {
    background-color: #2f181199;
  }

  .recipes__nav .recipes__nav-dot:nth-child(2) {
    background-color: #2f181126;
  }

  .recipes__nav[data-recipes-at-end='true'] .recipes__nav-dot:nth-child(1) {
    background-color: #2f181126;
  }

  .recipes__nav[data-recipes-at-end='true'] .recipes__nav-dot:nth-child(2) {
    background-color: #2f181199;
  }

  .recipes__nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .recipes__nav-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #2F181180;
    border-radius: 200px;
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .recipes__nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }

  .recipes__nav-btn:focus-visible {
    outline: 2px solid rgb(47 24 17 / 50%);
    outline-offset: 2px;
  }

  .recipes__nav-btn--prev .recipes__nav-btn-icon {
    transform: rotate(180deg);
  }

  .recipes__nav-btn-icon {
    display: block;
    /*width: 10px;*/
    height: auto;
  }
}

@media (max-width: 430px) {
  .recipes__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'recipes-head-titles recipes-head-nav'
      'recipes-body recipes-body'
      'recipes-foot-catalog .';
    gap: 24px;
    padding: 80px 0 0;
  }

  .recipes__head {
    display: contents;
  }

  .recipes__titles {

  }

  .recipes__action {
    grid-area: recipes-foot-catalog;
    justify-self: start;
 
    box-sizing: border-box;
  }

  .recipes__body {
    grid-area: recipes-body;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }

  .recipes__cards {
    gap: 12px;
  }

  .recipes__nav {
    display: contents;
  }

  .recipes__container .recipes__nav-dots {
    display: none;
  }

  .recipes__nav-controls {
    grid-area: recipes-head-nav;
    align-self: end;
    justify-self: end;
    padding: 0 12px 0 0;
  }

  .recipes__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .recipes__catalog-button {
    padding: 8px
      12px;
    gap: 16px;
  }

  .recipes__catalog-text {
    font-size: 14px;
  }

  .recipe-card__time-badge {
    top: 8px;
    left: 8px;
  }
}

/* ============================================ */
/* PRODUCT CATEGORIES */
/* ============================================ */
.product-categories {
  background-color: #fff6e1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.product-categories__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 140px 0 160px 0;
  /*width: min(100% - 80px, 1360px);*/
  /*margin: 0 auto;*/
}
@media (max-width: 1024px) {
  .product-categories__container {
    /*width: 100%;*/
  }
}

.product-categories__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .product-categories__head {
    width: 100%;
  }
}

.product-categories__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-categories__label,
.product-categories__title {
  margin: 0;
}

.product-categories__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.product-categories__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.product-categories__catalog-button {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
  border: 1px solid rgb(47 24 17 / 50%);
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.product-categories__catalog-button:hover {
  background-color: #2f1811;
}

.product-categories__catalog-button:hover .product-categories__catalog-text {
  color: #ffffff;
}

.product-categories__catalog-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  white-space: nowrap;
}

.product-categories__catalog-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/oktta/assets/icons/arrow-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.product-categories__catalog-button:hover .product-categories__catalog-icon {
  background-image: url('/local/templates/oktta/assets/icons/arrow-link-white.svg');
}

.product-categories__slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-left: 40px;
  padding-right: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-categories__slider::-webkit-scrollbar {
  display: none;
}

.product-categories__track {
  display: flex;
  gap: 20px;
}

.product-categories__slider.swiper-initialized {
  overflow: hidden;
  --product-categories-space-between: 20px;
}



@media (hover: hover) and (pointer: fine) {
  .product-categories__slider.swiper-initialized,
  .product-categories__slider.swiper-initialized .product-categories__track,
  .product-categories__slider.swiper-initialized .swiper-slide,
  .product-categories__slider.swiper-initialized .product-category-card__link {
    cursor: url('/local/templates/oktta/assets/icons/cursor-grab.svg') 24 24, grab !important;
  }

  .product-categories__slider.swiper-initialized.swiper-horizontal.swiper-dragging,
  .product-categories__slider.swiper-initialized.swiper-horizontal.swiper-dragging .product-categories__track,
  .product-categories__slider.swiper-initialized.swiper-horizontal.swiper-dragging .swiper-slide,
  .product-categories__slider.swiper-initialized.swiper-horizontal.swiper-dragging .product-category-card__link {
    cursor: url('/local/templates/oktta/assets/icons/cursor-grabbing.svg') 24 24, grabbing !important;
  }
}

.product-categories__slider.swiper-initialized .swiper-slide {
  position: relative;
}

.product-categories__slider.swiper-initialized .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(-1 * var(--product-categories-space-between));
  width: var(--product-categories-space-between);
  height: 100%;
}

.product-categories__slider.swiper-initialized .product-categories__track {
  gap: 0;
}

.product-category-card {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 410px;
  min-width: 410px;
  height: 570px;
  border-radius: 10px;
  overflow: hidden;
}

.product-category-card__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
  text-decoration: none;
}

.product-category-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.product-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 320ms ease;
  pointer-events: none;
}

.product-category-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-category-card__label {
  display: flex;
  justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: 370px;
  padding: 11px;
  border-radius: 10px;
  background-color: #fff6e1;
}

.product-category-card__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  color: #2f1811;
}

.product-category-card__count {
  align-self: flex-start;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: right;
  color: #2f1811;
}

.product-category-card:hover .product-category-card__image,
.product-category-card:focus-within .product-category-card__image {
  transform: scale(1.08);
}

@media (max-width: 1024px) {
  .product-categories__container {
    height: auto;
    padding: 96px 0 120px;
  }

  .product-categories__head {
    padding: 0 24px 0 24px;
  }

  .product-categories__slider {
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .product-categories__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .product-category-card {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 500px;
  }

  .product-category-card__link {
    padding: 0 12px 12px 12px;
  }

  .product-category-card__title {
    font-size: 18px;
  }

  .product-category-card__label {
    padding: 10px;
  }

  .product-categories__catalog-button {
    border-radius: 7px;
  }

  .product-category-card,
  .product-category-card__label {
    border-radius: 7px;
  }
}

@media (max-width: 568px) {
  .product-categories__container {
    padding:
      100px
      0
      100px;
  }

  .product-categories__head {
    padding: 0 16px 0
      16px;
  }

  .product-categories__title {
    font-size: 40px;
  }

  .product-categories__slider {
    padding-left: 16px;
    padding-right: 16px;
    --product-categories-space-between: 16px;
  }

  .product-categories__track {
    gap: 16px;
  }

  .product-category-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 500px;
  }

  .product-category-card__link {
    padding:
      0
      12px
      12px
      12px;
  }

  .product-category-card__title {
    font-size: 18px;
  }

  .product-category-card__label {
    padding: 10px;
  }

  .product-categories__catalog-button {
    border-radius: 7px;
  }

  .product-category-card,
  .product-category-card__label {
    border-radius: 7px;
  }
}

@media (max-width: 430px) {
  .product-categories__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      'product-categories-titles'
      'product-categories-slider'
      'product-categories-foot-catalog';
    gap: 24px;
    padding: 80px 0 80px;
  }

  .product-categories__head {
    display: contents;
  }

  .product-categories__titles {
    grid-area: product-categories-titles;
    min-width: 0;
    padding: 0 12px 0 12px;
  }

  .product-categories__action {
    grid-area: product-categories-foot-catalog;
    justify-self: start;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .product-categories__slider {
    grid-area: product-categories-slider;
    margin: 0;
    padding: 0 12px;
    --product-categories-space-between: 12px;
  }

  .product-categories__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-category-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 240px;
  }

  .product-category-card__link {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 8px;
    opacity: 1;
    border-radius: 7px;
  }

  .product-category-card__label {
    padding: 8px;
  }

  .product-categories__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .product-categories__catalog-button {
    padding: 8px
      12px;
    gap: 16px;
  }

  .product-categories__catalog-text {
    font-size: 14px;
  }
}

/* ============================================ */
/* PRODUCTION CYCLE */
/* ============================================ */
.production-cycle {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: #fff6e1;
  padding: 80px 0 80px 0;
}

.production-cycle__spacer {
  position: relative;
  min-height: 360vh;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.production-cycle--technology-tall .production-cycle__spacer {
  min-height: 660vh;
}
@media (max-width: 1024px) {
  .production-cycle__spacer {
    width: 100%;
  }
}

.production-cycle__pin {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0px 0px 0;
  width: 100%;
  height: 100svh;
}
@media (max-width: 1024px) {
  .production-cycle__pin {
    padding: 16px
  }
}

.production-cycle__left {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 660px;
  width: 100%;
  min-width: 0;
}

.production-cycle__lead {
  max-width: 566px;
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}
@media (max-width: 1024px) {
  .production-cycle__lead {
    font-size: 40px;
  }
}

.production-cycle__content {
  display: flex;
  gap: 44px;
  min-width: 0;
}

.production-cycle__rail {
  position: relative;
  width: 4px;
  height: 220px;
  border-radius: 5px;
  background: #2f18111a;
  overflow: hidden;
}

.production-cycle__rail-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 46px;
  border-radius: 5px;
  background: #2f1811;
  will-change: height;
}

.production-cycle__text {
  width: 100%;
  min-width: 0;
}

.production-cycle__steps-viewport {
  width: 100%;
  min-width: 0;
  max-height: 420px;
  overflow: hidden;
}

.production-cycle__steps-track {
  display: flex;
  flex-direction: column;
  gap: 64px;
  transform: translateY(0);
  will-change: transform;
}

.production-cycle-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0.18;
  transition: opacity 320ms ease;
}

@media (max-width: 1024px) {
  .production-cycle-step {
    gap: 32px;
  }
}

.production-cycle-step--active {
  opacity: 1;
}

.production-cycle__step {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
}

.production-cycle__step-current {
  color: #2f1811;
}

.production-cycle__step-total {
  color: rgba(47, 24, 17, 0.2);
}

.production-cycle__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.production-cycle__title {
  max-width: 401px;
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}
@media (max-width: 1024px) {
  .production-cycle__title {
    font-size: 28px;
  }
}

.production-cycle__desc {
  max-width: 470px;
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f181199;
}
@media (max-width: 1024px) {
  .production-cycle__desc {
    font-size: 14px;
  }
}

.production-cycle__right {
  flex: 0 0 auto;
  width: 560px;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .production-cycle__right {
    width: 310px;
    height: 332px;
  }
}

.production-cycle__media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.production-cycle__video {
  z-index: 0;
}

.production-cycle__video,
.production-cycle__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.production-cycle__image {
  opacity: 0;
  transition: opacity 360ms ease;
}

.production-cycle__image--current {
  z-index: 1;
  opacity: 1;
}

.production-cycle__image--wipe-active {
  z-index: 2;
  opacity: 1;
  clip-path: inset(0 0 0 100%);
}

.production-cycle__image--base {
  z-index: 1;
}

.production-cycle__image--base.is-visible {
  opacity: 1;
}

.production-cycle__image--wipe {
  z-index: 2;
  opacity: 1;
  transition: opacity 360ms ease;
  clip-path: inset(0 0 0 100%);
}

.production-cycle__image--wipe.is-idle {
  opacity: 0;
  pointer-events: none;
}

.production-cycle__video.is-hidden {
  opacity: 0;
}

@media (max-width: 568px) {
  .production-cycle__pin {
    /*padding: 234px 16px 0 16px;*/
    gap: 40px;
  }

  .production-cycle__content {
    gap: 16px;
  }

  .production-cycle__right {
    width: 310px;
    max-height: 332px;
    border-radius: 10px;
    opacity: 1;
  }

  .production-cycle__lead {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .production-cycle-step {
    gap: 32px;
  }

  .production-cycle__title {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .production-cycle__desc {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
  }

  .production-cycle__rail {
    height: 191px;
  }
}

@media (max-width: 430px) {
  .production-cycle__pin {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 24px;
    opacity: 1;
  }

  .production-cycle__left {
    display: contents;
  }

  .production-cycle__lead {
    order: 1;
    flex-shrink: 0;
    max-width: none;
    width: 100%;
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .production-cycle__right {
    order: 2;
    flex-shrink: 0;
    width: 366px;
    max-width: 100%;
    height: 40svh;
    max-height: 392px;
    align-self: center;
    border-radius: 7px;
    opacity: 1;
  }

  .production-cycle__media {
    border-radius: 7px;
  }

  .production-cycle__content {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    min-height: 0;
  }

  .production-cycle__rail {
    flex-shrink: 0;
    height: 168px;
  }

  .production-cycle__text {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .production-cycle__steps-viewport {
    max-height: 280px;
  }

  .production-cycle__steps-track {
    gap: 28px;
  }

  .production-cycle-step {
    flex-direction: column;
    gap: 24px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
      opacity 400ms ease,
      transform 420ms cubic-bezier(0.22, 1, 0.32, 1);
  }

  .production-cycle-step--active {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .production-cycle__copy {
    gap: 12px;
  }

  .production-cycle__step {
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
  }

  .production-cycle__title {
    max-width: none;
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .production-cycle__desc {
    max-width: none;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
  }
  .production-cycle__desc br {
    display: none;
  }
}

/* ============================================ */
/* REVIEWS */
/* ============================================ */
.reviews {
  background-color: #fff6e1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.reviews__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  /*padding: 0px 40px 0 40px;*/
}

.reviews__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .reviews__head {
    width: 100%;
  }
}

.reviews__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews__label,
.reviews__title {
  margin: 0;
}

.reviews__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.reviews__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.reviews__all-button {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
  border: 1px solid rgb(47 24 17 / 50%);
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.reviews__all-button:hover {
  background-color: #2f1811;
}

.reviews__all-button:hover .reviews__all-button-text {
  color: #ffffff;
}

.reviews__all-button-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.reviews__all-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/oktta/assets/icons/arrow-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.reviews__all-button:hover .reviews__all-button-icon {
  background-image: url('/local/templates/oktta/assets/icons/arrow-link-white.svg');
}

.reviews__list {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1024px) {
  .reviews__list {
    margin: 0 -16px;
    padding: 0 16px;
    max-width: calc(100% + 32px);
    width: calc(100% + 32px);
  }
}

.reviews__list::-webkit-scrollbar {
  display: none;
}

.reviews__track {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

@media (min-width: 1025px) {
  .reviews__list.swiper-initialized {
    overflow: hidden;
    --reviews-space-between: 40px;
    padding: 0 40px;
  }

  .reviews__list.swiper-initialized,
  .reviews__list.swiper-initialized .reviews__track,
  .reviews__list.swiper-initialized .swiper-slide,
  .reviews__list.swiper-initialized .review-card {
    cursor: url('/local/templates/oktta/assets/icons/cursor-grab.svg') 24 24, grab !important;
  }

  .reviews__list.swiper-initialized.swiper-horizontal.swiper-dragging,
  .reviews__list.swiper-initialized.swiper-horizontal.swiper-dragging .reviews__track,
  .reviews__list.swiper-initialized.swiper-horizontal.swiper-dragging .swiper-slide,
  .reviews__list.swiper-initialized.swiper-horizontal.swiper-dragging .review-card {
    cursor: url('/local/templates/oktta/assets/icons/cursor-grabbing.svg') 24 24, grabbing !important;
  }

  .reviews__list.swiper-initialized .swiper-slide {
    position: relative;
  }

  .reviews__list.swiper-initialized .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(-1 * var(--reviews-space-between));
    width: var(--reviews-space-between);
    height: 100%;
  }

  .reviews__list.swiper-initialized .reviews__track {
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .reviews__track {
    gap: 20px;
  }
}

.reviews__nav {
  display: none;
}

.review-card {
  flex: 0 0 auto;
  width: 100%;
  max-width: 310px;
  min-width: 0;
}

.review-card__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review-card__media {
  width: 100%;
  max-width: 310px;
  height: 298px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}

.review-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}

.review-card__stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

.review-card__star {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.review-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-card__name {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.review-card__text {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.review-card__more {
  color: #2f181199;
}

.review-card__divider {
  width: 100%;
  border: 0;
  border-top: 1px solid #2f181126;
}

.review-card__product {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f181199;
}

.review-card--video {
  max-width: 310px;
}

.review-card__media--video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 505px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}

.review-card__media--video .review-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__play {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background-color: #2f181126;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  cursor: pointer;
}

.review-card__play:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.review-card__play-icon {
  display: block;
  width: 23px;
  height: 22px;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .reviews__container {
    padding-top: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 568px) {
  .reviews__container {
    height: 791px;
    gap: 32px;
    padding: 100px 0 0;
  }

  .reviews__head {
    padding: 0 16px;
    gap: 20px;
  }

  .reviews__title {
    font-size: 40px;
  }

  .reviews__list {
    padding: 0 16px;
  }

  .reviews__track {
    gap: 32px;
  }

  .reviews__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 16px;
  }

  .reviews__nav-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .reviews__nav-dot {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .reviews__nav .reviews__nav-dot:nth-child(1) {
    background-color: #2f181199;
  }

  .reviews__nav .reviews__nav-dot:nth-child(2) {
    background-color: #2f181126;
  }

  .reviews__nav[data-reviews-at-end='true'] .reviews__nav-dot:nth-child(1) {
    background-color: #2f181126;
  }

  .reviews__nav[data-reviews-at-end='true'] .reviews__nav-dot:nth-child(2) {
    background-color: #2f181199;
  }

  .reviews__nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .reviews__nav-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #2F181180;
    border-radius: 200px;
    background-color: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .reviews__nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }

  .reviews__nav-btn:focus-visible {
    outline: 2px solid rgb(47 24 17 / 50%);
    outline-offset: 2px;
  }

  .reviews__nav-btn--prev .reviews__nav-btn-icon {
    transform: rotate(180deg);
  }

  .reviews__nav-btn-icon {
    display: block;
    width: 10px;
    height: auto;
  }

  .reviews__all-button {
    border-radius: 7px;
  }

  .review-card__media,
  .review-card__media--video {
    border-radius: 7px;
  }
}

@media (max-width: 430px) {
  .reviews__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'reviews-head-titles reviews-head-nav'
      'reviews-list reviews-list'
      'reviews-foot-catalog .';
    gap: 32px;
    padding: 0;
    height: auto;
    min-height: 0;
  }

  .reviews__head {
    display: contents;
  }

  .reviews__titles {
    grid-area: reviews-head-titles;
    align-self: end;
    min-width: 0;
    padding: 0 0 0 12px;
  }

  .reviews__action {
    grid-area: reviews-foot-catalog;
    justify-self: start;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .reviews__list {
    grid-area: reviews-list;
    margin: 0;
    padding: 0 12px;
  }

  .reviews__track {
    gap: 12px;
  }

  .reviews__nav {
    display: contents;
  }

  .reviews__container .reviews__nav-dots {
    display: none;
  }

  .reviews__nav-controls {
    grid-area: reviews-head-nav;
    align-self: end;
    justify-self: end;
    padding: 0 12px 0 0;
  }

  .reviews__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;
  }

  .reviews__all-button {
    padding: 8px
      12px;
    gap: 16px;
  }

  .reviews__all-button-text {
    font-size: 14px;
  }
}

/* ============================================ */
/* BLOG */
/* ============================================ */
.blog {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100vh;
  margin-top: 160px;
  overflow: hidden;
  background-color: #fff6e1;
}

.blog__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.blog__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
  box-sizing: border-box;
  height: 778px;
  padding: 108px 0 81px;
}

.blog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 40px;
}

.blog-slider {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 0 0 40px;
}

.blog-slider__controls {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.blog-slider__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 200px;
  background: #fff6e1;
  cursor: pointer;
  background-image: url('/local/templates/oktta/assets/icons/arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 8px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.blog-slider__control--prev {
  transform: rotate(180deg);
}

.blog-slider__control:hover:not(:disabled) {
  background-color: #ffedc40d;
  border-color: #fff6e199;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-image: url('/local/templates/oktta/assets/icons/arrow-right-white.svg');
}

.blog-slider__control:focus-visible {
  outline: 2px solid #fff6e199;
  outline-offset: 3px;
}

.blog-slider__control:disabled {
  opacity: 0.6;
  cursor: default;
}

.blog-slider__viewport {
  width: 100%;
  max-width: 926px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.blog-slider__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.blog-slider__track {
  display: flex;
  width: max-content;
  gap: 20px;
  padding-right: max(40px, calc(100% - 722px));
}

.blog-card {
  flex: 0 0 auto;
  width: 351px;
  height: 469px;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  opacity: 0;
  transform: translateX(24px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.blog.blog--visible .blog-card {
  opacity: 1;
  transform: translateX(0);
}

.blog.blog--visible .blog-card:nth-child(1) {
  transition-delay: 0ms;
}

.blog.blog--visible .blog-card:nth-child(2) {
  transition-delay: 90ms;
}

.blog.blog--visible .blog-card:nth-child(3) {
  transition-delay: 180ms;
}

.blog-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.blog-card__link::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/local/templates/oktta/assets/img/vegetable-protein.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.32, 1);
}

.blog-card--wildflowers .blog-card__link::before {
  background-image: url('/local/templates/oktta/assets/img/wildflowers.png');
}

.blog-card--salad .blog-card__link::before {
  background-image: url('/local/templates/oktta/assets/img/salad.png');
}

.blog-card__link::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0000000d;
}

.blog-card:hover .blog-card__link::before,
.blog-card:focus-within .blog-card__link::before {
  transform: scale(1.06);
}

.blog-card__link:focus-visible {
  outline: 2px solid #fff6e199;
  outline-offset: 3px;
}

.blog-card__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-card__link::before {
    transition: none;
  }
}

.blog-card__glass {
  position: absolute;
  top: 178px;
  left: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 247px;
  height: 291px;
  padding: 15px;
  border-radius: 10px;
  background: #fff6e103;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.blog-card__date,
.blog-card__time {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #fff6e1;
}

.blog-card__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff6e1;
}

.blog__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog__label,
.blog__title {
  margin: 0;
  color: #fff6e1;
}

.blog__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
}

.blog__all-button {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #ffedc433;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  outline: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.blog__all-button-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #fff6e1;
}

.blog__all-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/oktta/assets/icons/arrow-link-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.blog__all-button:hover {
  background-color: #ffedc40d;
  border-color: #fff6e199;
}

.blog__all-button:focus-visible {
  outline: 2px solid #fff6e199;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .blog__container {
    height: auto;
    padding: 96px 0 72px;
  }

  .blog__head {
    padding: 0 24px;
  }
}

@media (max-width: 568px) {
  .blog {
    margin-top: 100px;
  }

  .blog__container {
    height: 778px;
    gap: 42px;
    padding: 92px 0 153px;
  }

  .blog-slider__viewport {
    max-width: 539px;
  }

  .blog__head {
    gap: 20px;
    padding: 0 16px;
  }

  .blog__title {
    font-size: 40px;
  }

  .blog-slider {
    gap: 20px;
    padding: 0 0 0 16px;
  }

  .blog-slider__control {
    width: 34px;
    height: 34px;
  }

  .blog-card {
    width: 310px;
    height: 410px;
    border-radius: 7px;
  }

  .blog-card__link {
    width: 310px;
    height: 410px;
    border-radius: 7px;
  }

  .blog-card__glass {
    top: 148px;
    left: 77px;
    width: 233px;
    height: 262px;
    border-radius: 7px;
  }

  .blog-card__title {
    font-size: 18px;
  }

  .blog__all-button {
    border-radius: 7px;
  }
}

@media (max-width: 430px) {
  .blog {
    margin-top: 80px;
  }

  .blog__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'blog-head-titles blog-slider-nav'
      'blog-slider-viewport blog-slider-viewport'
      'blog-foot-action .';
    grid-template-rows: auto auto auto;
    gap: 24px;
    box-sizing: border-box;
    min-height: 778px;
    height: auto;
    padding: 90px 0 118px;
    opacity: 1;
    transform: none;
  }

  .blog__head {
    display: contents;
  }

  .blog__titles {
    grid-area: blog-head-titles;
    align-self: end;
    min-width: 0;
    padding: 0 12px;
  }

  .blog__action {
    grid-area: blog-foot-action;
    justify-self: start;
    align-self: end;
    padding: 0 0 0 12px;
    box-sizing: border-box;
  }

  .blog__title {
    font-size: 30px;
  }

  .blog-slider {
    display: contents;
    gap: 0;
  }

  .blog-slider__controls {
    grid-area: blog-slider-nav;
    align-self: end;
    justify-self: end;
    padding: 0 12px 0 0;
  }

  .blog-slider__viewport {
    grid-area: blog-slider-viewport;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 410px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-inline: 12px;
  }

  .blog__all-button {
    gap: 16px;
    height: 40px;
  }

  .blog-slider__track {
    gap: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ============================================ */
/* WHERE BUY */
/* ============================================ */
.where-buy {
  background-color: #fff6e1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.where-buy__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding:
    140px
    40px
    0
    40px;
}

.where-buy__panel {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 100%;
}

.where-buy__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.where-buy__label-wrap,
.where-buy__title-wrap {
  width: 100%;
}

.where-buy__label,
.where-buy__title {
  margin: 0;
  text-align: center;
}

.where-buy__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.where-buy__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.where-buy__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.where-buy__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #2f18114d;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.where-buy__filter:hover:not(.where-buy__filter--active) {
  border-color: #2f1811cc;
}

.where-buy__filter--active {
  border-color: #2f1811;
  background-color: #2f1811;
  color: #fff6e1;
}

.where-buy__filter:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.where-buy__grid {
  display: grid;
  grid-template-columns: repeat(4, 325px);
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.where-buy-card {
  box-sizing: border-box;
  width: 100%;
  height: 195px;
  border-radius: 10px;
}

.where-buy-card--retailer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7ecd3;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media (max-width: 1024px) {
  .where-buy-card--retailer:nth-child(6), .where-buy-card--retailer:nth-child(7) {
    display: none;
  }
}

.where-buy-card--retailer:hover {
  background-color: #fdf1d5;
}

.where-buy-card__logos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 46px;
}
@media (max-width: 1024px) {
    .where-buy-card__logos {
        padding: 32px;
    }
}
@media (max-width: 568px) {
    .where-buy-card__logos {
        padding: 24px;
    }
}

.where-buy-card__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.where-buy-card__logo--hover {
  position: absolute;
  opacity: 0;
}

.where-buy-card--retailer:hover .where-buy-card__logo--default {
  opacity: 0;
}

.where-buy-card--retailer:hover .where-buy-card__logo--hover {
  opacity: 1;
}

.where-buy-card--retailer:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
  background-color: #fdf1d5;
}

.where-buy-card--retailer:focus-visible .where-buy-card__logo--default {
  opacity: 0;
}

.where-buy-card--retailer:focus-visible .where-buy-card__logo--hover {
  opacity: 1;
}

.where-buy-card--more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px 20px 24px;
  border: 1px solid #2f181126;
  background-color: transparent;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.where-buy-card--more:hover {
  border-color: #2f1811;
}

.where-buy-card--more:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
  border-color: #2f1811;
}

.where-buy-card--more:focus-visible .where-buy-card__more-button {
  background-color: #2f1811;
}

.where-buy-card__more-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.where-buy-card__more-tail {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.where-buy-card__more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background-color: #9c6434;
  transition: background-color 0.2s ease;
}

.where-buy-card--more:hover .where-buy-card__more-button {
  background-color: #2f1811;
}

.where-buy-card__more-button img {
  display: block;
}

.where-buy--page .where-buy__container {
  box-sizing: border-box;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  padding: 48px 0 140px;
}

.where-buy--page .where-buy__panel {
  align-items: flex-start;
  gap: 0;
}

.where-buy--page .where-buy__filters {
  justify-content: flex-start;
}

.where-buy--page .where-buy__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .where-buy__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .where-buy__container {
    padding-top: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .where-buy--page .where-buy__container {
    width: calc(100% - 32px);
    padding: 40px 0 100px;
  }

  .where-buy--page .where-buy-card--retailer {
    display: flex;
  }
}

@media (max-width: 568px) {
  .where-buy__container {
    padding-top: 100px;
    padding-right: 16px;
    padding-bottom: 0;
    padding-left: 16px;
  }

  .where-buy__title {
    font-size: 40px;
  }

  .where-buy-card--more {
    padding: 12px;
  }

  .where-buy-card__more-text {
    font-size: 14px;
  }

  .where-buy__filter {
    border-radius: 7px;
  }

  .where-buy-card__more-button {
    width: 34px;
    height: 34px;
  }

  .where-buy__grid {
    gap: 16px;
    grid-template-columns: repeat(3, 234px);
  }

  .where-buy-card {
    width: 234px;
    height: 141px;
    border-radius: 7px;
  }

  .where-buy--page .where-buy__container {
    width: calc(100% - 32px);
    padding: 32px 0 80px;
  }

  .where-buy--page .where-buy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .where-buy--page .where-buy-card {
    width: 100%;
    height: 141px;
  }
}

@media (max-width: 568px) {
  .where-buy__container {
    padding-top: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .where-buy__title {
    font-size: 36px;
  }

  .where-buy--page .where-buy__container {
    padding-top: 32px;
  }
}

@media (max-width: 430px) {
  .where-buy__title {
    font-size: 30px;
  }

  .where-buy__grid {
    gap: 12px;
    grid-template-columns: repeat(2, 177px);
  }

  .where-buy-card {
    width: 177px;
    height: 106px;
    border-radius: 7px;
  }

  .where-buy--page .where-buy__container {
    width: calc(100% - 24px);
    padding: 24px 0 80px;
  }

  .where-buy--page .where-buy__grid {
    gap: 12px;
  }

  .where-buy--page .where-buy-card {
    width: 100%;
    height: 106px;
  }
}

/* ============================================ */
/* CATALOG HERO */
/* ============================================ */
.page-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #2f1811;
  color: #fff6e1;
}

.page-hero--media .page-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.page-hero__content {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  padding: 0 0 40px;
}

.page-hero__copy {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  gap: 24px;
}

.page-hero__title,
.page-hero__text {
  margin: 0;
  color: #fff6e1;
}

.page-hero__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 0.9;
}

.page-hero__text {
  max-width: 620px;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.page-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 237, 196, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.page-hero__button span {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #fff6e1;
}

.page-hero__button img {
  display: block;
  width: 24px;
  height: 24px;
}

.page-hero__button:hover {
  background: rgba(255, 237, 196, 0.28);
  transform: translateY(-1px);
}

.page-hero__button:focus-visible {
  outline: 2px solid #fff6e1;
  outline-offset: 3px;
}

.page-hero--about .page-hero__content {
  padding: 0 40px 40px;
}

.page-hero--about .page-hero__overlay {
  background:
    linear-gradient(90deg, rgba(13, 19, 30, 0.64) 0%, rgba(13, 19, 30, 0.28) 36%, rgba(13, 19, 30, 0.12) 100%),
    linear-gradient(180deg, rgba(13, 19, 30, 0.18) 0%, rgba(13, 19, 30, 0.24) 100%);
}

.page-hero--blog {
  background-color: #fff6e1;
}

.page-hero--blog .page-hero__copy {
  max-width: 562px;
}

.page-hero--blog .page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(47, 24, 17, 0) 0%, rgba(47, 24, 17, 0.34) 100%),
    linear-gradient(0deg, rgba(47, 24, 17, 0.22), rgba(47, 24, 17, 0.22));
}

.page-hero--recipes .page-hero__overlay {
  display: none;
}

.page-hero--partners .page-hero__overlay {
  background:
    linear-gradient(90deg, rgba(47, 24, 17, 0.82) 0%, rgba(47, 24, 17, 0.42) 42%, rgba(47, 24, 17, 0.16) 100%),
    linear-gradient(180deg, rgba(47, 24, 17, 0.16) 0%, rgba(47, 24, 17, 0.3) 100%);
}

.page-hero--partners .page-hero__text {
  max-width: 562px;
}

.page-hero--catalog {
  max-height: 540px;
  background-color: #fff6e1;
  background-image: url('/local/templates/oktta/assets/img/blog-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero--catalog .page-hero__copy {
  max-width: 615px;
}

.page-hero--catalog .page-hero__content {
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .page-hero__inner {
    width: calc(100% - 32px);
  }

  .page-hero__title {
    font-size: 70px;
  }

  .page-hero__text {
    max-width: 560px;
    font-size: 14px;
  }

  .page-hero--about,
  .page-hero--about .page-hero__inner {
    min-height: 520px;
  }

  .page-hero--about .page-hero__inner {
    width: 100%;
  }

  .page-hero--about .page-hero__content {
    padding: 0 24px 32px;
  }

  .page-hero--blog .page-hero__copy {
    max-width: 520px;
  }

  .page-hero--catalog .page-hero__inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-hero__inner {
    width: calc(100% - 32px);
  }

  .page-hero--about,
  .page-hero--about .page-hero__inner {
    min-height: 460px;
  }

  .page-hero--about .page-hero__content {
    padding: 0 16px 24px;
  }

  .page-hero--about .page-hero__copy {
    gap: 16px;
    max-width: 420px;
  }

  .page-hero--about .page-hero__title {
    font-size: 56px;
  }

  .page-hero--about .page-hero__text {
    font-size: 15px;
  }
}

@media (max-width: 568px) {
  .page-hero--catalog .page-hero__content {
    padding: 0 16px 40px;
  }
}

@media (max-width: 430px) {
  .page-hero__inner {
    width: calc(100% - 24px);
  }

  .page-hero__copy {
    max-width: none;
  }

  .page-hero__title {
    font-size: 50px;
  }

  .page-hero__text {
    max-width: none;
    font-size: 14px;
  }

  .page-hero--about,
  .page-hero--about .page-hero__inner {
    min-height: 380px;
  }

  .page-hero--about .page-hero__overlay {
    background:
      linear-gradient(180deg, rgba(13, 19, 30, 0.28) 0%, rgba(13, 19, 30, 0.5) 100%),
      linear-gradient(90deg, rgba(13, 19, 30, 0.56) 0%, rgba(13, 19, 30, 0.14) 100%);
  }

  .page-hero--about .page-hero__title {
    font-size: 48px;
  }

  .page-hero--about .page-hero__text {
    max-width: 300px;
  }

  .page-hero--partners .page-hero__button {
    gap: 16px;
    padding: 10px 12px;
    border-radius: 7px;
  }

  .page-hero--catalog .page-hero__content {
    padding: 0 12px 40px;
  }
}

.catalog-hero {
  position: relative;
  min-height: 540px;
  max-height: 540px;
  overflow: hidden;
  background-color: #fff6e1;
  background-image: url('/local/templates/oktta/assets/img/blog-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.catalog-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 540px;
  padding: 40px 0px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .catalog-hero__content {
    width: 100%;
    padding: 40px 16px;
  }
}

.catalog-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 615px;
}

.catalog-hero__title,
.catalog-hero__subtitle {
  margin: 0;
}

.catalog-hero__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 0;
  color: #fff6e1;
}

.catalog-hero__subtitle {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #fff6e1;
}

@media (max-width: 568px) {
  .catalog-hero__content {
    padding: 0 16px 40px 16px;
  }

  .catalog-hero__title {
    font-size: 70px;
    line-height: 90%;
  }

  .catalog-hero__subtitle {
    font-size: 14px;
    line-height: 130%;
  }
}

@media (max-width: 430px) {
  .catalog-hero__content {
    padding: 0 12px 40px 12px;
  }

  .catalog-hero__title {
    font-size: 50px;
    line-height: 90%;
  }

  .catalog-hero__subtitle {
    font-size: 14px;
    line-height: 130%;
  }
}

/* ============================================ */
/* CATALOG FILTERS */
/* ============================================ */
.catalog-filters {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: #fff6e1;
}

.catalog-filters__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 56px 0px 40px 0px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .catalog-filters__container {
    padding: 36px 16px 40px 16px;
    width: 100%;
  }
}

.catalog-filters__groups {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.catalog-filters__top {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.catalog-filters__top::-webkit-scrollbar {
  display: none;
}

.catalog-filters__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 56px;
  border: 1px solid #2f181126;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}
@media (max-width: 1024px) {
  .catalog-filters__category {
    padding: 12px 32px;
  }
}

.catalog-filters__category:hover:not(.catalog-filters__category--active) {
  border-color: #2f1811cc;
}

.catalog-filters__category--active {
  border-color: #2f1811;
  background-color: #2f1811;
  color: #fff6e1;
}

.catalog-filters__category:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.catalog-filters__purposes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .catalog-filters__purposes {
    width: 100%;
  }
}

.catalog-filters__purposes-title-wrap,
.catalog-filters__purposes-list {
  /*padding-left: 40px;*/
}
@media (max-width: 1024px) {
  .catalog-filters__purposes-title-wrap,
  .catalog-filters__purposes-list {
    padding-left: 16px;
  }
}

.catalog-filters__purposes-title {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2f1811;
}

.catalog-filters__purposes-list {
  display: flex;
  align-items: center;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1024px) {
  .catalog-filters__purposes-list {
    gap: 16px;
  }
}

.catalog-filters__purposes-list::-webkit-scrollbar {
  display: none;
}

.catalog-purpose {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px 4px 4px;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.catalog-purpose:hover:not(.catalog-purpose--active) {
  border-color: #2f18111a;
}

.catalog-purpose--active {
  border-color: #2f18114d;
}

.catalog-purpose:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.catalog-purpose__icon-wrap {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 8px;
  border-radius: 100px;
  border: 1px solid #9c643426;
  background: #fce4c4;
  flex-shrink: 0;
}

.catalog-purpose__icon {
  display: block;
  width: 28px;
  height: 28px;
}

.catalog-purpose__text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  white-space: nowrap;
}

.catalog-purpose--immunity .catalog-purpose__icon-wrap {
  border-color: #65656426;
  background: #edefdf;
}

.catalog-purpose--energy .catalog-purpose__icon-wrap {
  border-color: #536db226;
  background: #e3eefa;
}

.catalog-purpose--detox .catalog-purpose__icon-wrap {
  border-color: #4d6c5226;
  background: #e1efe3;
}

.catalog-purpose--vessels .catalog-purpose__icon-wrap {
  border-color: #a33b3b26;
  background: #ffe9e9;
}

.catalog-purpose--digestion .catalog-purpose__icon-wrap {
  border-color: #716e1c26;
  background: #f4f0d0;
}

.catalog-purpose--skin .catalog-purpose__icon-wrap {
  border-color: #9c643426;
  background: #fce4c4;
}

.catalog-mobile-filters {
  display: none;
}

@media (max-width: 568px) {
  .catalog-filters__container {
    padding: 36px 16px 32px 16px;
  }

  .catalog-filters__category {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    border-radius: 7px;
  }

  .catalog-filters__purposes-title-wrap {
    padding-left: 16px;
  }

  .catalog-filters__purposes-list {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }

  .catalog-purpose {
    gap: 8px;
    padding: 4px 12px 4px 4px;
  }

  .catalog-purpose__icon-wrap {
    width: 38px;
    height: 38px;
  }

  .catalog-purpose__text {
    font-size: 14px;
    line-height: 130%;
  }
}

@media (max-width: 430px) {
  .catalog-filters__container {
    padding: 36px 0 32px 0;
  }

  .catalog-filters__top {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 12px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .catalog-filters__top::-webkit-scrollbar {
    display: none;
  }

  .catalog-filters__category {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .catalog-filters__purposes-title-wrap {
    padding-left: 12px;
  }

  .catalog-filters__purposes-list {
    padding-left: 12px;
    padding-right: 12px;
    gap: 12px;
  }

  .catalog-mobile-filters {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
    display: none;
    background-color: #fff6e1;
  }

  .catalog-mobile-filters.is-visible {
    display: block;
  }

  .catalog-mobile-filters__bar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px;
    border-top: 1px solid #2f18111a;
    background-color: #fff6e1;
  }

  .catalog-mobile-filters__toggle {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #2f1811;
    text-align: left;
    cursor: pointer;
  }

  .catalog-mobile-filters__toggle-label {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
    color: #2f1811;
  }

  .catalog-mobile-filters__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease;
  }

  .catalog-mobile-filters__toggle[aria-expanded='true'] .catalog-mobile-filters__toggle-icon {
    transform: rotate(180deg);
  }

  .catalog-mobile-filters__toggle:focus-visible,
  .catalog-mobile-filters__category:focus-visible,
  .catalog-mobile-filters__purpose:focus-visible {
    outline: 2px solid #2f1811;
    outline-offset: 2px;
  }

  .catalog-mobile-filters__panel {
    background-color: #fff6e1;
    box-shadow: 0 10px 20px rgba(102, 51, 0, 0.05);
  }

  .catalog-mobile-filters__categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 12px 12px 32px;
  }

  .catalog-mobile-filters__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid #2f181126;
    border-radius: 7px;
    background-color: transparent;
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #2f1811;
    cursor: pointer;
  }

  .catalog-mobile-filters__category--active {
    border-color: #2f1811;
    background-color: #2f1811;
    color: #fff6e1;
  }

  .catalog-mobile-filters__purposes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    padding: 12px 12px 32px;
  }

  .catalog-mobile-filters__purpose {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 4px 4px;
    border: 0;
    border-radius: 10px;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
  }

  .catalog-mobile-filters__purpose--active {
    background-color: #2f18110a;
  }

  .catalog-mobile-filters__purpose-icon-wrap {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 5px;
    border-radius: 19px;
    border: 1px solid #9c643426;
    background: #fce4c4;
    flex-shrink: 0;
  }

  .catalog-mobile-filters__purpose-icon {
    display: block;
    width: 28px;
    height: 28px;
  }

  .catalog-mobile-filters__purpose-text {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
    color: #2f1811;
  }

  .catalog-mobile-filters__purpose--immunity .catalog-mobile-filters__purpose-icon-wrap {
    border-color: #65656426;
    background: #edefdf;
  }

  .catalog-mobile-filters__purpose--energy .catalog-mobile-filters__purpose-icon-wrap {
    border-color: #536db226;
    background: #e3eefa;
  }

  .catalog-mobile-filters__purpose--detox .catalog-mobile-filters__purpose-icon-wrap {
    border-color: #4d6c5226;
    background: #e1efe3;
  }

  .catalog-mobile-filters__purpose--vessels .catalog-mobile-filters__purpose-icon-wrap {
    border-color: #a33b3b26;
    background: #ffe9e9;
  }

  .catalog-mobile-filters__purpose--digestion .catalog-mobile-filters__purpose-icon-wrap {
    border-color: #716e1c26;
    background: #f4f0d0;
  }

  .catalog-mobile-filters__purpose--skin .catalog-mobile-filters__purpose-icon-wrap {
    border-color: #9c643426;
    background: #fce4c4;
  }
}

/* ============================================ */
/* CATALOG GRID */
/* ============================================ */
.catalog-grid {

  background-color: #fff6e1;
}
@media (max-width: 1024px) {
  .catalog-grid {
    width: 100%;
  }
}

.catalog-grid__container {
  padding: 28px 0px 80px 0px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .catalog-grid__container {
    width: 100%;
  }
}

.catalog-grid__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.catalog-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1024px) {
    .catalog-grid__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.catalog-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 527px;
  /*max-width: 440px;*/
  border-radius: 10px;
  background: #ffedc4;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.catalog-card:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.catalog-card__media {
  position: relative;
  overflow: hidden;
  height: 395px;
  border-radius: 10px;
}

.catalog-card__chips {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  gap: 4px;
  transition: opacity 0.2s ease;
}

.catalog-card__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 5px;
  background: #2f18110f;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.catalog-card__image-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*padding-bottom: 20px;*/
  /*padding-top: 80px;*/
}

.catalog-card__image {
  display: block;
  transition: opacity 0.5s ease;
}

.catalog-card__image--default {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;

  background: #ffedc4;
  padding-bottom: 20px;
  padding-top: 80px;
}

.catalog-card__image--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.catalog-card:is(:hover, :focus-visible) .catalog-card__image--default {
  opacity: 0;
}

.catalog-card:is(:hover, :focus-visible) .catalog-card__image--hover {
  opacity: 1;
}

.catalog-card:is(:hover, :focus-visible) .catalog-card__chips {
  opacity: 0;
}

.catalog-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-card__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 20px 12px 20px;
  transition: padding-top 0.2s ease;
}

.catalog-card__title,
.catalog-card__text {
  margin: 0;
}

.catalog-card__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #2f1811;
}

.catalog-card__text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #2f1811cc;
}

.catalog-grid__pagination {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 280px;
  align-self: center;
}

.catalog-grid__more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 200px;
  padding: 14px 14px;
  border: 1px solid #2F181180;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  cursor: pointer;
  transition: all 0.2s ease;
}
.catalog-grid__more-button:hover {
  border-color: #2f1811;
}

.catalog-grid__pager {
  display: flex;
  align-items: center;
  gap: 28px;
}

.catalog-grid__pager-pages {
  display: flex;
  align-items: center;
  gap: 28px;
}

.catalog-grid__page,
.catalog-grid__ellipsis {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}

.catalog-grid__page {
  padding: 0 0 2px;
  min-width: 16px;
  border: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #2f181180;
  cursor: pointer;
  transition: all 0.2s ease;
}
.catalog-grid__page:hover {
  color: #2f1811;
}

.catalog-grid__page--active {
  border-bottom-color: #2f1811;
  color: #2f1811;
}

.catalog-grid__ellipsis {
  color: #2f1811;
}

.catalog-grid__pager-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.catalog-grid__pager-next img {
  display: block;
}

@media (max-width: 1024px) {
  .catalog-grid__container {
    padding: 28px 16px 80px 16px;
  }

  .catalog-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .catalog-card {
    height: 422px;
    border-radius: 7px;
    gap: 4px;
  }

  .catalog-card__chip {
    font-size: 12px;
  }

  .catalog-card__image--default {
    /*width: 144px;*/
    /*height: 222px;*/
    padding-top: 60px;
  }

  .catalog-card__media {
    height: 314px;
    border-radius: 7px;
  }

  .catalog-card__chips {
    top: 12px;
    left: 12px;
  }

  .catalog-card__image-wrap {
    /*padding-bottom: 28px;*/
  }

  .catalog-card__title {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  }

  .catalog-card__text {
    font-size: 12px;
    line-height: 130%;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .catalog-grid__container {
    padding: 20px 16px 80px 16px;
  }

  .catalog-grid__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catalog-card {
    max-width: 100%;
  }
}

/* ============================================ */
/* CONTACT FORM */
/* ============================================ */
.contact-form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-top: 140px;
}

.contact-form__shell {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  min-height: 820px;
  padding: 80px 40px;
  overflow: hidden;
  isolation: isolate;
  background-color: #fff6e1;
}

.contact-form__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.contact-form__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  will-change: opacity;
  transform: translateZ(0);
  transition: opacity 0.35s ease;
}

.contact-form__background--visible {
  opacity: 1;
}

.contact-form__background--front {
  z-index: 1;
}

.contact-form__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  width: 100%;
  max-width: 670px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff6e1;
}

.contact-form__title {
  margin: 0;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0;
  color: #2f1811;
}

.contact-form__form {
  width: 100%;
  min-width: 0;
}

.contact-form__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.contact-form__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: calc(
    289px * 2 + 12px
  );
}

.contact-form-topic {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.contact-form-topic__label {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.contact-form-topic__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-form-topic__choice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 11px 20px;
  border: none;
  border-radius: 5px;
  background-color: #f7ecd3;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.contact-form-topic__choice:hover:not(.contact-form-topic__choice--active) {
  background-color: #eae0cc;
}

.contact-form-topic__choice--active {
  background-color: #2f1811cc;
  color: #fff6e1;
}

.contact-form-topic__choice--active:hover {
  background-color: #2f1811cc;
  color: #fff6e1;
}

.contact-form-topic__choice:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.contact-form-message {
  width: 100%;
  min-width: 0;
}

.contact-form-message__shell {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 590px;
  height: 146px;
  border: 1px solid #2f181126;
  border-radius: 5px;
  background-color: transparent;
}

.contact-form-message__textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding:
    9px
    16px
    11px
    16px;
  border: none;
  border-radius: calc(5px - 1px);
  background-color: transparent;
  resize: none;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  outline: none;
}

.contact-form-message__textarea::placeholder {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f181180;
  opacity: 1;
}

.contact-form-message__counter {
  position: absolute;
  right: 16px;
  bottom: 11px;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: right;
  color: #2f181180;
  pointer-events: none;
}

.contact-form__submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  gap: 40px;
  border: 1px solid rgb(47 24 17 / 50%);
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.contact-form__submit-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
}

.contact-form__submit:hover {
  background-color: #2f1811;
}

.contact-form__submit:hover .contact-form__submit-text {
  color: #ffffff;
}

.contact-form__submit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/oktta/assets/icons/arrow-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.contact-form__submit:hover .contact-form__submit-icon {
  background-image: url('/local/templates/oktta/assets/icons/arrow-link-white.svg');
}

.contact-form__submit:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.contact-form-consent {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 590px;
}

.contact-form-consent__checkbox {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #2f181126;
  background-color: transparent;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.contact-form-consent__checkbox:checked {
  border-color: #2f1811;
  background-color: #2f1811;
  background-image: url('/local/templates/oktta/assets/icons/icon-check.svg');
}

.contact-form-consent__checkbox.contact-form-consent__checkbox--error:not(:checked) {
  border-color: #eb001b;
  background-color: transparent;
  background-image: none;
}

.contact-form-consent__checkbox:focus-visible {
  outline: 2px solid #2f181126;
  outline-offset: 2px;
}

.contact-form-consent__text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f181180;
}

.contact-form-field {
  /*display: flex;
  justify-content: flex-start;*/
  width: 100%;
  min-width: 0;
}

.contact-form-field__shell {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 289px;
  min-width: 0;
  height: 50px;
  border: 1px solid #2f181126;
  border-radius: 10px;
  background-color: transparent;
  transition: border-color 0.2s ease;
}

.contact-form-field__shell:hover {
  border-color: #2f18114d;
}

.contact-form-field__shell:focus-within {
  border-color: #2f181126;
}

.contact-form-field__input {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 7px 0 7px 16px;
  border: none;
  border-radius: calc(10px - 1px);
  background-color: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f1811;
  outline: none;
}

.contact-form-field__input::placeholder {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2f181180;
  opacity: 1;
}

.contact-form-field__clear {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
}

.contact-form-field__clear[hidden] {
  display: none;
}

.contact-form-field__clear:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 2px;
}

.contact-form-field__clear img {
  display: block;
}

@media (max-width: 1024px) {
  .contact-form__shell {
    min-height: 100svh;
    padding: 40px 16px;
    align-items: flex-end;
  }

  .contact-form__panel {
    max-width: 584px;
  }
}

@media (max-width: 568px) {
  .contact-form {
    padding-top: 100px;
  }

  .contact-form__shell {
    height: 963px;
    padding: 40px 16px;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .contact-form__panel {
    width: 584px;
    height: auto;
    border-radius: 7px;
    gap: 24px;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
  }

  .contact-form__title {
    font-size: 22px;
  }

  .contact-form__submit {
    border-radius: 7px;
  }

}

@media (max-width: 430px) {
  .contact-form__shell {
    height: 1035px;
    padding: 200px 12px 40px 12px;
  }

  .contact-form__panel {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .contact-form__title {
    font-size: 22px;
  }

  .contact-form__field-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .contact-form__field-grid .contact-form-field__shell {
    max-width: 100%;
  }

  .contact-form__submit {
    padding: 8px 12px;
    gap: 16px;
    height: 40px;
  }
}

/* ============================================ */
/* PAGE CONTACTS */
/* ============================================ */
.page--contacts .site-main {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

.contacts-intro {
  padding: 168px 40px 0;
}

.contacts-intro__inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.contacts-intro__title,
.contacts-intro__value,
.contacts-intro__value a {
  color: #2f1811;
}

.contacts-intro__title {
  flex: 0 0 auto;
  max-width: 520px;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 90%;
}

.contacts-intro__content {
  display: flex;
  flex: 0 1 630px;
  gap: 27px;
  width: 100%;
  max-width: 630px;
  padding-bottom: 32px;
}

.contacts-intro__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-intro__column--primary {
  justify-content: center;
  gap: 32px;
  width: 292px;
}

.contacts-intro__column--secondary {
  width: 311px;
}

.contacts-intro__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-intro__label {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(47, 24, 17, 0.6);
}

.contacts-intro__value {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
}

.contacts-intro__value a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contacts-intro__value a:hover,
.contacts-intro__value a:focus-visible {
  opacity: 0.72;
}

.contacts-intro__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.contacts-intro__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 50px;
  background-color: rgba(154, 114, 24, 0.08);
  transition:
    background-color 0.2s ease
}

.contacts-intro__social-link:hover,
.contacts-intro__social-link:focus-visible {
  background-color: rgba(154, 114, 24, 0.16);
}

.contacts-intro__social-link:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.contacts-intro__social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .contacts-intro {
    padding: 168px 40px 0;
  }

  .contacts-intro__inner {
    flex-direction: column;
    gap: 80px;
  }

  .contacts-intro__title {
    max-width: none;
    font-size: 70px;
  }

  .contacts-intro__content {
    flex: none;
    gap: 32px;
    max-width: 635px;
  }

  .contacts-intro__value {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  .contacts-intro {
    padding: 144px 12px 0;
  }

  .contacts-intro__inner {
    gap: 64px;
  }

  .contacts-intro__title {
    font-size: 50px;
  }

  .contacts-intro__content {
    flex-direction: column;
    gap: 44px;
    max-width: none;
    padding-bottom: 0;
  }

  .contacts-intro__column,
  .contacts-intro__column--primary,
  .contacts-intro__column--secondary {
    width: 100%;
    max-width: 100%;
  }
}

.contacts-page .contact-form {
  padding-top: 80px;
}

/* ============================================ */
/* PAGE HOME */
/* ============================================ */
.page--home .site-main {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

/* ============================================ */
/* PAGE CATALOG */
/* ============================================ */
.page--catalog .site-main {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/* ============================================ */
/* PAGE ABOUT */
/* ============================================ */
.page--about .site-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  /*overflow-x: hidden;*/
}

.about-hero {
  position: relative;
  min-height: 540px;
  color: #fff6e1;
  background: #2f1811;
}

.about-hero__media,
.about-hero__inner {
  position: absolute;
  inset: 0;
}

.about-hero__media {
  overflow: hidden;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 19, 30, 0.64) 0%, rgba(13, 19, 30, 0.28) 36%, rgba(13, 19, 30, 0.12) 100%),
    linear-gradient(180deg, rgba(13, 19, 30, 0.18) 0%, rgba(13, 19, 30, 0.24) 100%);
}

.about-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-hero__inner {
    width: 100%;
  }
}

.about-hero__content {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding: 0 40px 40px;
}

.about-hero__copy {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  gap: 24px;
}

.about-hero__title {
  color: #fff6e1;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 0.9;
}
@media (max-width: 1024px) {
  .about-hero__title {
    font-size: 70px;
  }
}

.about-hero__text {
  max-width: 620px;
  color: #fff6e1;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.about-story {
  position: relative;
  overflow: hidden;
  background: #ffedc4;
  padding: 68px 0 20px;
}

.about-story::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: -24px;
  width: 460px;
  height: calc(100% - 40px);
  background: url('/local/templates/oktta/assets/icons/flowers-2.svg') right center / contain no-repeat;
  /*opacity: 0.18;*/
  pointer-events: none;
  transform: rotate(-13deg);
}
@media (max-width: 568px) {
  .about-story::after {
    display: none;
  }
}

.about-story__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 560px) minmax(0, 592px);
  /*justify-content: space-between;*/
  gap: 56px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.about-story__gallery {
  position: relative;
  min-height: 748px;
}

.about-story__card {
  position: absolute;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(47, 24, 17, 0.08);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.about-story__card--top {
  top: 0;
  left: 48px;
  width: 192px;
  height: 274px;
}

.about-story__card--small {
  top: 358px;
  left: 0;
  width: 117px;
  height: 187px;
}

.about-story__card--bottom {
  top: 438px;
  left: 222px;
  width: 247px;
  height: 293px;
}

.about-story__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__content {
  display: flex;
  min-height: 616px;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  /*padding: 138px 0 0;*/
  margin-top: -68px;
}

.about-story__title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
}

.about-story__text {
  display: grid;
  gap: 16px;
}

.about-story__text p {
  color: rgba(47, 24, 17, 0.6);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.about-mission {
  background-color: #fff6e1;
  position: relative;
}
.about-mission::after {
  content: '';
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg, #ffedc4 0%, #fff6e1 100%);
}

.about-mission__spacer {
  height: 180vh;
}

.about-mission__pin {
  position: sticky;
  top: 0;
  display: flex;
  height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-mission__frame {
  position: relative;
  width: 396px;
  height: 223px;
  overflow: hidden;
  border-radius: 10px;
  background: #2f1811;
  box-shadow: 0 24px 80px rgba(47, 24, 17, 0.18);
}

.about-mission__video,
.about-mission__shade,
.about-mission__content {
  position: absolute;
  inset: 0;
}

.about-mission__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-mission__video::-webkit-media-controls,
.about-mission__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.about-mission__shade {
  background: rgba(0, 0, 0, 0);
}

.about-mission__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  transform: translate3d(0, 32px, 0);
}

.about-mission__title {
  max-width: 980px;
  color: #fff6e1;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
}

.about-process {
  overflow: hidden;
  background: #fff6e1;
  padding: 140px 0 0px;
}

.about-process__header {
  display: flex;
  max-width: 797px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  text-align: center;
}

.about-process__eyebrow {
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-process__title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

.about-process__months-wrap {
  padding: 40px 40px 0;
}

.about-process__months {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: none;
}

.about-process__months::-webkit-scrollbar {
  display: none;
}

.about-process__month {
  min-width: 0;
  flex: 1 0 0;
  border: 1px solid rgba(47, 24, 17, 0.15);
  border-radius: 10px;
  background: transparent;
  padding: 12px 28px;
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  transform: scale(0.96);
  transform-origin: center;
  transition:
    transform 280ms ease,
    background-color 280ms ease,
    color 280ms ease,
    border-color 280ms ease;
  cursor: pointer;
}
.about-process__month:hover {
  border-color: #2f1811;
}

.about-process__month.is-active {
  border-color: #2f1811;
  background: #2f1811;
  color: #fff;
  transform: scale(1);
}

.about-process__viewport {
  overflow: hidden;
  padding: 20px 0 0;
  touch-action: pan-y;
}

.about-process__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  height: 505px;
  padding: 0 40px;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-process__track.is-dragging {
  transition: none;
}

.about-process__slide {
  position: relative;
  width: 555px;
  height: 453px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 10px;
  opacity: 0.82;
  transition:
    width 480ms cubic-bezier(0.22, 1, 0.36, 1),
    height 480ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease;
  cursor: pointer;
}

.about-process__slide.is-active {
  width: 620px;
  height: 505px;
  opacity: 1;
}

.about-process__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-process__card {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 306px;
  min-height: 240px;
  flex-direction: column;
  justify-content: space-between;
  gap: 46px;
  padding: 24px;
  border-radius: 0 10px 0 10px;
  background: rgba(247, 236, 211, 0.01);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.about-process__slide.is-active .about-process__card {
  width: 347px;
}

.about-process__card-month {
  color: #fff6e1;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.about-process__card-title {
  margin-top: 12px;
  color: #fff6e1;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 1.1;
}

.about-process__slide.is-active .about-process__card-title {
  font-size: 40px;
}

.about-process__card-text {
  color: #fff6e1;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .about-hero,
  .about-hero__inner {
    min-height: 520px;
  }

  .about-hero__content {
    padding: 0 24px 32px;
  }

  .about-story {
    padding: 72px 0 80px;
  }

  .about-story::after {
    top: 86px;
    right: -76px;
    width: 240px;
    height: calc(100% - 172px);
  }

  .about-story__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
    width: 100%;
    padding: 0 16px;
  }

  .about-story__content {
    min-height: auto;
    max-width: 592px;
    gap: 40px;
    padding: 0;
    margin-top: 0;
  }

  .about-story__title {
    font-size: 40px;
  }

  .about-story__gallery {
    min-height: 472px;
  }

  .about-story__card {
    border-radius: 7px;
  }

  .about-story__card--top {
    left: 82px;
    width: 137px;
    height: 197px;
  }

  .about-story__card--small {
    top: 254px;
    left: 0;
    width: 84px;
    height: 134px;
  }

  .about-story__card--bottom {
    top: 228px;
    left: 208px;
    width: 177px;
    height: 210px;
  }

  .about-mission__spacer {
    height: 165vh;
  }

  .about-mission__title {
    max-width: 760px;
    font-size: 42px;
  }

  .about-process {
    padding: 100px 0 80px;
    gap: 32px;
  }

  .about-process__header {
    max-width: 522px;
    gap: 20px;
  }

  .about-process__title {
    font-size: 40px;
  }

  .about-process__months-wrap {
    padding: 20px 16px 0;
  }

  .about-process__months {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .about-process__month {
    flex: 1 0 0;
    min-width: 0;
    padding: 12px 0;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1.2;
  }

  .about-process__track {
    gap: 20px;
    height: 505px;
    padding: 0 16px;
    transition:
      width 480ms cubic-bezier(0.22, 1, 0.36, 1),
      height 480ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 360ms ease;
    will-change: auto;
  }

  .about-process__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    touch-action: auto;
    overscroll-behavior-x: contain;
  }

  .about-process__viewport::-webkit-scrollbar {
    display: none;
  }

  .about-process__slide {
    width: 490px;
    height: 425px;
    border-radius: 7px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .about-process__slide.is-active {
    width: 546px;
    height: 465px;
  }

  .about-process__card {
    width: 306px;
    min-height: 220px;
    gap: 46px;
    padding: 24px;
    border-radius: 0 7px 0 7px;
  }

  .about-process__slide.is-active .about-process__card {
    width: 347px;
  }

  .about-process__card-month {
    font-size: 16px;
    line-height: 1.2;
  }

  .about-process__card-title {
    font-size: 28px;
  }

  .about-process__slide.is-active .about-process__card-title {
    font-size: 36px;
  }

  .about-process__card-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .about-hero,
  .about-hero__inner {
    min-height: 460px;
  }

  .about-hero__content {
    padding: 0 16px 24px;
  }

  .about-hero__copy {
    gap: 16px;
    max-width: 420px;
  }

  .about-hero__title {
    font-size: 56px;
  }

  .about-hero__text {
    font-size: 15px;
  }

  .about-story {
    padding: 64px 0 72px;
  }

  .about-story__inner {
    gap: 40px;
  }

  .about-story__content {
    gap: 32px;
  }

  .about-story__gallery {
    min-height: 404px;
  }

  .about-story__card--top {
    left: 36px;
  }

  .about-story__card--bottom {
    left: 188px;
  }

  .about-mission__spacer {
    height: 150vh;
  }

  .about-mission__pin {
    padding: 16px 0;
  }

  .about-mission__content {
    padding: 24px;
  }

  .about-mission__title {
    font-size: 34px;
  }

  .about-process {
    padding: 100px 0 80px;
  }

  .about-process__header {
    max-width: 522px;
    gap: 20px;
  }

  .about-process__title {
    font-size: 40px;
  }

  .about-process__months-wrap {
    padding: 20px 16px 0;
  }

  .about-process__months {
    gap: 12px;
  }

  .about-process__month {
    min-width: 0;
    padding: 12px 0px;
    font-size: 16px;
    line-height: 1.2;
  }

  .about-process__track {
    gap: 20px;
    height: 505px;
    padding: 0 16px;
  }

  .about-process__slide {
    width: 490px;
    height: 425px;
  }

  .about-process__slide.is-active {
    width: 546px;
    height: 465px;
  }

  .about-process__card {
    width: 306px;
    min-height: 220px;
    gap: 46px;
    padding: 24px;
  }

  .about-process__slide.is-active .about-process__card {
    width: 347px;
  }

  .about-process__card-month {
    font-size: 16px;
    line-height: 1.2;
  }

  .about-process__card-title {
    font-size: 28px;
  }

  .about-process__slide.is-active .about-process__card-title {
    font-size: 36px;
  }

  .about-process__card-text {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .about-hero,
  .about-hero__inner {
    min-height: 380px;
  }

  .about-hero__overlay {
    background:
      linear-gradient(180deg, rgba(13, 19, 30, 0.28) 0%, rgba(13, 19, 30, 0.5) 100%),
      linear-gradient(90deg, rgba(13, 19, 30, 0.56) 0%, rgba(13, 19, 30, 0.14) 100%);
  }

  .about-hero__title {
    font-size: 48px;
  }

  .about-hero__text {
    max-width: 300px;
    font-size: 14px;
  }

  .about-story {
    padding: 48px 0 56px;
  }

  .about-story::after {
    top: 96px;
    right: -106px;
    width: 220px;
    height: calc(100% - 160px);
    opacity: 0.14;
  }

  .about-story__inner {
    gap: 32px;
  }

  .about-story__title {
    font-size: 30px;
  }

  .about-story__text p {
    font-size: 14px;
  }

  .about-story__gallery {
    min-height: 432px;
  }

  .about-story__card--top {
    left: 48px;
    width: 137px;
    height: 197px;
  }

  .about-story__card--small {
    top: 256px;
    left: 0;
    width: 84px;
    height: 134px;
  }

  .about-story__card--bottom {
    top: 228px;
    left: 178px;
    width: 177px;
    height: 210px;
  }

  .about-mission__spacer {
    height: 155vh;
  }

  .about-mission__content {
    padding: 20px 16px;
  }

  .about-mission__title {
    font-size: 28px;
    line-height: 1.25;
  }

  .about-process {
    gap: 24px;
    padding: 80px 0 0;
  }

  .about-process__header {
    width: min(100% - 24px, 366px);
    gap: 20px;
    padding: 0 16px;
  }

  .about-process__title {
    font-size: 30px;
  }

  .about-process__months-wrap {
    padding: 12px 16px 0;
  }

  .about-process__months {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 0;
  }

  .about-process__month {
    width: 100%;
    min-width: 0;
    flex: none;
    padding: 12px 0px;
    font-size: 16px;
    line-height: 1.2;
  }

  .about-process__viewport {
    /*padding: 0 16px;*/
  }

  .about-process__track {
    width: 100%;
    gap: 16px;
    height: 315px;
    padding: 0 16px;
  }

  .about-process__slide {
    width: 100%;
    height: 315px;
  }

  .about-process__slide.is-active {
    width: 100%;
    height: 315px;
  }

  .about-process__card,
  .about-process__slide.is-active .about-process__card {
    width: 256px;
    min-height: 0;
    gap: 20px;
    padding: 16px;
    border-radius: 0 7px 0 7px;
  }

  .about-process__card-month {
    font-size: 12px;
    line-height: 1.3;
  }

  .about-process__slide.is-active .about-process__card-title,
  .about-process__card-title {
    font-size: 22px;
    line-height: 1.1;
  }

  .about-process__card-text {
    font-size: 12px;
    line-height: 1.3;
  }
}

.about-sourcing {
  padding: 140px 0px 100px;
  background: #f7ecd3;
  position: relative;
}
.about-sourcing::after {
  content: '';
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg, #fff6e1 0%, #f7ecd3 100%);
}

.about-sourcing__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-sourcing__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 385px;
  max-width: 385px;
}

.about-sourcing__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-sourcing__title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

.about-sourcing__text {
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.about-sourcing__origins {
  display: flex;
  flex-direction: column;
}

.about-sourcing__origin {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(47, 24, 17, 0.06);
}

.about-sourcing__origin-title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.about-sourcing__origin-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-sourcing__origin-icon {
  width: 8px;
  height: 11px;
}

.about-sourcing__origin-country {
  color: rgba(47, 24, 17, 0.8);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.about-sourcing__map-area {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.about-sourcing__map-shell {
  position: relative;
  min-width: 0;
  width: min(100%, 887px);
  border-radius: 10px;
}

.about-sourcing__map-image {
  width: 100%;
}

.about-sourcing__pins {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.about-sourcing__pin {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  width: 14px;
  height: 14px;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -100%);
  cursor: pointer;
}

.about-sourcing__pin:focus-visible {
  outline: 2px solid rgba(47, 24, 17, 0.4);
  outline-offset: 3px;
  border-radius: 999px;
}

.about-sourcing__pin-dot,
.about-sourcing__pin-marker {
  position: absolute;
  left: 50%;
  pointer-events: none;
}

.about-sourcing__pin-dot {
  bottom: 7px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.about-sourcing__pin-marker {
  bottom: 4px;
  width: 18px;
  height: 27px;
  transform: translateX(-50%) scale(0.72);
  transform-origin: 50% 100%;
  opacity: 0;
}

.about-sourcing__pin.is-active .about-sourcing__pin-dot {
  animation: about-sourcing-pin-dot-out 280ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-sourcing__pin.is-active .about-sourcing__pin-marker {
  animation: about-sourcing-pin-marker-in 320ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-sourcing__pin:not(.is-active) .about-sourcing__pin-dot {
  animation: about-sourcing-pin-dot-in 220ms ease forwards;
}

.about-sourcing__pin:not(.is-active) .about-sourcing__pin-marker {
  animation: about-sourcing-pin-marker-out 220ms ease forwards;
}

@keyframes about-sourcing-pin-dot-out {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0.35) translateY(-10px);
  }
}

@keyframes about-sourcing-pin-dot-in {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.35) translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) translateY(0);
  }
}

@keyframes about-sourcing-pin-marker-in {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.72) translateY(8px);
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) translateY(0);
  }
}

@keyframes about-sourcing-pin-marker-out {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(1) translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0.82) translateY(6px);
  }
}
.about-sourcing__tooltip[hidden] {
  padding: 0;
}
.about-sourcing__tooltip {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  max-width: 250px;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #2f1811;
  color: #fff6e1;
  transform: translate(-50%, calc(-100% - 36px));
  transition:
    left 280ms cubic-bezier(0.22, 1, 0.36, 1),
    top 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-sourcing__tooltip-title {
  color: #fff6e1;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.about-sourcing__tooltip-text {
  color: rgba(255, 246, 225, 0.8);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.about-sourcing__spots-slider {
  display: none;
}

.about-sourcing__spots {
  display: flex;
  gap: 12px;
}

.about-sourcing__spot {
  display: flex;
  min-width: 232px;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 7px;
  background: transparent;
  color: #2f1811;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.about-sourcing__spot.is-active {
  border-color: #2f1811;
  background: #2f1811;
  color: #fff6e1;
}

.about-sourcing__spot-title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.about-sourcing__spot-text {
  color: rgba(47, 24, 17, 0.8);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.about-sourcing__spot.is-active .about-sourcing__spot-text {
  color: rgba(255, 246, 225, 0.8);
}

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

@media (max-width: 1024px) {
  .about-sourcing {
    padding: 64px 15px 80px;
  }

  .about-sourcing__layout {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }

  .about-sourcing__content {
    flex-basis: auto;
    max-width: none;
    gap: 32px;
  }

  .about-sourcing__intro {
    max-width: 694px;
    gap: 32px;
  }

  .about-sourcing__title {
    font-size: 40px;
  }

  .about-sourcing__text {
    font-size: 14px;
  }

  .about-sourcing__origins {
    max-width: 385px;
  }

  .about-sourcing__map-area {
    gap: 16px;
    align-items: flex-start;
  }

  .about-sourcing__tooltip {
    display: none;
  }

  .about-sourcing__spots-slider {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .about-sourcing__spots-slider::-webkit-scrollbar {
    display: none;
  }

  .about-sourcing__spots {
    width: max-content;
    min-width: 100%;
  }

  .about-sourcing__spot {
    flex: 0 0 232px;
    scroll-snap-align: start;
  }
}

@media (max-width: 430px) {
  .about-sourcing {
    padding: 80px 12px;
  }

  .about-sourcing__layout {
    gap: 24px;
  }

  .about-sourcing__content {
    gap: 24px;
  }

  .about-sourcing__intro {
    gap: 24px;
  }

  .about-sourcing__title {
    font-size: 30px;
  }

  .about-sourcing__origins {
    max-width: none;
  }

  .about-sourcing__map-area {
    gap: 12px;
  }

  .about-sourcing__spot {
    flex-basis: 260px;
    min-width: 260px;
  }
}

.about-documents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 140px 0px 0;
  background: #fff6e1;
  position: relative;
}
.about-documents::after {
  content: '';
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg, #f7ecd3 0%, #fff6e1 100%);
}

.about-documents__header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .about-documents__header {
    width: 100%;
  }
}

.about-documents__header > * {
  max-width: 797px;
}

.about-documents__eyebrow {
  margin: 0 0 20px;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-documents__title {
  margin: 0;
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
}

.about-documents__grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-documents__grid {
    width: 100%;
  }
}

.about-documents__card {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 16px 20px 20px;
  border: 1px solid rgba(47, 24, 17, 0.15);
  border-radius: 10px;
  color: #2f1811;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .about-documents__card {
    min-height: 180px;
    padding: 16px;
  }
}

.about-documents__card:hover {
  border-color: #2f1811;
}

.about-documents__card-top {
  display: flex;
  gap: 12px;
}

.about-documents__card-copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-documents__badge {
  align-self: flex-start;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 4px 8px;
  border: 1px solid rgba(47, 24, 17, 0.15);
  border-radius: 5px;
  color: rgba(47, 24, 17, 0.5);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .about-documents__badge {
    min-height: 24px;
    font-size: 12px;
  }
}

.about-documents__card-title {
  margin: 0;
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .about-documents__card-title {
    font-size: 16px;
  }
}

.about-documents__card-mark {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .about-documents__card-mark {
    width: 50px;
    height: 50px;
  }
}

.about-documents__card-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.about-documents__card-action-text {
  padding-bottom: 4px;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.about-documents__card-action-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

@media (max-width: 1280px) {
  .about-documents__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .about-documents {
    padding: 112px 16px 0;
  }

  .about-documents__title {
    font-size: 40px;
  }

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

@media (max-width: 768px) {
  .about-documents {
    padding: 88px 16px 0;
  }

  .about-documents__title {
    font-size: 32px;
  }

  .about-documents__card {
    /*min-height: 260px;*/
  }

  .about-documents__card-mark {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 430px) {
  .about-documents {
    gap: 32px;
    padding: 72px 12px 0;
  }

  .about-documents__eyebrow {
    margin-bottom: 16px;
  }

  .about-documents__title {
    font-size: 30px;
  }

  .about-documents__grid {
    grid-template-columns: 1fr;
  }

  .about-documents__card {
    min-height: 236px;
    gap: 28px;
  }

.about-documents__card-title {
    font-size: 16px;
  }
}

.about-assortment {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 140px 0px 100px;
  background: #fff6e1;
}

.about-assortment__header {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-assortment__header {
    width: 100%;
  }
}

.about-assortment__title-group {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.about-assortment__eyebrow {
  margin: 0;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-assortment__title {
  margin: 0;
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

.about-assortment__catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  align-self: flex-end;
  padding: 12px 16px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 10px;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about-assortment__catalog-btn:hover {
  border-color: #2f1811;
}

.about-assortment__catalog-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.about-assortment__slider {
  overflow: hidden;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.about-assortment__track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.about-assortment .catalog-card {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  height: 527px;
}

.about-assortment .catalog-card__media {
  height: 395px;
}

.about-assortment .catalog-card__chips {
  gap: 8px;
}

.about-assortment .catalog-card__chip {
  border-radius: 7px;
  background-color: rgba(47, 24, 17, 0.06);
  color: #2f1811;
}

.about-assortment .catalog-card__image-wrap {
  align-items: center;

}

.about-assortment .catalog-card__image--default {
  max-width: min(100%, 280px);
  max-height: 100%;
  width: auto;
  height: auto;
}

.about-assortment .catalog-card__image--default.about-assortment__image--oil {
  /*max-width: 96px;*/
}

.about-assortment .catalog-card__copy {
  align-items: center;
  padding: 4px 20px 12px;
  text-align: center;
}

.about-assortment .catalog-card__title {
  font-size: 22px;
  line-height: 1.2;
}

.about-assortment .catalog-card__text {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(47, 24, 17, 0.8);
}

.about-assortment__nav,
.about-assortment__catalog-btn--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .about-assortment {
    gap: 32px;
    padding: 100px 16px 80px;
  }

  .about-assortment__header {
    align-items: flex-end;
    gap: 40px;
  }

  .about-assortment__title {
    font-size: 40px;
  }

  .about-assortment__catalog-btn {
    gap: 40px;
    align-self: auto;
    border-radius: 7px;
  }

  .about-assortment__nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .about-assortment__nav-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .about-assortment__nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(47, 24, 17, 0.16);
    transition: background-color 220ms ease;
  }

  .about-assortment__nav-dot--active {
    background: rgba(47, 24, 17, 0.7);
  }

  .about-assortment__nav-controls {
    display: flex;
    gap: 8px;
  }

  .about-assortment__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(47, 24, 17, 0.22);
    border-radius: 999px;
    background: transparent;
  }

  .about-assortment__nav-btn:disabled {
    opacity: 0.4;
  }

  .about-assortment__nav-btn--prev .about-assortment__nav-btn-icon {
    transform: rotate(180deg);
  }

  .about-assortment__nav-btn-icon {
    width: 20px;
    height: 20px;
  }

  .about-assortment__slider {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }

  .about-assortment__slider::-webkit-scrollbar {
    display: none;
  }

  .about-assortment__track {
    width: max-content;
    gap: 12px;
  }

  .about-assortment .catalog-card {
    flex: 0 0 auto;
    width: 360px;
    min-width: 360px;
    border-radius: 7px;
    height: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .about-assortment .catalog-card__media {
    height: 318px;
    border-radius: 8px;
  }

  .about-assortment .catalog-card__chips {
    top: 12px;
    left: 12px;
  }

  .about-assortment .catalog-card__chip {
    min-height: 28px;
    font-size: 12px;
  }

  .about-assortment .catalog-card__image--default {
    max-width: min(100%, 230px);
  }

  .about-assortment .catalog-card__image--default.about-assortment__image--oil {
    max-width: 84px;
  }

  .about-assortment .catalog-card__copy {
    padding: 4px 16px 12px;
  }

  .about-assortment .catalog-card__title {
    font-size: 18px;
  }

  .about-assortment .catalog-card__text {
    font-size: 12px;
    color: rgba(47, 24, 17, 0.8);
  }
}

@media (max-width: 768px) {
  .about-assortment {
    padding: 100px 16px 80px;
  }

  .about-assortment__header {
    gap: 24px;
  }
}

@media (max-width: 430px) {
  .about-assortment {
    gap: 24px;
    padding: 80px 12px;
  }

  .about-assortment__header {
    position: relative;
    align-items: flex-end;
    gap: 24px;
    min-height: 74px;
  }

  .about-assortment__title {
    font-size: 30px;
  }

  .about-assortment__catalog-btn--desktop {
    display: none;
  }

  .about-assortment__nav {
    position: absolute;
    top: 120px;
    right: 16px;
    display: flex;
    width: auto;
    margin-left: auto;
    z-index: 2;
  }

  .about-assortment__nav-dots {
    display: none;
  }

  .about-assortment__nav-controls {
    gap: 8px;
    align-items: center;
  }

  .about-assortment__nav-btn {
    width: 34px;
    height: 34px;
    border-color: rgba(47, 24, 17, 0.5);
    background: #fff6e1;
  }

  .about-assortment__nav-btn-icon {
    width: 18px;
    height: 18px;
  }

  .about-assortment__slider {
    margin: 0 -12px;
    padding: 0 12px;
    scroll-padding-inline: 12px;
    width: calc(100% + 24px);
  }

  .about-assortment .catalog-card {
    width: 360px;
    min-width: 360px;
  }

  .about-assortment__catalog-btn--mobile {
    display: inline-flex;
    align-self: flex-start;
    gap: 16px;
    padding: 12px;
    border-radius: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-story__card {
    transform: none;
  }

  .about-mission__spacer {
    height: auto;
  }

  .about-mission__pin {
    position: relative;
    height: auto;
    padding: 0;
  }

  .about-mission__frame {
    width: 100%;
    height: 100svh;
    border-radius: 0;
    box-shadow: none;
  }

  .about-mission__content {
    opacity: 1;
    transform: none;
  }

  .about-mission__shade {
    background: rgba(0, 0, 0, 0.2);
  }

  .about-process__month,
  .about-process__track,
  .about-process__slide {
    transition: none;
  }

  .about-documents__card {
    transition: none;
  }

  .about-sourcing__pin-dot,
  .about-sourcing__pin-marker,
  .about-sourcing__tooltip,
  .about-sourcing__spot {
    animation: none;
    transition: none;
  }

  .about-sourcing__pin.is-active .about-sourcing__pin-dot {
    opacity: 0;
    transform: translateX(-50%) scale(0.35) translateY(-10px);
  }

  .about-sourcing__pin.is-active .about-sourcing__pin-marker {
    opacity: 1;
    transform: translateX(-50%) scale(1) translateY(0);
  }

  .about-assortment__nav-dot,
  .about-assortment .catalog-card {
    transition: none;
  }
}

/* ============================================ */
/* PAGE STORES */
/* ============================================ */
.page--stores .stores-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px;
}

.stores-page__title {
  margin: 0 0 16px;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #2f1811;
}

.stores-page__back {
  margin: 0;
}

.stores-page__back-link {
  color: #2f1811;
}

/* ============================================ */
/* PAGE RECIPES */
/* ============================================ */
.page--recipes .site-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
}

.recipes-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #2f1811;
  color: #fff6e1;
}

.recipes-hero__media,
.recipes-hero__inner {
  position: absolute;
  inset: 0;
}

.recipes-hero__media {
  overflow: hidden;
}

.recipes-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipes-hero__overlay {
  display: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 19, 30, 0.64) 0%, rgba(13, 19, 30, 0.28) 36%, rgba(13, 19, 30, 0.12) 100%),
    linear-gradient(180deg, rgba(13, 19, 30, 0.18) 0%, rgba(13, 19, 30, 0.24) 100%);
}

.recipes-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.recipes-hero__content {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding: 0 0px 40px;
}

.recipes-hero__copy {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  gap: 24px;
}

.recipes-hero__title {
  color: #fff6e1;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 80px;
  line-height: 0.9;
}

.recipes-hero__text {
  max-width: 620px;
  color: #fff6e1;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.recipes-layout {
  padding: 64px 0 120px;
}

.recipes-layout__inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.recipes-filters {
  position: sticky;
  top: 40px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recipes-filter-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recipes-filter-group__title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.recipes-filter-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: calc(100vw - 16px);
}
@media (max-width: 1024px) {
  .recipes-filter-list {
    overflow-x: auto;
  }
}
.recipes-filter-list::-webkit-scrollbar {
  display: none;
}

.recipes-filter-list--time {
  gap: 8px;
}

.recipes-filter-button,
.recipes-time-button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  background: transparent;
  color: #2f1811;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.recipes-filter-button:hover,
.recipes-filter-button:focus-visible,
.recipes-time-button:hover,
.recipes-time-button:focus-visible {
  border-color: rgba(47, 24, 17, 0.18);
  outline: none;
}

.recipes-filter-button {
  padding: 4px 16px 4px 4px;
  border-radius: 50px;
}

.recipes-filter-button__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff6e1;
}

.recipes-filter-button__icon svg {
  width: 24px;
  height: 24px;
}

.recipes-filter-button__label,
.recipes-time-button {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.recipes-filter-button.is-active {
  border-color: rgba(47, 24, 17, 0.3);
  background: rgba(255, 246, 225, 0.54);
}

.recipes-filter-button[data-filter-accent='all'] .recipes-filter-button__icon {
  background: #fff6e1;
  color: #a78c70;
  border: 1px solid rgba(47, 24, 17, 0.14);
}

.recipes-filter-button[data-filter-accent='breakfast'] .recipes-filter-button__icon {
  background: #fce4c4;
  color: #9c6434;
}

.recipes-filter-button[data-filter-accent='snack'] .recipes-filter-button__icon {
  background: #e3eefa;
  color: #536db2;
}

.recipes-filter-button[data-filter-accent='dessert'] .recipes-filter-button__icon {
  background: #f4f0d0;
  color: #716e1c;
}

.recipes-filter-button[data-filter-accent='lunch'] .recipes-filter-button__icon {
  background: #ffe9e9;
  color: #a33b3b;
}

.recipes-filter-button[data-filter-accent='dinner'] .recipes-filter-button__icon {
  background: #e1efe3;
  color: #4d6c52;
}

.recipes-time-button {
  padding: 12px 16px;
  border-radius: 50px;
}

.recipes-time-button.is-active {
  border: 1px solid rgba(47, 24, 17, 0.3);
}

.recipes-mobile-filters {
  display: none;
}

.recipes-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 64px;
}

.recipes-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  scroll-margin-top: 104px;
}

.recipes-section__title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

.recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.recipes-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20px 24px;
  border-radius: 10px;
  background: #fce4c4;
  color: #2f1811;
  text-decoration: none;
}

.recipes-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.recipes-card__image {
  display: block;
  width: 100%;
  height: 338px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.recipes-card__media:hover .recipes-card__image {
  transform: scale(1.05);
}

.recipes-card__time {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 5px;
  background: rgba(255, 246, 225, 0.86);
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.recipes-card__time img {
  width: 14px;
  height: 14px;
}

.recipes-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.recipes-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(156, 100, 52, 0.15);
  color: #9c6434;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.recipes-card--snack {
  background: #e3eefa;
}

.recipes-card--dessert {
  background: #f4f0d0;
}

.recipes-card--lunch {
  background: #ffe9e9;
}

.recipes-card--dinner {
  background: #e1efe3;
}

.recipes-card--snack .recipes-card__tag {
  background: rgba(83, 109, 178, 0.15);
  color: #536db2;
}

.recipes-card--dessert .recipes-card__tag {
  background: rgba(113, 110, 28, 0.15);
  color: #716e1c;
}

.recipes-card--lunch .recipes-card__tag {
  background: rgba(163, 59, 59, 0.15);
  color: #a33b3b;
}

.recipes-card--dinner .recipes-card__tag {
  background: rgba(77, 108, 82, 0.15);
  color: #4d6c52;
}

.recipes-card__title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1180px) {
  .recipes-layout__inner {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 32px;
    width: min(100% - 48px, 1120px);
  }

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

@media (max-width: 1024px) {
  .recipes-hero,
  .recipes-hero__inner {
    min-height: 540px;
    width: 100%;
  }

  .recipes-hero__content {
    padding: 0 16px 40px;
  }

  .recipes-hero__copy {
    gap: 24px;
  }

  .recipes-hero__title {
    font-size: 70px;
  }

  .recipes-hero__text {
    max-width: 560px;
    font-size: 14px;
  }

  .recipes-layout {
    padding: 36px 12px 80px;
  }

  .recipes-layout__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .recipes-filters {
    position: static;
    gap: 24px;
  }

  .recipes-filter-group__title {
    font-size: 18px;
  }

  .recipes-filter-list,
  .recipes-filter-list--time {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .recipes-filter-list::-webkit-scrollbar,
  .recipes-filter-list--time::-webkit-scrollbar {
    display: none;
  }

  .recipes-filter-button {
    flex: 0 0 auto;
    padding: 4px 12px 4px 4px;
    border-radius: 50px;
  }

  .recipes-filter-button__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 11px;
  }

  .recipes-filter-button__label,
  .recipes-time-button {
    font-size: 14px;
  }

  .recipes-time-button {
    flex: 0 0 auto;
    padding: 12px;
  }

  .recipes-content {
    gap: 64px;
  }

  .recipes-section {
    gap: 32px;
  }

  .recipes-section__title {
    font-size: 40px;
  }

  .recipes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .recipes-card {
    gap: 16px;
    padding: 16px 16px 20px;
    border-radius: 7px;
  }

  .recipes-card__media,
  .recipes-card__image {
    border-radius: 7px;
  }

  .recipes-card__image {
    height: 239px;
  }

  .recipes-card__time,
  .recipes-card__tag {
    font-size: 12px;
  }

  .recipes-card__body {
    gap: 12px;
  }

  .recipes-card__title {
    font-size: 18px;
  }

  .recipes-mobile-filters {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
    display: none;
    background-color: #fff6e1;
  }

  .recipes-mobile-filters.is-visible {
    display: block;
  }

  .recipes-mobile-filters__bar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 16px;
    border-top: 1px solid #2f18111a;
    background-color: #fff6e1;
  }

  .recipes-mobile-filters__toggle {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #2f1811;
    text-align: left;
    cursor: pointer;
  }

  .recipes-mobile-filters__toggle-label {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #2f1811;
  }

  .recipes-mobile-filters__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease;
  }

  .recipes-mobile-filters__toggle[aria-expanded='true'] .recipes-mobile-filters__toggle-icon {
    transform: rotate(180deg);
  }

  .recipes-mobile-filters__toggle:focus-visible,
  .recipes-mobile-filters__category:focus-visible,
  .recipes-mobile-filters__time:focus-visible {
    outline: 2px solid #2f1811;
    outline-offset: 2px;
  }

  .recipes-mobile-filters__panel {
    background-color: #fff6e1;
    box-shadow: 0 10px 20px rgba(102, 51, 0, 0.05);
  }

  .recipes-mobile-filters__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px 20px;
    padding: 12px 16px 32px;
  }

  .recipes-mobile-filters__category {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
  }

  .recipes-mobile-filters__category--active {
    background-color: transparent;
    color: #2f1811;
  }

  .recipes-mobile-filters__times {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 16px 32px;
    scrollbar-width: none;
  }

  .recipes-mobile-filters__times::-webkit-scrollbar {
    display: none;
  }

  .recipes-mobile-filters__time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: transparent;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #2f1811;
    text-align: center;
    white-space: nowrap;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .recipes-mobile-filters__time--active {
    border-color: rgba(47, 24, 17, 0.3);
    background-color: transparent;
    color: #2f1811;
  }

  .recipes-mobile-filters__category-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #fff6e1;
    color: #8b745e;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1;
  }

  .recipes-mobile-filters__category-icon svg {
    width: 100%;
    height: 100%;
  }

  .recipes-mobile-filters__category-label {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #2f1811;
    text-align: left;
  }

  .recipes-mobile-filters__category[data-filter-accent='all'] .recipes-mobile-filters__category-icon {
    border-color: rgba(47, 24, 17, 0.14);
    background: #fff6e1;
    color: #a78c70;
  }

  .recipes-mobile-filters__category[data-filter-accent='breakfast'] .recipes-mobile-filters__category-icon {
    background: #fce4c4;
    border-color: rgba(156, 100, 52, 0.15);
    color: #9c6434;
  }

  .recipes-mobile-filters__category[data-filter-accent='snack'] .recipes-mobile-filters__category-icon {
    background: #e3eefa;
    border-color: rgba(83, 109, 178, 0.15);
    color: #536db2;
  }

  .recipes-mobile-filters__category[data-filter-accent='dessert'] .recipes-mobile-filters__category-icon {
    background: #f4f0d0;
    border-color: rgba(113, 110, 28, 0.15);
    color: #716e1c;
  }

  .recipes-mobile-filters__category[data-filter-accent='lunch'] .recipes-mobile-filters__category-icon {
    background: #ffe9e9;
    border-color: rgba(163, 59, 59, 0.15);
    color: #a33b3b;
  }

  .recipes-mobile-filters__category[data-filter-accent='dinner'] .recipes-mobile-filters__category-icon {
    background: #e1efe3;
    border-color: rgba(77, 108, 82, 0.15);
    color: #4d6c52;
  }

  .recipes-mobile-filters__category--active .recipes-mobile-filters__category-icon {
    border-color: rgba(47, 24, 17, 0.3);
  }
}

@media (max-width: 768px) {
  .recipes-layout__inner {
    width: min(100% - 24px, 744px);
  }
}

@media (max-width: 430px) {
  .recipes-hero,
  .recipes-hero__inner {
    min-height: 540px;
  }

  .recipes-hero__content {
    padding: 0 12px 40px;
  }

  .recipes-hero__title {
    font-size: 50px;
  }

  .recipes-hero__copy {
    width: 100%;
    max-width: none;
    gap: 24px;
  }

  .recipes-hero__text {
    max-width: none;
    font-size: 14px;
  }

  .recipes-layout {
    padding: 36px 12px 80px;
  }

  .recipes-layout__inner {
    width: 100%;
    gap: 40px;
  }

  .recipes-filter-group__title {
    font-size: 18px;
  }

  .recipes-filter-list {
    gap: 4px;
  }

  .recipes-filter-list,
  .recipes-filter-list--time {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .recipes-filter-list::-webkit-scrollbar,
  .recipes-filter-list--time::-webkit-scrollbar {
    display: none;
  }

  .recipes-mobile-filters__bar {
    padding: 12px;
  }

  .recipes-mobile-filters__categories,
  .recipes-mobile-filters__times {
    padding-right: 12px;
    padding-bottom: 32px;
    padding-left: 12px;
  }

  .recipes-filter-button,
  .recipes-time-button {
    width: fit-content;
    flex: 0 0 auto;
  }

  .recipes-time-button {
    padding: 12px;
  }

  .recipes-content {
    gap: 64px;
  }

  .recipes-section {
    gap: 24px;
  }

  .recipes-section__title {
    font-size: 30px;
  }

  .recipes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .recipes-card {
    align-items: center;
    gap: 12px;
    padding: 12px 12px 20px;
    border-radius: 7px;
  }

  .recipes-card__media,
  .recipes-card__image {
    border-radius: 7px;
  }

  .recipes-card__image {
    height: 195px;
  }

  .recipes-card__title {
    font-size: 16px;
  }

  .recipes-card__tag,
  .recipes-card__time {
    font-size: 12px;
  }
}

/* ============================================ */
/* PRODUCT PAGE */
/* ============================================ */
.product-page {
  background: #fff6e1;
}

.product-page__hero {
  padding: 90px 0 0;
}

.product-page__hero-inner,
.product-related__container,
.product-faq__container {
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.product-page__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 670px);
  gap: 40px;
  align-items: start;
}

.product-page__gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding-top: 20px;
  position: sticky;
  top: 24px;
}

.product-page__gallery-frame {
  position: relative;
  overflow: hidden;
  height: 715px;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  background: #ffedc4;
}

.product-page__gallery-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.product-page__gallery-track {
  display: flex;
  height: 100%;
  will-change: transform;
}

.product-page__gallery-slide {
  display: flex;
  flex-shrink: 0;
  min-width: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  /*padding: 32px;*/
  pointer-events: none;
}
@media (max-width: 1024px) {
  .product-page__gallery-slide {
    pointer-events: all;
  }
}

.product-page__gallery-image {
  /*max-height: 539px;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-single-image.product-page__gallery-image {
  object-fit: contain;
  padding: 12%;
}

.product-page__gallery-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 40%;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 1024px) {
  .product-page__gallery-nav {
    display: none;
  }
}

.product-page__gallery-nav--prev {
  left: 0;
}

.product-page__gallery-nav--next {
  right: 0;
}

.product-page__gallery-nav:hover,
.product-page__gallery-nav:focus-visible,
.product-page__gallery-nav:focus-within {
  opacity: 1;
}

.product-page__gallery-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 24, 17, 0.18);
  border-radius: 999px;
  background: rgba(255, 246, 225, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.product-page__gallery-arrow-icon {

  object-fit: contain;
}

.product-page__gallery-arrow-icon--prev {
  transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .product-page__gallery-nav {
    opacity: 1;
  }

  .product-page__gallery-nav--prev {
    cursor: url("/local/templates/oktta/assets/icons/product-gallery-cursor-prev.svg") 20 20, w-resize;
  }

  .product-page__gallery-nav--next {
    cursor: url("/local/templates/oktta/assets/icons/product-gallery-cursor-next.svg") 20 20, e-resize;
  }

  .product-page__gallery-arrow {
    display: none;
  }
}

.product-page__gallery-pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product-page__gallery-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(47, 24, 17, 0.22);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.product-page__gallery-dot.is-active {
  transform: scale(1.1);
  background: #9c6434;
}

.product-page__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 56px;
}

.product-page__intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.product-page__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-page__title {
  color: #2f1811;
  font-size: 45px;
  line-height: 1.1;
}

.product-page__weight {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .product-page__weight {
    font-size: 16px;
  }
}

.product-page__lead,
.product-page__description p,
.product-page__preparation p,
.product-faq__answer-body p {
  color: rgba(47, 24, 17, 0.6);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.product-page__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-page__label {
  display: flex;
  width: 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: center;
}

.product-page__label-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.product-page__label-text {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.product-page__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-page__buttons {
  display: flex;
  gap: 12px;
  max-width: 496px;
}
@media (max-width: 1024px) {
  .product-page__buttons {
    max-width: 100%;
  }
}

.product-page__button {
  display: inline-flex;
  min-width: 0;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
@media (max-width: 1024px) {
  .product-page__button {
    height: 46px;
  }
}
@media (max-width: 568px) {
  .product-page__button {
    padding: 12px 0;
  }
}

.product-page__button--primary {
  border-color: #9c6434;
  background: #9c6434;
  color: #ffffff;
}

.product-page__button--secondary {
  background: transparent;
  color: #2f1811;
}

.product-page__button:hover,
.product-page__button:focus-visible {
  background: #2f1811;
  border-color: #2f1811;
  color: #ffffff;
}

.product-page__stores-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(47, 24, 17, 0.3);
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.2s ease;
}
.product-page__stores-link:hover {
  border-color: #2f1811;
}

.product-page__flavors {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0;
}

.product-page__eyebrow,
.product-related__label {
  color: rgba(47, 24, 17, 0.6);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-page__flavor-list {
  display: flex;
  gap: 16px;
}

.product-page__flavor {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 80px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #f7ecd3;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.product-page__flavor img {
  width: 100%;
  max-height: 55px;
  object-fit: contain;
}

.product-page__flavor-tooltip {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 4;
  display: inline-flex;
  min-width: max-content;
  max-width: 180px;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f6debe;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.product-page__flavor-tooltip::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6debe;
  border-left: 10px solid transparent;
  content: '';
  transform: translateX(-50%);
}

.product-page__flavor.is-active,
.product-page__flavor:hover,
.product-page__flavor:focus-visible {
  border-color: rgba(47, 24, 17, 0.5);
  transform: translateY(-1px);
}

.product-page__flavor:hover .product-page__flavor-tooltip,
.product-page__flavor:focus-visible .product-page__flavor-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-page__accordions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-page__accordion {
  border-radius: 10px;
}

.product-page__accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px 12px;
  border-radius: 10px;
  background: #f7ecd3;
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}
@media (max-width: 568px) {
  .product-page__accordion-summary {
    font-size: 16px;
  }
}

.product-page__accordion-summary::-webkit-details-marker {
  display: none;
}

.product-page__accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.product-page__accordion-icon::before,
.product-page__accordion-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: #2f1811;
  content: '';
  transform: translate(-50%, -50%);
}

.product-page__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.product-page__accordion.is-open .product-page__accordion-icon::after {
  opacity: 0;
}

.product-page__accordion-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 12px;
  opacity: 0;
  transition:
    max-height 0.28s ease,
    padding 0.28s ease,
    opacity 0.2s ease;
}

.product-page__accordion.is-open .product-page__accordion-content {
  max-height: 1200px;
  padding: 20px 0px 40px;
  opacity: 1;
}

.product-page__specs {
  display: flex;
  flex-direction: column;
}

.product-page__spec-row {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  gap: 40px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(47, 24, 17, 0.06);
}

.product-page__spec-name,
.product-page__spec-value {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.product-page__spec-name {
  color: #2f1811;
}

.product-page__spec-value {
  color: rgba(47, 24, 17, 0.6);
}

.product-page__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  padding-bottom: 40px;
}

.product-page__benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 568px) {
  .product-page__benefit {
    font-size: 14px;
  }
}

.product-page__benefit img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
@media (max-width: 568px) {
  .product-page__benefit img {
    width: 50px;
    height: 50px;
  }
}

.product-page__description,
.product-page__preparation,
.product-faq__answer-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-related {
  padding-top: 140px;
}
.product-related:not(:has(+ .product-faq)) {
  padding: 140px 0 100px;
}

.product-related__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-related__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.product-related__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-related__title,
.product-faq__title {
  color: #2f1811;
  font-size: 45px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .product-related__title,
  .product-faq__title {
    font-size: 40px;
  }
}

.product-related__button {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding: 11px 16px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 10px;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.product-related__button-icon {
  width: 24px;
  height: 24px;
  background: url('/local/templates/oktta/assets/icons/arrow-link.svg') center / 24px 24px no-repeat;
}

.product-related__button:hover,
.product-related__button:focus-visible {
  background: #2f1811;
  color: #ffffff;
}

.product-related__button:hover .product-related__button-icon,
.product-related__button:focus-visible .product-related__button-icon {
  background-image: url('/local/templates/oktta/assets/icons/arrow-right-white.svg');
}

.product-related__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-related__list .catalog-card__body {
  flex: 1 1 auto;
}

.product-related__list .catalog-card__copy {
  display: grid;
  grid-template-rows:
    minmax(calc(1.2em * 2), auto)
    minmax(calc(1.3em * 2), auto)
    auto;
  align-content: start;
  height: 100%;
}

.product-related__nav {
  display: none;
}

.product-related__nav-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.product-related__nav-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.product-related__nav .product-related__nav-dot:nth-child(1) {
  background: rgba(47, 24, 17, 0.6);
}

.product-related__nav .product-related__nav-dot:nth-child(2) {
  background: rgba(47, 24, 17, 0.15);
}

.product-related__nav[data-product-related-at-end='true'] .product-related__nav-dot:nth-child(1) {
  background: rgba(47, 24, 17, 0.15);
}

.product-related__nav[data-product-related-at-end='true'] .product-related__nav-dot:nth-child(2) {
  background: rgba(47, 24, 17, 0.6);
}

.product-faq {
  padding: 140px 0 100px;
}

.product-faq__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 568px) {
  .product-faq__container {
    gap: 24px;
  }
}

.product-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.product-faq__questions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-faq__question {
  width: 100%;
  padding: 22px 28px 20px;
  border: 1px solid rgba(47, 24, 17, 0.1);
  border-radius: 10px;
  background: transparent;
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.product-faq__question.is-active {
  border-color: rgba(156, 100, 52, 0.15);
  background: #f7ecd3;
}
.product-faq__question:hover {
  border-color: rgba(156, 100, 52, 0.15);
  background: #f7ecd3;
}

.product-faq__answer {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.product-faq__answer.is-active {
  display: flex;
}

.product-faq__answer-card {
  min-height: 100%;
  padding: 40px 46px;
  border: 1px solid rgba(156, 100, 52, 0.15);
  border-radius: 10px;
  background: #f7ecd3;
}

.product-faq__answer-title {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.product-faq__answer-body {
  padding-top: 24px;
  border-top: 1px solid rgba(47, 24, 17, 0.08);
}

@media (max-width: 1024px) {
  .product-page__hero {
    /*padding-top: 24px;*/
  }

  .product-page__hero-inner,
  .product-related__container,
  .product-faq__container {
    width: 100%;
    padding-inline: 16px;
  }

  .product-page__hero-inner {
    grid-template-columns: 1fr;
  }

  .product-page__gallery {
    position: static;
    padding-top: 0;
  }

  .product-page__gallery-frame {
    height: 650px;
  }

  .product-page__gallery-viewport {
    /*height: 650px;*/
  }

  .product-page__content {
    padding-top: 0;
  }

  .product-page__title {
    font-size: 40px;
  }

  .product-page__benefits {

  }

  .product-page__spec-row {

  }

  .page--product .recipes__container {
    padding-inline: 12px;
  }

  .product-related,
  .product-faq {
    padding-top: 100px;
  }

  .product-faq {
    padding-bottom: 80px;
  }

  .product-faq--mobile-enhanced .product-faq__layout {
    display: none;
  }

  .product-faq-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-faq-mobile__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-faq-mobile__question {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 22px 28px 20px;
    border: 1px solid rgba(47, 24, 17, 0.1);
    border-radius: 7px;
    background: transparent;
    color: #2f1811;
    font-family: 'TT Backwards Sans', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    cursor: pointer;
    transition:
      border-color 0.2s ease,
      background-color 0.2s ease;
  }

  .product-faq-mobile__item.is-open .product-faq-mobile__question {
    border-color: rgba(156, 100, 52, 0.15);
    background: #f7ecd3;
  }

  .product-faq-mobile__question-text {
    flex: 1 1 auto;
    text-align: left;
  }

  .product-faq-mobile__icon {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  .product-faq-mobile__icon::before,
  .product-faq-mobile__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    border-radius: 999px;
    background: #2f1811;
    content: '';
    transform: translate(-50%, -50%);
  }

  .product-faq-mobile__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.2s ease;
  }

  .product-faq-mobile__item.is-open .product-faq-mobile__icon::after {
    opacity: 0;
  }

  .product-faq-mobile__answer-wrap {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.28s ease,
      opacity 0.2s ease;
  }

  .product-faq-mobile__item.is-open .product-faq-mobile__answer-wrap {
    max-height: 520px;
    opacity: 1;
  }

  .product-faq-mobile__answer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    border: 1px solid rgba(156, 100, 52, 0.15);
    border-radius: 10px;
    background: #f7ecd3;
    color: #2f1811;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.3;
  }

  .product-related__head {
    /*align-items: flex-start;*/
  }

  .product-related__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }

  .product-related__list::-webkit-scrollbar {
    display: none;
  }

  .product-related__list .catalog-card {
    flex: 0 0 360px;
    width: 360px;
    max-width: 360px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .product-related__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .product-faq__layout {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-faq__answer-card {
    padding: 32px 24px;
  }
}

@media (max-width: 568px) {
  .product-page__hero-inner,
  .product-related__container,
  .product-faq__container {
    padding-inline: 16px;
  }

  .product-page__gallery-frame {
    height: 450px;
    /*padding: 20px;*/
  }

  .product-page__gallery-nav {
    opacity: 1;
  }

  .product-page__gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .product-page__gallery-viewport {
    /*height: 380px;*/
  }

  .product-page__gallery-slide {
    /*padding: 20px;*/
  }

  .product-page__gallery-image {
    /*max-height: 320px;*/
  }

  .product-page__title,
  .product-related__title,
  .product-faq__title {
    font-size: 30px;
  }

  .product-page__labels {
    gap: 16px 12px;
  }

  .product-page__label {
    width: calc(33.333% - 8px);
    min-width: 92px;
  }

  .product-page__buttons {
    /*flex-direction: column;*/
  }

  .product-page__flavor-list {
    gap: 12px;
  }

  .product-page__flavor {

  }

  .product-page__spec-row {
    grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
    gap: 12px;
  }

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

  .product-related__button {
    width: fit-content;
  }

  .product-related__list {
    gap: 12px;
  }

  .product-related__list .catalog-card {
    flex-basis: 325px;
    width: 325px;
    max-width: 325px;
  }

  .product-faq-mobile__question {
    padding: 20px;
    font-size: 16px;
  }

  .product-faq-mobile__answer {
    padding: 24px 20px;
  }
}

@media (max-width: 430px) {
  .product-page__hero {
    /*padding-top: 16px;*/
  }

  .product-page__hero-inner,
  .product-related__container,
  .product-faq__container,
  .page--product .recipes__container {
    padding-inline: 12px;
  }

  .product-page__title,
  .product-related__title,
  .product-faq__title {
    font-size: 30px;
  }

  .product-page__label {
    /*width: calc(50% - 6px);*/
  }

  .product-page__flavor {

  }

  .product-related,
  .product-faq {
    padding-top: 80px;
  }

  .product-related__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'product-related-head-titles product-related-head-nav'
      'product-related-body product-related-body'
      'product-related-foot-catalog .';
    gap: 24px;
  }

  .product-related__head {
    display: contents;
  }

  .product-related__titles {
    grid-area: product-related-head-titles;
  }

  .product-related__slider {
    grid-area: product-related-body;
    min-width: 0;
  }

  .product-related__list {
    scroll-padding-inline: 12px;
    padding: 0 12px;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }

  .product-related__button {
    grid-area: product-related-foot-catalog;
    justify-self: start;
    padding: 8px 12px;
    gap: 16px;
    border-radius: 7px;
  }

  .product-related__nav {
    display: contents;
  }

  .product-related__container .product-related__nav-dots {
    display: none;
  }

  .product-related__nav .products-new__nav-controls {
    grid-area: product-related-head-nav;
    align-self: end;
    justify-self: end;
    padding: 0 12px 0 0;
  }
}

/* ============================================ */
/* RECIPE DETAIL PAGE */
/* ============================================ */
.page--recipe .site-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
}

.recipe-page {
  background: #fff6e1;
}

.recipe-hero {
  padding: 90px 0 0;
}

.recipe-hero__inner,
.recipe-process__inner,
.recipe-related__inner {
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.recipe-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.recipe-hero__media {
  padding-top: 20px;
}

.recipe-hero__image {
  width: 100%;
  height: 640px;
  border-radius: 10px;
  object-fit: cover;
}

.recipe-hero__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 56px;
}

.recipe-hero__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 590px;
}

.recipe-hero__title,
.recipe-process__title,
.recipe-related__title {
  color: #2f1811;
  font-size: 45px;
  line-height: 1.1;
}

.recipe-hero__lead {
  max-width: 620px;
  color: rgba(47, 24, 17, 0.6);
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.recipe-time-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 5px;
  background: #f7ecd3;
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.recipe-time-pill__icon {
  width: 14px;
  height: 14px;
}

.recipe-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recipe-panel--ingredients {
  max-width: none;
}

.recipe-panel--product {
  max-width: 332px;
}

.recipe-panel__title {
  color: #2f1811;
  font-size: 22px;
  line-height: 1.2;
}

.recipe-servings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.recipe-servings__label,
.recipe-servings__value,
.recipe-ingredients__name,
.recipe-ingredients__amount,
.recipe-product-card__name,
.recipe-product-card__weight,
.recipe-product-card__action,
.recipe-step__text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
}

.recipe-servings__label {
  color: #2f1811;
  font-size: 14px;
  line-height: 1.3;
}

.recipe-servings__control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
}

.recipe-servings__button,
.recipe-servings__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f1811;
}

.recipe-servings__button {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.recipe-servings__value {
  width: 2ch;
  min-width: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  -moz-appearance: textfield;
  appearance: textfield;
}

.recipe-servings__button svg {
  display: block;
  width: 26px;
  height: 26px;
}

.recipe-servings__button:focus-visible,
.recipe-servings__value:focus-visible {
  outline: 2px solid rgba(47, 24, 17, 0.22);
  outline-offset: 2px;
  border-radius: 999px;
}

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

.recipe-ingredients-layout {
  display: grid;
  grid-template-columns: minmax(0, 405px) minmax(0, 284px);
  gap: 64px;
  align-items: start;
}

.recipe-ingredients-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.recipe-ingredients {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(47, 24, 17, 0.3);
}

.recipe-ingredients__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(47, 24, 17, 0.3);
  transition: border-color 0.24s ease;
}

.recipe-ingredients__item:has(.recipe-ingredients__check:checked) {
  border-bottom-color: rgba(47, 24, 17, 0.15);
}

.recipe-ingredients__check {
  position: relative;
  display: inline-grid;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  border: 1px solid rgba(47, 24, 17, 0.15);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.recipe-ingredients__check:focus-visible {
  outline: 2px solid rgba(47, 24, 17, 0.22);
  outline-offset: 2px;
}

.recipe-ingredients__check:checked {
  border-color: #2f1811;
  background: #2f1811;
}

.recipe-ingredients__check:checked::after {
  content: '';
  width: 7px;
  height: 4px;
  border-left: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: translateY(-1px) rotate(-45deg);
}

.recipe-ingredients__name,
.recipe-ingredients__amount {
  font-size: 14px;
  line-height: 1.3;
}

.recipe-ingredients__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
}

.recipe-ingredients__content::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(47, 24, 17, 0.3);
  transform: translateY(-50%) scaleX(0);
  transform-origin: right center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.recipe-ingredients__name {
  flex: 0 1 auto;
  color: rgba(47, 24, 17, 0.8);
  transition: color 0.22s ease;
}

.recipe-ingredients__amount {
  flex: 1 1 auto;
  color: #2f1811;
  text-align: right;
  transition: color 0.22s ease;
}

.recipe-ingredients__item:has(.recipe-ingredients__check:checked) .recipe-ingredients__content::after {
  transform: translateY(-50%) scaleX(1);
  transform-origin: left center;
}

.recipe-ingredients__check:checked ~ .recipe-ingredients__content .recipe-ingredients__name,
.recipe-ingredients__check:checked ~ .recipe-ingredients__content .recipe-ingredients__amount {
  color: rgba(47, 24, 17, 0.3);
}

.recipe-nutrition {
  display: flex;
  width: 284px;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
}

.recipe-nutrition__head,
.recipe-nutrition__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.recipe-nutrition__title,
.recipe-nutrition__summary-label,
.recipe-nutrition__summary-value,
.recipe-nutrition__card-label,
.recipe-nutrition__card-hint,
.recipe-nutrition__footnote {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
}

.recipe-nutrition__title,
.recipe-nutrition__summary-label,
.recipe-nutrition__summary-value,
.recipe-nutrition__card-label {
  color: #2f1811;
  font-size: 14px;
  line-height: 1.3;
}

.recipe-nutrition__servings-badge {
  display: inline-flex;
  min-width: 34px;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(47, 24, 17, 0.1);
  border-radius: 2px;
}

.recipe-nutrition__servings-badge span {
  color: #2f1811;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.recipe-nutrition__summary {
  align-items: flex-end;
  padding: 4px 12px;
  border-radius: 10px;
  background: #f7ecd3;
}

.recipe-nutrition__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.recipe-nutrition__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 8px;
  border-radius: 10px;
  background: #f7ecd3;
}

.recipe-nutrition__card-value,
.recipe-nutrition__card-value span {
  color: #2f1811;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.recipe-nutrition__card-hint {
  color: rgba(47, 24, 17, 0.6);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.recipe-nutrition__footnote {
  color: rgba(47, 24, 17, 0.5);
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1024px) {
  .recipe-nutrition__footnote {
    text-align: left;
  }
}

.recipe-product-card {
  display: grid;
  grid-template-columns: 79px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 8px 12px 8px 8px;
  border-radius: 10px;
  background: #ffedc4;
  color: #2f1811;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.recipe-product-card:hover,
.recipe-product-card:focus-visible {
  transform: translateY(-1px);
  background: #fce0a6;
}

.recipe-product-card__media-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 79px;
  padding: 12px 14px;
  border-radius: 7px;
  background: #fff6e1;
}

.recipe-product-card__media-frame img {
  width: 100%;
  max-height: 55px;
  object-fit: contain;
}

.recipe-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.recipe-product-card__name {
  color: #2f1811;
  font-size: 14px;
  line-height: 1.3;
}

.recipe-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.recipe-product-card__weight {
  color: #2f1811;
  font-size: 14px;
  line-height: 1.3;
}

.recipe-product-card__action {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(47, 24, 17, 0.08);
}

.recipe-product-card__action-icon {
  width: 24px;
  height: 24px;
  background: url('/local/templates/oktta/assets/icons/arrow-link.svg') center / 24px 24px no-repeat;
}

.recipe-process {
  padding-top: 140px;
}

.recipe-process__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recipe-process__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recipe-step {
  display: grid;
  grid-template-columns: minmax(0, 555px) minmax(0, 470px);
  gap: 64px;
  align-items: start;
}

.recipe-step__media {
  overflow: hidden;
  border-radius: 10px;
}

.recipe-step__media img {
  width: 100%;
  height: 431px;
  object-fit: cover;
}

.recipe-step__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 20px;
}

.recipe-step__index {
  color: rgba(47, 24, 17, 0.5);
  font-size: 22px;
  line-height: 1.2;
}

.recipe-step__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recipe-step__title {
  color: #2f1811;
  font-size: 32px;
  line-height: 1.1;
}

.recipe-step__text {
  color: #2f1811;
  font-size: 16px;
  line-height: 1.3;
}

.recipe-related {
  padding: 140px 0 100px;
}

.recipe-related__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.recipe-related__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recipe-related__nav {
  display: none;
}

.recipe-related__nav-dots {
  display: flex;
  align-items: center;
  gap: 14px;
}

.recipe-related__nav-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(47, 24, 17, 0.15);
  transition: background-color 0.2s ease;
}

.recipe-related__nav-dot.is-active {
  background: rgba(47, 24, 17, 0.6);
}


@media (max-width: 1024px) {
  .recipe-hero__inner,
  .recipe-process__inner,
  .recipe-related__inner {
    width: 100%;
    padding-inline: 16px;
  }

  .recipe-hero__inner {
    grid-template-columns: minmax(0, 308px) minmax(0, 1fr);
    gap: 28px;
  }

  .recipe-step {
    grid-template-columns: minmax(0, 313px) minmax(0, 1fr);
    gap: 20px;
  }

  .recipe-hero__media {
    padding-top: 0;
  }

  .recipe-hero__image {
    height: 370px;
    border-radius: 7px;
  }

  .recipe-hero__content {
    gap: 32px;
    padding-top: 40px;
  }

  .recipe-hero__title,
  .recipe-process__title,
  .recipe-related__title {
    font-size: 40px;
  }

  .recipe-process,
  .recipe-related {
    padding-top: 100px;
  }

  .recipe-related {
    padding-bottom: 80px;
  }

  .recipe-panel__title,
  .recipe-step__index {
    font-size: 18px;
    line-height: 1.2;
  }

  .recipe-panel--ingredients {
    max-width: none;
  }

  .recipe-ingredients-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .recipe-nutrition {
    width: 100%;
  }

  .recipe-step {
    gap: 20px;
  }

  .recipe-step__media img {
    height: 244px;
    border-radius: 7px;
  }

  .recipe-step__content {
    gap: 32px;
    padding-top: 20px;
  }

  .recipe-step__title {
    font-size: 28px;
  }

  .recipe-step__text {
    font-size: 14px;
  }

  .recipe-related__inner {
    gap: 32px;
  }

  .recipe-related__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }

  .recipe-related__grid::-webkit-scrollbar {
    display: none;
  }

  .recipe-related__grid .recipes-card {
    flex: 0 0 234px;
    width: 234px;
    max-width: 234px;
    gap: 16px;
    padding: 16px 16px 20px;
    border-radius: 7px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .recipe-related__grid .recipes-card__media,
  .recipe-related__grid .recipes-card__image {
    border-radius: 7px;
  }

  .recipe-related__grid .recipes-card__image {
    height: 239px;
  }

  .recipe-related__grid .recipes-card__body {
    gap: 12px;
  }

  .recipe-related__grid .recipes-card__tag,
  .recipe-related__grid .recipes-card__time {
    font-size: 12px;
  }

  .recipe-related__grid .recipes-card__title {
    font-size: 18px;
  }

  .recipe-related__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-right: 12px;
  }
}

@media (max-width: 568px) {
  .recipe-hero__inner,
  .recipe-process__inner,
  .recipe-related__inner {
    padding-inline: 16px;
  }

  .recipe-hero__content,
  .recipe-process__list {
    gap: 32px;
  }

  .recipe-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .recipe-hero__title,
  .recipe-process__title,
  .recipe-related__title {
    font-size: 30px;
  }

  .recipe-hero__image {
    height: auto;
  }

  .recipe-panel__title,
  .recipe-step__index {
    font-size: 18px;
  }

  .recipe-step__title {
    font-size: 22px;
  }

  .recipe-step__text {
    font-size: 14px;
  }

  .recipe-process {
    padding-top: 80px;
  }

  .recipe-process__inner {
    gap: 32px;
  }

  .recipe-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recipe-step__content {
    gap: 20px;
    padding-top: 0;
  }

  .recipe-step__body {
    gap: 12px;
  }

  .recipe-step__media img {
    height: 280px;
  }

  .recipe-product-card {
    grid-template-columns: 79px minmax(0, 1fr);
  }

  .recipe-nutrition__grid {
    gap: 8px;
  }

  .recipe-related {
    padding-top: 80px;
  }

  .recipe-related__inner {
    gap: 24px;
  }

  .recipe-related__grid {
    margin: 0 -12px;
    padding: 0 12px;
    width: calc(100% + 24px);
    scroll-padding-inline: 12px;
  }

  .recipe-related__grid .recipes-card {
    flex-basis: 177px;
    width: 177px;
    max-width: 177px;
    gap: 12px;
    padding: 12px 12px 20px;
  }

  .recipe-related__grid .recipes-card__image {
    height: 195px;
  }

  .recipe-related__grid .recipes-card__title {
    font-size: 16px;
  }

  .recipe-related__nav {
    padding-right: 0;
  }

  .recipe-related__nav-dots {
    gap: 14px;
  }
}

@media (max-width: 430px) {
  .recipe-hero__inner,
  .recipe-process__inner,
  .recipe-related__inner {
    padding-inline: 12px;
  }

  .recipe-hero__lead,
  .recipe-time-pill,
  .recipe-servings__label,
  .recipe-ingredients__name,
  .recipe-ingredients__amount,
  .recipe-nutrition__title,
  .recipe-nutrition__summary-label,
  .recipe-nutrition__summary-value,
  .recipe-nutrition__card-label,
  .recipe-nutrition__card-hint,
  .recipe-product-card__name,
  .recipe-product-card__weight {
    font-size: 14px;
  }

  .recipe-ingredients__content {
    gap: 20px;
  }

  .recipe-nutrition__grid {

  }

  .recipe-nutrition__card {
    gap: 12px;
  }

  .recipe-related__nav {
    gap: 16px;
  }
}

/* ============================================ */
/* BLOG PAGE */
/* ============================================ */
.blog-page {
  background-color: #fff6e1;
}

.blog-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background-color: #fff6e1;
}

.blog-hero__media,
.blog-hero__overlay,
.blog-hero__inner {
  position: absolute;
  inset: 0;
}

.blog-hero__media {
  overflow: hidden;
}

.blog-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero__overlay {
  background:
    linear-gradient(180deg, rgba(47, 24, 17, 0) 0%, rgba(47, 24, 17, 0.34) 100%),
    linear-gradient(0deg, rgba(47, 24, 17, 0.22), rgba(47, 24, 17, 0.22));
}

.blog-hero__inner {
  z-index: 1;
}

.blog-hero__content {
  display: flex;
  align-items: flex-end;
  width: min(100% - 80px, 1360px);
  min-height: 540px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.blog-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 562px;
}

.blog-hero__title,
.blog-hero__text {
  margin: 0;
}

.blog-hero__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 90%;
  color: #fff6e1;
}

.blog-hero__text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff6e1;
}

.blog-mobile-filter {
  display: none;
}

.blog-index {
  background-color: #fff6e1;
}

.blog-index__inner {
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  padding: 56px 0 100px;
}

.blog-index__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.blog-index__filter-link,
.blog-mobile-filter__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 56px;
  border: 1px solid rgba(47, 24, 17, 0.15);
  border-radius: 10px;
  background-color: transparent;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  color: #2f1811;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.blog-index__filter-link:hover,
.blog-mobile-filter__link:hover {
  border-color: rgba(47, 24, 17, 0.35);
}

.blog-index__filter-link:focus-visible,
.blog-mobile-filter__toggle:focus-visible,
.blog-mobile-filter__link:focus-visible,
.blog-index__more-button:focus-visible,
.blog-index__page:focus-visible,
.blog-index__next:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 2px;
}

.blog-index__filter-link.is-active,
.blog-index__filter-link[aria-current='true'],
.blog-mobile-filter__link.is-active,
.blog-mobile-filter__link[aria-current='true'] {
  border-color: #2f1811;
  background-color: #2f1811;
  color: #fff;
}

.blog-index__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px;
  margin-top: 40px;
}

.blog-article-card {
  display: flex;
  min-width: 0;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(47, 24, 17, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-article-card[hidden] {
  display: none;
}

.blog-article-card--featured {
  grid-column: span 2;
  height: 536px;
}

.blog-article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(47, 24, 17, 0.08);
}

.blog-article-card:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.blog-article-card__media {
  flex: 0 0 310px;
  min-width: 0;
  height: 100%;
}

.blog-article-card--featured .blog-article-card__media {
  flex-basis: 50%;
}

.blog-article-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.blog-article-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  min-width: 0;
  padding: 24px;
}

.blog-article-card--featured .blog-article-card__body {
  padding: 32px;
}

.blog-article-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.blog-article-card__date,
.blog-article-card__time {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(47, 24, 17, 0.6);
}

.blog-article-card__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-article-card__title,
.blog-article-card__excerpt {
  margin: 0;
}

.blog-article-card__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #2f1811;
}

.blog-article-card--featured .blog-article-card__title {
  font-size: 45px;
  line-height: 110%;
}

.blog-article-card__excerpt {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(47, 24, 17, 0.6);
}

.blog-index__pagination {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  width: 100%;
  max-width: 280px;
  margin: 40px auto 0;
}

.blog-index__more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  padding: 12px 16px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #2f1811;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.blog-index__more-button:hover {
  border-color: #2f1811;
}

.blog-index__more-button[hidden] {
  display: none;
}

.blog-index__pager,
.blog-index__pages {
  display: flex;
  align-items: center;
  gap: 28px;
}

.blog-index__page,
.blog-index__ellipsis {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}

.blog-index__page {
  min-width: 16px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: rgba(47, 24, 17, 0.5);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.blog-index__page:hover {
  color: #2f1811;
}

.blog-index__page.is-active {
  border-bottom-color: #2f1811;
  color: #2f1811;
}

.blog-index__ellipsis {
  color: #2f1811;
}

.blog-index__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.blog-index__next img {
  display: block;
}

@media (max-width: 1024px) {
  .blog-hero__content {
    width: 100%;
    padding: 0 16px 40px;
  }

  .blog-hero__copy {
    max-width: 520px;
  }

  .blog-hero__title {
    font-size: 70px;
  }

  .blog-hero__text {
    font-size: 14px;
  }

  .blog-index__inner {
    width: calc(100% - 32px);
    padding: 36px 0 80px;
  }

  .blog-index__filters {
    gap: 12px;
  }

  .blog-index__filter-link,
  .blog-mobile-filter__link {
    padding: 12px 32px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 120%;
  }

  .blog-index__grid {
    gap: 32px 16px;
    margin-top: 32px;
  }

  .blog-article-card {
    height: 180px;
    border-radius: 7px;
  }

  .blog-article-card__media {
    flex-basis: 160px;
  }

  .blog-article-card--featured {
    height: 364px;
  }

  .blog-article-card--featured .blog-article-card__media {
    flex-basis: 360px;
  }

  .blog-article-card__body {
    padding: 16px 12px;
  }

  .blog-article-card--featured .blog-article-card__body {
    padding: 24px;
  }

  .blog-article-card__date,
  .blog-article-card__time {
    font-size: 12px;
  }

  .blog-article-card__copy {
    gap: 20px;
  }

  .blog-article-card__title {
    font-size: 16px;
  }

  .blog-article-card--featured .blog-article-card__title {
    font-size: 28px;
  }

  .blog-article-card__excerpt {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .blog-hero,
  .blog-hero__inner {
    min-height: 540px;
  }

  .blog-hero__content {
    align-items: flex-end;
    padding: 0 12px 40px;
  }

  .blog-hero__copy {
    gap: 24px;
    max-width: none;
  }

  .blog-hero__title {
    font-size: 50px;
  }

  .blog-mobile-filter {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 19;
    background-color: #fff6e1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
      top 280ms ease,
      transform 280ms ease,
      opacity 280ms ease,
      visibility 0s linear 280ms;
    will-change: top, transform, opacity;
  }

  .blog-mobile-filter.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      top 280ms ease,
      transform 280ms ease,
      opacity 280ms ease;
  }

  .blog-mobile-filter__bar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px;
    border-top: 1px solid rgba(47, 24, 17, 0.1);
    background-color: #fff6e1;
  }

  .blog-mobile-filter__toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #0a0a0a;
    text-align: left;
    cursor: pointer;
  }

  .blog-mobile-filter__toggle-label {
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #0a0a0a;
  }

  .blog-mobile-filter__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease;
  }

  .blog-mobile-filter__toggle[aria-expanded='true'] .blog-mobile-filter__toggle-icon {
    transform: rotate(180deg);
  }

  .blog-mobile-filter__panel {
    background-color: #fff6e1;
    box-shadow: 0 10px 20px rgba(102, 51, 0, 0.05);
  }

  .blog-mobile-filter__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 12px 32px;
  }

  .blog-index__inner {
    width: 100%;
    padding: 36px 16px 80px;
  }

  .blog-index__filters {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 -16px;
    padding: 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .blog-index__filters::-webkit-scrollbar {
    display: none;
  }

  .blog-index__filter-link {
    flex: 0 0 auto;
  }

  .blog-index__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .blog-article-card,
  .blog-article-card--featured {
    grid-column: span 1;
    flex-direction: row;
    height: 180px;
  }

  .blog-article-card--featured {
    flex-direction: column;
    height: auto;
  }

  .blog-article-card__media {
    flex: 0 0 160px;
  }

  .blog-article-card--featured .blog-article-card__media {
    flex-basis: auto;
    height: 224px;
  }

  .blog-article-card__body,
  .blog-article-card--featured .blog-article-card__body {
    padding: 16px 12px;
  }

  .blog-article-card--featured .blog-article-card__body {
    gap: 40px;
  }

  .blog-article-card__copy {
    gap: 12px;
  }

  .blog-article-card--featured .blog-article-card__title {
    font-size: 22px;
  }

  .blog-index__pagination {
    margin-top: 32px;
  }

  .blog-index__more-button {
    border-radius: 7px;
    padding: 12px;
  }
}

/* ============================================ */
/* ARTICLE PAGE */
/* ============================================ */
.article-page {
  background-color: #fff6e1;
}

.article-story {
  position: relative;
}

.article-hero {
  position: relative;
  height: 540px;
  overflow: clip;
  background-color: #d6c2a1;
}

.article-hero__media,
.article-hero__overlay {
  position: absolute;
  inset: 0;
}

.article-hero__media {
  overflow: hidden;
}

.article-hero__image {
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: calc(100% + 144px);
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.02);
  will-change: transform;
}

.article-hero__overlay {
  background:
    linear-gradient(180deg, rgba(47, 24, 17, 0.12) 0%, rgba(47, 24, 17, 0.28) 100%),
    linear-gradient(90deg, rgba(47, 24, 17, 0.06) 0%, rgba(47, 24, 17, 0.18) 100%);
}

.article-intro {
  position: relative;
  z-index: 3;

}

.article-intro__inner {
  width: 100%;
  margin: 0;
  padding-left: max(40px, calc((100% - 715px) / 2 - 60px));
}

.article-hero__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 44px;
  padding: 60px;
  border-radius: 10px;
  background: #f7ecd3;
  opacity: 0;
  transform: translate3d(0, 92px, 0);
  transition:
    opacity 920ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-story.is-ready .article-hero__card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.article-hero__meta,
.article-hero__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-hero__meta {
  gap: 20px;
  padding-bottom: calc(56px - 44px);
  opacity: 0;
  transform: translateY(18px);
  transition: all 620ms ease;
  transition-delay: 220ms;
}

.article-story.is-ready .article-hero__meta {
  opacity: 1;
  transform: translateY(0);
}

.article-hero__meta-item {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(47, 24, 17, 0.6);
}

.article-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 1024px) {
    .article-hero__copy {
      max-width: 476px;
    }
}

.article-hero__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1136px;
}

.article-hero__title,
.article-hero__lead {
  margin: 0;
}

.article-hero__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #2f1811;
}

.article-hero__title-line-wrap {
  display: block;
  overflow: hidden;
}

.article-hero__title-line {
  display: block;
  transform: translateY(110%);
  will-change: transform;
}

.article-story.is-ready .article-hero__title-line {
  transform: translateY(0);
}

.article-hero__title-line {
  transition: transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.article-hero__title-line-wrap:nth-child(1) .article-hero__title-line {
  transition-delay: 260ms;
}

.article-hero__title-line-wrap:nth-child(2) .article-hero__title-line {
  transition-delay: 340ms;
}

.article-hero__lead-wrap {
  flex: 1 1 auto;
  max-width: 715px;
  overflow: hidden;
}

.article-hero__lead {
  display: block;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(47, 24, 17, 0.72);
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 920ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 330ms;
}
@media (max-width: 1024px) {
    .article-hero__lead {
        font-size: 14px;
    }
}

.article-hero__social {
  flex: 0 0 auto;
  gap: 12px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
  transition-delay: 520ms;
}

.article-story.is-ready .article-hero__social {
  opacity: 1;
  transform: translateY(0);
}

.article-story.is-ready .article-hero__lead {
  opacity: 1;
  transform: translateY(0);
}

.article-hero__social-button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(154, 114, 24, 0.08);
  color: #2f1811;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.article-hero__social-button:hover {
  background: rgba(154, 114, 24, 0.16);
  transform: translateY(-1px);
}

.article-hero__social-button:focus-visible,
.article-slider__nav-button:focus-visible,
.article-related-card:focus-visible {
  outline: 2px solid #2f1811;
  outline-offset: 3px;
}

.article-body {
  position: relative;
  z-index: 2;
  background: #fff6e1;
}

.article-body__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  padding: 64px 0 120px;
}

.article-section {
  width: min(100%, 834px);
  margin: 0 auto;
}

.article-section-products {
  width: min(100%, 1360px);
}

.article-section-gallery {
  width: min(100%, 1360px);
}

.article-section-other {
  width: min(100%, 1360px);
  padding-top: 140px;
}
@media (max-width: 1024px) {
    .article-section-other {
      padding-top: calc(100px - 48px);
    }
}

.article-section--narrow {
  width: min(100%, 715px);
}
@media (max-width: 1024px) {
    .article-section--narrow {
        width: min(100%, 476px);
    }
}
@media (max-width: 568px) {
    .article-section--narrow {
        width: 100%;
    }
}

.article-section__head {
  margin-bottom: 24px;
}

.article-section__head--split {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.article-rich-text {
  display: grid;
  gap: 44px;
}

.article-rich-text--compact {
  gap: 16px;
}

.article-rich-text__group {
  display: grid;
  gap: 16px;
}

.article-heading,
.article-subheading,
.article-text,
.article-quote__text {
  margin: 0;
}

.article-heading {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #2f1811;
}

.article-subheading {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.1;
  color: #2f1811;
}

.article-text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(47, 24, 17, 0.72);
}
@media (max-width: 1024px) {
    .article-text {
        font-size: 14px;
    }
}

.article-text strong {
  font-weight: 400;
  color: #2f1811;
}

.article-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.article-list__item {
  position: relative;
  padding-left: 16px;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(47, 24, 17, 0.72);
}
@media (max-width: 1024px) {
    .article-list__item {
        font-size: 14px;
    }
}

.article-list__item::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2f1811;
}

.article-list__item strong {
  font-weight: 400;
  color: #2f1811;
}

.article-media {
  overflow: hidden;
  border-radius: 10px;
}

.article-media__image {
  width: 100%;
  max-height: 620px;
  min-height: 420px;
  object-fit: cover;
}

.article-quote {
  margin: 0;
  padding: 40px 0px;
  border-radius: 10px;
  text-align: center;
}

.article-quote__text {
  max-width: 1040px;
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 45px;
  line-height: 1.08;
  color: #2f1811;
}

.article-slider-block {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.article-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.article-slider .swiper-wrapper {
  align-items: stretch;
}

.article-slider .swiper-slide {
  min-width: 0;
  height: auto;
}

.article-slider--products .catalog-grid__list.product-related__list.swiper-wrapper {
  display: flex;
  width: auto;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: visible;
  scroll-snap-type: none;
  scroll-padding-inline: 0;
  overscroll-behavior-x: auto;
}

.article-slider--products .product-related__list .catalog-card {
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
}

.article-slider--products .swiper-slide .catalog-card {
  height: 100%;
}

@media (min-width: 1025px) {
  .article-slider--gallery .swiper-slide {
    width: 440px !important;
    flex: 0 0 440px;
  }
}

.article-slider__footer {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.article-slider-block--gallery .article-slider__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 34px;
}

.article-slider-block--gallery .article-slider__pagination,
.article-slider--products + .article-slider__footer .article-slider__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  gap: 7px;
}

.article-slider-block--gallery .article-slider__nav,
.article-slider--products + .article-slider__footer .article-slider__nav {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .article-slider--gallery .swiper-slide {

  }

  .article-slider__footer {
    display: none;
  }
}

.article-slider__pagination.swiper-pagination {
  position: static;
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 10px;
}

.article-slider__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #2f1811;
  opacity: 0.15;
  transition: all 0.3s ease;
}

.article-slider__pagination .swiper-pagination-bullet-active {
  background: #2f1811;
  opacity: .6;
}

.article-slider__nav {
  display: inline-flex;
  gap: 10px;
}

.article-slider__nav-button {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 999px;
  background: transparent;
  color: #2f1811;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.article-slider__nav-button:hover:not(:disabled) {
  border-color: #2f1811;
  transform: translateY(-1px);
}

.article-slider__nav-button:disabled {
  cursor: default;
  opacity: 0.32;
}

.article-slider__nav-button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.article-slider__nav-button--prev img {
  transform: rotate(180deg);
}

.article-slider--drag-disabled {
  cursor: default;
}

.article-slider--drag-disabled .swiper-slide img,
.article-slider--drag-disabled .swiper-slide picture,
.article-slider--drag-disabled .swiper-slide figure {
  -webkit-user-drag: none;
  user-select: none;
}

.article-related-card {
  display: flex;
  height: 100%;
  flex-direction: row;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(47, 24, 17, 0.06);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.article-related-card:hover {

}
.article-related-card__meta {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.article-gallery-card {
  height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}




.article-gallery-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
    .article-gallery-card__image {
        width: 100%;
    }
}

.article-related-card__media {
  display: block;
  flex: 0 0 310px;
  width: 310px;
  height: 280px;
  overflow: hidden;
}
@media (max-width: 1024px) {
    .article-related-card__media {
        flex: 0 0 160px;
        width: 160px;
        height: 180px;
    }
}

.article-related-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.article-related-card:hover .article-related-card__image {
  transform: scale(1.05);
}

.article-related-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 22px 22px;
}

.article-related-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(47, 24, 17, 0.6);
}

.article-related-card__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 1.15;
  color: #2f1811;
}

@media (max-width: 1024px) {
  .article-hero {
    height: 520px;
  }

  .article-intro {

  }

  .article-intro__inner {
    margin: 0 auto;
    padding-left: max(16px, calc((100% - 476px) / 2 - 24px));
    padding-right: 0;
  }

  .article-hero__card {
    width: 100%;
    gap: 24px;
    padding: 40px;
  }

  .article-hero__title {
    font-size: 40px;
  }

  .article-hero__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 476px;
  }

  .article-hero__lead-wrap {
    max-width: 100%;
  }

  .article-body__inner {
    /*gap: 48px;*/
    width: 100%;
    padding: 64px 16px 96px;
  }

  .article-heading {
    font-size: 28px;
  }

  .article-quote__text {
    font-size: 40px;
  }

  .article-subheading {
    font-size: 22px;
  }



  .article-related-card__media,
  .article-related-card__image {
    /*min-height: 208px;*/
  }

  .article-related-card__body {
    gap: 16px;
    padding: 16px 12px;
  }

  .article-related-card__title {
    font-size: 16px;
  }

  .article-media__image {
    min-height: 340px;
  }

  .article-quote {
    padding: 32px 0px;
  }
}

@media (max-width: 430px) {
  .article-hero {
    height: 384px;
    position: sticky;
    top: 0;
  }

  .article-hero__image {
    top: -40px;
    height: calc(100% + 96px);
  }

  .article-intro {

  }

  .article-intro__inner {
    width: 100%;
    padding-left: 0;
  }

  .article-hero__card {
    width: 100%;
    gap: 32px;
    padding: 48px 12px;
    border-radius: 7px;
  }

  .article-hero__meta {
    gap: 16px;
  }

  .article-hero__title {
    font-size: 30px;
  }

  .article-hero__social {
    gap: 9px;
  }

  .article-hero__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .article-body {

  }

  .article-body__inner {
    gap: 40px;
    width: calc(100% - 24px);
    padding: 48px 0 80px;
  }

  .article-section,
  .article-section--narrow {
    width: 100%;
  }

  .article-section__head {
    margin-bottom: 20px;
  }

  .article-rich-text {
    gap: 32px;
  }

  .article-list {
    gap: 20px;
  }

  .article-list__item {
    padding-left: 22px;
  }

  .article-list__item::before {
    left: 7px;
  }

  .article-rich-text__group {
    gap: 16px;
  }

  .article-heading,
  .article-quote__text {
    font-size: 22px;
  }

  .article-subheading {
    font-size: 18px;
  }

  .article-slider-block {
    gap: 20px;
  }

  .article-slider__footer {
    display: flex;
    gap: 20px;
  }

  .article-related-card,
  .article-gallery-card,
  .article-media {
    border-radius: 7px;
  }

  .article-related-card {

  }

  .article-gallery-card {
    height: 370px;
    border-radius: 7px;
  }

  .article-gallery-card__image {

  }

  .article-slider--gallery .swiper-slide {

  }

  .article-media__image {
    min-height: 240px;
  }

  .article-related-card__media,
  .article-related-card__image {
    flex-basis: auto;
    min-width: 0;
    /*min-height: 180px;*/
  }

  .article-related-card__title {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-hero__image,
  .article-hero__card,
  .article-hero__meta,
  .article-hero__social,
  .article-hero__title-line,
  .article-hero__lead,
  .article-hero__social-button,
  .article-slider__nav-button,
  .article-related-card {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .article-hero__card,
  .article-hero__meta,
  .article-hero__social {
    opacity: 1 !important;
  }
}

/* ============================================ */
/* SWIPER MIGRATIONS */
/* ============================================ */
.recipes__slider.swiper,
.about-assortment__slider.swiper,
.product-related__slider.swiper,
.recipe-related__slider.swiper {
  /*width: 100%;*/
  min-width: 0;
  overflow: hidden;
}

.product-related__slider.swiper {
  width: 100%;
}

.about-assortment__slider.swiper {
  touch-action: pan-y;
  user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-assortment__slider.swiper-initialized,
  .about-assortment__slider.swiper-initialized .about-assortment__track,
  .about-assortment__slider.swiper-initialized .swiper-slide {
    cursor: url('/local/templates/oktta/assets/icons/cursor-grab.svg') 24 24, grab !important;
  }

  .about-assortment__slider.swiper-initialized.swiper-horizontal.swiper-dragging,
  .about-assortment__slider.swiper-initialized.swiper-horizontal.swiper-dragging .about-assortment__track,
  .about-assortment__slider.swiper-initialized.swiper-horizontal.swiper-dragging .swiper-slide {
    cursor: url('/local/templates/oktta/assets/icons/cursor-grabbing.svg') 24 24, grabbing !important;
  }
}

.recipes__cards.swiper-wrapper,
.about-assortment__track.swiper-wrapper,
.catalog-grid__list.product-related__list.swiper-wrapper,
.recipes-grid.recipe-related__grid.swiper-wrapper {
  gap: 0;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  scroll-snap-type: none;
  scroll-padding-inline: 0;
  overscroll-behavior-x: auto;
}

.recipes__cards.swiper-wrapper {
  justify-content: flex-start;
}

.catalog-grid__list.product-related__list.swiper-wrapper,
.recipes-grid.recipe-related__grid.swiper-wrapper {
  display: flex;
}

.recipes__slider .swiper-slide,
.about-assortment__slider .swiper-slide,
.product-related__slider .swiper-slide,
.recipe-related__slider .swiper-slide {
  display: flex;
  min-width: 0;
  height: auto;
}

.recipes__slider .swiper-slide.recipe-card,
.about-assortment__slider .swiper-slide.catalog-card,
.product-related__slider .swiper-slide.catalog-card,
.recipe-related__slider .swiper-slide.recipes-card {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  max-width: none;
}

.recipes__slider .recipe-card,
.recipes__slider .recipe-card__link,
.about-assortment__slider .catalog-card,
.product-related__slider .catalog-card,
.recipe-related__slider .recipes-card {
  height: 100%;
}

.about-assortment__slider .swiper-slide > .catalog-card,
.product-related__slider .swiper-slide > .catalog-card {
  width: 100%;
  max-width: none;
  flex: 1 1 auto;
}

.recipe-related__slider .recipes-card {
  min-height: 100%;
}

.recipe-related__slider .recipes-card__body {
  width: 100%;
  justify-content: space-between;
}

.recipe-related__slider .recipes-card__title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: calc(1.2em * 2);
  margin: 0;
}

.recipe-related__nav-dots.swiper-pagination {
  position: static;
  display: flex;
  width: auto;
  margin: 0;
}

.recipe-related__nav-dots .recipe-related__nav-dot {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .recipes__body {
    margin: 0;
    width: 100%;
  }

  .recipes__slider.swiper {
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }

  .recipes__cards.swiper-wrapper {
    padding: 0;
    width: auto;
  }

  .product-related__slider.swiper {
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }

  .catalog-grid__list.product-related__list.swiper-wrapper {
    margin: 0;
    padding: 0;
    width: auto;
  }

  .recipe-related__slider.swiper {
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }

  .recipes-grid.recipe-related__grid.swiper-wrapper {
    margin: 0;
    padding: 0;
    width: auto;
  }
}

@media (max-width: 568px) {
  .recipes__body {
    margin: 0;
    width: 100%;
  }

  .recipes__slider.swiper {
    margin: 0 -12px;
    padding: 0 12px;
    width: calc(100% + 24px);
  }

  .product-related__slider.swiper {
    margin: 0 -12px;
    padding: 0 12px;
    width: calc(100% + 24px);
  }

  .recipe-related__slider.swiper {
    margin: 0 -12px;
    padding: 0 12px;
    width: calc(100% + 24px);
  }
}

/* ============================================ */
/* PAGE PARTNERS */
/* ============================================ */
.page--partners .site-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  background-color: #fff6e1;
}

.partners-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #2f1811;
  color: #fff6e1;
}

.partners-hero__media,
.partners-hero__inner {
  position: absolute;
  inset: 0;
}

.partners-hero__media {
  overflow: hidden;
}

.partners-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 24, 17, 0.82) 0%, rgba(47, 24, 17, 0.42) 42%, rgba(47, 24, 17, 0.16) 100%),
    linear-gradient(180deg, rgba(47, 24, 17, 0.16) 0%, rgba(47, 24, 17, 0.3) 100%);
}

.partners-hero__inner {
  z-index: 1;
}

.partners-hero__content {
  display: flex;
  align-items: flex-end;
  width: min(100% - 80px, 1360px);
  min-height: 540px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.partners-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}

.partners-hero__title,
.partners-hero__text {
  margin: 0;
}

.partners-hero__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 90%;
  color: #fff6e1;
}

.partners-hero__text {
  max-width: 562px;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff6e1;
}

.partners-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 237, 196, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.partners-hero__button span {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff6e1;
}

.partners-hero__button img {
  display: block;
  width: 24px;
  height: 24px;
}

.partners-hero__button:hover {
  background: rgba(255, 237, 196, 0.28);
  transform: translateY(-1px);
}

.partners-hero__button:focus-visible {
  outline: 2px solid #fff6e1;
  outline-offset: 3px;
}

.partners-benefits,
.partners-advantages,
.partners-retailers {
  padding-top: 140px;
}

.partners-benefits__inner,
.partners-advantages__inner,
.partners-retailers__inner {
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
}

.partners-section-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partners-section-heading--centered {
  align-items: center;
  max-width: 774px;
  margin: 0 auto;
  text-align: center;
}

.partners-section-heading--narrow {
  max-width: 473px;
}

.partners-section-heading__eyebrow,
.partners-section-heading__title {
  margin: 0;
}

.partners-section-heading__eyebrow {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #2f1811;
}

.partners-section-heading__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  color: #2f1811;
}

.partners-benefits__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partners-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.partners-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.partners-benefit-card__image {
  display: block;
  width: 100%;
  height: 333px;
  border-radius: 10px;
  object-fit: cover;
}

.partners-benefit-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-height: 182px;
  padding: 24px 20px;
  border-radius: 10px;
}

.partners-benefit-card__body--peach {
  background-color: #fce4c4;
}

.partners-benefit-card__body--blue {
  background-color: #e3eefa;
}

.partners-benefit-card__body--olive {
  background-color: #f4f0d0;
}

.partners-benefit-card__body--rose {
  background-color: #ffe9e9;
}

.partners-benefit-card__title,
.partners-benefit-card__text,
.partners-advantage-item__title,
.partners-advantage-item__text,
.partners-retailers__title {
  margin: 0;
}

.partners-benefit-card__title,
.partners-advantage-item__title,
.partners-retailers__title {
  font-family: 'TT Backwards Sans', 'Arial', sans-serif;
  font-weight: 400;
  color: #2f1811;
}

.partners-benefit-card__title {
  font-size: 22px;
  line-height: 120%;
}

.partners-benefit-card__text,
.partners-advantage-item__text {
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(47, 24, 17, 0.6);
}

.partners-advantages__inner {
  display: grid;
  grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}

.partners-advantages__media {
  min-height: 730px;
  overflow: hidden;
  border-radius: 10px;
}

.partners-advantages__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 730px;
  object-fit: cover;
}

.partners-advantages__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.partners-advantages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 44px;
}

.partners-advantage-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.partners-advantage-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F4F0D0;
}

.partners-advantage-item__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.partners-advantage-item__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.partners-advantage-item__title {
  font-size: 22px;
  line-height: 120%;
}

.partners-retailers__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.partners-retailers__grid {
  justify-content: center;
}

.partners-retailers__title {
  font-size: 45px;
  line-height: 110%;
}

.partners-contact-form {
  /*padding-bottom: 140px;*/
}

@media (max-width: 1024px) {
  .partners-hero__content,
  .partners-benefits__inner,
  .partners-advantages__inner,
  .partners-retailers__inner {
    width: calc(100% - 32px);
  }

  .partners-hero__content {
    padding: 0 0 40px;
  }

  .partners-hero__title {
    font-size: 70px;
  }

  .partners-hero__text {
    max-width: 560px;
    font-size: 14px;
  }

  .partners-benefits,
  .partners-advantages,
  .partners-retailers,
  .partners-contact-form {
    padding-top: 100px;
  }

  .partners-section-heading__title,
  .partners-retailers__title {
    font-size: 40px;
  }

  .partners-benefits__inner {
    gap: 32px;
  }

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

  .partners-benefit-card {
    gap: 8px;
  }

  .partners-benefit-card__body {
    min-height: 160px;
    padding: 20px;
    border-radius: 7px;
  }

  .partners-benefit-card__image {
    border-radius: 7px;
  }

  .partners-benefit-card__title,
  .partners-advantage-item__title {
    font-size: 18px;
  }

  .partners-advantages__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .partners-advantages__media {
    order: 2;
    min-height: 420px;
    border-radius: 7px;
  }

  .partners-advantages__image {
    min-height: 420px;
  }

  .partners-advantages__content {
    gap: 48px;
  }

  .partners-advantages__grid {
    gap: 56px 44px;
  }
}

@media (max-width: 430px) {
  .partners-hero__content,
  .partners-benefits__inner,
  .partners-advantages__inner,
  .partners-retailers__inner {
    width: calc(100% - 24px);
  }

  .partners-hero__content {
    padding-bottom: 40px;
  }

  .partners-hero__copy {
    max-width: none;
  }

  .partners-hero__title {
    font-size: 50px;
  }

  .partners-hero__button {
    gap: 16px;
    padding: 10px 12px;
    border-radius: 7px;
  }

  .partners-benefits,
  .partners-advantages,
  .partners-retailers,
  .partners-contact-form {
    padding-top: 80px;
  }

  .partners-section-heading__title,
  .partners-retailers__title {
    font-size: 30px;
  }

  .partners-benefits__inner,
  .partners-retailers__inner {
    gap: 24px;
  }

  .partners-benefits__grid,
  .partners-advantages__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .partners-advantages__content {
    gap: 32px;
  }

  .partners-advantage-item {
    gap: 20px;
  }

  .partners-contact-form {
    padding-bottom: 80px;
  }
}

/* ============================================ */
/* QUIZ MODAL */
/* ============================================ */
html:has(.quiz-open) {
  overflow: hidden;
}
.quiz-open {
  overflow: hidden;
}

.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.quiz-modal[hidden] {
  display: none;
}
@media (max-width: 1024px) {
  .quiz-modal {
    padding: 137px 39px 138px;
  }
}
@media (max-width: 568px) {
  .quiz-modal {
    padding: 0;
  }
}

.quiz-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.quiz-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(1140px, 100%);
  height: 100%;
  max-height: min(600px, calc(100svh - 48px));
  padding: 66px 86px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff6e1;
  outline: none;
}
@media (min-width: 1890px) {
  .quiz-modal__dialog {
    width: min(1240px, 100%);
    max-height: min(720px, calc(100svh - 48px));
  }
}
@media (max-width: 1024px) {
  .quiz-modal__dialog {
    width: min(690px, 100%);
    height: 100%;
    max-height: min(749px, calc(100svh - 275px));
    padding: 80px 50px;
  }
}
@media (max-width: 568px) {
  .quiz-modal__dialog {
    width: 100%;
    max-width: 390px;
    height: 100%;
    max-height: 100%;
    padding: 68px 12px 20px;
    border-radius: 0;
  }
}

.quiz-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 10px;
  background: #f7ecd3;
  cursor: pointer;
  transition: all 0.2s ease;
}
.quiz-modal__close:hover {
  background: #2f1811;
}
@media (max-width: 1024px) {
  .quiz-modal__close {
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 568px) {
  .quiz-modal__close {
    top: 16px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}
.quiz-modal__close path {
  transition: all 0.2s ease;
}
.quiz-modal__close:hover path {
  stroke: #fff6e1;
}

.quiz-modal__screen {
  /*position: relative;*/
  flex: 1 1 auto;
  min-height: 0;
}

.quiz-modal__screen[hidden] {
  display: none;
}

.quiz-modal__intro,
.quiz-modal__question,
.quiz-modal__result {
  position: relative;
  z-index: 1;
  height: 100%;
}

.quiz-modal__intro {
  display: grid;
  grid-template-columns: minmax(0, 424px) 1fr;
  align-items: center;
  gap: 32px;
  position: static;
}
@media (max-width: 1024px) {
  .quiz-modal__intro {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding-top: 8svh;
  }
}
@media (max-width: 568px) {
  .quiz-modal__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.quiz-modal__intro-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  max-width: 424px;
}
@media (max-width: 1024px) {
  .quiz-modal__intro-copy {
    width: 100%;
    max-width: 424px;
    /*margin: 0 auto;*/
  }
}
@media (max-width: 568px) {
  .quiz-modal__intro-copy {
    gap: 24px;
    max-width: 366px;
    margin: 0;
  }
}

.quiz-modal__title,
.quiz-modal__question-title {
  margin: 0;
  color: #2f1811;
}

.quiz-modal__title {
  font-size: 32px;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .quiz-modal__title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .quiz-modal__title {
    font-size: 22px;
  }
}

.quiz-modal__intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quiz-modal__intro-text p,
.quiz-modal__result-text {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #2f1811;
}
@media (max-width: 1024px) {
  .quiz-modal__intro-text p,
  .quiz-modal__result-text {
    font-size: 14px;
  }
}

.quiz-modal__time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 5px;
  background: #f7ecd3;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #2f1811;
}

.quiz-modal__time img {
  width: 16px;
  height: 16px;
}

.quiz-modal__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-width: 145px;
  padding: 12px 16px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 10px;
  background: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #2f1811;
  cursor: pointer;
  transition: background 0.3s ease;
}
.quiz-modal__action:hover {
  background: #2f1811;
  color: #fff6e1;
}

.quiz-modal__action:disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.quiz-modal__action svg,
.quiz-modal__back svg {
  flex: 0 0 24px;
}

.quiz-modal__action svg path,
.quiz-modal__back svg path {
  transition: all 0.3s ease;
}
.quiz-modal__action:hover svg path,
.quiz-modal__back:hover svg path {
  stroke: #fff6e1;
}

.quiz-modal__intro-art,
.quiz-modal__question-art {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: min(480px, 42%);
  pointer-events: none;
}
.quiz-modal__question-art {
  bottom: 0;
  top: auto;
}
@media (max-width: 1024px) {
  .quiz-modal__intro-art {
    width: 50%;
  }
  .quiz-modal__question-art {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .quiz-modal__intro-art {
    width: 100%;
    right: -30vw;
    bottom: 0;
  }
  .quiz-modal__question-art {
    display: none;
  }
}

.quiz-modal__intro-art img,
.quiz-modal__question-art img {
  width: 100%;
}

.quiz-modal__question {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .quiz-modal__question {
    /*justify-content: flex-start;*/
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
  }
}

.quiz-modal__progress {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  width: min(648px, 100%);
  padding: 4px 0;

  /*margin-bottom: 20px;*/
}
@media (max-width: 1024px) {
  .quiz-modal__progress {
    width: calc(100% - (27px * 2));
  }
}
@media (max-width: 568px) {
  .quiz-modal__progress {
    gap: 6px;
  }
}

.quiz-modal__progress-step {
  height: 2px;
  border-radius: 999px;
  background: rgba(47, 24, 17, 0.15);
}

.quiz-modal__progress-step.is-active {
  background: #2f1811;
}

.quiz-modal__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.quiz-modal__question-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  /*width: min(443px, 100%);*/
  text-align: center;
}

.quiz-modal__eyebrow {
  margin: 0;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #2f1811;
}

.quiz-modal__question-title {
  font-size: 32px;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .quiz-modal__question-title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .quiz-modal__question-title {
    font-size: 22px;
  }
}

.quiz-modal__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(968px, 100%);
}
.quiz-modal__options:has(.quiz-modal__option:nth-child(5)) {
  /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
}
@media (max-width: 1024px) {
  .quiz-modal__options {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .quiz-modal__options {
    max-width: 366px;
  }
}

.quiz-modal__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 72px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #f7ecd3;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #2f1811;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .quiz-modal__option {
    min-height: 56px;
    padding: 12px 20px;
  }
}
.quiz-modal__option:hover {
  background: #f3e3be;
}

.quiz-modal__option.is-selected {
  border-color: rgba(47, 24, 17, 0.5);
  background: #f3e3be;
}

.quiz-modal__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .quiz-modal__controls {
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 568px) {
  .quiz-modal__controls {
    /*flex-direction: column;*/
    gap: 12px;
  }
}

.quiz-modal__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-width: 145px;
  padding: 12px 16px;
  border: 1px solid rgba(47, 24, 17, 0.5);
  border-radius: 10px;
  background: transparent;
  font-family: 'Tenor Sans', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #2f1811;
  cursor: pointer;
  transition: background 0.3s ease;
}
.quiz-modal__back:hover {
  background: #2f1811;
  color: #fff6e1;
}
@media (max-width: 568px) {
  .quiz-modal__back {
    min-width: 140px;
  }
}

.quiz-modal__result {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  padding: 0;
  padding-right: 16px;
  margin-right: -16px;
  overflow-y: auto;

  margin-top: -66px;
  padding-top: 66px;
  margin-bottom: -66px;
  padding-bottom: 66px;
  height: calc(100% + 66px + 66px);
}
.quiz-modal__result::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.quiz-modal__result::-webkit-scrollbar-thumb {
  background-color: rgba(47, 24, 17, 0.15);
  border-top: 76px solid #fff6e1;
  border-bottom: 66px solid #fff6e1;
}
@media (max-width: 1024px) {
  .quiz-modal__result {
    gap: 24px;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: -80px;
    padding-bottom: 80px;
    height: calc(100% + 80px + 80px);
  }
}

.quiz-modal__result-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(560px, 100%);
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1890px) {
  .quiz-modal__result-head {
    width: min(660px, 100%);
  }
}
@media (max-width: 1024px) {
  .quiz-modal__result-head {
    width: min(485px, 100%);
  }
}
@media (max-width: 568px) {
  .quiz-modal__result-head {
    width: min(366px, 100%);
  }
}

.quiz-modal__result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1024px) {
  .quiz-modal__result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 568px) {
  .quiz-modal__result-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.quiz-modal__result-grid .catalog-card {
  height: auto;
  min-height: 0;
}

.quiz-modal__result-grid .catalog-card__media {
  height: 318px;
}

.quiz-modal__result-grid .catalog-card__image-wrap {
  padding-top: 64px;
  padding-bottom: 24px;
}

.quiz-modal__result-grid .catalog-card__copy {
  padding: 4px 16px 12px;
}

.quiz-modal__result-grid .catalog-card__title {
  font-size: 18px;
}

.quiz-modal__result-grid .catalog-card__text {
  font-size: 12px;
}

/* End */


/* Start:/local/templates/oktta/assets/css/quizcustom.css?17893943182857*/
.quiz-promo-block {
    display: none;
    align-items: center;
    font-family: 'Tenor Sans', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #2f1811;
    margin-top: 15px;
    gap: 4px;
}

.quiz-promo-label {
    font-weight: 300;
}

.quiz-promo-val-wrap {
    display: inline-flex;
    align-items: center;
}

.quiz-promo-reveal {
    cursor: pointer;
    color: #2f1811;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.quiz-promo-reveal:hover {
    opacity: 1;
    transform: scale(1.1);
}

.quiz-promo-reveal svg {
    display: block;
}

.quiz-promo-val {
    font-weight: bold;
    color: #2f1811;
    letter-spacing: 0.5px;
}

.quiz-promo-copy-btn {
    background: none;
    border: none;
    padding: 4px;
    margin-left: 6px;
    cursor: pointer;
    color: #2f1811;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.quiz-promo-copy-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.quiz-promo-copy-btn.is-copied {
    color: #2f1811;
    opacity: 1;
}

.quiz-promo-copy-btn svg {
    display: block;
}

.quiz-promo-block__container{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:16px;
    padding:22px 20px;
    box-sizing: border-box;
    border-radius:10px;
    background:rgba(242, 236, 194, 1);
    color:rgba(47, 24, 17, 1);
}
@media (max-width:768px){
    .quiz-promo-block__container{
        flex-direction: column;
        width:100%;
    }
}
.quiz-promo-block__container--info{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:16px;
}
@media (max-width:768px){
    .quiz-promo-block__container--info{
        flex-direction: column;
        gap:5px;
    }
}
.quiz-promo-block__container--percent{
    font-size:32px;
    font-family:"TT Backwards Sans";
    height:34px;
}
.quiz-promo-block__container--text{
    font-size:14px;
    max-width:165px;
    text-align:left;
    font-family:'Tenor Sans';
}
@media (max-width:768px){
    .quiz-promo-block__container--text{
        max-width:100%;
    }
}
.quiz-promo-block__container--code{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px dashed rgba(47, 24, 17, 1);
    padding: 10px 13px;
    box-sizing: border-box;
    border-radius: 10px;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.quiz-promo-block__container--code span{
    font-size:18px;
    text-transform: uppercase;
    height: 20px;
}
.quiz-promo-block__container--code svg{
    cursor:pointer;
}
.quiz-promo-block__container--code.is-copied {
    border-color: rgba(47, 24, 17, 1);
    color: rgba(47, 24, 17, 1);
}
/* End */
/* /local/templates/oktta/assets/css/style.css?1789394318327868 */
/* /local/templates/oktta/assets/css/quizcustom.css?17893943182857 */
