@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arsenica";
  src: url("../fonts/Arsenica_Trial/ArsenicaTrial-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arsenica";
  src: url("../fonts/Arsenica_Trial/ArsenicaTrial-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Marianna";
  src: url("../fonts/Marianna/Marianna.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kosko";
  src: url("../fonts/Kosko/Kosko.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MakiSans";
  src: url("../fonts/MakiSans/MakiSans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --jb-bg: #fff8fa;
  --jb-surface: #ffffff;
  --jb-ink: #181818;
  --jb-muted: #6f6467;
  --jb-line: #ead9de;
  --jb-pink: #f9e5e9;
  --jb-rose: #d9879a;
  --jb-burgundy: #6f263d;
  --jb-focus: #111111;
  --jb-radius: 8px;
  --jb-container: 1320px;
  --jb-marianna-y-correction: -0.2em;
}

* {
  box-sizing: border-box;
}

body.jullybride-site {
  margin: 0;
  background: var(--jb-bg);
  color: var(--jb-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 32px, var(--jb-container));
  margin-inline: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.d-grid {
  display: grid !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.m-auto {
  margin: auto !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.box-important_item1 img {
  margin-right: auto;
  margin-left: auto;
}

.site-data > a,
.site-data .logos-row,
.site-data .logos-row a {
  display: inline-flex;
  align-items: center;
}

.site-data > a {
  white-space: nowrap;
}

.site-data > a img,
.site-data .logos-row img {
  display: inline-block;
  flex: 0 0 auto;
}

.reviews_item-more,
.reviews_item-more:hover,
.reviews_item-more:focus {
  color: #681f2a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot span {
  box-sizing: content-box;
}

.owl-theme .owl-dots .owl-dot.active span {
  top: 0 !important;
}

.sect-couture-row {
  display: flex;
  flex-wrap: wrap;
}

.sect-couture-title,
.sect-couture-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
}

.sect-couture-title {
  font-family: "Arsenica", Georgia, serif;
  font-size: clamp(26px, 3vw, 52px);
  line-height: 1.5;
  margin: 0 0 39px;
}

.sect-couture-img {
  margin: 0 0 23px 26px;
}

.sect-couture_left-colunn {
  padding-inline: 20px;
}

.sect-couture-desc .sect-couture-text {
  margin: 0 auto 142px;
}

@media (max-width: 1250px) {
  .sect-couture-title {
    margin: 0 0 20px;
  }
}

@media (max-width: 1080px) {
  .sect-couture-title {
    margin: 0 0 10px;
  }
}

@media (max-width: 768px) {
  .sect-couture-img {
    margin: -10px auto -30px;
  }

  .sect-couture-desc {
    margin-top: 0px;
  }

  .sect-couture-subtitle {
    font-size: 16px;
  }

  .sect-couture-title {
    font-size: 26px;
    margin: 0;
  }

  .sect-couture-desc .sect-couture-text {
    margin: 0 auto 54px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .sect-couture-owl2 .owl-stage-outer {
    aspect-ratio: 8 / 9;
  }

  .sect-couture-owl2 .owl-stage,
  .sect-couture-owl2 .owl-item,
  .sect-couture-owl2 li,
  .sect-couture-owl2 li img {
    height: 100%;
  }

  .sect-couture-owl2 li img {
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .sect-couture_right-colunn {
    overflow: visible;
  }

  .sect-couture-owl2,
  .sect-couture-owl2 .owl-stage-outer,
  .sect-couture-owl2 .owl-stage,
  .sect-couture-owl2 .owl-item,
  .sect-couture-owl2 li {
    height: 100%;
    min-height: 0;
  }

  .sect-couture-owl2 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sect-couture-owl2.owl-theme .owl-dots {
    z-index: 3;
  }
}

.text-end {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-none {
    display: none !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-none {
    display: none !important;
  }
}

.font-title,
.jb-section-title h2,
.jb-page-hero h1,
.jb-archive-header h1,
.jb-product-summary h1 {
  font-family: "Arsenica", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.jb-display-title,
.jb-stock-header h1.jb-display-title,
.jb-stock-products h2.jb-display-title {
  margin: 0;
  color: #000;
  font-family: "Arsenica", Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.font-cursive {
  font-family: "Marianna", cursive;
}

.jb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid var(--jb-ink);
  border-radius: var(--jb-radius);
  background: var(--jb-ink);
  color: #fff;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jb-button:hover {
  background: var(--jb-burgundy);
  border-color: var(--jb-burgundy);
}

.jb-button--ghost {
  background: transparent;
  color: var(--jb-ink);
}

.jb-button--wide {
  width: 100%;
}

.w-toplink {
  position: fixed !important;
  z-index: 99;
  bottom: max(0px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 15px;
  border-radius: 999px !important;
  background: #db99a0;
  color: #fff !important;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 150%, 0);
  transition: transform .25s ease, opacity .25s ease, background .2s ease, color .2s ease;
}

.w-toplink.pos_left {
  left: max(0px, env(safe-area-inset-left));
}

.w-toplink.pos_right {
  right: max(0px, env(safe-area-inset-right));
}

.w-toplink.active,
.w-toplink:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.w-toplink:hover {
  background: #f2d4d7;
  color: #c6579a !important;
}

.w-toplink:focus-visible {
  outline: 2px solid var(--jb-focus);
  outline-offset: 3px;
}

.w-toplink i {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

.w-toplink i::before {
  content: "";
}

.jb-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 250, .95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--jb-line);
}

.jb-header__inner,
.jb-header__aside,
.jb-main-menu__list {
  display: flex;
  align-items: center;
}

.jb-header__inner {
  min-height: 88px;
  justify-content: space-between;
  gap: 24px;
}

.jb-logo img {
  width: 132px;
  max-height: 64px;
  object-fit: contain;
}

.jb-main-menu {
  flex: 1;
}

.jb-main-menu__list {
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}

.jb-header__aside {
  gap: 14px;
  justify-content: flex-end;
}

.jb-city-switcher,
.jb-burger,
.jb-filter-toggle,
.jb-filters__close,
.jb-mobile-menu__close {
  appearance: none;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.jb-city-switcher {
  font-weight: 600;
}

.jb-header-contacts {
  display: grid;
  gap: 2px;
  font-size: 13px;
}

.jb-header-contacts__address {
  max-width: 310px;
  color: var(--jb-muted);
}

.jb-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.jb-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--jb-line);
  border-radius: var(--jb-radius);
  padding: 10px;
}

.jb-burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--jb-ink);
}

.jb-mobile-menu[hidden] {
  display: none;
}

.jb-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(24, 24, 24, .34);
}

.jb-mobile-menu__panel {
  width: min(360px, 88vw);
  height: 100%;
  padding: 28px 22px;
  background: var(--jb-bg);
  overflow-y: auto;
}

.jb-mobile-menu__close,
.jb-filters__close {
  width: 36px;
  height: 36px;
  margin-left: auto;
  display: block;
  position: relative;
}

.jb-filters__close::before,
.jb-filters__close::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 17px;
  height: 2px;
  background: var(--jb-ink);
}

.jb-filters__close::before {
  transform: rotate(45deg);
}

.jb-mobile-menu__close::after,
.jb-filters__close::after {
  transform: rotate(-45deg);
}

.jb-mobile-menu__list {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 28px 0;
  margin: 0;
  font-size: 20px;
}

.jb-main {
  min-height: 55vh;
}

.jb-section-title {
  margin-bottom: 28px;
  text-align: center;
}

.jb-section-title span {
  display: block;
  color: var(--jb-burgundy);
  font-family: "Marianna", cursive;
  font-size: 34px;
}

.jb-section-title h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.jb-catalog-header,
.jb-catalog-filters,
.jb-catalog-grid,
.jb-catalog-seo,
.jb-page,
.jb-blog,
.jb-stock,
.jb-search,
.jb-404 {
  padding: 48px 0;
}

.jb-filter,
.jb-sort,
.jb-product-summary,
.jb-product-description {
  border: 1px solid var(--jb-line);
  border-radius: var(--jb-radius);
  background: var(--jb-surface);
}

.jb-card-grid {
  display: grid;
  gap: 24px;
}

.jb-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jb-card-grid--products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jb-product-card,
.jb-article-card {
  background: var(--jb-surface);
  border-radius: var(--jb-radius);
  overflow: hidden;
}

.jb-product-card__image img,
.jb-article-card__image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.jb-article-card__image img {
  aspect-ratio: 16 / 10;
}

.jb-product-card__body,
.jb-article-card__body {
  padding: 16px;
}

.jb-product-card__title,
.jb-article-card h2 {
  font-weight: 600;
}

.jb-product-card__price {
  margin-top: 8px;
  color: var(--jb-burgundy);
  font-weight: 600;
}

.jb-product-card__sizes {
  margin-top: 8px;
  color: var(--jb-muted);
  font-size: 13px;
}

.jb-story-carousel-section {
  position: relative;
  z-index: 2;
  padding: 45px 0 45px;
}

.owl-carusel-added-story .owl-nav {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.owl-carusel-added-story .owl-nav button.owl-prev,
.owl-carusel-added-story .owl-nav button.owl-next {
  flex: 1 1 50%;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: transparent;
  pointer-events: auto;
}

.owl-carusel-added-story .owl-nav button.disabled {
  cursor: default;
  pointer-events: none;
}

.owl-carusel-added-story .owl-dots {
  --story-dot-gap: 2px;
  position: absolute;
  top: 12px;
  right: 8px;
  left: 8px;
  z-index: 3;
  display: flex;
  gap: var(--story-dot-gap);
  align-items: center;
  width: auto !important;
  padding-top: 0;
}

.owl-carusel-added-story .owl-dots .owl-dot {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 !important;
}

.owl-carusel-added-story .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  min-width: 1px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: rgba(245, 205, 203, 0.5);
}

.owl-carusel-added-story .owl-dots .owl-dot.active span,
.owl-carusel-added-story .owl-dots .owl-dot:hover span {
  background: #f5cdcb;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 30px;
  margin-right: 0;
  margin-left: 0;
}

.products-list > .products-list-item {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.jb-search-products.products-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-list-carusel.owl-carousel:not(.owl-loaded) {
  display: block;
}

.products-list-carusel:not(.owl-loaded) li {
  display: none;
}

.products-list-carusel:not(.owl-loaded) li:first-child {
  display: block;
}

.products-list .product-carousel-wrapper {
  width: 100%;
  max-width: 376px;
  margin-right: auto;
  margin-left: auto;
}

.products-list-carusel,
.products-list-carusel.owl-carousel,
.products-list_img-row {
  width: 100%;
  max-width: 100%;
}

.products-list_img-row {
  display: block;
  height: auto;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: #f5cdcb;
}

.products-list_img-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jb-catalog-filters .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.jb-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.jb-filter,
.jb-sort {
  padding: 12px;
}

.jb-filter legend {
  padding: 0 4px;
  font-weight: 600;
}

.jb-filter label {
  display: flex;
  gap: 8px;
  margin: 8px 0;
  font-size: 14px;
}

.left-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--jb-ink);
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.left-filter-btn:hover {
  color: var(--jb-burgundy);
}

.left-filter-btn:hover svg > path {
  fill: var(--jb-burgundy);
}

.filter-box {
  position: fixed;
  top: var(--jb-filter-top, var(--jb-sticky-header-bottom, 0px));
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(24, 24, 24, .34);
}

.admin-bar .filter-box {
  top: var(--jb-filter-top, var(--jb-sticky-header-bottom, 32px));
}

.filter-box.is-open {
  display: block;
}

.filter-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(500px, 92vw);
  height: 100%;
  padding: 28px 0 0;
  overflow: hidden;
  background-color: #f9e5e9;
  box-shadow: 20px 0 40px rgba(24, 24, 24, .12);
}

.filter-wrap::before {
  content: "";
  position: absolute;
  inset: 84px 0 104px;
  pointer-events: none;
  background: url("../images/bukvennyy-pattern.png") center 40px / 1180px auto repeat;
  opacity: .1;
}

.filter-wrap > * {
  position: relative;
  z-index: 1;
}

.filter-box_title {
  flex: 0 0 auto;
  margin: 0 76px 24px 24px;
  font-family: "Arsenica Trial", serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

.w-filter-list-closer {
  position: absolute;
  top: 24px;
  left: min(434px, calc(92vw - 66px));
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.w-filter-list-closer::before,
.w-filter-list-closer::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  width: 18px;
  height: 2px;
  background: var(--jb-burgundy);
}

.w-filter-list-closer::before {
  transform: rotate(45deg);
}

.w-filter-list-closer::after {
  transform: rotate(-45deg);
}

.jb-catalog-filter-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.jb-catalog-filter-form.is-refreshing [data-jb-filter-count] {
  opacity: .45;
}

.jb-filter-scroll {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 24px 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(111, 38, 61, .3) transparent;
  scrollbar-width: thin;
}

.jb-filter-scroll::-webkit-scrollbar {
  width: 6px;
}

.jb-filter-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.jb-filter-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(111, 38, 61, .28);
}

.jb-filter {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.jb-filter__legend {
  width: 100%;
  padding: 0;
  margin: 0;
}

.jb-filter__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jb-text);
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.jb-filter.is-open .jb-filter__toggle {
  color: var(--jb-burgundy);
}

.jb-filter__mark::before {
  content: "+";
  display: block;
  min-width: 18px;
  color: currentColor;
  font-weight: 500;
  text-align: center;
}

.jb-filter.is-open .jb-filter__mark::before {
  content: "-";
}

.jb-filter__terms {
  display: none;
  padding: 0 0 18px;
}

.jb-filter.is-open .jb-filter__terms {
  display: grid;
}

.jb-filter label {
  align-items: center;
  min-height: 38px;
  gap: 12px;
  margin: 6px 0;
  font-size: 17px;
  line-height: 1.35;
  cursor: pointer;
}

.jb-filter input[type="checkbox"] {
  appearance: none;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1.5px solid var(--jb-burgundy);
  border-radius: 0;
  background: rgba(255, 255, 255, .24);
  cursor: pointer;
}

.jb-filter input[type="checkbox"]:checked {
  border-color: var(--jb-burgundy);
  background-color: var(--jb-burgundy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff8fa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M4.5 10.5 8.2 14 15.5 6'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.jb-filter input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--jb-burgundy);
  outline-offset: 3px;
}

.jb-filter label small {
  margin-left: auto;
  color: var(--jb-muted);
  font-size: 14px;
}

.jb-filter label.is-disabled {
  color: rgba(24, 24, 24, .35);
}

.jb-filter label.is-disabled input {
  opacity: .5;
}

.jb-filter-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 20px 24px 26px;
  background: #f5cdcb;
  box-shadow: 0 -12px 28px rgba(111, 38, 61, .08);
}

.jb-filter-actions .theme-button {
  flex: 1 1 0;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.jb-filter-reset {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 999px;
  background: #fff;
  color: var(--jb-ink);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.jb-catalog-sort-form {
  display: flex;
  justify-content: flex-end;
  width: min(410px, 100%);
  margin-left: auto;
}

.jb-sort-select {
  width: 100%;
  min-height: 44px;
  padding: 0 42px 0 18px;
  border: 1px solid #f5cdcb;
  border-radius: 999px;
  background-color: #f9e5e9;
  color: var(--jb-ink);
  font-weight: 500;
}

.last-filter {
  position: relative;
  z-index: 2;
  margin: 0 0 73px;
}

.jb-quick-filter-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.filter-length,
.filter-silhouette,
.filter-price-trigger {
  min-width: 140px;
  min-height: 44px;
  padding: 0 44px 0 22px;
  border: 1px solid #f5cdcb;
  border-radius: 999px;
  background-color: #f9e5e9;
  box-sizing: border-box;
  color: var(--jb-ink);
  font: inherit;
  font-weight: 600;
}

.last-filter .filter-length,
.last-filter .filter-silhouette,
.last-filter .filter-price-trigger {
  width: auto;
  min-width: 140px;
  min-height: 44px;
  height: auto;
  margin: 0;
  padding: 0 44px 0 22px;
  border: 1px solid #f5cdcb;
  background-color: #f9e5e9;
  font-size: inherit;
}

.filter-length,
.filter-silhouette {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 17px center;
  background-repeat: no-repeat;
}

.last-filter .filter-length,
.last-filter .filter-silhouette {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 17px center;
  background-repeat: no-repeat;
}

.filter-price-dropdown {
  position: relative;
  display: block;
  width: 100%;
}

.filter-price-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.last-filter .filter-price-trigger {
  background-image: none;
}

.filter-price-trigger::after {
  content: "";
  width: 12px;
  height: 8px;
  margin-left: 20px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.filter-price-content {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  width: 280px;
  padding: 16px;
  border: 1px solid #f5cdcb;
  border-radius: 18px;
  background: #fff8fa;
  box-shadow: 0 14px 34px rgba(111, 38, 61, .16);
}

.filter-price-range {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.filter-price-range input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #f5cdcb;
  border-radius: 999px;
  background: #fff;
  color: var(--jb-ink);
  font: inherit;
}

.filter-price-actions {
  display: flex;
  gap: 10px;
}

.filter-price-actions .btn {
  flex: 1 1 0;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.filter-price-actions .btn-apply {
  background: var(--jb-burgundy);
  color: #fff8fa;
}

.filter-price-actions .btn-reset {
  background: #f5cdcb;
  color: var(--jb-ink);
}

@media (max-width: 767px) {

  .jb-quick-filter-row {
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jb-quick-filter-row::-webkit-scrollbar {
    display: none;
  }

  .last-filter .filter-length,
  .last-filter .filter-silhouette {
    flex: 0 0 129px;
    width: 129px;
    min-width: 129px;
    max-width: 129px;
    padding: 0 30px 0 14px;
    font-size: 14px;
  }

  .last-filter .filter-price-trigger {
    flex: 0 0 112px;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    padding: 0 14px;
    font-size: 14px;
    white-space: nowrap;
  }

  .filter-price-trigger::after {
    flex: 0 0 12px;
    margin-left: 8px;
  }

  .filter-price-content {
    z-index: 100;
    width: min(280px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }
}

.jb-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 36px;
  align-items: start;
}

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

.jb-product-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--jb-radius);
}

.jb-product-summary {
  position: sticky;
  top: 112px;
  padding: 28px;
}

.jb-product-summary h1 {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 56px);
}

.jb-product-summary__price {
  margin: 18px 0;
  color: var(--jb-burgundy);
  font-size: 24px;
  font-weight: 600;
}

.jb-product-summary__sizes {
  margin: 22px 0;
}

.jb-product-description {
  margin: 44px 0;
  padding: 28px;
}

.product-top {
  padding-bottom: 39px;
}

.breadcrubs-custom {
  padding-bottom: 0px;
}

.jb-breadcrumbs {
  margin-bottom: 20px;
  color: var(--jb-muted);
  font-size: 13px;
}

.top-products {
  margin-bottom: 7px;
}

.jb-page-content,
.jb-single-article__content,
.jb-single-stock__content,
.jb-catalog-seo {
  max-width: 920px;
}

.jb-page {
  background: #f9e5e9;
}

.jb-pagination {
  margin-top: 34px;
  text-align: center;
}

.jb-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jb-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.jb-pagination .page-numbers.current {
  background: #db5c9d;
  color: #fff;
}

.jb-pagination .page-numbers.dots {
  min-width: 18px;
}

.jb-pagination .page-numbers.prev,
.jb-pagination .page-numbers.next {
  min-width: 26px;
  font-size: 24px;
  font-weight: 400;
}

.jb-empty {
  padding: 32px;
  border: 1px solid var(--jb-line);
  border-radius: var(--jb-radius);
  background: var(--jb-surface);
}

@media (max-width: 1180px) {
  .jb-header-contacts,
  .jb-social-links--header {
    display: none;
  }

  .jb-card-grid--products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .jb-main-menu,
  .jb-header__aside > .jb-city-switcher,
  .jb-header__aside > .jb-button {
    display: none;
  }

  .jb-burger {
    display: block;
  }

  .jb-product__layout {
    grid-template-columns: 1fr;
  }

  .jb-card-grid--3,
  .jb-card-grid--products,
  .products-list,
  .jb-search-products.products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-list {
    gap: 0px 30px;
  }

  .jb-product-summary {
    position: static;
  }

  .jb-filters {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 90;
    width: min(420px, 92vw);
    display: block;
    padding: 22px;
    overflow-y: auto;
    background: var(--jb-bg);
    transform: translateX(105%);
    transition: transform .2s ease;
  }

  .jb-filters.is-open {
    transform: translateX(0);
  }

  .jb-filter,
  .jb-sort {
    margin-bottom: 12px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, var(--jb-container));
  }

  .jb-header__inner {
    min-height: 72px;
  }

  .jb-logo img {
    width: 108px;
  }

  .jb-card-grid--3,
  .jb-card-grid--products,
  .jb-product-gallery {
    grid-template-columns: 1fr;
  }

}

@font-face {
  font-display: swap;
  font-family: "Maki Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MakiSans/MakiSans.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Kosko";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Kosko/Kosko.woff2") format("woff2");
}

.jb-editorial-page {
  position: relative;
  overflow: hidden;
  background: #f9e5e9;
  padding: 42px 0 90px;
}

.jb-editorial-page .container {
  position: relative;
  z-index: 1;
}

.jb-blog-header,
.jb-stock-header {
  margin: 26px 0 70px;
}

.jb-blog-header h1,
.jb-stock-header h1 {
  max-width: 1060px;
  margin: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: clamp(25px, 2.35vw, 36px);
  font-weight: 800;
  line-height: 1.12;
}

.jb-blog-categories {
  width: max-content;
  margin: -56px 0 76px;
}

.jb-blog-categories summary {
  cursor: pointer;
  list-style: none;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

.jb-blog-categories summary::-webkit-details-marker {
  display: none;
}

.jb-blog-categories summary::before {
  content: "+";
  display: inline-block;
  margin-right: 12px;
  color: #4d4d4d;
  font-weight: 300;
}

.jb-blog-categories[open] summary::before {
  content: "-";
}

.jb-blog-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 860px;
  margin-top: 18px;
}

.jb-blog-categories__list a {
  border: 1px solid rgba(104, 31, 42, .22);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .34);
  color: #181818;
  font-size: 14px;
  text-decoration: none;
}

.jb-blog-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 30px;
}

.jb-stock-promos::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 145px;
  height: 165px;
  pointer-events: none;
  background: url("../images/serdtse-nakleyka-2.svg") center / contain no-repeat;
}

.jb-blog-grid::after {
  top: 420px;
  right: -42px;
}

.jb-blog-card {
  min-width: 0;
}

.jb-blog-card__image {
  display: block;
  overflow: hidden;
  background: #f5cdcb;
}

.jb-blog-card__image img,
.jb-blog-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform .35s ease;
}

.jb-blog-card__image:hover img {
  transform: scale(1.035);
}

.jb-blog-card__placeholder {
  background: linear-gradient(135deg, #f5cdcb, #fff4f6);
}

.jb-blog-card__meta {
  padding-top: 16px;
}

.jb-blog-card time {
  display: block;
  margin-bottom: 6px;
  color: #181818;
  font-size: 16px;
}

.jb-blog-card h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.jb-blog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.jb-article {
  position: relative;
}

.jb-article::after {
  top: 620px;
  right: 42px;
}

.jb-article-header {
  max-width: 760px;
  margin: 96px auto 82px;
  text-align: center;
}

.jb-article-header__date {
  margin-bottom: 32px;
  color: #666;
  font-size: 13px;
}

.jb-article-header h1 {
  margin: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.1;
}

.jb-article-content {
  max-width: 760px;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
}

.jb-article-content p {
  margin: 0 0 28px;
}

.jb-article-content h2,
.jb-article-content h3,
.jb-article-content h4 {
  margin: 58px 0 24px;
  font-family: "Maki Sans", "Kosko", Montserrat, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.jb-article-content em {
  font-style: italic;
}

.jb-article-content img {
  max-width: 100%;
  height: auto;
}

.jb-article-content .wp-block-image,
.jb-article-content figure {
  margin: 46px 0;
}

.jb-article-content .wp-block-gallery,
.jb-article-content .blocks-gallery-grid,
.jb-article-content .gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jb-related-posts {
  max-width: 1280px;
  margin: 108px auto 0;
  text-align: center;
}

.jb-related-posts h2 {
  margin: 0 0 28px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.1;
}

.jb-related-posts__carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
}

.jb-related-posts__grid {
  display: flex;
  flex: 1 1 auto;
  gap: 32px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.jb-related-posts__arrow {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}

.jb-related-card {
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(43, 19, 25, .08);
  scroll-snap-align: start;
  text-align: left;
}

.jb-related-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5cdcb;
}

.jb-related-card__image img,
.jb-related-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}

.jb-related-card__image:hover img {
  transform: scale(1.035);
}

.jb-related-card__placeholder {
  background: linear-gradient(135deg, #f5cdcb, #fff4f6);
}

.jb-related-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.jb-related-card__title {
  margin: 0;
  padding: 18px 20px 20px;
  background: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.jb-related-card__title a {
  color: inherit;
  text-decoration: none;
}

.jb-adjacent-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  max-width: 1280px;
  margin: 112px auto 0;
}

.jb-adjacent-posts__slot--next {
  text-align: right;
}

.jb-adjacent-posts__item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  max-width: 520px;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  text-decoration: none;
}

.jb-adjacent-posts__item--next {
  justify-content: flex-end;
}

.jb-adjacent-posts__label {
  display: block;
  margin-bottom: 4px;
  color: #a9989e;
  font-size: 14px;
}

.jb-adjacent-posts__arrow {
  color: #b9aeb2;
  font-size: 60px;
  font-weight: 300;
  line-height: .8;
}

.jb-stock-header {
  margin-bottom: 54px;
}

.jb-stock-products {
  margin-top: 62px;
}

.jb-stock-products .products-list {
  row-gap: 58px;
}

.jb-stock-single__header,
.jb-stock-single__content {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.jb-stock-single__header {
  margin-top: 64px;
  margin-bottom: 42px;
  text-align: center;
}

.jb-stock-single__header h1 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
}

.jb-stock-single__header p {
  max-width: 660px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.5;
}

.jb-stock-single__image {
  margin: 0 0 36px;
}

.jb-stock-single__image img {
  width: 100%;
  height: auto;
}

.jb-stock-single__content {
  font-size: 17px;
  line-height: 1.6;
}

.jb-stock-single__content p {
  margin: 0 0 24px;
}

.jb-stock-single__cta {
  margin-top: 38px;
  text-align: center;
}

@media (max-width: 1100px) {
  .jb-blog-grid::after,
  .jb-article::after {
    width: 110px;
    height: 126px;
  }
}

@media (max-width: 900px) {
  .jb-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jb-related-card {
    flex-basis: calc((100% - 32px) / 2);
  }

  .jb-related-posts__arrow {
    display: none;
  }

  .jb-article::after,
  .jb-blog-grid::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .jb-editorial-page {
    padding: 28px 0 58px;
  }

  .jb-blog-header,
  .jb-stock-header {
    margin: 20px 0 42px;
  }

  .jb-blog-categories {
    margin: -24px 0 44px;
  }

  .jb-blog-grid,
  .jb-related-posts__grid {
    grid-template-columns: 1fr;
  }

  .jb-related-card {
    flex-basis: 100%;
  }

  .jb-related-posts {
    margin-top: 70px;
  }

  .jb-related-posts__carousel {
    display: block;
  }

  .jb-adjacent-posts {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 70px;
  }

  .jb-adjacent-posts__slot--next {
    text-align: left;
  }

  .jb-adjacent-posts__item,
  .jb-adjacent-posts__item--next {
    justify-content: flex-start;
  }

  .jb-blog-card h2 {
    font-size: 16px;
  }

  .jb-article-header {
    margin: 52px auto 48px;
  }

  .jb-article-content {
    font-size: 16px;
  }

  .jb-article-content .wp-block-gallery,
  .jb-article-content .blocks-gallery-grid,
  .jb-article-content .gallery {
    grid-template-columns: 1fr;
  }

}

.jb-search-page,
.jb-404-page {
  min-height: 70vh;
}

/* Stock and promo pages: migrated from the old Impreza layouts. */
.jb-stock.jb-editorial-page {
  padding-top: 58px;
  padding-bottom: 0;
  background: #f9e5e9;
}

.jb-stock.jb-editorial-page::after {
  display: none;
}

.jb-stock-archive {
  --jb-stock-arch-top: clamp(350px, 6.8vw, 130px);
  --jb-striped-arch-width: min(1920px, 100vw);
  --jb-striped-arch-z-index: 0;
  padding-bottom: 110px;
}

.jb-stock-archive.jb-striped-arch::before {
  top: var(--jb-stock-arch-top);
  bottom: auto;
  height: calc(100% - var(--jb-stock-arch-top) + 220px);
}

.jb-stock-archive .jb-stock-header {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto 58px;
}

.jb-stock-archive .jb-stock-header h1 {
  max-width: calc(100% - min(355px, 27vw) - 40px);
}

.jb-stock-header__note {
  position: absolute;
  top: -34px;
  right: 0;
  display: block;
  width: min(355px, 27vw);
  aspect-ratio: 355 / 130;
  pointer-events: none;
}

.jb-stock-header__note::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/stock-title-note.svg") center / contain no-repeat;
}

.jb-stock-promos {
  --jb-stock-promo-card-width: 520px;
  --jb-stock-promo-card-height: 600px;
  --jb-stock-promo-media-height: 360px;
  position: relative;
  width: min(1883px, 100vw);
  max-width: none;
  margin: 0 0 0px 50%;
  transform: translateX(-50%);
}

.jb-stock-promos::after {
  display: none;
}

.jb-stock-promos__slider,
.jb-stock-promos__slider.owl-carousel {
  display: block;
  padding-bottom: 83px;
}

.jb-stock-promos__slider .owl-stage {
  display: flex;
  align-items: flex-start;
}

.jb-stock-promos__slider .owl-item {
  opacity: .6;
  transition: opacity .28s ease;
}

.jb-stock-promos__slider .owl-item.center {
  opacity: 1;
}

.jb-stock-promos__slider .owl-item:not(.center) {
  transform: none;
}

.jb-stock-promos__slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.jb-stock-promos__slider .owl-nav button.owl-prev,
.jb-stock-promos__slider .owl-nav button.owl-next {
  -webkit-appearance: none;
  appearance: none;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  padding: 0;
  border: 2px solid #681f2a;
  border-radius: 50%;
  background: url("../images/arrow-11.svg") center no-repeat, #681f2a;
  color: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0;
  transform: none;
  margin: 0;
  transition: all .3s;
}

.jb-stock-promos__slider .owl-nav button.owl-prev {
  rotate: 180deg;
}

.jb-stock-promos__slider .owl-nav button.owl-prev:hover,
.jb-stock-promos__slider .owl-nav button.owl-prev:focus-visible,
.jb-stock-promos__slider .owl-nav button.owl-next:hover,
.jb-stock-promos__slider .owl-nav button.owl-next:focus-visible {
  background: url("../images/arrow-12.svg") center no-repeat, transparent;
  transform: rotate(180deg);
}

.jb-stock-promos__slider .jb-stock-promo-card {
  grid-column: auto;
  grid-row: auto;
  width: var(--jb-stock-promo-card-width);
  height: var(--jb-stock-promo-card-height);
  max-height: none;
  margin: 0;
  overflow: visible;
}

.jb-stock-promos__slider .jb-stock-promo-card__link,
.jb-stock-promos__slider .jb-stock-promo-card a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: var(--jb-stock-promo-card-width);
  height: var(--jb-stock-promo-card-height);
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
  color: #181818;
  text-decoration: none;
}

.jb-stock-promo-card__media {
  display: block;
  flex: 0 0 var(--jb-stock-promo-media-height);
  width: 100%;
  height: var(--jb-stock-promo-media-height);
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.jb-stock-promos__slider .jb-stock-promo-card__media img,
.jb-stock-promos__slider .jb-stock-promo-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.jb-stock-promos__slider .jb-stock-promo-card__placeholder {
  background: linear-gradient(135deg, #681f2a, #f5cdcb);
}

.jb-stock-promo-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 72px 40px 40px;
  background: #f9f9f9;
}

.jb-stock-promo-card__title,
.jb-stock-promo-card__text {
  display: block;
}

.jb-stock-promo-card__title {
  color: #181818;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.jb-stock-promo-card__text {
  margin-top: 12px;
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.jb-ot-faty-slider {
  --jb-ot-faty-card-width: 375px;
  --jb-ot-faty-card-height: 524px;
  --jb-ot-faty-card-gap: 24px;
  width: 100vw;
  max-width: none;
  margin: 0 0 92px 50%;
  overflow: hidden;
  transform: translateX(-50%);
}

.jb-ot-faty-slider__track,
.jb-ot-faty-slider__track.owl-carousel {
  display: block;
}

.jb-ot-faty-slider__track .owl-stage {
  display: flex;
  align-items: stretch;
}

.jb-ot-faty-slider__track .owl-item {
  width: var(--jb-ot-faty-card-width) !important;
}

.jb-ot-faty-card {
  width: var(--jb-ot-faty-card-width);
  height: var(--jb-ot-faty-card-height);
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  background: #181818;
}

.jb-ot-faty-card__inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #f5cdcb;
  text-align: center;
  text-decoration: none;
}

.jb-ot-faty-card__image,
.jb-ot-faty-card__placeholder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.jb-ot-faty-card__image {
  object-fit: cover;
}

.jb-ot-faty-card__placeholder {
  background: linear-gradient(145deg, #4a171f, #d49ca1);
}

.jb-ot-faty-card__shade {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, .56);
  transition: background .25s ease;
}

.jb-ot-faty-card:hover .jb-ot-faty-card__shade,
.jb-ot-faty-card:focus-within .jb-ot-faty-card__shade {
  background: rgba(104, 31, 42, .72);
}

.jb-ot-faty-card__title {
  position: relative;
  z-index: 1;
  display: block;
  max-width: calc(100% - 56px);
  color: #f5cdcb;
  font-size: clamp(32px, 2.7vw, 48px);
  font-weight: 500;
  line-height: .98;
  text-transform: uppercase;
}

.jb-ot-faty-card__button {
  position: absolute;
  left: 50%;
  bottom: 130px;
  z-index: 1;
  display: inline-flex;
  width: 222px;
  height: 78px;
  align-items: center;
  justify-content: center;
  border: 4px solid #f5cdcb;
  border-radius: 999px;
  color: #f5cdcb;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity .25s ease, background .25s ease, color .25s ease;
}

.jb-ot-faty-card:hover .jb-ot-faty-card__button,
.jb-ot-faty-card:focus-within .jb-ot-faty-card__button {
  background: #f5cdcb;
  color: #681f2a;
  opacity: 1;
}

.jb-ot-faty-slider__nav {
  margin-top: 40px;
}

.jb-ot-faty-do-kablukov-page {
  padding-bottom: 0;
  background: #f9e5e9;
}

.jb-ot-faty-striped-section {
  --jb-stock-arch-top: 50px;
  --jb-striped-arch-width: min(1920px, 100vw);
  --jb-striped-arch-z-index: 0;
}

.jb-ot-faty-striped-section.jb-striped-arch::before {
  top: var(--jb-stock-arch-top);
  bottom: auto;
  height: calc(100% - var(--jb-stock-arch-top));
}

.jb-ot-faty-striped-section > .container,
.jb-ot-faty-striped-section > .only-have {
  position: relative;
  z-index: 1;
}

.jb-ot-faty-do-kablukov-page .only-have.bg-main {
  background: transparent;
}

.blog-list .blog-list_meta a {
  color: #681f2a;
  text-decoration: underline;
  text-decoration-color: #681f2a;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.blog-list .blog-list_meta a:hover {
  color: #681f2a;
}

.jb-stock-promo-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: auto;
}

.jb-stock-promo-card__more {
  color: #681f2a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jb-stock-promo-card__book {
  display: inline-flex;
  flex: 0 0 250px;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 57px;
  border-radius: 999px;
  background: #681f2a;
  color: #f9e5e9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.jb-stock-products {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 76px 0 118px;
}

.jb-stock-products h2.jb-display-title {
  margin-bottom: 48px;
}

.jb-stock-product-tabs-wrap {
  overflow: visible;
}

.jb-stock-product-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.jb-stock-product-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 21px;
  border: 2px solid #f5cdcb;
  border-radius: 999px;
  background: rgba(249, 229, 236, .6);
  color: #181818;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jb-stock-product-tab.active,
.jb-stock-product-tab[aria-selected="true"] {
  background: #681f2a;
  color: #f5cdcb;
}

.jb-stock-product-tab:focus-visible {
  outline: 2px solid #681f2a;
  outline-offset: 3px;
}

.jb-stock-products__panel {
  margin-top: 79px;
}

.jb-stock-products__panel[hidden] {
  display: none !important;
}

.jb-stock-products__empty {
  margin: 0;
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.jb-stock-important-cta {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #f9e5e9;
  padding-top: 119px;
}

.jb-stock-single {
  color: #111;
}

.jb-promo-hero,
.jb-promo-videos,
.jb-promo-gift {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.jb-promo-hero {
  padding: 58px 0 0;
  background: #f9e5e9;
}

.jb-promo-hero__inner {
  display: grid;
  grid-template-columns: minmax(320px, 505px) minmax(0, 1fr);
  gap: 88px;
  align-items: end;
  width: min(100% - 32px, 1220px);
  margin-inline: auto;
}

.jb-promo-hero__image {
  margin: 0;
}

.jb-promo-hero__image img {
  width: 100%;
  max-height: 850px;
  border-right: 10px solid #d7579e;
  border-radius: 300px 300px 0 0;
  object-fit: cover;
  object-position: center top;
}

.jb-promo-hero__content {
  align-self: center;
  max-width: 680px;
  padding: 36px 0 74px;
}

.jb-promo-hero__content h1 {
  margin: 0 0 52px;
  color: #d15b9e;
  font-family: "Maki Sans", "Kosko", Montserrat, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.08;
}

.jb-promo-hero__content h2 {
  max-width: 650px;
  margin: 0 0 32px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.28;
}

.jb-promo-hero__description {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.18;
}

.jb-promo-hero__description p {
  margin: 0 0 18px;
}

.jb-promo-countdown {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin: 42px 0 0;
}

.jb-promo-countdown span {
  position: relative;
  min-width: 78px;
  text-align: center;
}

.jb-promo-countdown span + span::before {
  content: ":";
  position: absolute;
  left: -18px;
  top: 2px;
  color: #111;
  font-family: "Maki Sans", "Kosko", Montserrat, Arial, sans-serif;
  font-size: 46px;
  line-height: 1;
}

.jb-promo-countdown b {
  display: block;
  font-family: "Maki Sans", "Kosko", Montserrat, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: .9;
}

.jb-promo-countdown small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1;
}

.jb-promo-hero__soon {
  margin: -72px 0 0 310px;
  color: rgba(209, 91, 158, .18);
  font-family: "Maki Sans", "Kosko", Montserrat, Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.jb-promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 225px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: #d98f9a;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.jb-promo-hero .jb-promo-button {
  margin-top: 38px;
}

.jb-promo-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #000;
  color: #fff;
  transform: rotate(-2.5deg);
  transform-origin: center;
}

.jb-promo-marquee__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: jb-promo-marquee 28s linear infinite;
}

.jb-promo-marquee span {
  flex: 0 0 auto;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes jb-promo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.jb-promo-section__inner {
  position: relative;
  width: min(100% - 32px, 1220px);
  margin-inline: auto;
}

.jb-promo-videos {
  padding: 118px 0 120px;
  background: #f9e5e9;
}

.jb-promo-videos h2,
.jb-promo-sale-products h2 {
  margin: 0 0 50px;
  font-family: "Maki Sans", "Kosko", Montserrat, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
}

.jb-promo-videos__carousel {
  position: relative;
  width: min(100%, 1080px);
}

.jb-promo-videos__track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.jb-promo-videos__track::-webkit-scrollbar {
  display: none;
}

.jb-promo-video-card {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.jb-promo-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #111;
  object-fit: cover;
}

.jb-promo-carousel-arrow {
  position: absolute;
  top: 50%;
  right: -66px;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 56px;
  line-height: 1;
  transform: translateY(-50%);
}

.jb-promo-videos__decor {
  position: absolute;
  right: -20px;
  bottom: -82px;
  width: 220px;
  pointer-events: none;
}

.jb-promo-sale-products {
  padding: 46px 0 132px;
}

.jb-promo-sale-products .products-list {
  row-gap: 58px;
}

.jb-promo-sale-products__button {
  display: flex;
  width: max-content;
  margin: 58px auto 0;
}

.jb-promo-gift {
  padding: 0 0 112px;
  background: #f9e5e9;
}

.jb-promo-gift__inner {
  width: min(100% - 32px, 1220px);
  margin: 110px auto 0;
  text-align: center;
}

.jb-promo-gift__image {
  width: min(100%, 1206px);
  margin: 0 auto 74px;
}

.jb-promo-gift__content {
  max-width: 1180px;
  margin-inline: auto;
}

.jb-promo-gift__content h2 {
  margin: 0 0 28px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
}

.jb-promo-gift__content p {
  max-width: 1040px;
  margin: 0 auto 44px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .jb-stock-header__note {
    display: none;
  }

  .jb-stock-archive .jb-stock-header h1 {
    max-width: none;
  }

  .jb-stock-promos__slider .owl-item:not(.center) {
    transform: none;
  }

  .jb-promo-hero__inner {
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 44px;
  }

  .jb-promo-hero__content h1 {
    font-size: 56px;
  }

  .jb-promo-hero__content h2 {
    font-size: 28px;
  }

  .jb-promo-hero__soon {
    margin-left: 220px;
  }

  .jb-promo-carousel-arrow {
    right: 0;
  }
}

@media (max-width: 800px) {
  .jb-display-title,
  .jb-stock-header h1.jb-display-title,
  .jb-stock-products h2.jb-display-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 760px) {
  .jb-stock.jb-editorial-page {
    padding-top: 36px;
  }

  .jb-stock-archive {
    --jb-stock-arch-top: 128px;
    --jb-striped-arch-width: 150vw;
  }

  .jb-ot-faty-striped-section {
    --jb-stock-arch-top: -109px;
    --jb-striped-arch-width: 150vw;
  }

  .jb-display-title,
  .jb-stock-header h1.jb-display-title,
  .jb-stock-products h2.jb-display-title {
    font-size: 22px;
  }

  .jb-stock-products {
    padding: 39px 0 84px;
  }

  .jb-stock-product-tabs-wrap {
    --jb-stock-tabs-container-offset: 16px;
    width: calc(100% + (var(--jb-stock-tabs-container-offset) * 2));
    margin-left: calc(var(--jb-stock-tabs-container-offset) * -1);
    margin-right: calc(var(--jb-stock-tabs-container-offset) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jb-stock-product-tabs-wrap::-webkit-scrollbar {
    display: none;
  }

  .jb-stock-product-tabs {
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    padding-left: var(--jb-stock-tabs-container-offset);
    padding-right: var(--jb-stock-tabs-container-offset);
  }

  .jb-stock-product-tab {
    flex: 0 0 auto;
    min-height: 42px;
    padding-right: 20px;
    padding-left: 20px;
    background: #f9e5ec;
  }

  .jb-stock-product-tab.active,
  .jb-stock-product-tab[aria-selected="true"] {
    background: #681f2a;
  }

  .jb-stock-products__panel {
    margin-top: 40px;
  }

  .jb-stock-promos {
    --jb-stock-promo-card-width: 295px;
    --jb-stock-promo-card-height: 400px;
    --jb-stock-promo-media-height: 180px;
    width: 100vw;
  }

  .jb-stock-promos__slider,
  .jb-stock-promos__slider.owl-carousel {
    padding-bottom: 63px;
  }

  .jb-stock-promos__slider .jb-stock-promo-card__link,
  .jb-stock-promos__slider .jb-stock-promo-card a,
  .jb-stock-promos__slider .jb-stock-promo-card__media img,
  .jb-stock-promos__slider .jb-stock-promo-card__placeholder {
    min-height: 0;
  }

  .jb-ot-faty-slider {
    --jb-ot-faty-card-width: auto;
    width: 100%;
    margin: 0 0 56px;
    overflow: visible;
    transform: none;
  }

  .jb-ot-faty-slider__track,
  .jb-ot-faty-slider__track.owl-carousel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px clamp(24px, 7vw, 42px);
  }

  .jb-ot-faty-card {
    width: 100%;
    height: auto;
    aspect-ratio: 299 / 420;
  }

  .jb-ot-faty-card__title {
    max-width: calc(100% - 28px);
    font-size: clamp(18px, 4vw, 34px);
  }

  .jb-ot-faty-card__button {
    bottom: clamp(28px, 9vw, 76px);
    width: min(202px, calc(100% - 38px));
    height: clamp(46px, 11vw, 70px);
    border-width: 3px;
    font-size: clamp(9px, 2.3vw, 15px);
    opacity: 1;
  }

  .jb-ot-faty-card:hover .jb-ot-faty-card__button,
  .jb-ot-faty-card:focus-within .jb-ot-faty-card__button {
    background: transparent;
    color: #f5cdcb;
  }

  .jb-stock-promo-card__body {
    padding: 48px 24px 0;
  }

  .jb-stock-promo-card__title {
    font-size: 16px;
    line-height: 1.16;
  }

  .jb-stock-promo-card__text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.32;
  }

  .jb-stock-promo-card__actions {
    display: block;
    margin-top: auto;
  }

  .jb-stock-promo-card__more {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .jb-stock-promo-card__book {
    display: flex;
    width: calc(100% + 48px);
    height: 54px;
    margin: 0 -24px;
    border-radius: 0;
    font-size: 11px;
  }

  .jb-promo-videos h2 {
    font-size: 36px;
  }

  .jb-promo-hero__inner {
    display: block;
  }

  .jb-promo-hero__image {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .jb-promo-hero__content {
    padding: 36px 0 64px;
    text-align: center;
  }

  .jb-promo-hero__content h1 {
    margin-bottom: 28px;
    font-size: 44px;
  }

  .jb-promo-hero__content h2 {
    font-size: 24px;
  }

  .jb-promo-countdown {
    justify-content: center;
  }

  .jb-promo-hero__soon {
    margin: 20px 0 0;
    font-size: 30px;
  }

  .jb-promo-video-card {
    flex-basis: min(82vw, 330px);
  }

  .jb-promo-videos__decor {
    display: none;
  }

  .jb-promo-gift__inner {
    margin-top: 76px;
  }
}

@media (max-width: 620px) {
  .jb-stock-product-tabs-wrap {
    --jb-stock-tabs-container-offset: 12px;
  }
}

.jb-search-header,
.jb-404-hero {
  margin: 24px 0 40px;
}

.jb-search-header h1,
.jb-404-hero h1 {
  margin: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
}

.jb-search-form {
  margin: 0 0 56px;
}

.jb-search-form__field {
  position: relative;
  display: block;
}

.jb-search-form input[type="search"] {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, .45);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  color: #181818;
  font: 400 16px Montserrat, sans-serif;
  outline: none;
  padding: 0 62px 0 24px;
}

.jb-search-form input[type="search"]::-webkit-search-decoration,
.jb-search-form input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

.jb-search-form button {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.jb-search-form button::before,
.jb-search-form button::after {
  content: "";
  position: absolute;
  display: block;
}

.jb-search-form button::before {
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border: 4px solid #000;
  border-radius: 50%;
}

.jb-search-form button::after {
  right: 3px;
  bottom: 4px;
  width: 11px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  transform: rotate(45deg);
}

.jb-search-products {
  row-gap: 58px;
}

.jb-search-posts {
  margin-top: 20px;
}

.jb-empty--search {
  max-width: 720px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 18px 0 0;
}

.jb-empty--search h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 800;
}

.jb-404-hero {
  max-width: 1160px;
  margin-bottom: 54px;
}

.jb-404-hero h1 {
  margin-bottom: 42px;
  text-transform: uppercase;
}

.jb-404-hero p {
  margin: 0 0 26px;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
}

.jb-404-products {
  position: relative;
}

.jb-404-products::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 490px;
  right: -42px;
  width: 145px;
  height: 165px;
  pointer-events: none;
  background: url("../images/serdtse-nakleyka-2.svg") center / contain no-repeat;
}

.jb-404-products .products-list {
  row-gap: 60px;
}

@media (max-width: 900px) {
  .jb-404-products::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .jb-search-form {
    margin-bottom: 40px;
  }

  .jb-search-form input[type="search"] {
    height: 44px;
    padding-left: 18px;
  }

  .jb-404-hero h1 {
    margin-bottom: 28px;
  }

  .jb-404-hero p {
    font-size: 16px;
  }
}

.jb-contacts-page {
  position: relative;
  padding-bottom: 80px;
}

body.page-template-template_contacts .jb-editorial-page {
  padding-bottom: 0;
}

.jb-contacts-page .jb-contacts-header {
  position: relative;
  width: min(100%, 1180px);
  margin: 26px 0 58px;
}

.jb-contacts-page .jb-contacts-header h1 {
  max-width: calc(100% - min(301px, 24vw) - 40px);
}

.jb-contacts-header__note {
  position: absolute;
  top: -46px;
  right: 0;
  display: block;
  width: min(301px, 24vw);
  aspect-ratio: 301 / 154;
  pointer-events: none;
  background: url("../images/contacts-title-note.svg") center / contain no-repeat;
}

.jb-contact-panel {
  display: block;
}

.jb-contact-panel__layout {
  display: grid;
  grid-template-columns: minmax(250px, 272px) minmax(280px, 308px) minmax(460px, 510px);
  gap: clamp(50px, 3.9vw, 75px);
  align-items: start;
}

.jb-contact-panel__column {
  display: grid;
  gap: 60px;
}

.jb-contact-panel__column--map {
  justify-self: end;
  width: 100%;
  max-width: 510px;
}

.jb-contact-info h2 {
  margin: 0 0 24px;
  font-family: Montserrat, sans-serif;
  color: #f5cdcb;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.jb-contact-info h2:not(:first-child) {
  margin-top: 32px;
}

.jb-contact-info p {
  max-width: 320px;
  margin: 0;
  color: #f5cdcb;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.38;
}

.jb-contact-info p + p {
  margin-top: 24px;
}

.jb-contact-info a {
  color: inherit;
  text-decoration: none;
}

.jb-contact-info a:hover {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jb-contact-panel__choose {
  display: block;
  width: min(214px, 100%);
  margin-top: -4px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(19%) saturate(441%) hue-rotate(308deg) brightness(107%) contrast(92%);
}

.jb-social-links--contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.jb-social-links--contacts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  color: #f5cdcb;
  font-size: 0;
  line-height: 1;
}

.jb-social-links--contacts svg,
.jb-social-links--contacts img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.jb-social-links--contacts img {
  filter: brightness(0) invert(91%) sepia(11%) saturate(547%) hue-rotate(307deg) brightness(105%) contrast(92%);
}

.jb-contact-map {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  height: 287px;
  min-height: 287px;
  overflow: hidden;
  border: 6px solid #f5cdcb;
  border-radius: 29px;
  background: rgba(255, 255, 255, .52);
}

.jb-contact-map > ymaps,
.jb-contact-map iframe {
  width: 100% !important;
  height: 287px !important;
}

.jb-contact-map a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(104, 31, 42, .32);
  border-radius: 999px;
  padding: 0 22px;
  background: rgba(255, 255, 255, .65);
  color: #681f2a;
  font-weight: 700;
  text-decoration: none;
}

.jb-contact-panel__social {
  width: min(331px, 100%);
  margin: 34px auto 0;
  text-align: center;
}

.jb-contact-panel__social-title {
  display: block;
  width: min(331px, 100%);
  height: auto;
  margin: 0 auto 25px;
}

.jb-company-details {
  margin-top: 84px;
  max-width: 1200px;
}

.jb-company-details h2 {
  margin: 0 0 34px;
  font-family: "Arsenica", Georgia, serif;
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 400;
  line-height: 1;
}

.jb-company-details p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
}

.slides-tabs .jb-company-details {
  max-width: 860px;
  margin: 0;
  color: #f5cdcb;
}

.slides-tabs .jb-company-details h2 {
  color: inherit;
}

[data-jb-tabs-panel][hidden] {
  display: none !important;
}

.jb-about-page {
  overflow: hidden;
}

.jb-about-video {
  padding: 0 0 62px;
  text-align: center;
}

.jb-about-heading h1 {
  margin: 0 0 34px;
  color: #000;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(42px, 6.4vw, 86px);
  font-weight: 700;
  line-height: .95;
}

.jb-about-video__frame {
  max-width: 960px;
  margin: 0 auto;
}

.jb-about-video__frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #efd0d5;
  object-fit: cover;
}

.jb-about-video__link {
  display: inline-flex;
  margin-top: 22px;
  color: #681f2a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jb-about-features {
  padding: 42px 0 72px;
}

.jb-about-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 70px;
  max-width: 1040px;
  margin: 0 auto;
}

.jb-about-feature h2 {
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.jb-about-feature p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.jb-about-gallery {
  position: relative;
  width: min(100vw, 1440px);
  margin: 0 calc(50% - min(50vw, 720px));
  padding: 18px 72px 74px;
}

.jb-about-gallery__viewport {
  overflow: auto hidden;
  scrollbar-width: none;
}

.jb-about-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.jb-about-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 25vw);
  gap: 8px;
}

.jb-about-gallery__slide {
  margin: 0;
}

.jb-about-gallery__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.jb-about-gallery__arrow {
  position: absolute;
  z-index: 2;
  top: 42%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #681f2a;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.jb-about-gallery__arrow--prev {
  left: 24px;
}

.jb-about-gallery__arrow--next {
  right: 24px;
}

.jb-about-fitting {
  margin: 0 calc(50% - 50vw);
  padding: 86px 24px 96px;
  background-image: var(--jb-about-fitting-bg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(100%, 1800px) auto;
  text-align: center;
}

.jb-about-fitting__inner {
  max-width: 760px;
  margin: 0 auto;
}

.jb-about-fitting span {
  display: block;
  margin-bottom: 8px;
  color: #681f2a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jb-about-fitting h2 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: .95;
}

.jb-about-fitting p {
  margin: 0 auto 24px;
  max-width: 660px;
  font-size: 20px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .jb-about-features__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jb-about-gallery {
    padding-inline: 54px;
  }

  .jb-about-gallery__track {
    grid-auto-columns: minmax(260px, 68vw);
  }
}

@media (max-width: 620px) {
  .jb-about-video {
    padding-bottom: 42px;
  }

  .jb-about-features {
    padding: 18px 0 48px;
  }

  .jb-about-feature p {
    font-size: 16px;
  }

  .jb-about-gallery {
    padding: 0 0 52px;
  }

  .jb-about-gallery__track {
    grid-auto-columns: 86vw;
  }

  .jb-about-gallery__arrow {
    top: auto;
    bottom: 0;
  }

  .jb-about-gallery__arrow--prev {
    left: calc(50% - 58px);
  }

  .jb-about-gallery__arrow--next {
    right: calc(50% - 58px);
  }

  .jb-about-fitting {
    padding: 64px 20px 70px;
    background-size: 1200px auto;
  }

  .jb-about-fitting p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .jb-contacts-page::before {
    opacity: .28;
  }

  .jb-contact-panel__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jb-contact-panel__column--map {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .jb-contacts-page::before {
    display: none;
  }

  .jb-contacts-page .jb-contacts-header {
    margin: 26px 0 34px;
  }

  .jb-contacts-page .jb-contacts-header h1 {
    max-width: none;
  }

  .jb-contacts-header__note {
    display: none;
  }

  .jb-contact-panel__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .jb-contact-panel__column {
    gap: 36px;
  }

  .jb-contact-panel__column--middle {
    order: 3;
  }

  .jb-contact-panel__column--map {
    order: 2;
    grid-column: auto;
    width: calc(100vw - 40px);
    max-width: none;
    margin-left: calc(50% - 50vw + 20px);
  }

  .jb-contact-panel__column--left {
    order: 1;
  }

  .jb-contact-info h2 {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 1.15;
  }

  .jb-contact-info p {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.35;
  }

  .jb-contact-info p + p {
    margin-top: 24px;
  }

  .jb-contact-panel__choose {
    display: none;
  }

  .jb-contact-map,
  .jb-contact-map > ymaps,
  .jb-contact-map iframe {
    min-height: 178px;
    height: 178px !important;
  }

  .jb-contact-map {
    border-width: 5px;
    border-radius: 27px;
  }

  .jb-contact-panel__social {
    width: min(331px, 100%);
    margin-top: 27px;
  }

  .jb-social-links--contacts {
    gap: 31px;
  }

  .jb-company-details {
    margin-top: 0;
  }
}

.jb-page .woocommerce-notices-wrapper,
.jb-page .woocommerce {
  width: 100%;
}

.jb-page .woocommerce-info,
.jb-page .woocommerce-message,
.jb-page .woocommerce-error,
.jb-page .cart-empty,
.jb-page .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0 0 28px;
  border: 0;
  border-radius: 0;
  padding: 18px 24px;
  background: #f4dce4;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.jb-page .woocommerce-error {
  list-style: none;
}

.jb-page .woocommerce-info::before,
.jb-page .woocommerce-message::before,
.jb-page .woocommerce-error::before {
  display: none;
}

.jb-page .return-to-shop {
  margin: 0;
}

.jb-page .woocommerce .button,
.jb-page .woocommerce button.button,
.jb-page .woocommerce input.button,
.jb-page .woocommerce a.button,
.jb-page .checkout-button,
.jb-page #place_order,
.jb-page .woosw-actions .button,
.jb-page .woosw-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 0 28px;
  background: #000;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jb-page .woocommerce .button:hover,
.jb-page .woocommerce button.button:hover,
.jb-page .woocommerce input.button:hover,
.jb-page .woocommerce a.button:hover,
.jb-page .checkout-button:hover,
.jb-page #place_order:hover {
  border-color: #c6579a;
  background: #c6579a;
  color: #fff;
}

.jb-page table.shop_table,
.jb-page .woosw-list table {
  width: 100%;
  margin: 0 0 28px;
  border: 0;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .45);
}

.jb-page table.shop_table th,
.jb-page table.shop_table td,
.jb-page .woosw-list table th,
.jb-page .woosw-list table td {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 18px 16px;
  color: #000;
  text-align: left;
  vertical-align: middle;
}

.jb-page table.shop_table th,
.jb-page .woosw-list table th {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.jb-page table.shop_table .product-thumbnail img,
.jb-page .woosw-list table img {
  width: 92px;
  height: 128px;
  object-fit: cover;
  background: #f5cdcb;
}

.jb-page table.shop_table .product-name a,
.jb-page .woosw-list table a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.jb-page .quantity .qty {
  width: 72px;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 0;
  background: rgba(255, 255, 255, .65);
  text-align: center;
}

.jb-page .cart_totals,
.jb-page .woocommerce-checkout-review-order,
.jb-page .woocommerce-billing-fields,
.jb-page .woocommerce-shipping-fields,
.jb-page .woocommerce-additional-fields {
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 24px;
  background: rgba(255, 255, 255, .38);
}

.jb-page .cart_totals h2,
.jb-page .woocommerce-billing-fields h3,
.jb-page .woocommerce-shipping-fields h3,
.jb-page .woocommerce-additional-fields h3,
.jb-page #order_review_heading {
  margin: 0 0 22px;
  color: #000;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.jb-page .woocommerce form .form-row {
  margin: 0 0 18px;
  padding: 0;
}

.jb-page .woocommerce form .form-row label {
  margin-bottom: 8px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.jb-page .woocommerce form .form-row input.input-text,
.jb-page .woocommerce form .form-row textarea,
.jb-page .woocommerce form .form-row select,
.jb-page .select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .72);
  color: #000;
  font-family: Montserrat, Arial, sans-serif;
}

.jb-page .woocommerce form .form-row textarea {
  min-height: 118px;
}

.jb-page .woocommerce form .form-row input.input-text:focus,
.jb-page .woocommerce form .form-row textarea:focus {
  outline: 2px solid rgba(198, 87, 154, .28);
  outline-offset: 0;
}

.jb-page .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
}

.jb-page .col2-set::before,
.jb-page .col2-set::after {
  display: none;
}

.jb-page .col2-set .col-1,
.jb-page .col2-set .col-2 {
  float: none;
  width: auto;
  max-width: none;
}

.jb-page .woocommerce-checkout-review-order {
  margin-top: 20px;
}

.jb-page .woosw-empty,
.jb-page .woosw-list-empty {
  margin: 0 0 84px;
  color: #000;
  font-size: 18px;
}

.jb-cart {
  display: grid;
  gap: 30px;
}

.jb-cart__table-wrap {
  width: 100%;
  overflow-x: auto;
}

.jb-cart__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.jb-cart__coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.jb-page .jb-cart__coupon .input-text {
  min-height: 42px;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 0 16px;
  background: rgba(255, 255, 255, .72);
  font-family: Montserrat, Arial, sans-serif;
}

.jb-cart__collaterals {
  display: flex;
  justify-content: flex-end;
}

.jb-cart__collaterals::before,
.jb-cart__collaterals::after {
  display: none;
}

.jb-cart__collaterals .cart_totals {
  float: none;
  width: min(100%, 430px);
}

.jb-page .jb-cart-totals table.shop_table,
.jb-page .jb-order-review {
  margin-bottom: 18px;
  background: transparent;
}

.jb-cart-totals .wc-proceed-to-checkout,
.jb-checkout .place-order {
  margin-top: 20px;
}

.jb-page .jb-cart-totals .checkout-button,
.jb-page .jb-checkout #place_order {
  width: 100%;
}

.jb-cart-empty {
  max-width: 680px;
}

.jb-checkout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 32px;
  align-items: start;
}

.jb-checkout__order {
  position: sticky;
  top: 116px;
}

.jb-checkout__order #order_review_heading {
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 0;
  padding: 24px 24px 0;
  background: rgba(255, 255, 255, .38);
}

.jb-page .jb-checkout__order .woocommerce-checkout-review-order {
  margin-top: 0;
  border-top: 0;
}

.jb-page .woocommerce-checkout-payment {
  margin-top: 22px;
}

.jb-page .payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jb-page .payment_methods li {
  margin: 0 0 14px;
}

.jb-page .payment_box {
  margin: 12px 0 0;
  padding: 14px 16px;
  background: rgba(244, 220, 228, .58);
  font-size: 14px;
  line-height: 1.5;
}

.jb-page .woocommerce-privacy-policy-text {
  margin-bottom: 18px;
  color: rgba(0, 0, 0, .72);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .jb-page .col2-set {
    grid-template-columns: 1fr;
  }

  .jb-page table.shop_table {
    font-size: 14px;
  }

  .jb-page table.shop_table th,
  .jb-page table.shop_table td,
  .jb-page .woosw-list table th,
  .jb-page .woosw-list table td {
    padding: 14px 10px;
  }

  .jb-checkout__grid {
    grid-template-columns: 1fr;
  }

  .jb-checkout__order {
    position: static;
  }
}

@media (max-width: 620px) {
  .jb-page .woocommerce-info,
  .jb-page .woocommerce-message,
  .jb-page .woocommerce-error,
  .jb-page .cart-empty,
  .jb-page .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 16px;
  }

  .jb-page table.shop_table_responsive tr,
  .jb-page table.shop_table_responsive tbody th,
  .jb-page table.shop_table_responsive thead {
    display: none;
  }

  .jb-page table.shop_table_responsive tr.cart_item,
  .jb-page table.shop_table_responsive tr.order-total,
  .jb-page table.shop_table_responsive tr.cart-subtotal {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 12px 0;
  }

  .jb-page table.shop_table_responsive td {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 0;
    padding: 10px 0;
    text-align: right;
  }

  .jb-page table.shop_table_responsive td::before {
    content: attr(data-title);
    color: #000;
    font-weight: 800;
    text-align: left;
  }

  .jb-page table.shop_table .product-thumbnail img,
  .jb-page .woosw-list table img {
    width: 72px;
    height: 104px;
  }

  .jb-cart__actions,
  .jb-cart__coupon {
    align-items: stretch;
    flex-direction: column;
  }

  .jb-cart__actions .button,
  .jb-cart__coupon .input-text {
    width: 100%;
  }

  .jb-cart__collaterals {
    display: block;
  }
}

/* Current JullyBride header and footer */
body.jullybride-site .main-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.main-page,
.jb-main {
  overflow-x: clip;
}

.jb-striped-arch {
  --jb-striped-arch-bg: #f7d9db;
  --jb-striped-arch-band: #f5cdcb;
  --jb-striped-arch-gap: 52px;
  --jb-striped-arch-band-end: 70px;
  --jb-striped-arch-extra-height: 238px;
  --jb-striped-arch-width: 100%;
  --jb-striped-arch-radius: calc(50% + 20000px) calc(50% + 20000px) 0 0;
  position: relative;
  isolation: isolate;
}

.jb-striped-arch::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: var(--jb-striped-arch-z-index, -1);
  width: var(--jb-striped-arch-width);
  height: calc(100% + var(--jb-striped-arch-extra-height));
  border-radius: var(--jb-striped-arch-radius);
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent var(--jb-striped-arch-gap),
      var(--jb-striped-arch-band) var(--jb-striped-arch-gap),
      var(--jb-striped-arch-band) var(--jb-striped-arch-band-end)
    ),
    var(--jb-striped-arch-bg);
  transform: translateX(-50%);
  pointer-events: none;
}

.jb-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #f9e5e9;
  box-shadow: 0 1px 0 rgba(104, 31, 42, .18);
  overflow-anchor: none;
}

body.admin-bar .jb-site-header {
  top: 32px;
}

.jb-site-header-spacer {
  display: block;
  height: var(--jb-site-header-spacer-height, 180px);
  pointer-events: none;
  overflow-anchor: none;
}

.jb-site-header__top {
  height: 30px;
  background: #181818;
  color: #f9e5ec;
  font-size: 15px;
  line-height: 1;
}

.jb-site-header__top-inner {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  min-height: 30px;
  gap: 24px;
}

.jb-header-city {
  position: relative;
  justify-self: start;
}

.jb-site-header .jb-city-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.jb-city-switcher__arrow,
.jb-main-menu__arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.jb-header-city__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: grid;
  gap: 8px;
  min-width: 220px;
  margin: 0;
  padding: 12px 14px;
  list-style: none;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, .25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.jb-header-city:hover .jb-header-city__dropdown,
.jb-header-city:focus-within .jb-header-city__dropdown,
.jb-header-city.is-open .jb-header-city__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.jb-header-city__dropdown a {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.jb-header-address,
.jb-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font-size: 15px;
}

.jb-header-address {
  justify-self: center;
  min-width: 0;
}

.jb-header-address svg,
.jb-header-phone svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.jb-header-address span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jb-header-phone {
  justify-self: end;
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}

.jb-site-header__brand {
  background: #f9e5e9;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
  opacity: 1;
  transition: max-height .22s ease, opacity .18s ease;
}

.jb-site-header.is-compact .jb-site-header__brand {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.jb-site-header__brand-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 100px;
  gap: 54px;
}

.jb-site-header__brand-side {
  display: flex;
  align-items: center;
  min-width: 0;
}

.jb-site-header__brand-side--left {
  justify-self: start;
}

.jb-site-header__brand-side--right {
  justify-self: end;
  text-align: right;
}

.jb-site-header__brand-text {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.jb-site-header .jb-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jb-site-header .jb-logo img {
  width: 262px;
  max-height: 70px;
  object-fit: contain;
}

.jb-site-header__nav-row {
  background: #f5cdcb;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.jb-site-header__nav-inner {
  display: flex;
  align-items: center;
  min-height: 50px;
  gap: 24px;
  position: relative;
}

.jb-site-header .jb-main-menu {
  flex: 1;
}

.jb-site-header .jb-main-menu__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jb-main-menu__item {
  position: static;
  display: flex;
  align-items: stretch;
}

.jb-main-menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 16px;
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.jb-main-menu__item:hover .jb-main-menu__link,
.jb-main-menu__item.is-mega-open .jb-main-menu__link,
.jb-main-menu__link:focus-visible {
  color: #681f2a;
}

.jb-main-menu__item.has-dropdown:hover .jb-main-menu__link::after,
.jb-main-menu__item.has-dropdown.is-mega-open .jb-main-menu__link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 1px;
  background: currentColor;
}

.jb-main-menu__mega {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  width: min(1240px, calc(100vw - 40px));
  height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f9e5e9;
  box-shadow: 0 14px 24px rgba(0, 0, 0, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.jb-main-menu__mega::before {
  content: "";
  position: absolute;
  inset: 185px 0 0;
  z-index: 0;
  background-image: url("../images/bukvennyy-pattern.webp");
  background-repeat: repeat-x;
  background-position: calc(50% - 80px) bottom;
  background-size: auto 407px;
  opacity: .7;
}

.jb-main-menu__item:hover .jb-main-menu__mega,
.jb-main-menu__item.is-mega-open .jb-main-menu__mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.jb-main-menu__mega-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(360px, 1fr);
  gap: 44px;
  height: 100%;
  padding: 56px 70px 46px 64px;
}

.jb-main-menu__mega-columns {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 70px;
  align-content: start;
}

.jb-main-menu__mega-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.jb-main-menu__mega-column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.jb-main-menu__mega-title {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.jb-main-menu__mega-title-text {
  text-decoration: none;
}

.jb-main-menu__mega-title-marker::before {
  content: "+";
  display: inline-block;
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.jb-main-menu__mega-column.is-open .jb-main-menu__mega-title {
  color: #681f2a;
}

.jb-main-menu__mega-column.is-open .jb-main-menu__mega-title-marker::before {
  content: "-";
  color: #681f2a;
}

.jb-main-menu__mega ul {
  display: none;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jb-main-menu__mega-column.is-open ul {
  display: grid;
}

.jb-main-menu__mega a {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  text-decoration: none;
}

.jb-main-menu__mega a:hover {
  color: #681f2a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jb-main-menu__mega-visual {
  position: absolute;
  right: 140px;
  bottom: 0;
  z-index: 1;
  width: 424px;
  height: 584px;
  overflow: hidden;
  background: #681f2a;
  border-radius: 212px 212px 0 0;
}

.jb-main-menu__mega-visual img {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: 471px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1180px) {
  .jb-main-menu__mega-content {
    grid-template-columns: minmax(0, 610px) minmax(280px, 1fr);
    gap: 32px;
    padding-right: 48px;
  }

  .jb-main-menu__mega-columns {
    gap: 48px;
  }

  .jb-main-menu__mega-visual {
    right: 44px;
    width: 350px;
    height: 500px;
    border-radius: 175px 175px 0 0;
  }

  .jb-main-menu__mega-visual img {
    right: -52px;
    width: 405px;
  }
}

.jb-site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jb-header-sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 14px;
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.jb-header-sale:hover,
.jb-header-sale:focus-visible {
  color: #681f2a;
}

.jb-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 50px;
  color: #181818;
}

.jb-header-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.jb-header-icon--favorite {
  width: 19px;
  transition: color 0.2s ease;
}

.jb-header-icon--favorite:hover,
.jb-header-icon--favorite:focus-visible {
  color: #C6579A;
}

.jb-site-header .jb-site-header__mobile-logo,
.jb-site-header .jb-header-icon--mobile-search {
  display: none;
}

.jb-site-header .jb-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  padding: 10px;
}

.jb-site-header .jb-burger span {
  height: 2px;
  margin: 5px 0;
  background: #181818;
}

.jb-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: #f9e5e9;
}

.jb-mobile-menu__panel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 22px 22px 34px;
  overflow-y: auto;
  background: #f9e5e9;
  box-shadow: none;
}

.jb-mobile-menu__panel::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56%;
  pointer-events: none;
  background-image: url("../images/bukvennyy-pattern.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 980px auto;
  opacity: .12;
}

.jb-mobile-menu__head,
.jb-mobile-menu nav,
.jb-mobile-menu .jb-header-contacts,
.jb-mobile-menu__actions {
  position: relative;
  z-index: 1;
}

.jb-mobile-menu__head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 54px;
  margin-bottom: 20px;
}

.jb-mobile-menu__head .jb-logo {
  grid-column: 2;
  justify-self: center;
  margin: 0;
}

.jb-mobile-menu__close {
  position: relative;
  top: auto;
  right: auto;
  grid-column: 3;
  justify-self: end;
  width: 44px;
  height: 44px;
}

.jb-mobile-menu__close span {
  position: absolute;
  top: 21px;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #181818;
  border-radius: 999px;
}

.jb-mobile-menu__close span:first-child {
  transform: rotate(45deg);
}

.jb-mobile-menu__close span:last-child {
  transform: rotate(-45deg);
}

.jb-mobile-menu .jb-logo {
  display: inline-flex;
}

.jb-mobile-menu .jb-logo img {
  width: 188px;
  max-height: 54px;
  object-fit: contain;
}

.jb-mobile-menu__list,
.jb-mobile-menu__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jb-mobile-menu__list > li {
  border-bottom: 1px solid rgba(104, 31, 42, .18);
  padding: 12px 0;
}

.jb-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.jb-mobile-menu__top-link {
  display: inline-flex;
  color: #181818;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.jb-mobile-menu__top-toggle {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: -8px -8px -8px 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.jb-mobile-menu__top-toggle span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #181818;
  border-bottom: 2px solid #181818;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;
}

.jb-mobile-menu__list > li.is-open > .jb-mobile-menu__top .jb-mobile-menu__top-link {
  color: #681f2a;
}

.jb-mobile-menu__list > li.is-open > .jb-mobile-menu__top .jb-mobile-menu__top-toggle span {
  border-color: #681f2a;
  transform: translateY(-35%) rotate(225deg);
}

.jb-mobile-menu__groups {
  display: none;
  gap: 16px;
  margin-top: 18px;
  padding-bottom: 4px;
}

.jb-mobile-menu__list > li.is-open > .jb-mobile-menu__groups {
  display: grid;
}

.jb-mobile-menu__group {
  display: grid;
  gap: 9px;
}

.jb-mobile-menu__group-button {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.jb-mobile-menu__group-marker::before {
  content: "+";
  display: inline-block;
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.jb-mobile-menu__group.is-open .jb-mobile-menu__group-button {
  color: #681f2a;
}

.jb-mobile-menu__group.is-open .jb-mobile-menu__group-marker::before {
  content: "-";
  color: #681f2a;
}

.jb-mobile-menu__group ul {
  display: none;
  gap: 7px;
  margin: 0;
  padding: 0 0 0 2px;
}

.jb-mobile-menu__group.is-open ul {
  display: grid;
}

.jb-mobile-menu__group a {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  text-decoration: none;
}

.jb-mobile-menu .jb-header-contacts {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  color: #181818;
  font-size: 13px;
}

.jb-mobile-menu__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.jb-mobile-menu__actions .jb-header-sale,
.jb-mobile-menu__actions .jb-header-icon {
  min-height: 44px;
}

.jb-site-footer {
  background: #181818;
  color: #f9e5e9;
  overflow: hidden;
}

.jb-footer-mobile {
  display: none;
}

.jb-footer-1,
.jb-footer-2 {
  background: #181818;
}

.jb-footer-1 {
  min-height: 1080px;
  padding: 76px 0 88px;
}

.jb-footer-1 > .container {
  width: auto;
  max-width: none;
  margin-inline: clamp(24px, 8.7vw, 100px);
}

.jb-footer-2 > .container {
  width: auto;
  max-width: none;
  margin-inline: clamp(24px, 12.35vw, 333px);
}

.jb-footer-1__inner {
  display: grid;
  grid-template-columns: minmax(320px, 28vw) minmax(0, 1fr);
  gap: clamp(36px, 4.1vw, 78px);
  align-items: stretch;
}

.jb-footer-products-block {
  display: grid;
  align-content: start;
  gap: 38px;
}

.jb-footer-products-block__title {
  margin: 0;
  color: #f5cdcb;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jb-footer-products {
  display: grid;
  gap: 30px;
}

.jb-footer-product {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 20px;
  min-height: 250px;
}

.jb-footer-product a {
  color: inherit;
  text-decoration: none;
}

.jb-footer-product__image {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 250px;
  background: rgba(249, 229, 233, .08);
}

.jb-footer-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.jb-footer-product a:hover .jb-footer-product__image img {
  transform: scale(1.035);
}

.jb-footer-product__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0 26px;
}

.jb-footer-product__meta {
  display: grid;
  gap: 10px;
}

.jb-footer-product__type {
  color: #f5cdcb;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.jb-footer-product__title {
  color: #f5cdcb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

.jb-footer-product__price {
  color: #f5cdcb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.jb-footer-product__catalog {
  display: grid;
  grid-template-columns: auto 80px;
  align-items: center;
  gap: 22px;
  width: min(100%, 180px);
  color: #f5cdcb;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.jb-footer-product__catalog span:first-child {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.jb-footer-product__catalog span:last-child {
  justify-self: end;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.jb-footer-1__menus {
  display: grid;
  grid-template-columns: minmax(180px, .9fr) minmax(160px, .75fr) minmax(190px, 1fr);
  gap: clamp(28px, 3.8vw, 74px);
  align-items: start;
}

.jb-footer-1__menu-stack {
  display: grid;
  align-content: start;
  gap: 56px;
  min-width: 0;
}

.jb-footer-1__menu-stack--right {
  gap: 50px;
}

.jb-footer-menu-column h2 {
  margin: 0 0 31px;
  color: #f5cdcb;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jb-footer-menu-column__list,
.jb-footer-legal ul,
.jb-footer-mobile__menus ul,
.jb-footer-mobile__legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jb-footer-menu-column__list {
  display: grid;
  gap: 18px;
}

.jb-footer-menu-column__list ul {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding-left: 14px;
  list-style: none;
}

.jb-footer-menu-column a {
  color: #f5cdcb;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .18s ease;
}

.jb-footer-menu-column--plain {
  padding-top: 0;
}

.jb-footer-menu-column--plain a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.jb-footer-menu-column a:hover,
.jb-footer-mobile__menu a:hover {
  color: #ffffff;
}

.jb-footer-legal a:hover,
.jb-footer-mobile__legal a:hover,
.jb-footer-mobile__contact-values a:hover {
  color: #d9879a;
}

.jb-footer-scroll-note {
  display: block;
  justify-self: start;
  margin-top: 14px;
  width: 170px;
  height: 72px;
}

.jb-footer-scroll-note--home {
  width: 240px;
  height: 63px;
}

.jb-footer-scroll-note svg {
  display: block;
  width: 100%;
  height: 100%;
}

.jb-footer-script-logo {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
}

.jb-footer-script-logo img {
  width: 280px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(87%) sepia(16%) saturate(406%) hue-rotate(314deg) brightness(104%) contrast(93%);
}

.jb-footer-2 {
  position: relative;
  min-height: 228px;
}

.jb-footer-2::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  height: 2px;
  background: #f9e5e9;
}

.jb-footer-2__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 472px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  padding-top: 122px;
  padding-bottom: 40px;
}

.jb-footer-bow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 118px;
  height: 133px;
  transform: translateX(-50%);
  pointer-events: none;
}

.jb-footer-bow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.jb-footer-2__brand {
  display: grid;
  gap: 12px;
  text-align: center;
}

.jb-footer-copyright,
.jb-footer-subtitle {
  margin: 0;
}

.jb-footer-copyright {
  color: #f5cdcb;
  font-size: 13px;
  line-height: 1.25;
}

.jb-footer-subtitle,
.jb-footer-company {
  color: #F5CDCB;
  font-size: 13px;
  line-height: 1.25;
}

.jb-footer-company_mobile {
  display: none;
}

.jb-footer-legal ul {
  display: grid;
  gap: 0px;
}

.jb-footer-legal a {
  color: #F5CDCB;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  transition: color .18s ease;
}

.jb-footer-2__links {
  padding-top: 0;
}

.jb-footer-2__links--right {
  text-align: right;
}

@media (max-width: 1180px) {
  .jb-site-header__brand-inner {
    gap: 32px;
  }

  .jb-site-header__brand-text {
    font-size: 14px;
  }

  .jb-site-header .jb-logo img {
    width: 236px;
  }

  .jb-main-menu__link {
    padding: 0 12px;
    font-size: 12px;
  }

  .jb-footer-1__inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .jb-footer-1 {
    min-height: auto;
    padding: 64px 0 72px;
  }

  .jb-footer-1__menus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
  }

  .jb-footer-2__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 104px;
    text-align: center;
  }

  .jb-footer-2__links,
  .jb-footer-2__brand {
    padding-top: 0;
  }

  .jb-footer-2__links--right {
    text-align: center;
  }
}

@media (max-width: 900px) {
  body.admin-bar .jb-site-header {
    top: 46px;
  }

  .jb-site-header__top {
    height: 30px;
  }

  .jb-site-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0;
  }

  .jb-header-city {
    justify-self: center;
  }

  .jb-site-header .jb-city-switcher {
    gap: 10px;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
  }

  .jb-city-switcher__arrow {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

  .jb-header-address,
  .jb-header-phone {
    display: none;
  }

  .jb-site-header__brand {
    display: none;
  }

  .jb-site-header-spacer {
    height: var(--jb-site-header-spacer-height, 78px);
  }

  .jb-site-header .jb-main-menu {
    display: none;
  }

  .jb-site-header__nav-row {
    background: #f5cdcb;
  }

  .jb-site-header__nav-inner {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 0;
    min-height: 48px;
    padding: 0;
  }

  .jb-site-header .jb-site-header__mobile-logo {
    display: inline-flex;
    justify-self: center;
  }

  .jb-site-header .jb-site-header__mobile-logo img {
    width: 150px;
    max-height: 48px;
  }

  .jb-site-header .jb-header-icon--mobile-search {
    display: inline-flex;
    justify-self: center;
    width: 64px;
    height: 48px;
  }

  .jb-site-header .jb-header-icon--mobile-search svg {
    width: 31px;
    height: 31px;
  }

  .jb-site-header__actions {
    justify-self: center;
    gap: 0;
  }

  .jb-site-header__actions .jb-header-sale,
  .jb-site-header__actions .jb-header-icon {
    display: none;
  }

  .jb-site-header .jb-burger {
    display: block;
    width: 64px;
    height: 48px;
    padding: 10px 17px;
  }

  .jb-site-header .jb-burger span {
    width: 22px;
    height: 2px;
    margin: 5px 0;
  }

  .jb-footer-desktop {
    display: none;
  }

  .jb-footer-mobile {
    display: block;
    padding: 42px 0 0;
    background: #181818;
  }

  .jb-footer-mobile > .container {
    width: min(100% - 40px, 520px);
  }

  .jb-footer-mobile__inner {
    display: grid;
    align-items: start;
  }

  .jb-footer-mobile__script-logo {
    justify-self: center;
    width: 270px;
    margin: 0 0 42px;
  }

  .jb-footer-mobile__script-logo img {
    width: 100%;
  }

  .jb-footer-mobile__menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .jb-footer-mobile__menu h2 {
    margin: 0 0 12px;
    color: #f5cdcb;
    font-size: 20px;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
  }

  .jb-footer-mobile__menu > ul {
    display: grid;
    gap: 6px;
  }

  .jb-footer-mobile__menu li ul {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    padding-left: 14px;
  }

  .jb-footer-mobile__menu a {
    color: #f5cdcb;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }

  .jb-footer-mobile__scroll-note {
    width: 176px;
    height: 72px;
    margin-top: 11px;
    margin-left: 11px;
  }

  .jb-footer-mobile__contacts {
    display: grid;
    gap: 13px;
    margin-top: 22px;
  }

  .jb-footer-mobile__contacts h2 {
    margin: 0;
    color: #f5cdcb;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .jb-footer-mobile__contact-list {
    display: grid;
    gap: 13px;
  }

  .jb-footer-mobile__contact-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: #f5cdcb;
  }

  .jb-footer-mobile__contact-icon {
    display: block;
    width: 24px;
    color: #f5cdcb;
  }

  .jb-footer-mobile__contact-icon svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .jb-footer-mobile__contact-values {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding-top: 1px;
  }

  .jb-footer-mobile__contact-values a,
  .jb-footer-mobile__contact-values span {
    color: #f5cdcb;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
  }

  .jb-footer-mobile__bottom {
    position: relative;
    display: grid;
    gap: 18px;
    margin: 30px -20px 0;
    padding: 74px 20px 48px;
    border-top: 2px solid #f9e5e9;
  }

  /* .jb-footer-mobile__bottom::before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    border-top: 2px solid #f9e5e9;
  } */

  .jb-footer-mobile__bottom .jb-footer-bow {
    top: -35px;
    width: 102px;
    height: auto;
  }

  .jb-footer-mobile__legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .jb-footer-mobile__legal nav:empty {
    display: none;
  }

  .jb-footer-mobile__legal ul {
    display: grid;
    gap: 1px;
  }

  .jb-footer-mobile__legal a {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #f5cdcb;
  }

  .jb-footer-mobile__copyright {
    display: grid;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    color: #f5cdcb;
  }

  .jb-footer-company_mobile {
    font-size: 14px;
    line-height: 1.64;
  }
}

@media (max-width: 620px) {
  .jb-site-header .jb-city-switcher {
    font-size: 28px;
  }

  .jb-site-header .jb-site-header__mobile-logo img {
    width: 150px;
  }

  .jb-site-header .jb-header-icon--mobile-search {
    width: 64px;
  }

  .jb-footer-mobile__menus {
    grid-template-columns: 1fr;
  }

  .jb-footer-mobile__legal {
    grid-template-columns: 1fr;
  }
}

/* Legacy home blocks: keep migrated sections aligned with the original layout. */
.main-slide_img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.calendar-box_content {
  overflow: hidden;
  text-align: center;
}

.calendar-box_content-title {
  width: 310px;
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
}

.calendar-box_content .theme-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 364px;
  min-width: 0;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 24px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .calendar-box_content .theme-button {
    width: 320px;
    padding: 20px 22px;
  }
}

@media (max-width: 1300px) {
  .calendar-box_content-title {
    width: 296px;
    max-width: 100%;
  }

  .calendar-box_content .theme-button {
    width: 296px;
  }
}

@media (max-width: 768px) {
  .calendar-box_content-title,
  .calendar-box_content .theme-button {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .calendar-box_content-title,
  .calendar-box_content .theme-button {
    width: 284px;
    max-width: calc(100% - 40px);
  }

  .calendar-box_content .theme-button {
    padding: 14px 16px;
    white-space: normal;
  }

  .product-top {
    padding-bottom: 8px;
  }

  .jb-striped-arch {
    --jb-striped-arch-extra-height: 161px;
  }

  .last-filter {
    z-index: 30;
    margin: 0 0 35px
  }

  .products .breadcrubs-custom {
    padding-bottom: 11px;
  }

  .jb-breadcrumbs {
    margin-bottom: 0px;
  }

  .top-products {
    margin-bottom: 8px;
  }

  .top-filters {
    margin-bottom: 4px;
  }
}

.page-template-template_franchise #zapis_wrap.jb-booking-popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.franchise-page {
  --fr-bg: #fae6ea;
  --fr-bg-soft: #fff7f8;
  --fr-pink: #f6cfd4;
  --fr-rose: #df96a5;
  --fr-burgundy: #6f2332;
  --fr-ink: #111;
  --fr-muted: #716266;
  overflow: hidden;
  background:
          repeating-linear-gradient(
                  90deg,
                  rgba(255, 255, 255, .32) 0,
                  rgba(255, 255, 255, .32) 56px,
                  rgba(231, 119, 134, .08) 56px,
                  rgba(231, 119, 134, .08) 112px
          ),
          var(--fr-bg);
  color: var(--fr-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.franchise-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.franchise-section {
  position: relative;
  padding: 96px 0;
}

.franchise-eyebrow {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.franchise-section-heading {
  max-width: 860px;
  text-align: center;
}

.franchise-section-heading h2,
.franchise-section-heading p {
  font-family: "Arsenica", Georgia, sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: var(--jb-ink);
}

.franchise-section-heading p {
  font-size: 20px;
  line-height: 140%;
  font-family: "Montserrat", Arial, sans-serif;
}

.franchise-stack-heading {
  margin: 0 auto 82px;
}

.franchise-social-big__heading {
  margin: 0 auto 61px;
}

.franchise-section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.franchise-hero__title,
.franchise-visibility h2,
.franchise-merch h3,
.franchise-form h2 {
  margin: 0;
  font-family: "Kosko", "Arsenica", Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.04;
}

.franchise-script {
  margin: 0 0 8px;
  font-family: "Marianna", cursive;
  font-size: 112px;
  line-height: .72;
}

.franchise-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 36px;
  border: 2px solid #681f2a;
  border-radius: 999px;
  background: var(--fr-burgundy);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.franchise-button__icon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.franchise-button__label {
  display: block;
}

.franchise-button:hover {
  background: #f5cdcb;
  color: #681f2a;
}

.franchise-button--small {
  min-height: 42px;
  padding: 0 22px;
  font-size: 12px;
}

.franchise-nav {
  position: sticky;
  top: var(--jb-header-offset, 0);
  z-index: 20;
  background: rgba(249, 213, 219, .94);
  border-top: 1px solid rgba(111, 35, 50, .08);
  border-bottom: 1px solid rgba(111, 35, 50, .12);
  backdrop-filter: blur(14px);
}

.franchise-nav__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 68px;
}

.franchise-nav__brand {
  font-family: "Marianna", cursive;
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}

.franchise-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.franchise-nav__links a:hover {
  color: var(--fr-burgundy);
}

.franchise-page .franchise-hero {
  padding: 110px 0 0 0 !important;
  background-color: rgba(245, 205, 203, .3019607843);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(245, 205, 203, .3) 30px, rgba(245, 205, 203, .3) 80px);
  position: relative;
}

.franchise-hero__title span,
.franchise-hero__title em {
  display: block;
  font-style: normal;
}

.franchise-hero__title em {
  font-family: "Arsenica", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: var(--jb-ink);
  margin-top: -30px;
}

.franchise-hero__facts div,
.franchise-note,
.franchise-pill-card,
.franchise-stat,
.franchise-condition-metrics article,
.franchise-condition-lists > div,
.franchise-step,
.franchise-history__timeline article,
.franchise-merch__card,
.franchise-guarantee-card,
.franchise-form__inner {
  border: 1px solid rgba(111, 35, 50, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 22px 70px rgba(111, 35, 50, .08);
}

.franchise-hero__facts div {
  padding: 18px;
  border-radius: 22px;
}

.franchise-hero__ampersand {
  font-family: "Arsenica";
  font-weight: 400;
  font-size: 60px;
  line-height: 37%;
  text-transform: uppercase;
  color: #681f2a;
  align-self: center;
  text-align: center;
}

.franchise-hero__facts__item strong {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  text-transform: uppercase;
  color: #681f2a;
}

.franchise-hero__facts__item span {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-variant: small-caps;
  color: var(--jb-ink);
  margin-top: 11px;
}

.franchise-hero .lenta-stroke {
  height: 180px;
  text-transform: uppercase;
}

.franchise-atmosphere {
  position: absolute;
  bottom: 35px;
  right: 46px;
  z-index: 1;
}

.franchise-atmosphere svg {
  position: absolute;
  top: -26px;
  left: -18px;
  z-index: -1;
}

.franchise-atmosphere__title {
  font-family: "Arsenica", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 91%;
  text-align: right;
  color: #000;
  margin-right: 18px;
}
.franchise-atmosphere__subtitme {
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 44px;
  line-height: 45%;
  text-align: center;
  color: #000;
}

.franchise-stat strong,
.franchise-condition-metrics strong {
  display: block;
  color: var(--fr-burgundy);
  font-family: "Kosko", "Arsenica", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.franchise-stat span,
.franchise-condition-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--fr-muted);
  font-size: 14px;
  line-height: 1.35;
}

.franchise-hero__bride {
  position: relative;
}

.franchise-hero__image {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center bottom;
}

.franchise-hero__badge {
  position: absolute;
  top: -17px;
  right: -8px;
  width: 167px;
  z-index: 2;
}

.franchise-hero__notes {
  display: grid;
  gap: 18px;
}

.franchise-note {
  padding: 24px;
  border-radius: 999px;
  color: var(--fr-burgundy);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.franchise-ticker {
  overflow: hidden;
  padding: 14px 0;
  background: #111;
  color: #fff;
  transform: rotate(-1deg) scaleX(1.02);
}

.franchise-ticker__track {
  display: flex;
  width: max-content;
  animation: franchise-marquee 28s linear infinite;
}

.franchise-ticker span {
  padding: 0 26px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes franchise-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.franchise-social,
.franchise-steps,
.franchise-merch,
.franchise-form {
  background: rgba(249, 229, 233, 1);
}

.franchise-stack__grid {
  display: grid;
  grid-template-columns: minmax(320px, 560px) 1fr;
  align-items: center;
  gap: 56px;
}

.franchise-pill-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 26px;
  border-radius: 999px;
  color: var(--fr-burgundy);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.franchise-visibility__grid {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr minmax(240px, 360px);
  align-items: center;
  gap: 44px;
}

.franchise-visibility p:not(.franchise-script) {
  margin: 22px 0 0;
  color: var(--fr-muted);
  font-size: 18px;
  line-height: 1.45;
}

.franchise-visibility__stats,
.franchise-condition-metrics,
.franchise-steps__grid,
.franchise-history__timeline,
.franchise-merch__grid {
  display: grid;
  gap: 18px;
}

.franchise-visibility__stats,
.franchise-condition-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.franchise-stat,
.franchise-condition-metrics article,
.franchise-step,
.franchise-history__timeline article,
.franchise-merch__grid article {
  padding: 28px;
  border-radius: 28px;
}

.franchise-phone {
  justify-self: center;
  max-width: 260px;
}

.franchise-phone__image {
  width: 100%;
  filter: drop-shadow(0 28px 40px rgba(111, 35, 50, .22));
}

.franchise-social {
  padding-bottom: 120px;
}

.franchise-social__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 260px;
  gap: 18px;
  overflow-x: auto;
  width: min(100% - 40px, 1500px);
  margin-inline: auto;
  padding: 10px 0 28px;
  scrollbar-color: var(--fr-burgundy) rgba(111, 35, 50, .12);
}

.franchise-social__item {
  overflow: hidden;
  height: 390px;
  margin: 0;
  border-radius: 28px;
  background: var(--fr-pink);
}

.franchise-social__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franchise-condition-metrics {
  margin-bottom: 32px;
}

.franchise-condition-lists {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
}

.franchise-condition-lists > div {
  padding: 34px;
  border-radius: 32px;
}

.franchise-condition-lists h3 {
  margin: 0 0 18px;
  color: var(--fr-burgundy);
  font-size: 22px;
  line-height: 1.2;
}

.franchise-condition-lists ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.franchise-condition-lists li {
  position: relative;
  padding-left: 18px;
  line-height: 1.45;
}

.franchise-condition-lists li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fr-burgundy);
}

.franchise-condition-visuals {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 46px;
}

.franchise-condition-visuals__girl {
  width: min(44%, 420px);
  max-height: 660px;
  border-radius: 240px 240px 0 0;
  object-fit: cover;
  object-position: top center;
}

.franchise-steps__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.franchise-step span {
  color: var(--fr-rose);
  font-family: "Marianna", cursive;
  font-size: 54px;
  line-height: .8;
}

.franchise-step h3,
.franchise-history__timeline h3,
.franchise-merch h4 {
  margin: 18px 0 10px;
  color: var(--fr-burgundy);
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}

.franchise-step p,
.franchise-history__timeline p,
.franchise-merch p,
.franchise-guarantee-card p,
.franchise-form p {
  margin: 0;
  color: var(--fr-muted);
  line-height: 1.45;
}

.franchise-steps__media {
  margin-top: 48px;
  text-align: center;
}

.franchise-steps__scheme {
  margin-inline: auto;
}

.franchise-steps__scheme--mobile {
  display: none;
}

.franchise-family {
  padding: 58px 0;
  background: #111;
  color: #fff;
}

.franchise-family__inner {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 34px;
}

.franchise-family__icon img {
  width: 96px;
}

.franchise-history__timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.franchise-history__image {
  overflow: hidden;
  max-width: 760px;
  margin: 50px auto 0;
  border-radius: 44px;
}

.franchise-history__image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.franchise-merch__card {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 48px;
  background:
          url("/wp-content/uploads/2025/06/bg_girl_frnashiza.svg") right bottom / 360px auto no-repeat,
          rgba(255, 255, 255, .86);
}

.franchise-merch h3 {
  max-width: 620px;
  margin: 0 0 32px;
  font-size: 44px;
}

.franchise-merch__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
}

.franchise-merch__grid article {
  background: rgba(250, 230, 234, .88);
}

.franchise-guarantee {
  background:
          url("/wp-content/uploads/2025/06/bg_hello_jully_bride.svg") center 120px / 1600px auto no-repeat,
          var(--fr-bg);
}

.franchise-guarantee__grid {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(280px, 420px) minmax(240px, 360px);
  align-items: end;
  justify-content: center;
  gap: 34px;
}

.franchise-guarantee-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 110px 38px 64px;
  text-align: center;
}

.franchise-guarantee-card__sign {
  width: 165px;
  margin-bottom: 36px;
}

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

.franchise-guarantee__center img {
  width: 100%;
  border-radius: 240px 240px 0 0;
}

.franchise-guarantee__center .franchise-button {
  position: relative;
  top: -24px;
}

.franchise-form {
  padding-top: 70px;
}

.franchise-form__inner {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 40px;
  padding: 46px;
  border-radius: 44px;
  background: rgba(255, 255, 255, .88);
}

.franchise-form h2 {
  margin-bottom: 18px;
  font-size: 42px;
}

.franchise-form__embed {
  min-height: 420px;
}

.franchise-gaidline-modal[hidden] {
  display: none;
}

.franchise-gaidline-modal__container {
  position: relative;
  background: #f9e5e9;
  border: 8px solid #f5cdcb;
  border-radius: 40px;
  max-width: 805px;
  width: 100%;
  max-height: 80dvh;
  overflow-y: auto;
  padding: 48px 28px 37px 36px;
  background-image: url(../images/franchise_business_stack/franchise_pattern_modal.png);
  background-position: top 140px right -68px;
  background-repeat: no-repeat;
  background-size: cover;
}

.franchise-gaidline-modal__close {
  position: absolute;
  top: 21px;
  right: 19px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.franchise-gaidline-modal__close::before,
.franchise-gaidline-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #f5cdcb;
  transform: translate(-50%, -50%) rotate(45deg);
}

.franchise-gaidline-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.franchise-gaidline-modal__title {
  font-family: "Arsenica", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 56%;
  color: #681f2a;
  margin-bottom: 0;
}

.franchise-gaidline-modal__title_p {
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 78px;
  line-height: 26%;
  color: #681f2a;
  margin-left: 9px;
  margin-top: 13px;
  margin-bottom: 56px;
}

.franchise-gaidline-modal__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

.franchise-gaidline-modal__body:has(> .franchise-gaidline-modal__paragraph:only-child) {
  grid-template-columns: 1fr;
}

.franchise-gaidline-modal__paragraph {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #000;
}

.franchise-gaidline-modal__button {
  display: flex;
  justify-content: center;
}

@media (max-width: 1180px) {
  .franchise-nav__inner {
    grid-template-columns: 1fr auto;
  }

  .franchise-nav__links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .franchise-hero__grid,
  .franchise-visibility__grid,
  .franchise-stack__grid,
  .franchise-guarantee__grid {
    grid-template-columns: 1fr;
  }

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

  .franchise-hero__bride,
  .franchise-phone {
    order: 2;
  }

  .franchise-hero__notes {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .franchise-stack-heading {
    margin: 0 auto 62px;
  }

  .franchise-stack__items {
    margin: 0 auto 61px;
  }

  .franchise-steps__grid,
  .franchise-history__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .franchise-guarantee__center {
    order: 3;
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .franchise-section {
    padding: 70px 0;
  }

  .franchise-section-heading h2,
  .franchise-visibility h2,
  .franchise-hero__title {
    font-size: 48px;
  }

  .franchise-hero__title em {
    font-size: 64px;
  }

  .franchise-stack-heading {
    margin: 0 auto 42px;
  }

  .franchise-hero__facts,
  .franchise-stack__items,
  .franchise-visibility__stats,
  .franchise-condition-metrics,
  .franchise-condition-lists,
  .franchise-merch__grid,
  .franchise-form__inner {
    grid-template-columns: 1fr;
  }

  .franchise-stack__items {
    margin: 0 auto 56px;
  }

  .franchise-family__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .franchise-family__icon img {
    margin-inline: auto;
  }

  .franchise-merch__card {
    padding: 38px 28px 320px;
    background-size: 260px auto;
  }

  .franchise-gaidline-modal__body {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 620px) {
  .franchise-container {
    width: min(100% - 28px, 1320px);
  }

  .franchise-nav__brand {
    font-size: 28px;
  }

  .franchise-nav .franchise-button {
    display: none;
  }

  .franchise-hero {
    min-height: 0;
    padding-top: 58px;
  }

  .franchise-section-heading h2,
  .franchise-visibility h2,
  .franchise-hero__title {
    font-size: 36px;
  }

  .franchise-hero__title em {
    font-size: 48px;
  }

  .franchise-hero__image {
    min-height: 420px;
  }

  .franchise-hero__badge {
    right: -18px;
    width: 126px;
  }

  .franchise-stack__items {
    margin: 0 auto 51px;
  }

  .franchise-hero__notes,
  .franchise-steps__grid,
  .franchise-history__timeline {
    grid-template-columns: 1fr;
  }

  .franchise-script {
    font-size: 80px;
  }

  .franchise-social__rail {
    grid-auto-columns: 210px;
  }

  .franchise-social__item {
    height: 315px;
  }

  .franchise-condition-visuals {
    flex-direction: column;
    align-items: center;
  }

  .franchise-condition-visuals__girl {
    width: 100%;
  }

  .franchise-steps__scheme--desktop {
    display: none;
  }

  .franchise-steps__scheme--mobile {
    display: block;
  }

  .franchise-form__inner {
    padding: 28px 18px;
    border-radius: 28px;
  }

  .franchise-atmosphere {
    display: none;
  }
}

.franchise-page {
  background: #f9e5e9;
  color: #0d0b0c;
  letter-spacing: 0;
  overflow: visible;
}

.franchise-page .franchise-stack {
  background: url('../images/franchise_business_stack/franchise_business_stack_bg.png') 50% 70% no-repeat rgba(249, 229, 233, 1);
}

.franchise-page .franchise-container {
  width: min(100% - 40px, 1240px);
}

.franchise-page .franchise-section {
  padding: 110px 0;
}

.franchise-page .franchise-button {
  min-height: 57px;
  padding: 0 45px;
  border-radius: 999px;
  background: var(--fr-burgundy);
  font-family: "Montserrat", Arial, sans-serif;
  color: #f5cdcb;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none;
}

.franchise-page .franchise-button:hover {
  background: #f5cdcb;
  color: #681f2a;
}

.franchise-nav {
  top: var(--jb-sticky-header-bottom, 80px);
  z-index: 90;
  background: rgba(248, 231, 238, .96);
  border: 0;
  box-shadow: 0 18px 45px rgba(111, 35, 50, .08);
  backdrop-filter: blur(16px);
}

body.admin-bar .franchise-nav {
  top: var(--jb-sticky-header-bottom, 112px);
}

.franchise-nav__inner {
  display: flex;
  justify-content: center;
  min-height: 92px;
}

.franchise-nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  overflow: visible;
}

.franchise-nav__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 24px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}

.franchise-nav__links .franchise-button {
  min-height: 32px;
  padding: 0 28px;
  border: 1px solid #db5c9d;
  font-size: 12px;
}

.franchise-hero {
  padding: 86px 0 135px;
}

.franchise-hero__grid {
  display: grid;
  grid-template-columns: 525px auto;
  gap: 43px;
}

.franchise-hero__content {
  padding-top: 46px;
}

.franchise-hero__title {
  margin-bottom: 76px;
}

.franchise-hero__title span {
  display: block;
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 112px;
  line-height: 1;
  color: var(--jb-ink);
  margin-left: 45px;
}

.franchise-hero__facts {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 53px minmax(0, 0.97fr);
  gap: 22px;
  margin-bottom: 90px;
}

.franchise-hero__facts div {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.franchise-hero__photo {
  position: relative;
  height: 659px;
  transform: scaleX(-1);
}
.franchise-hero__photo::after {
  content: '';
  display: block;
  width: 91%;
  height: 100%;
  background: #681f2a;
  border-radius: 330px 330px 0 0;
  top: -15px;
  right: 9px;
  position: absolute;
  z-index: 0;
}

.franchise-hero__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  z-index: 1;
}

.franchise-ticker {
  position: relative;
  z-index: 5;
  margin-top: -86px;
  padding: 10px 0;
  background: #090909;
  transform: rotate(-4deg) scaleX(1.04);
}

.franchise-ticker span {
  padding: 0 20px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.franchise-ticker .is-pink {
  color: #db5c9d;
}

.franchise-visibility h2,
.franchise-form h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.18;
  text-transform: uppercase;
}

.franchise-eyebrow {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.franchise-stack__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto 71px;
}

.franchise-pill-card {
  min-height: 64px;
  padding: 12px 22px;
  border: 2px solid #f5cdcb;
  border-radius: 999px;
  background: #681f2a;

  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  font-variant: small-caps;
  text-align: center;
  color: #f5cdcb;
  cursor: pointer;
  transition: all 0.2s;
}
.franchise-pill-card.active,
.franchise-pill-card:hover {
  background: rgba(249, 229, 236, 0.6);
  color: var(--jb-ink);
}

.franchise-video-card {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  background: #111;
}

.franchise-video-card.with_overlay {
  position: relative;
  background-size: cover;
  background-position: center;
}

.franchise-video-card__play_btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline-offset: calc(-1 * var(--focus-outline-width, 2px));
}

.franchise-video-card:not(.with_overlay) .franchise-video-card__play_btn {
  display: none;
  visibility: hidden;
}

.franchise-video-card__play_icon {
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  background: #000;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform .2s;
}
.franchise-video-card__play_triangle {
  width: 0;
  height: 0;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid white;

  margin-left: 3px;
}
.franchise-video-card:hover .franchise-video-card__play_icon {
  transform: scale(1.2);
}

.franchise-video-player {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.franchise-video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.franchise-video-card.with_overlay .franchise-video-player > * {
  visibility: hidden;
}

.franchise-visibility {
  background: #efcfd4;
}

.franchise-visibility__grid {
  grid-template-columns: minmax(420px, 690px) minmax(260px, 350px);
  justify-content: center;
  align-items: center;
  gap: 58px;
}

.franchise-visibility__content {
  position: relative;
}

.franchise-visibility h2 {
  max-width: 640px;
  font-size: 56px;
}

.franchise-visibility__wow {
  position: absolute;
  right: 8px;
  top: 92px;
  margin: 0;
  color: #db5c9d;
  font-family: "Kosko", "Montserrat", Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.franchise-visibility__stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.franchise-stat {
  min-height: 116px;
  padding: 28px 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
}

.franchise-stat strong {
  color: #db5c9d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.franchise-stat span {
  color: #111;
  font-size: 14px;
}

.franchise-phone {
  max-width: 300px;
}

.franchise-social {
  padding: 0 0 46px;
  background: #efcfd4;
}

.franchise-social.franchise-section {
  padding: 35px 0 46px;
}

.franchise-social__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 240px;
  justify-content: center;
  gap: 18px;
  overflow-x: auto;
  width: min(100% - 40px, 1050px);
  padding: 0 0 22px;
}

.franchise-social__item {
  position: relative;
  display: block;
  height: 420px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #111;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
}

.franchise-social__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .56));
}

.franchise-social__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  transform: translate(-50%, -50%);
}

.franchise-social__play::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.franchise-social figcaption,
.franchise-social__caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.franchise-social-big.franchise-section {
  position: relative;
  overflow: hidden;
  padding: 252px 0 193px;
  color: #181818;
}

.franchise-social-big__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1920px) {
  .franchise-social-big__background {
    object-fit: contain;
  }
}

.franchise-social-big__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1340px);
  margin-inline: auto;
}

.franchise-social-big__phone-stage {
  position: relative;
  min-height: 646px;
  max-width: 1040px;
  margin-inline: auto;
}

.franchise-social-big__phone {
  position: relative;
  z-index: 2;
  width: 306px;
  margin: 0 auto;
}

.franchise-social-big__phone img {
  display: block;
  width: 100%;
  height: auto;
}

.franchise-social-big__callout {
  position: absolute;
  z-index: 3;
}

.franchise-social-big__callout p {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  color: #181818;
  pointer-events: none;
}

.franchise-social-big__callout strong {
  display: block;
  font-family: "Arsenica", Georgia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 91%;
}

.franchise-social-big__callout span {
  display: block;
  margin-top: -2px;
  font-family: "Marianna", cursive;
  font-size: 44px;
  font-weight: 400;
  line-height: 50%;
}

.franchise-social-big__callout-icon {
  position: absolute;
}

.franchise-social-big__callout--telegram {
  top: 72px;
  left: 34px;
}

.franchise-social-big__callout-icon--telegram {
  top: -38px;
}

.franchise-social-big__callout--dress {
  bottom: 165px;
  left: 87px;
  order: 2;
}

.franchise-social-big__callout-icon--dress {
  top: -55px;
  right: 51px;
}

.franchise-social-big__callout--atmosphere {
  top: 66px;
  right: 6px;
}

.franchise-social-big__callout-icon--atmosphere {
  top: -21px;
  left: -20px;
}

.franchise-social-big__callout--brides {
  right: 14px;
  bottom: 174px;
  order: 0;
}

.franchise-social-big__callout-icon--brides {
  top: -78px;
}

.franchise-social-big__callout--brides p {
  flex-direction: column-reverse;
}

.franchise-social-big__note {
  max-width: 520px;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  z-index: 5;
  position: relative;
}

.franchise-social-big__carousel-wrap {
  position: relative;
  max-width: 1240px;
  margin: 74px auto 0;
}

.franchise-social-big__carousel {
  width: 100%;
}

.franchise-social-big__carousel.owl-carousel .owl-stage {
  display: flex;
}

.franchise-social-big__carousel .owl-stage-outer {
  overflow: hidden;
}

.franchise-social-big__slide {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 295 / 527;
  min-height: 1px;
  background: #181818;
  color: #fff;
}

.franchise-social-big__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franchise-social-big__slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franchise-social-big__slide.with_overlay {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.franchise-social-big__slide.with_overlay video {
  visibility: hidden;
}

.franchise-social-big__play {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.franchise-social-big__slide:not(.with_overlay) .franchise-social-big__play {
  display: none;
}

.franchise-social-big__play-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .54);
  transition: transform .2s ease, background-color .2s ease;
}

.franchise-social-big__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  transform: translate(-38%, -50%);
}

.franchise-social-big__slide:hover .franchise-social-big__play-icon {
  background: rgba(0, 0, 0, .68);
  transform: scale(1.08);
}

.franchise-social-big__slide::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .56));
  pointer-events: none;
}

.franchise-social-big__slide:not(.with_overlay)::after {
  opacity: 0;
  pointer-events: none;
}

.franchise-social-big__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 70px;
  height: 70px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: url(../images/arrow-12-5.svg) center no-repeat, #681f2a;
  cursor: pointer;
  transform: translateY(-50%);
}

.franchise-social-big__arrow--prev {
  left: -92px;
  background-position: center;
  background-repeat: no-repeat;
}

.franchise-social-big__arrow--next {
  right: -92px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.franchise-social-big__arrow.swiper-button-disabled,
.franchise-social-big__arrow.is-disabled,
.franchise-social-big__arrow:disabled {
  opacity: .35;
  cursor: default;
}

.franchise-social-big__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.franchise-social-big__cta {
  min-height: 58px;
  padding-inline: 38px;
  background: #681f2a;
  font-size: 13px;
}

.franchise-beauty-business.franchise-section {
  overflow: hidden;
  padding: 0px;
}

.franchise-beauty-business__banner {
  position: relative;
  min-height: 500px;
  isolation: isolate;
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: center 33.5%;
  background-size: cover;
}

.franchise-beauty-business__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(24, 24, 24, .6);
  pointer-events: none;
}

.franchise-beauty-business__script {
  position: absolute;
  z-index: 1;
  font-family: "Marianna", cursive;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: rgba(249, 229, 236, 0.15);
  font-size: 15vw;
  pointer-events: none;
  user-select: none;
}

.franchise-beauty-business__script--left {
  /* top: -79px; */
  top: -15%;
  left: 10px;
}

.franchise-beauty-business__script--right {
  right: 9px;
  /* bottom: -69px; */
  bottom: -13%;
}

.franchise-beauty-business__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  top: 177px;
  left: max(40px, calc(50% - 430px));
  z-index: 2;
  width: min(364px, calc(100% - 40px));
}

.franchise-beauty-business__text {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  font-variant: small-caps;
  color: #f9e5ec;
}

.franchise-page .franchise-beauty-business__button {
  box-sizing: border-box;
  flex-direction: row-reverse;
  gap: 23px;
  width: 100%;
  min-height: 70px;
  padding: 0px 25px 0px 36px;
  border: 2px solid #f5cdcb;
  background: #f5cdcb;
  color: #681f2a;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", Arial, sans-serif;
}

.franchise-beauty-business__button-icon {
  width: 34px;
  height: 35px;
}

.franchise-beauty-business__button-icon path {
  fill: currentColor;
  transition: fill .2s ease;
}

.franchise-page .franchise-beauty-business__button:hover {
  background: #681f2a;
  color: #f0bdc2;
}

.franchise-brand.franchise-section {
  padding-top: 70px;
  position: relative;
  height: 972px;
}

.franchise-brand .franchise-section-heading {
  margin: 0 auto 63px;
}

.franchise-brand__hand {
  object-fit: cover;
  pointer-events: none;
}

.franchise-brand__hand--right {
  width: 352px;
  position: absolute;
  top: 0;
  right: 0;
}

.franchise-brand__hand--left {
  width: 238px;
  position: absolute;
  bottom: 160px;
  left: 0;
}

.franchise-brand__wrapper {
  width: min(calc(100% - 20px), 831px);
  margin-inline: auto;
}

.franchise-brand__content {
  position: relative;
}

.franchise-brand__content-row {
  display: grid;
  grid-template-columns: repeat(2, 297px);
  justify-content: space-between;
  grid-row-gap: 162px;
  transform: translateY(29px);
  position: relative;
  z-index: 1;
}

.franchise-brand__way {
  position: absolute;
  width: 751px;
  height: 729px;
  top: 0;
  left: 0;
}

.franchise-brand__item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  position: relative;
}

.franchise-brand__item-image {
  position: absolute;
}

.franchise-brand__item-top,
.franchise-brand__item-bottom {
  position: relative;
  z-index: 5;
}

.franchise-brand__item-top {
  display: flex;
  flex-direction: column;
}

.franchise-brand__item-top span {
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 44px;
  line-height: 50%;
  color: var(--jb-ink);
}

.franchise-brand__item-top strong {
  font-family: "Arsenica", Georgia, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 91%;
  color: var(--jb-ink);
}

.franchise-brand__item-bottom p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  font-variant: small-caps;
  color: #000;
}

.franchise-brand__item--puls .franchise-brand__item-top span {
  margin-left: 16px;
}

.franchise-brand__item--puls .franchise-brand__item-top strong {
  margin-left: 40px;
}

.franchise-brand__item--ring .franchise-brand__item-top span {
  margin-left: 30px;
}

.franchise-brand__item--ring .franchise-brand__item-top strong {
  margin-left: 46px;
}

.franchise-brand__item--bottle .franchise-brand__item-top span {
  margin-left: 64px;
}

.franchise-brand__item--hanger .franchise-brand__item-top strong {
  margin-left: 79px;
}

.franchise-brand__item-image--puls {
  top: -7px;
  left: 0px;
}
.franchise-brand__item-image--ring {
  top: -25px;
  left: -5px;
}
.franchise-brand__item-image--bottle {
  top: -60px;
  left: 6px;
}
.franchise-brand__item-image--hanger {
  top: -39px;
  left: -55px;
}

.franchise-image-carousel {
  --franchise-gallery-edge: max(30px, calc((100vw - 1240px) / 2));
  --franchise-gallery-arrow-offset: max(30px, calc((100vw - 1350px) / 2));
  --franchise-gallery-slide-width: 610px;
  position: relative;
  overflow: hidden;
  padding: 0px 0 78px;
  background: var(--franchise-carousel-bg, none) center / auto no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

.franchise-image-carousel__inner {
  position: relative;
  width: 100%;
}

.franchise-image-carousel__slider {
  width: 100%;
}

.franchise-image-carousel__slider .owl-stage {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  padding-right: var(--franchise-gallery-edge);
  padding-left: var(--franchise-gallery-edge);
}

.franchise-image-carousel__slider .owl-stage-outer {
  overflow: visible;
}

.franchise-image-carousel__slider .owl-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.franchise-image-carousel__slide {
  overflow: visible;
  margin: 0;
  width: var(--franchise-gallery-slide-width);
  background: transparent;
  user-select: none;
}

.franchise-image-carousel__slide img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.franchise-image-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: #681f2a;
  color: #f5cdcb;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.franchise-image-carousel__arrow::before,
.franchise-image-carousel__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.franchise-image-carousel__arrow::before {
  left: 23px;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.franchise-image-carousel__arrow::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.franchise-image-carousel__arrow:hover {
  background: #7b2935;
  transform: translateY(-50%) scale(1.04);
}

.franchise-image-carousel__arrow--prev {
  left: var(--franchise-gallery-arrow-offset);
}

.franchise-image-carousel__arrow--prev::after {
  left: 22px;
  transform: translateY(-50%) rotate(-135deg);
}

.franchise-image-carousel__arrow--next {
  right: var(--franchise-gallery-arrow-offset);
}

.franchise-image-carousel__arrow--next::after {
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}

.franchise-image-carousel__slider.owl-theme .owl-dots {
  margin-top: 22px;
}

.franchise-image-carousel__slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  background: rgba(104, 31, 42, .25);
}

.franchise-image-carousel__slider.owl-theme .owl-dots .owl-dot.active span,
.franchise-image-carousel__slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #681f2a;
}

.franchise-image-carousel__arrow.is-disabled,
.franchise-image-carousel__arrow:disabled {
  opacity: .35;
  cursor: default;
}

.franchise-image-carousel__arrow.is-disabled:hover,
.franchise-image-carousel__arrow:disabled:hover {
  background: #681f2a;
  transform: translateY(-50%);
}

.franchise-floating-stamp {
  position: fixed;
  right: 44px;
  bottom: 44px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #db5c9d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 18px #fff, 0 16px 40px rgba(111, 35, 50, .15);
}

.franchise-floating-stamp span {
  max-width: 70px;
}

body.franchise-feedback-open,
body.franchise-video-open,
body.franchise-gaidline-modal-open {
  overflow: hidden;
}

.franchise-feedback-modal[hidden] {
  display: none;
}

.franchise-feedback-modal,
.franchise-gaidline-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.franchise-gaidline-modal {
  z-index: 100;
}

.franchise-feedback-modal__overlay,
.franchise-gaidline-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, 0.9);
  cursor: pointer;
}

.franchise-feedback-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(88vh, 860px);
  overflow-y: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(17, 17, 17, .24);
}

.franchise-feedback-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, .08);
  cursor: pointer;
}

.franchise-feedback-modal__close::before,
.franchise-feedback-modal__close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 18px;
  width: 16px;
  height: 2px;
  background: #111;
}

.franchise-feedback-modal__close::before {
  transform: rotate(45deg);
}

.franchise-feedback-modal__close::after {
  transform: rotate(-45deg);
}

.franchise-feedback-modal__form {
  min-height: 560px;
  padding: 10px;
}

.franchise-video-modal[hidden] {
  display: none;
}

.franchise-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.franchise-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, .72);
}

.franchise-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1300px);
  max-height: 88vh;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 30px 90px rgba(17, 17, 17, .36);
}

.franchise-video-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.franchise-video-modal__close::before,
.franchise-video-modal__close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  width: 18px;
  height: 2px;
  background: #111;
}

.franchise-video-modal__close::before {
  transform: rotate(45deg);
}

.franchise-video-modal__close::after {
  transform: rotate(-45deg);
}

.franchise-video-modal__player {
  display: block;
  width: 100%;
  max-height: 82vh;
  border-radius: 18px;
  background: #000;
}

.franchise-video-modal__player[hidden] {
  display: none;
}

.franchise-video-modal__player--iframe {
  aspect-ratio: 16 / 9;
  border: 0;
}

@media (max-width: 1180px) {
  .franchise-hero__grid,
  .franchise-visibility__grid {
    grid-template-columns: 1fr;
  }

  .franchise-visibility__content {
    padding-left: 0;
    text-align: center;
  }

  .franchise-hero__content {
    padding-top: 0px;
  }

  .franchise-hero__title {
    margin-bottom: 48px;
    text-align: center;
  }

  .franchise-hero__title em {
    transform: translateX(-82px);
  }

  .franchise-hero__facts {
    margin-bottom: 55px;
  }

  .franchise-button-wrapper {
    display: flex;
    justify-content: center;
  }

  .franchise-hero__bride {
    margin-inline: auto;
  }

  .franchise-hero__facts,
  .franchise-visibility__stats {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  body.admin-bar .franchise-nav {
    top: var(--jb-sticky-header-bottom, 126px);
  }

  .franchise-nav__inner {
    min-height: 82px;
  }

  .franchise-stack__items,
  .franchise-visibility__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .franchise-hero__title span {
    font-size: 80px;
  }

  .franchise-hero__title em {
    font-size: 40px;
    transform: translateX(-54px);
    margin-top: -22px;
  }

  .franchise-section-heading h2,
  .franchise-visibility h2,
  .franchise-form h2 {
    font-size: 42px;
  }

  .franchise-image-carousel {
    --franchise-gallery-edge: 20px;
    --franchise-gallery-slide-width: min(536px, calc(100vw - 40px));
    padding: 86px 0 58px;
    background-size: 1200px auto;
  }

  .franchise-image-carousel__arrow {
    display: none;
  }

  .franchise-image-carousel__slide img {
    max-width: 610px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .franchise-page .franchise-section {
    padding: 70px 0;
  }

  .franchise-nav {
    position: sticky;
  }

  .franchise-nav__links {
    gap: 8px;
  }

  .franchise-nav__links a,
  .franchise-nav__links .franchise-button {
    min-height: 30px;
    padding: 0 14px;
    font-size: 11px;
  }

  .franchise-hero {
    padding-top: 48px;
    padding-bottom: 110px;
  }

  .franchise-hero__title {
    margin-bottom: 40px;
  }

  .franchise-hero__title span {
    font-size: 70px;
  }

  .franchise-hero__title em {
    font-size: 32px;
    transform: translateX(-48px);
    margin-top: -17px;
  }

  .franchise-hero__facts {
    gap: 35px;
    margin-bottom: 40px;
  }

  .franchise-section-heading h2,
  .franchise-visibility h2,
  .franchise-form h2 {
    font-size: 32px;
  }

  .franchise-hero__facts,
  .franchise-stack__items,
  .franchise-visibility__stats {
    grid-template-columns: 1fr;
  }

  .franchise-hero__photo {
    height: 430px;
  }

  .franchise-hero__badge {
    right: 0;
    width: 126px;
  }

  .franchise-ticker {
    margin-top: -62px;
  }

  .franchise-social__rail {
    grid-auto-columns: 220px;
    justify-content: start;
  }

  .franchise-brand.franchise-section {
    padding-top: 62px;
    padding-bottom: 62px;
    position: relative;
    z-index: 2;
  }

  .franchise-image-carousel {
    --franchise-gallery-edge: 14px;
    --franchise-gallery-slide-width: min(536px, calc(100vw - 28px));
    padding: 72px 0 44px;
    background-size: 980px auto;
  }

  .franchise-floating-stamp {
    right: 18px;
    bottom: 18px;
    width: 86px;
    height: 86px;
    font-size: 9px;
    box-shadow: inset 0 0 0 14px #fff, 0 12px 30px rgba(111, 35, 50, .15);
  }

  .franchise-feedback-modal {
    padding: 14px;
  }

  .franchise-feedback-modal__dialog {
    max-height: 92vh;
    border-radius: 16px;
  }

  .franchise-feedback-modal__form {
    min-height: 500px;
    padding: 0;
  }

  .franchise-video-modal {
    padding: 14px;
  }

  .franchise-video-modal__dialog,
  .franchise-video-modal__player {
    border-radius: 14px;
  }

  .franchise-video-modal__close {
    top: -10px;
    right: -10px;
  }
}

@media (max-width: 491px) {
  .franchise-hero__title span {
    font-size: 58px;
  }

  .franchise-hero__title em {
    font-size: 28px;
    transform: translateX(-36px);
    margin-top: -11px;
  }
}

@media (max-width: 425px) {
  .franchise-hero__title span {
    font-size: 48px;
  }

  .franchise-hero__title em {
    font-size: 25px;
    transform: translateX(-25px);
    margin-top: -8px;
  }
}

/* Franchise: current original blocks */
.franchise-conditions--original.franchise-section {
  padding: 88px 0 80px;
  position: relative;
  z-index: 10;
}

.franchise-conditions__inner {
  position: relative;
}

.franchise-conditions__heading {
  max-width: none;
  margin: 0 auto 79px;
}

.franchise-conditions__extra {
  position: absolute;
  top: 65px;
  right: -7vw;
}

.franchise-conditions__extra-title {
  font-family: "Arsenica", Georgia, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 91%;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
}

.franchise-conditions__extra-subtitle {
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 44px;
  line-height: 45%;
  color: #000;
  position: relative;
  z-index: 2;
}

.franchise-conditions__extra-icon {
  position: absolute;
  top: -20px;
  right: -10px;
}

.franchise-conditions__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.franchise-conditions__metric {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 52px;
  justify-content: center;
  min-height: 153px;
  border: 2px solid #f5cdcb;
  border-radius: 999px;
  background: #681f2a;
  color: #f5cdcb;
  font-family: "Montserrat", Arial, sans-serif;
}

.franchise-conditions__metric strong {
  display: block;
  color: inherit;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: none;
}

.franchise-conditions__metric span {
  display: block;
  color: inherit;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 130%;
}

.franchise-conditions__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}

.franchise-conditions__detail {
  background: #681f2a;
  background-image: url('../images/franchise-conditions/franchise_conditions_heart_light.svg');
  background-repeat: no-repeat;
  background-position: 96% 18px;
  color: #f5cdcb;
  padding: 54px 56px 52px 52px;
  border-radius: 25px;
  transition: all 0.2s;
}

.franchise-conditions__detail:hover {
  background: #f5cdcb;
  background-image: url('../images/franchise-conditions/franchise_conditions_heart_dark.svg');
  background-repeat: no-repeat;
  background-position: 96% 18px;
  color: #681f2a;
}

.franchise-conditions__detail-heading {
  color: inherit;
}

.franchise-conditions__detail-title {
  display: block;
  font-family: "Arsenica", Georgia, sans-serif;
  font-size: clamp(32px, 3vw, 36px);
  font-weight: 500;
  line-height: 56%;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.franchise-conditions__detail-subtitle {
  display: block;
  margin-top: 2px;
  font-family: "Marianna", cursive;
  font-size: clamp(58px, 6vw, 78px);
  font-weight: 400;
  line-height: 26%;
  text-transform: lowercase;
  white-space: nowrap;
}

.franchise-conditions__detail p {
  margin: 58px 0 0;
  color: inherit;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.franchise-conditions__detail p + p {
  margin-top: 0px;
}

.franchise-conditions__cta {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  text-align: center;
}

.franchise-page .franchise-conditions__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 130%;
  font-weight: 500;
  min-height: 57px;
  color: #f5cdcb;
  padding: 0px 20px;
}

.franchise-steps.franchise-section {
  border-radius: 100% 100% 0 0;
  overflow: hidden;
  background-color: #F5CDCB;
  background-image: repeating-linear-gradient(
          90deg, transparent, transparent 30px,
          rgba(249, 229, 236, 0.5) 30px,
          rgba(249, 229, 236, 0.5) 80px
  );
  position: relative;
  margin-top: -437px;
  padding: 438px 0 96px;
}

.franchise-steps__heading {
  max-width: none;
  margin: 0 auto 58px;
}

.franchise-steps__stage {
  position: relative;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.franchise-steps__scheme {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.franchise-steps__mobile-steps {
  display: none;
}

.franchise-steps__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 75px auto 58px;
  overflow: hidden;
  background-color: #111;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}

.franchise-steps__video .franchise-video-player {
  height: 100%;
  padding-bottom: 0;
}

.franchise-steps__video .franchise-video-player video,
.franchise-steps__video-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111;
}

.franchise-steps__play .franchise-video-card__play_icon {
  width: 92px;
  height: 92px;
  margin: 0;
  background: rgba(0, 0, 0, .54);
  transform: translate(-50%, -50%);
}

.franchise-steps__play .franchise-video-card__play_triangle {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
}

.franchise-steps__video:hover .franchise-video-card__play_icon {
  transform: translate(-50%, -50%) scale(1.08);
}

.franchise-steps__mobile-step span,
.franchise-steps__mobile-start span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #681f2a;
  color: #f5cdcb;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.franchise-steps__mobile-start span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #f5cdcb;
  clip-path: polygon(18% 7%, 18% 93%, 31% 93%, 31% 56%, 86% 56%, 76% 32%, 86% 7%);
}

.franchise-steps__note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #181818;
  position: relative;
  max-width: 350px;
  order: 3;
}

.franchise-steps__note strong,
.franchise-steps__note em {
  display: inline-block;
  vertical-align: baseline;
}

.franchise-steps__note strong {
  font-family: "Arsenica", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 91%;
  position: relative;
  z-index: 2;
}

.franchise-steps__note em {
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 44px;
  line-height: 45%;
  transform: translateX(51px);
  position: relative;
  z-index: 2;
}

.franchise-steps__note-heart {
  position: absolute;
  top: -55px;
  left: 0px;
}

.franchise-family.franchise-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(620px, 42.3vw, 812px);
  padding: 0;
  background: #070707;
  color: #f5cdcb;
}

.franchise-family__photo {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #111;
}

.franchise-family__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, .5);
}

.franchise-family__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}

.franchise-family__content {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 520px);
  margin-left: clamp(24px, 17.75vw, 341px);
  transform: translateY(clamp(28px, 2.9vw, 56px));
}

.franchise-family__title {
  margin: 0 0 70px;
  color: #f5cdcb;
  font-weight: 400;
}

.franchise-family__title-main {
  display: block;
  font-family: "Arsenica", Georgia, serif;
  font-size: clamp(32px, 2.55vw, 36px);
  font-weight: 500;
  line-height: 56%;
}

.franchise-family__title-script {
  display: block;
  margin-top: 12px;
  margin-left: 134px;
  font-family: "Marianna", cursive;
  font-size: clamp(58px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 26%;
}

.franchise-family__copy {
  max-width: 482px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #f5cdcb;
  margin-bottom: 46px;
}

.franchise-page .franchise-family__button {
  width: 290px;
  min-height: 57px;
  padding: 0 19px;
  border-radius: 999px;
  background: #681f2a;
  color: #f5cdcb;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.franchise-page .franchise-family__button:hover {
  background: #f5cdcb;
  color: #681f2a;
}

.franchise-history-original.franchise-section {
  padding: 108px 0 0;
  background: #f8e7ee;
}

.franchise-history-original__intro {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(430px, 620px);
  justify-content: center;
  gap: 180px;
  margin-bottom: 64px;
}

.franchise-history-original__intro h2 {
  margin: 0 0 48px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.franchise-history-original__intro p {
  align-self: start;
  margin: 22px 0 0;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
}

.franchise-history-original__instagram {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #111;
  font-family: "Kosko", "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.franchise-history-original__instagram img {
  width: 44px;
}

.franchise-history-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 23vw, 463px);
  background: #f8e7ee;
}

.franchise-history-stage__media {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  width: 50%;
  pointer-events: none;
}

.franchise-history-stage__media img {
  display: block;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
  object-fit: contain;
}

.franchise-history-stage--image-right .franchise-history-stage__media {
  right: 0;
  left: 50%;
  justify-content: flex-start;
}

.franchise-history-stage--image-left .franchise-history-stage__media {
  left: 0;
  right: 50%;
  justify-content: flex-end;
}

.franchise-history-stage__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-height: inherit;
}

.franchise-history-stage--image-left .franchise-history-stage__text {
  grid-column: 2;
  margin-left: 90px;
}

.franchise-history-stage__text {
  max-width: 520px;
}

.franchise-history-stage__text h3 {
  margin: 0 0 28px;
  color: #db5c9d;
  font-family: "Kosko", "Montserrat", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

.franchise-history-stage__text p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
}

.franchise-merch-original.franchise-section {
  padding: 120px 0 100px;
  background: #efcfd5;
}

.franchise-merch-original__heading {
  margin-bottom: 58px;
  text-align: center;
}

.franchise-merch-original__heading p {
  margin: 0 0 8px;
  font-family: "Kosko", "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.franchise-merch-original__heading h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.franchise-merch-carousel {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto 76px;
}

.franchise-merch-carousel__viewport {
  overflow-x: auto;
  padding: 8px 0 12px;
  scrollbar-width: none;
}

.franchise-merch-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.franchise-merch-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 240px;
  justify-content: center;
  gap: 0;
  min-width: max-content;
}

.franchise-merch-polaroid {
  margin: 0 -5px;
}

.franchise-merch-polaroid:nth-child(odd) {
  transform: rotate(-3deg);
}

.franchise-merch-polaroid:nth-child(even) {
  transform: rotate(2deg);
}

.franchise-merch-polaroid img {
  display: block;
  width: 100%;
  height: auto;
}

.franchise-merch-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #db5c9d;
  cursor: pointer;
  transform: translateY(-50%);
}

.franchise-merch-carousel__arrow::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.franchise-merch-carousel__arrow--prev {
  left: -56px;
}

.franchise-merch-carousel__arrow--prev::before {
  transform: rotate(45deg);
}

.franchise-merch-carousel__arrow--next {
  right: -56px;
}

.franchise-merch-carousel__arrow--next::before {
  left: 12px;
  transform: rotate(225deg);
}

.franchise-merch-original__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  width: min(100%, 1120px);
  min-height: 430px;
  margin: 0 auto;
  padding: 58px 48px 0;
  border-radius: 30px;
  background: #fff;
}

.franchise-merch-original__content {
  position: relative;
  z-index: 1;
}

.franchise-merch-original__content h3 {
  margin: 0 0 44px;
  font-family: "Kosko", "Montserrat", Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
}

.franchise-merch-original__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  max-width: 690px;
}

.franchise-merch-original__columns h4,
.franchise-merch-original__columns strong {
  display: block;
  margin: 0 0 8px;
  color: #db5c9d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.franchise-merch-original__columns strong {
  margin-top: 14px;
}

.franchise-merch-original__columns p {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
}

.franchise-merch-original__girl {
  align-self: end;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  object-position: bottom right;
}

.camp-installment {
  position: relative;
  height: 300px;
  background-color: #681F2A;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.camp-installment__installment {
  position: absolute;
  top: -85px;
  left: 70px;
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 300px;
  line-height: 1;
  text-transform: lowercase;
  color: rgba(249, 229, 236, 0.3);
}

.camp-installment__container {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 449px 442px;
  gap: 39px;
  max-width: 930px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
}

.camp-installment__text {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  font-variant: small-caps;
  color: #f5cdcb;
}
.camp-installment__text strong {
  font-weight: 700;
}

.camp-installment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 79px;
  padding: 0 21px;
  border-radius: 999px;
  border: 2px solid #f5cdcb;
  background: #f5cdcb;
  font-family: "Montserrat", Arial, sans-serif;
  color: #681f2a;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.camp-installment__button:hover {
  background: #681f2a;
  color: #f5cdcb;
}

@media (max-width: 980px) {
  .franchise-history-original__intro {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .franchise-conditions__heading {
    margin-bottom: 62px;
  }

  .franchise-conditions__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .franchise-conditions__metric {
    min-height: 132px;
    padding: 0px 42px;
  }

  .franchise-conditions__details {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .franchise-conditions__detail {
    min-height: 0;
    padding: 52px 44px 48px;
  }

  .franchise-conditions__detail p {
    max-width: none;
    margin-top: 44px;
  }

  .franchise-conditions__cta {
    margin-top: 42px;
  }

  .franchise-family.franchise-section {
    align-items: flex-end;
    min-height: 700px;
  }

  .franchise-family__photo::after {
    background:
            linear-gradient(180deg, rgba(7, 7, 7, .3) 0%, rgba(7, 7, 7, .62) 52%, rgba(7, 7, 7, .88) 100%),
            rgba(7, 7, 7, .18);
  }

  .franchise-family__image {
    object-position: center top;
  }

  .franchise-family__content {
    width: min(100% - 48px, 520px);
    margin-left: clamp(24px, 8vw, 80px);
    padding-bottom: 72px;
    transform: none;
  }

  .franchise-history-stage__media {
    width: 86vw;
  }

  .franchise-history-stage__inner,
  .franchise-history-stage--image-left .franchise-history-stage__text {
    display: block;
    margin: 0;
  }

  .franchise-history-stage__inner {
    padding-top: 54px;
  }

  .franchise-history-stage__text {
    max-width: 340px;
  }

  .franchise-merch-original__card {
    grid-template-columns: 1fr;
    padding: 42px 30px 0;
  }

  .franchise-merch-original__girl {
    width: 240px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .franchise-conditions--original.franchise-section,
  .franchise-history-original.franchise-section,
  .franchise-merch-original.franchise-section {
    padding-top: 70px;
  }

  .franchise-family.franchise-section {
    min-height: 680px;
  }

  .franchise-family__content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-bottom: 42px;
  }

  .franchise-family__title {
    margin-bottom: 52px;
  }

  .franchise-family__title-main {
    font-size: 34px;
  }

  .franchise-family__title-script {
    font-size: 74px;
  }

  .franchise-family__copy {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.44;
  }

  .franchise-page .franchise-family__button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    font-size: 12px;
  }

  .franchise-conditions__heading {
    margin-bottom: 44px;
  }

  .franchise-conditions__heading h2 {
    font-size: 36px;
  }

  .franchise-conditions__heading p {
    font-size: 16px;
  }

  .franchise-steps__heading h2,
  .franchise-history-original__intro h2,
  .franchise-merch-original__heading h2 {
    font-size: 32px;
  }

  .franchise-conditions__metrics,
  .franchise-merch-original__columns {
    grid-template-columns: 1fr;
  }

  .franchise-conditions__metric {
    min-height: 92px;
    padding: 0px 30px;
    gap: 10px;
  }

  .franchise-conditions__detail {
    padding: 42px 30px 38px;
  }

  .franchise-conditions__detail-title {
    font-size: 32px;
  }

  .franchise-conditions__detail-subtitle {
    font-size: 58px;
    white-space: normal;
  }

  .franchise-conditions__detail p {
    margin-top: 34px;
    font-size: 16px;
  }

  .franchise-conditions__detail p + p {
    margin-top: 12px;
  }

  .franchise-page .franchise-conditions__button {
    width: 100%;
    min-width: 0;
  }

  .franchise-steps.franchise-section {
    padding: 180px 0px 86px;
    border-radius: 33% 33% 0 0;
    margin-top: -200px;
  }

  .franchise-steps__stage {
    display: flex;
    flex-direction: column;
    width: min(100%, 430px);
    gap: 28px;
  }

  .franchise-steps__scheme--desktop {
    display: none;
  }

  .franchise-steps__heading {
    margin-bottom: 34px;
  }

  .franchise-steps__mobile-steps {
    position: relative;
    order: 1;
    display: grid;
    gap: 16px;
    padding-left: 2px;
  }

  .franchise-steps__mobile-steps::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 21px;
    border-left: 1px dashed #681f2a;
  }

  .franchise-steps__mobile-step,
  .franchise-steps__mobile-start {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 52px;
  }

  .franchise-steps__mobile-step p,
  .franchise-steps__mobile-start p {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.28;
    color: #181818;
  }

  .franchise-steps__mobile-start p {
    font-weight: 600;
  }

  .franchise-steps__video {
    position: relative;
    order: 2;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 0;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .franchise-steps__play .franchise-video-card__play_icon {
    width: 68px;
    height: 68px;
  }

  .franchise-steps__play .franchise-video-card__play_triangle {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 15px;
  }

  .franchise-steps__note strong {
    font-size: 20px;
  }

  .franchise-steps__note em {
    font-size: 34px;
  }

  .franchise-steps__note-heart {
    width: 114px;
    top: -45px;
    left: 30px;
  }

  .franchise-history-stage {
    min-height: 390px;
  }

  .franchise-history-stage__media {
    width: 110vw;
    opacity: .72;
  }

  .franchise-history-stage__text {
    max-width: 260px;
  }

  .franchise-history-stage__text h3 {
    font-size: 26px;
  }

  .franchise-merch-carousel {
    width: min(100%, 260px);
  }

  .franchise-merch-carousel__track {
    grid-auto-columns: 220px;
    justify-content: start;
  }

  .franchise-merch-carousel__arrow {
    display: none;
  }

  .franchise-merch-original__content h3 {
    font-size: 32px;
  }
}

@media (max-width: 1600px) {
  .franchise-beauty-business__script--left {
    top: -6%;
  }
}

@media (max-width: 1500px) {
  .franchise-conditions__extra {
    display: none;
  }

  .box-important-decor-text {
    right: 20px;
  }
}

@media (max-width: 1420px) {
  .franchise-social-big__carousel-wrap {
    max-width: calc(100% - 120px);
  }

  .franchise-social-big__arrow--prev {
    left: -52px;
  }

  .franchise-social-big__arrow--next {
    right: -52px;
  }
}

@media (max-width: 1330px) {
  .franchise-brand__hand--right {
    display: none;
  }

  .franchise-brand__hand--left {
    display: none;
  }

  .franchise-beauty-business__script--right {
    bottom: -9%;
  }
}

@media (max-width: 1180px) {
  .franchise-page .franchise-social-big.franchise-section {
    padding: 218px 0 165px;
  }

  .franchise-social-big__inner {
    width: min(100% - 32px, 980px);
  }

  .franchise-social-big__heading {
    margin-bottom: 58px;
  }

  .franchise-social-big__phone-stage {
    max-width: 820px;
    min-height: 610px;
  }

  .franchise-social-big__phone {
    width: 284px;
  }

  .franchise-social-big__callout {
    gap: 10px;
  }

  .franchise-social-big__callout strong {
    font-size: 20px;
  }

  .franchise-social-big__callout span {
    font-size: 38px;
  }

  .franchise-social-big__callout--telegram {
    top: 58px;
    left: 0;
  }

  .franchise-social-big__callout--dress {
    bottom: 128px;
    left: 20px;
  }

  .franchise-social-big__callout--atmosphere {
    top: 56px;
    right: 0;
  }

  .franchise-social-big__callout--brides {
    right: 16px;
    bottom: 156px;
  }

  .franchise-social-big__carousel-wrap {
    max-width: min(100%, 860px);
    margin-top: 64px;
  }

  .franchise-social-big__arrow {
    width: 56px;
    height: 56px;
  }

  .franchise-social-big__arrow--prev {
    left: -28px;
  }

  .franchise-social-big__arrow--next {
    right: -28px;
  }

  .franchise-beauty-business__content {
    left: max(32px, calc(50% - 360px));
  }

  .camp-installment__container {
    grid-template-columns: 449px 321px;
  }

  .camp-installment__button {
    min-height: 70px;
    font-size: 13px;
    padding: 0 15px;
  }
}

@media (max-width: 1000px) {
  .franchise-beauty-business__script--left {
    top: -2%;
  }

  .franchise-beauty-business__script--right {
    bottom: -4%;
  }
}

@media (max-width: 860px) {
  .franchise-page .franchise-social-big.franchise-section {
    padding: 188px 0 158px;
  }

  .franchise-social-big__heading {
    max-width: 680px;
    margin-bottom: 42px;
  }

  .franchise-social-big__phone-stage {
    max-width: 620px;
    min-height: 550px;
  }

  .franchise-social-big__phone {
    width: 248px;
  }

  .franchise-social-big__phone-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .franchise-social-big__callout {
    position: relative;
    inset: auto;
    justify-content: center;
    max-width: 100%;
    align-self: center;
  }

  .franchise-social-big__callout strong {
    font-size: 24px;
  }

  .franchise-social-big__callout span {
    font-size: 40px;
  }

  .franchise-social-big__callout-icon {
    transform: scale(0.8);
  }

  .franchise-social-big__callout--telegram {
    order: 0;
  }

  .franchise-social-big__callout-icon--telegram {
    left: -30px;
  }

  .franchise-social-big__callout--dress {
    order: 3;
  }

  .franchise-social-big__callout-icon--dress {
    right: -101px;
  }

  .franchise-social-big__callout--atmosphere {
    order: 2;
  }

  .franchise-social-big__callout-icon--atmosphere {
    top: -42px;
    left: -62px;
  }

  .franchise-social-big__callout--brides {
    order: 4;
  }

  .franchise-social-big__callout-icon--brides {
    top: -60px
  }

  .franchise-social-big__note {
    max-width: 420px;
    font-size: 16px;
  }

  .franchise-social-big__carousel-wrap {
    max-width: min(100%, 620px);
    margin-top: 56px;
  }

  .franchise-social-big__arrow {
    display: none;
  }

  .franchise-beauty-business.franchise-section {
    padding: 88px 0;
  }

  .franchise-beauty-business__banner {
    min-height: 480px;
    background-position: center 34%;
  }

  .franchise-beauty-business__content {
    top: 174px;
    left: 50%;
    transform: translateX(-50%);
  }

  .franchise-beauty-business__script {
    display: none;
  }

  .franchise-brand.franchise-section {
    padding-top: 50px;
    height: auto;
  }

  .franchise-brand .franchise-section-heading {
    margin: 0 auto 25px;
  }

  .franchise-brand__content {
    padding: 0px 30px;
  }

  .franchise-brand__content-row {
    grid-row-gap: 111px;
  }

  .franchise-brand__item--bottle {

  }

  .franchise-brand__way {
    display: none;
  }

  .camp-installment__installment {
    display: none;
  }

  .camp-installment {
    height: 450px;
    background-image: url(../images/camp_installment/camp_pattern_50.png);
    background-repeat: no-repeat;
    background-position: 0px 170px;
    background-size: 100% auto;
  }

  .camp-installment__container {
    grid-template-columns: 1fr;
    gap: 63px;
  }
}

@media (max-width: 760px) {
  .franchise-brand__content {
    padding: 0px;
  }

  .franchise-brand__content-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .franchise-page .franchise-social-big.franchise-section {
    padding: 256px 0 197px;
  }

  .franchise-social-big__inner {
    width: min(100% - 28px, 420px);
  }

  .franchise-social-big__heading {
    margin-bottom: 34px;
  }

  .franchise-social-big__phone {
    order: 1;
    width: min(282px, 84vw);
    margin: 0 auto 2px;
  }

  .franchise-social-big__callout {
    position: relative;
    inset: auto;
    justify-content: center;
    max-width: 100%;
    align-self: center;
  }

  .franchise-social-big__callout p {
    white-space: normal;
    text-align: center;
  }

  .franchise-social-big__callout strong {
    font-size: 18px;
  }

  .franchise-social-big__callout span {
    font-size: 32px;
  }

  .franchise-social-big__callout-icon {
    transform: scale(0.6);
  }

  .franchise-social-big__note {
    max-width: 320px;
    margin-top: 24px;
    font-size: 14px;
    text-align: center;
  }

  .franchise-social-big__carousel-wrap {
    width: calc(100% + 28px);
    max-width: none;
    margin-top: 52px;
    margin-right: -14px;
    margin-left: -14px;
  }

  .franchise-social-big__pin {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
  }

  .franchise-social-big__pin::before {
    left: 6px;
    width: 16px;
    height: 16px;
  }

  .franchise-social-big__pin::after {
    top: 16px;
    left: 12px;
    height: 15px;
  }

  .franchise-social-big__cta-wrap {
    margin-top: 52px;
  }

  .franchise-social-big__cta {
    min-height: 52px;
    padding-inline: 22px;
    font-size: 11.5px;
    text-align: center;
    white-space: normal;
  }

  .franchise-beauty-business.franchise-section {
    padding: 64px 0;
  }

  .franchise-beauty-business__banner {
    min-height: 520px;
    background-position: center 35%;
  }

  .franchise-beauty-business__content {
    right: 20px;
    bottom: 54px;
    left: 20px;
    top: auto;
    width: auto;
    text-align: center;
    transform: none;
  }

  .franchise-beauty-business__text {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .franchise-beauty-business__button {
    width: min(100%, 364px);
    min-height: 60px;
    padding-inline: 24px;
    font-size: 12px;
  }

  .franchise-conditions__detail {
    background-image: none;
  }

  .camp-installment {
    background-position: 0px 247px;
  }
}

@media (max-width: 420px) {

  .franchise-social-big__phone {
    width: 248px;
  }

  .franchise-social-big__callout span {
    font-size: 26px;
  }
}

.franchise-team.franchise-section {
  overflow: hidden;
  padding: 36px 0 104px;
  background-color: #F5CDCB;
  background-image: repeating-linear-gradient(
          90deg,
          transparent,
          transparent 30px,
          rgba(249, 229, 236, 0.5) 30px,
          rgba(249, 229, 236, 0.5) 80px
  );
}

.franchise-team__heading {
  max-width: none;
  margin: 0 auto 68px;
}

.franchise-team__heading p,
.franchise-team__heading h2 {
  margin: 0;
  color: #181818;
}

.franchise-team__heading p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.franchise-team__heading h2 {
  margin-top: 18px;
  font-family: "Arsenica", Georgia, serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 0.9;
}

.franchise-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 20px;
}

.franchise-team-card {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.franchise-team-card__image {
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 360px;
  aspect-ratio: 3 / 4;
  margin: 0 auto;
  border-radius: 999px 999px 0 0;
  background: #ead7d7;
}

.franchise-team-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franchise-team-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 115px;
  margin-top: -95px;
  padding: 24px 28px 22px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #76202d;
  color: #f5cdcb;
}

.franchise-team-card h3,
.franchise-team-card p {
  padding-inline: 0;
}

.franchise-team-card h3 {
  margin: 0 0 7px;
  font-family: "Arsenica", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
  color: #f5cdcb;
  text-transform: none;
}

.franchise-team-card p {
  margin: 0;
  max-width: 320px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.22;
  color: #f5cdcb;
}

@media (max-width: 1024px) {
  .franchise-team.franchise-section {
    padding: 44px 0 92px;
  }

  .franchise-team__heading {
    margin-bottom: 52px;
  }

  .franchise-team__heading h2 {
    font-size: 46px;
  }

  .franchise-team__grid {
    grid-template-columns: repeat(2, minmax(0, 400px));
    justify-content: center;
    gap: 44px 22px;
  }
}

@media (max-width: 640px) {
  .franchise-team.franchise-section {
    padding: 48px 0 76px;
  }

  .franchise-team__heading {
    margin-bottom: 38px;
  }

  .franchise-team__heading p {
    font-size: 15px;
  }

  .franchise-team__heading h2 {
    margin-top: 12px;
    font-size: 32px;
    line-height: 1;
  }

  .franchise-team__grid {
    grid-template-columns: minmax(0, 400px);
    gap: 34px;
  }

  .franchise-team-card__image {
    width: calc(100% - 34px);
  }

  .franchise-team-card__body {
    min-height: 104px;
    margin-top: -80px;
    padding: 21px 22px 20px;
  }

  .franchise-team-card h3 {
    font-size: 18px;
  }

  .franchise-team-card p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .franchise-team-card__body {
    min-height: 98px;
    margin-top: -72px;
    padding-inline: 18px;
  }

  .franchise-team-card h3 {
    font-size: 17px;
  }

  .franchise-team-card p {
    font-size: 14px;
  }
}

body.camp-houses-modal-open {
  overflow: hidden;
}

.camp-houses {
  position: relative;
  overflow: hidden;
  padding: 78px 0 88px;
  background: #f9e5e9;
  color: #181818;
}

.camp-houses__container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
  position: relative;
}

.camp-houses__heading {
  margin: 0 auto 100px;
}

.camp-houses__heading p,
.camp-houses__heading h2 {
  margin: 0;
  color: #181818;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.camp-houses__heading p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.camp-houses__heading h2 {
  font-family: "Arsenica", Georgia, serif;
  font-size: 52px;
  line-height: 125%;
}

.camp-houses__extra--desktop {
  position: absolute;
  top: 77px;
  left: 22px;
}

.camp-houses__extra--mobile {
  display: none;
  width: 255px;
  margin: 0px auto;
  padding: 77px 0px 55px;
}

.camp-houses__extra--mobile__wrapper {
  position: relative;
}

.camp-houses__extra svg {
  position: absolute;
  top: -62px;
  left: -36px;
}

.camp-houses__extra-title,
.box_price__extra-title {
  font-family: "Marianna", cursive;
  font-weight: 400;
  font-size: 44px;
  line-height: .45;
  color: #000;
  position: relative;
  z-index: 1;
}

.camp-houses__extra-subtitle,
.box_price__extra-subtitle {
  font-family: "Arsenica", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: .91;
  color: #000;
  position: relative;
  z-index: 1;
}

.camp-houses__extra-subtitle {
  transform: translateY(-5px);
  margin-left: 21px;
}

.camp-houses__carousel-wrap {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.camp-houses__carousel {
  width: 100%;
}

.camp-houses__carousel .owl-stage-outer {
  overflow: visible;
}

.camp-houses__carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.camp-houses__carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.camp-houses__slide,
.camp-houses-card {
  width: 456px;
}

.camp-houses__slide {
  display: flex;
}

.camp-houses-card {
  display: flex;
  min-height: 456px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
}

.camp-houses-card__image {
  width: 100%;
  height: 300px;
  flex: 0 0 300px;
  background: #ead7d7;
}

.camp-houses-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camp-houses-card__body {
  flex: 1 1 auto;
  min-height: 90px;
  padding: 22px 20px 14px;
  background: #f9f9f9;
}

.camp-houses-card h3,
.camp-houses-card p {
  margin: 0;
  padding: 0;
  color: #181818;
}

.camp-houses-card h3 {
  margin-bottom: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.camp-houses-card p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.32;
  color: #585858;
}

.camp-houses-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 66px;
  margin-top: auto;
  padding: 0 20px;
  border: 0;
  background: #681f2a;
  color: #f5cdcb;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .25s, color .25s;
}

.camp-houses-card__button:hover,
.camp-houses-card__button:focus-visible {
  background: #f5cdcb;
  color: #681f2a;
}

.camp-houses__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 42px;
}

.camp-houses__nav-button {
  position: relative;
  display: inline-flex;
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  align-items: center;
  justify-content: center;
  border: 1px solid #681f2a;
  border-radius: 50%;
  background: #681f2a;
  color: #f5cdcb;
  cursor: pointer;
  transition: background-color .25s, border-color .25s, color .25s;
}

.camp-houses-modal__thumb-nav {
  position: relative;
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid #681f2a;
  border-radius: 50%;
  background: #681f2a;
  color: #f5cdcb;
  cursor: pointer;
  transition: background-color .25s, border-color .25s, color .25s;
}

.camp-houses__nav-button::before {
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  background: currentColor;
  -webkit-mask: url("../images/box-headliners-list-prev.svg") center / contain no-repeat;
  mask: url("../images/box-headliners-list-prev.svg") center / contain no-repeat;
}

.camp-houses__nav-button.tabs-carusel_nav::before {
  display: none;
  content: none;
}

.camp-houses-modal__thumb-nav--prev {
  background: #681f2a;
  color: #f5cdcb;
}

.camp-houses__nav-button--next::before {
  transform: rotate(180deg);
}

.camp-houses__nav-button:hover,
.camp-houses__nav-button:focus-visible {
  border-color: #681f2a;
  background: transparent;
  color: #681f2a;
}

.camp-houses-modal__thumb-nav:hover,
.camp-houses-modal__thumb-nav:focus-visible {
  border-color: #f5cdcb;
  background: #f5cdcb;
  color: #681f2a;
}

.camp-houses-modal__thumb-nav:hover svg > path,
.camp-houses-modal__thumb-nav:focus-visible svg > path {
  fill: #681F2A;
}

.camp-houses-modal[hidden] {
  display: none;
}

.camp-houses-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.camp-houses-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, .9);
  cursor: pointer;
}

.camp-houses-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 40px), 1000px);
  height: min(90dvh, 700px);
  overflow: hidden;
  border: 8px solid #f5cdcb;
  border-radius: 40px;
  background: url(../images/bukvennyy-pattern.webp) -527px 105% no-repeat #f9e5e9;
  color: #181818;
}

.camp-houses-modal__content {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  grid-template-areas:
    "title title"
    "gallery text";
  gap: 35px 78px;
  min-height: 676px;
  height: 100%;
  padding: 48px 55px 30px 68px;
  overflow: auto;
}

.camp-houses-modal__content::-webkit-scrollbar {
  width: 8px;
}

.camp-houses-modal__content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.camp-houses-modal__content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #681f2a;
}

.camp-houses-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.camp-houses-modal__close::before,
.camp-houses-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 5px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #f5cdcb;
}

.camp-houses-modal__close::before {
  transform: rotate(45deg);
}

.camp-houses-modal__close::after {
  transform: rotate(-45deg);
}

.camp-houses-modal__title {
  grid-area: title;
  margin: 0;
  color: #681f2a;
  font-family: "Arsenica", Georgia, serif;
  font-size: 36px;
  line-height: 56%;
  font-weight: 500;
  text-align: center;
}

.camp-houses-modal__title span,
.camp-houses-modal__title em {
  display: inline-block;
}

.camp-houses-modal__title em {
  margin-left: 8px;
  font-family: "Marianna", cursive;
  font-size: 78px;
  line-height: 26%;
  font-style: normal;
  font-weight: 400;
}

.camp-houses-modal__gallery {
  grid-area: gallery;
  min-width: 0;
}

.camp-houses-modal__main,
.camp-houses-modal__main-slide {
  width: 410px;
}

.camp-houses-modal__main-slide {
  height: 361px;
  overflow: hidden;
  border-radius: 0;
  background: #ead7d7;
}

.camp-houses-modal__main-slide img,
.camp-houses-modal__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camp-houses-modal__thumbs-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 410px;
  margin-top: 10px;
}

.camp-houses-modal__thumbs {
  width: 410px;
}

.camp-houses-modal__thumb-slide,
.camp-houses-modal__thumb {
  width: 132px;
}

.camp-houses-modal__thumb {
  display: block;
  height: 132px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ead7d7;
  cursor: pointer;
  opacity: .65;
  transition: opacity .25s, box-shadow .25s;
}

.camp-houses-modal__thumb.is-active,
.camp-houses-modal__thumb:hover,
.camp-houses-modal__thumb:focus-visible {
  opacity: 1;
  box-shadow: inset 0 0 0 3px #681f2a;
}

.camp-houses-modal__thumb-nav {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 2;
  background: #681f2a;
  color: #f5cdcb;
}

.camp-houses-modal__thumb-nav--prev {
  left: -12px;
}

.camp-houses-modal__thumb-nav--next {
  right: -12px;
}

.camp-houses-modal__text {
  display: flex;
  grid-area: text;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 22px;
  gap: 24px;
}

.camp-houses-modal__description {
  width: 100%;
  color: #181818;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.camp-houses-modal__description p {
  margin: 0 0 22px;
}

.camp-houses-modal__description ul,
.camp-houses-modal__description ol {
  margin: 0 0 22px;
  padding-left: 25px;
}

.camp-houses-modal__description li {
  margin: 0 0 4px;
}

.camp-houses-modal__book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 348px);
  min-height: 57px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #681f2a;
  color: #f5cdcb;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .25s, color .25s;
}

.camp-houses-modal__book:hover,
.camp-houses-modal__book:focus-visible {
  background: #f5cdcb;
  color: #681f2a;
}

.camp-houses-modal__book:disabled {
  cursor: default;
  opacity: .55;
}

.box_price__extra {
  position: absolute;
  top: 37px;
  right: -148px;
}

.box_price__extra svg {
  position: absolute;
  top: -27px;
  left: -66px;
}

.box_price__extra-title {
  transform: translateX(11px);
}

.box_price__extra-subtitle {
  transform: translateX(11px);
}

@media (max-width: 1600px) {
  .box_price__extra {
    display: none;
  }
}

@media (max-width: 1440px) {
  .camp-houses__heading {
    margin-bottom: 82px;
  }

  .camp-houses__extra--desktop {
    display: none;
  }
  
  .camp-houses__extra--mobile {
    display: block;
  }

  .camp-houses__slide,
  .camp-houses-card {
    width: 410px;
  }

  .camp-houses-card {
    min-height: 430px;
  }

  .camp-houses-card__image {
    height: 270px;
    flex-basis: 270px;
  }
}

@media (max-width: 1024px) {
  .camp-houses {
    padding: 62px 0 72px;
  }

  .camp-houses__heading {
    margin-bottom: 56px;
  }

  .camp-houses__heading h2 {
    font-size: 46px;
  }

  .camp-houses__carousel-wrap {
    padding: 0px 18px;
  }

  .camp-houses__slide,
  .camp-houses-card {
    width: 340px;
  }

  .camp-houses-card {
    min-height: 430px;
  }

  .camp-houses-card__image {
    height: 245px;
    flex-basis: 245px;
  }

  .camp-houses-card h3 {
    font-size: 18px;
  }

  .camp-houses-modal__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "gallery"
      "text";
    min-height: 0;
  }

  .camp-houses-modal__gallery,
  .camp-houses-modal__main,
  .camp-houses-modal__main-slide,
  .camp-houses-modal__thumbs-wrap,
  .camp-houses-modal__thumbs {
    width: 100%;
  }

  .camp-houses-modal__text {
    padding-top: 0;
  }

  .camp-houses-modal__book {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .camp-houses {
    padding: 30px 0 35px;
  }

  .camp-houses__container {
    width: calc(100% - 40px);
  }

  .camp-houses__heading {
    margin-bottom: 34px;
  }

  .camp-houses__heading p {
    font-size: 16px;
    line-height: 140%;
  }

  .camp-houses__heading h2 {
    font-size: 26px;
    line-height: 125%;
  }

  .camp-houses__slide,
  .camp-houses-card {
    width: 295px;
  }

  .camp-houses-card {
    min-height: 400px;
    border-radius: 18px;
  }

  .camp-houses-card__image {
    height: 220px;
    flex-basis: 220px;
  }

  .camp-houses-card__body {
    min-height: 115px;
    padding: 23px 23px 21px;
  }

  .camp-houses-card h3 {
    font-size: 16px;
    line-height: 130%;
  }

  .camp-houses-card p {
    font-size: 16px;
    line-height: 130%;
  }

  .camp-houses-card__button {
    min-height: 65px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .camp-houses__nav {
    gap: 12px;
    margin-top: 31px;
  }

  .camp-houses-modal {
    padding: 20px;
  }

  .camp-houses-modal__dialog {
    width: 100%;
    max-height: 87dvh;
    border: 4px solid #f5cdcb;
    border-radius: 0px;
    background: url(../images/bukvennyy-pattern.webp) -612px 148% no-repeat #f9e5e9;
  }

  .camp-houses-modal__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 27px 17px 0 17px;
  }

  .camp-houses-modal__content::-webkit-scrollbar {
    width: 4px;
  }

  .camp-houses-modal__close {
    top: -2px;
    right: -7px;
  }

  .camp-houses-modal__close::before,
  .camp-houses-modal__close::after {
    width: 15px;
  }

  .camp-houses-modal__gallery {
    order: 1;
  }

  .camp-houses-modal__main-slide {
    height: 280px;
  }

  .camp-houses-modal__thumbs-wrap {
    margin-top: 10px;
  }

  .camp-houses-modal__thumb-slide,
  .camp-houses-modal__thumb {
    width: 102px;
  }

  .camp-houses-modal__thumb {
    height: 102px;
  }

  .camp-houses-modal__thumb-nav {
    display: none;
  }

  .camp-houses-modal__title {
    order: 2;
    margin: 10px 0 0;
    font-size: 30px;
    line-height: 67%;
  }

  .camp-houses-modal__title em {
    margin-left: 6px;
    font-size: 72px;
    line-height: 1.3;
  }

  .camp-houses-modal__text {
    order: 3;
  }

  .camp-houses-modal__description {
    font-size: 14px;
    line-height: 143%;
  }

  .camp-houses-modal__description p,
  .camp-houses-modal__description ul,
  .camp-houses-modal__description ol {
    margin-bottom: 18px;
  }

  .camp-houses-modal__book {
    width: calc(100% + 34px);
    min-height: 72px;
    margin: 14px -17px 0;
    border-radius: 0;
    font-size: 13px;
  }
}

.tabs-carusel_nav {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 33px;
  height: 33px;
  padding: 0;
  border: 2px solid #f5cdcb;
  border-radius: 50%;
  background: url("../images/arrow-12.svg") center no-repeat, #f5cdcb;
  color: inherit;
  cursor: pointer;
  font: inherit;
  transition: all .3s;
}

.tabs-carusel_prev {
  margin: 0 15px 0 0;
}

.tabs-carusel_prev:hover,
.tabs-carusel_prev:focus-visible {
  background: url("../images/arrow-11.svg") center no-repeat, #681f2a;
  transform: rotate(180deg);
}

.tabs-carusel_next {
  transform: rotate(180deg);
}

.tabs-carusel_next:hover,
.tabs-carusel_next:focus-visible {
  background: url("../images/arrow-11.svg") center no-repeat, #681f2a;
  transform: rotate(0);
}

@media (min-width: 768px) {
  .main-page .tabs-box .container.taab {
    --jb-dress-tabs-left-offset: 40px;
    --jb-dress-tabs-active-marker-width: 112px;
    --jb-dress-tabs-menu-gap: max(40px, var(--jb-dress-tabs-active-marker-width));
    --jb-dress-tabs-container-offset: max(16px, calc((100vw - var(--jb-container)) / 2));
    --jb-dress-tabs-margin-left: calc(var(--jb-dress-tabs-left-offset) - var(--jb-dress-tabs-container-offset));
    max-width: var(--jb-container);
  }

  .main-page .tabs-box .container.taab > .row > .col-md-10 {
    padding-right: var(--jb-dress-tabs-menu-gap);
  }

  .main-page .tabs-box .container.taab > .row > .col-md-2 {
    padding-left: 0;
  }

  .main-page .tabs-box .tabs-carusel {
    width: calc(100% - var(--jb-dress-tabs-margin-left));
    margin: 0 0 0 var(--jb-dress-tabs-margin-left);
  }

  .main-page .tabs-box .tabs-carusel_list > li,
  .main-page .tabs-box .tabs-carusel_list .owl-item > li {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .main-page .tabs-box .tabs-carusel_list .tabs-carusel_image-wrap,
  .main-page .tabs-box .tabs-carusel_list .tabs-carusel_image {
    width: 100%;
    max-width: 100%;
  }

  .main-page .tabs-box .tabs-carusel_list .tabs-carusel_image-wrap {
    margin: 0 0 15px;
  }

  .main-page .tabs-box .tabs-carusel_list .tabs-carusel_image {
    display: block;
    height: auto;
    aspect-ratio: 2 / 3;
    overflow: hidden;
  }

  .main-page .tabs-box .tabs-carusel_list .tabs-carusel_image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
}

.custom_btn {
  border-color: #681f2a;
  background: url("../images/arrow-11.svg") center no-repeat, #681f2a;
  rotate: 180deg;
}

.custom_btn:hover,
.custom_btn:focus-visible {
  background: url("../images/arrow-12.svg") center no-repeat, transparent;
}

/* Скрывает блок действий в wishlist  */
.woosw-popup .woosw-item--actions {
    display: none !important;
}

.woosw-popup-content-bot-inner a {
  color: var(--jb-ink);
  transition: all .3s;
}

@keyframes jb-booking-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body.camp-event-modal-open {
  overflow: hidden;
}

.camp-event-modal[hidden],
.camp-event-modal-trigger[hidden] {
  display: none;
}

.camp-event-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.camp-event-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, .9);
  cursor: pointer;
}

.camp-event-modal__dialog {
  display: flex;
  justify-content: center;
  width: min(calc(100vw - 40px), 1020px);
  height: min(90dvh, 700px);
  border-radius: 30px;
  background-image: linear-gradient(90deg, rgba(24, 24, 24, .40) 0%, rgba(24, 24, 24, .40) 38%, rgba(24, 24, 24, .68) 100%), url("../images/camp-event-modal-bg.jpg");
  background-position: center 66%;
  background-size: cover;
  color: #fff7f8;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.camp-event-modal__close {
  position: absolute;
  top: 38px;
  right: 45px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.camp-event-modal__close::before,
.camp-event-modal__close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 9px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #f5cdcb;
}

.camp-event-modal__close::before {
  transform: rotate(45deg);
}

.camp-event-modal__close::after {
  transform: rotate(-45deg);
}

.camp-event-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  padding: 188px 0px 0px;
  text-align: center;
}

.camp-event-modal__cloud-top {
  width: clamp(203px, 25vw, 263px);
  position: absolute;
  top: 21px;
  left: 26px;
  transform: rotate(-15deg);
  z-index: 1;
}

.camp-event-modal__cloud-bottom {
  width: clamp(216px, 25vw, 266px);
  position: absolute;
  bottom: -2px;
  right: 12px;
  transform: rotate(27deg);
  z-index: 1;
}

.camp-event-modal__date,
.camp-event-modal__title,
.camp-event-modal__description {
  margin: 0;
}

.camp-event-modal__date {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fde5ec;
}

.camp-event-modal__title {
  color: #fff7f8;
  font-weight: 400;
  margin-bottom: 26px;
}

.camp-event-modal__title-script {
  display: block;
  font-family: "Marianna", cursive;
  font-size: 100px;
  line-height: 0.79;
  transform: translateX(53px);
}

.camp-event-modal__title-main {
  display: block;
  font-family: "Arsenica", Georgia, serif;
  font-size: 55px;
  margin-top: -45px;
  margin-left: -101px;
}

.camp-event-modal__description {
  width: min(calc(100% - 20px), 598px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #f9e5ec;
}

.camp-event-modal__description.mobile {
  display: none;
}

.camp-event-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 15px), 348px);
  min-height: 57px;
  margin-top: 48px;
  padding: 0 20px;
  border: 1px solid #842232;
  border-radius: 999px;
  background: #842232;
  color: #f5cdcb;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  transition: background-color .25s, border-color .25s, color .25s;
}

.camp-event-modal__button:hover,
.camp-event-modal__button:focus-visible {
  border-color: #f5cdcb;
  background: #f5cdcb;
  color: #681f2a;
}

.camp-event-modal-trigger {
  position: fixed;
  right: 12px;
  bottom: 118px;
  z-index: 10001;
  width: 86px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: rotate(1deg);
  transition: transform .25s;
}

.camp-event-modal-trigger:hover,
.camp-event-modal-trigger:focus-visible {
  transform: rotate(-3deg) scale(1.04);
}

.camp-event-modal-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

#zapis_wrap.jb-booking-popup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10001;
  pointer-events: none;
}

.jb-booking-popup__trigger {
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  animation: jb-booking-spin 50000ms linear infinite;
}

.jb-booking-popup__trigger:hover,
.jb-booking-popup__trigger:focus-visible {
  opacity: .75;
}

#zapis_btn {
  display: block;
  width: 100px;
  height: 100px;
}

.jb-booking-popup__overlay {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: auto;
}

.jb-booking-popup__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  width: min(600px, calc(100vw - 36px));
  max-height: min(80vh, 620px);
  padding: 48px 42px 42px;
  overflow: auto;
  border-radius: 20px;
  background: #fff7f8;
  box-shadow: 0 24px 80px rgba(24, 24, 24, 0.26);
  color: #181818;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.jb-booking-popup__closer {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.jb-booking-popup__closer::before,
.jb-booking-popup__closer::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #681f2a;
}

.jb-booking-popup__closer::before {
  transform: rotate(45deg);
}

.jb-booking-popup__closer::after {
  transform: rotate(-45deg);
}

.jb-booking-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.jb-booking-popup__content p {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.jb-booking-popup__content a:not(.jb-booking-popup__button) {
  color: #681f2a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.jb-booking-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  text-align: center;
}

.important-cta-button--with-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.important-cta-button__icon {
  flex: 0 0 auto;
  object-fit: contain;
}

.important-cta-button--with-icon svg.important-cta-button__icon {
  color: currentColor;
}

.important-cta-button--with-icon svg.important-cta-button__icon [fill]:not([fill="none"]) {
  fill: currentColor;
}

.important-cta-button--with-icon svg.important-cta-button__icon [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}

.jb-ot-faty-cta-icon {
  display: block;
  width: 29px;
  height: 30px;
}

.jb-ot-faty-important-cta .jb-ot-faty-cta {
  height: 59px;
  padding: 0px 18px 0px 27px;
  justify-content: space-between;
}

.jb-ot-faty-cta .important-cta-button__text {
  font-size: 11px;
  line-height: 130%;
}

.box-important-decor-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #181818;
  min-height: 132px;
  text-align: right;
  width: 300px;
  right: 100px;
  position: absolute;
  top: 91px;
}

.box-important-decor-text.mobile {
  display: none;
}

.box-important-decor-text__icon {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: 0;
  width: 74px;
  height: auto;
  pointer-events: none;
}

.box-important-decor-text__cursive,
.box-important-decor-text__title {
  position: relative;
  z-index: 1;
  display: block;
}

.box-important-decor-text__cursive {
  font-size: 46px;
  line-height: 0.2;
  font-weight: 400;
}

.box-important-decor-text__title {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
}

.box_price_carusel-nav {
  border: 2px solid #681f2a;
}

@media (max-width: 1215px) {
  .box-important-decor-text {
    width: 202px;
    right: 10px;
    top: 81px;
  }

  .box-important-decor-text__cursive {
    font-size: 36px;
  }

  .box-important-decor-text__title {
    font-size: 20px;
  }

  .box-important-decor-text__icon {
    width: 60px;
  }
}

@media (max-width: 950px) {
  .box-important-decor-text {
    width: 202px;
    top: 46px;
  }
}

@media (max-width: 767px) {
  .jb-stock-important-cta {
    padding-top: 0px;
  }

  .box-important-decor-text.desktop {
    display: none;
  }

  .box-important-decor-text.mobile {
    display: flex;
  }

  .box-important .row > :first-child {
    background-image: none !important;
    padding-bottom: 151px;
  }

  .box-important-decor-text {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(calc(-50% + 26px));
    z-index: 1;
    min-height: 118px;
    padding: 60px 0px 0px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .box-important-decor-text__cursive {
    font-size: 28px;
    line-height: 0.3;
  }

  .box-important-decor-text__title {
    font-size: 14px;
    margin-left: 23px;
  }

  .box-important-decor-text__icon {
    left: -11px;
    top: 0;
    width: 52px;
  }
}

.jb-booking-popup-open {
  overflow: hidden;
}

.yButton.bottom.right {
  display: none !important;
}

.jb-ot-faty-do-kablukov-page .jb-ot-faty-do-kablukov-header {
  margin: 0 auto 179px;
}

.jb-ot-faty-slider .owl-stage-outer {
  padding-left: 65px;
}

.jb-ot-faty__extra-link {
  display: block;
  width: 300px;
  height: auto;
  cursor: pointer;
  position: absolute;
  left: 150px;
  top: 25px;
  z-index: 5;
}

.jb-ot-faty-section .section-title {
  margin: 0px;
}

.jb-ot-faty-section .new-in-salon-carusel .owl-stage-outer {
  padding: 127px 0 0 0;
}

.jb-ot-faty-do-kablukov-page .your-turn_righ_top {
  z-index: 5;
}

#blog-list_carusel .owl-item .blog-list_img {
  opacity: .6;
  position: relative;
  overflow: hidden;
}

#blog-list_carusel .owl-item .blog-list_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blog-list_carusel .owl-item.active-2 li {
  background: rgba(249, 249, 249, 1);
}

#blog-list_carusel .owl-item.active-2 .blog-list_img {
  opacity: 1;
}

.product-header_name {
  font-family: Montserrat, Arial, sans-serif;
}

.jb-ot-faty-carousel {
  position: relative;
}

.box_counter-data {
  justify-content: center;
}

.counter-unit {
  width: auto;
}

.box_counter-data small {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.box_counter-data .counter-unit:not(:last-child) small {
  padding-right: 20px;
}

.box_headliners--locked .box_headliners-list-carusel {
  justify-content: center;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.box_headliners--locked .box_headliners-list-carusel .swiper-slide:last-child {
  margin-right: 0 !important;
}

.box_beautiful_vacation-carusel-wrap {
  --jb-gallery-nav-left-offset: clamp(44px, calc(50vw - 653px), 307px);
  --jb-gallery-nav-right-offset: clamp(44px, calc(50vw - 770px), 190px);
  --jb-gallery-slide-gap: 125px;
  --jb-gallery-safe-top: 20px;
  --jb-gallery-wide-slide-width: 610px;
  --jb-gallery-narrow-slide-width: 420px;
  --jb-gallery-top-row-height: 850px;
  --jb-gallery-top-row-gap: 95px;
  --jb-gallery-bottom-row-height: 610px;
  --jb-gallery-bottom-row-offset: -182px;
  --jb-gallery-pattern-1-width: 610px;
  --jb-gallery-pattern-1-height: 850px;
  --jb-gallery-pattern-2-width: 610px;
  --jb-gallery-pattern-2-height: 420px;
  --jb-gallery-pattern-3-width: 420px;
  --jb-gallery-pattern-3-height: 610px;
  --jb-gallery-pattern-4-width: 420px;
  --jb-gallery-pattern-4-height: 610px;
}

.box_beautiful_vacation-carusel-wrap .swiper-container {
  overflow: hidden;
  margin-top: -16px;
  padding-top: var(--jb-gallery-safe-top);
}

.box_beautiful_vacation-carusel-wrap--swiper-gap-synced .box_beautiful_vacation-carusel {
  gap: 0 !important;
}

.box_beautiful_vacation-carusel li.box_beautiful_vacation-carusel-slide--wide {
  width: var(--jb-gallery-wide-slide-width);
}

.box_beautiful_vacation-carusel li.box_beautiful_vacation-carusel-slide--narrow {
  width: var(--jb-gallery-narrow-slide-width);
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame {
  display: flex;
  justify-content: center;
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-1,
.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-3 {
  align-items: center;
  height: var(--jb-gallery-top-row-height);
  margin-top: 0;
  margin-bottom: var(--jb-gallery-top-row-gap);
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-2,
.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-4 {
  align-items: flex-end;
  height: var(--jb-gallery-bottom-row-height);
  margin-top: var(--jb-gallery-bottom-row-offset);
  margin-bottom: 0;
}

.box_beautiful_vacation-carusel li div img {
  display: block;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-1 img {
  width: var(--jb-gallery-pattern-1-width);
  height: var(--jb-gallery-pattern-1-height);
  border-radius: 50% 50% 0 0 / 35.88235294% 35.88235294% 0 0 !important;
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-2 img {
  width: var(--jb-gallery-pattern-2-width);
  height: var(--jb-gallery-pattern-2-height);
  border-radius: 0 !important;
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-3 img {
  width: var(--jb-gallery-pattern-3-width);
  height: var(--jb-gallery-pattern-3-height);
  border-radius: 0 !important;
}

.box_beautiful_vacation-carusel li div.box_beautiful_vacation-carusel-frame.box_beautiful_vacation-carusel-frame--pattern-4 img {
  width: var(--jb-gallery-pattern-4-width);
  height: var(--jb-gallery-pattern-4-height);
  border-radius: 50% 0 50% 50% / 34.42622951% 0 34.42622951% 34.42622951% !important;
}

.box_beautiful_vacation-carusel-nav {
  top: 52%;
  bottom: auto !important;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #681f2a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 15px;
  transform: translateY(-50%);
}

.box_beautiful_vacation-carusel-prev {
  left: var(--jb-gallery-nav-left-offset);
}

.box_beautiful_vacation-carusel-next {
  right: var(--jb-gallery-nav-right-offset);
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1700px) {
  .box_beautiful_vacation-carusel-wrap {
    --jb-gallery-slide-gap: 40px;
    --jb-gallery-wide-slide-width: 400px;
    --jb-gallery-narrow-slide-width: 300px;
    --jb-gallery-top-row-height: 558px;
    --jb-gallery-top-row-gap: 50px;
    --jb-gallery-bottom-row-height: 365px;
    --jb-gallery-bottom-row-offset: -88px;
    --jb-gallery-pattern-1-width: 400px;
    --jb-gallery-pattern-1-height: 558px;
    --jb-gallery-pattern-2-width: 400px;
    --jb-gallery-pattern-2-height: 275px;
    --jb-gallery-pattern-3-width: 250px;
    --jb-gallery-pattern-3-height: 364px;
    --jb-gallery-pattern-4-width: 250px;
    --jb-gallery-pattern-4-height: 365px;
  }
}

@media (max-width: 1550px) {
  .box_beautiful_vacation-carusel-wrap {
    --jb-gallery-slide-gap: 20px;
  }
}

@media (max-width: 1024px) {
  .box_beautiful_vacation-carusel-wrap {
    --jb-gallery-nav-left-offset: clamp(26px, 6vw, 60px);
    --jb-gallery-nav-right-offset: clamp(26px, 6vw, 60px);
    --jb-gallery-wide-slide-width: 250px;
    --jb-gallery-narrow-slide-width: 150px;
    --jb-gallery-top-row-height: 350px;
    --jb-gallery-top-row-gap: 50px;
    --jb-gallery-bottom-row-height: 232px;
    --jb-gallery-bottom-row-offset: -88px;
    --jb-gallery-pattern-1-width: 250px;
    --jb-gallery-pattern-1-height: 350px;
    --jb-gallery-pattern-2-width: 250px;
    --jb-gallery-pattern-2-height: 172px;
    --jb-gallery-pattern-3-width: 150px;
    --jb-gallery-pattern-3-height: 218px;
    --jb-gallery-pattern-4-width: 150px;
    --jb-gallery-pattern-4-height: 218px;
  }
}

@media (max-width: 768px) {
  .box_beautiful_vacation-carusel-mobile li {
    display: flex;
    justify-content: center;
  }

  .box_beautiful_vacation-carusel-mobile .owl-stage img {
    width: min(304px, calc(100vw - 56px)) !important;
    height: min(500px, calc(164.473684vw - 92.947368px)) !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 auto;
    border-radius: 50% 50% 0 0 / 30.4% 30.4% 0 0;
    object-fit: cover !important;
  }

  .box_beautiful_vacation-carusel-mobile-nav-dots {
    top: 52%;
    transform: translateY(-50%);
  }

  .box_beautiful_vacation-carusel-mobile-nav {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #681f2a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px 8px;
  }
}

@media (min-width: 1200px) {
  .camp-event-modal-trigger {
    right: 30px;
    bottom: 148px;
    width: 104px;
  }

  #zapis_wrap.jb-booking-popup {
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 1640px) {
  .camp-event-modal-trigger {
    right: 84px;
    bottom: 244px;
    width: 126px;
  }

  #zapis_wrap.jb-booking-popup {
    right: 70px;
    bottom: 70px;
  }

  .jb-booking-popup__trigger,
  #zapis_btn {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .jb-ot-faty-section .new-in-salon-carusel .owl-stage-outer {
    padding: 20px 0 0 0;
  }
  
  .jb-ot-faty-section .mobile-dots a {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: url(../images/arrow-11-2.svg) center no-repeat, #681f2a;
      display: block;
      border: 1px solid #681f2a;
  }

  .jb-ot-faty-section .mobile-dots a:hover {
    background: url(../images/arrow-12-1.svg) center no-repeat, #f5cdcb;
  }

  .jb-ot-faty-section .mobile-dots a:first-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .jb-ot-faty-section .mobile-dots a:first-child:hover{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .jb-ot-faty-section .mobile-dots a:last-child {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .jb-ot-faty-section .mobile-dots a:last-child:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #blog-list_carusel .owl-item.active li {
    background: rgba(249, 249, 249, 1);
  }

  #blog-list_carusel .owl-item.active .blog-list_img {
    opacity: 1;
  }

  #blog-list_carusel .owl-item.active-2 li {
    background: rgba(249, 249, 249, 0.6);
  }

  #blog-list_carusel .owl-item.active-2 .blog-list_img {
    opacity: 0.6;
  }

  .box_counter-data .counter-unit:not(:last-child) small {
    padding-right: 10px;
  }

  .camp-event-modal__date {
    font-size: 20px;
  }

  .camp-event-modal__title-script {
    font-size: 85px;
  }

  .camp-event-modal__title-main {
    font-size: 42px;
  }

  #contact-tabs-section {
    padding-bottom: 71px;
    background: #f5cdcb;
  }

  #contact-tabs-section .mobile-tab {
    white-space: nowrap;
  }

  #contact-tabs-section .slides-tabs .mobile-tab-wrap:nth-of-type(4) .mobile-tab {
    left: 12%;
  }

  #contact-tabs-section .slides-tabs .mobile-tab-wrap:nth-of-type(5) .mobile-tab {
    left: 50%;
  }

  .box_beautiful_vacation {
    margin-top: 0px;
  }
}

.box_price_carusel-item-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_price_carusel-item-photo > img.prod_photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

@media (max-width: 640px) {
  .camp-event-modal {
    padding: 0px;
  }

  .camp-event-modal__dialog {
    width: max(calc(100% - 20px), 360px);
    height: min(90dvh, 720px);
    background-image: linear-gradient(rgba(24, 24, 24, .60), rgba(24, 24, 24, .60)), url("../images/camp-event-modal-bg.jpg");
    background-position: center top;
    border-radius: 0;
  }

  .camp-event-modal__close {
    top: -4px;
    right: -5px;
  }

  .camp-event-modal__close::before,
  .camp-event-modal__close::after {
    width: 15px;
  }

  .camp-event-modal__content {
    width: 100%;
    padding: 209px 0px 0px;
  }

  .camp-event-modal__date {
    font-size: 20px;
  }

  .camp-event-modal__title {
    margin-bottom: 8px;
  }

  .camp-event-modal__title-script {
    font-size: 50px;
    line-height: 1;
    transform: translateX(13%);
  }

  .camp-event-modal__title-main {
    font-size: 28px;
    margin-top: -28px;
    margin-left: -16%;
  }

  .camp-event-modal__description.desktop {
    display: none;
  }

  .camp-event-modal__description.mobile {
    display: block;
  }

  .camp-event-modal__description {
    font-size: 14px;
    line-height: 1.29;
  }

  .camp-event-modal__button {
    width: min(calc(100% - 15px), 217px);
    margin-top: 39px;
  }

  .camp-event-modal-trigger {
    right: 10px;
    bottom: 98px;
    width: 76px;
  }

  .camp-event-modal__cloud-top {
    width: 175px;
    top: -3px;
    left: -10px;
  }

  .camp-event-modal__cloud-bottom {
    width: 232px;
    bottom: -2px;
    right: -19px;
  }

  #zapis_wrap.jb-booking-popup {
    right: 8px;
    bottom: 8px;
  }

  .jb-booking-popup__trigger,
  #zapis_btn {
    width: 82px;
    height: 82px;
  }

  .jb-booking-popup__dialog {
    width: calc(100vw - 28px);
    padding: 42px 22px 30px;
    border-radius: 16px;
  }

  .jb-booking-popup__content p {
    font-size: 13px;
    line-height: 1.45;
  }

  .jb-booking-popup__button {
    min-width: 0;
    width: 100%;
  }

  .jb-ot-faty-do-kablukov-page .jb-ot-faty-do-kablukov-header {
    margin: 0 auto 46px;
  }
}

@media (max-width: 767px) {
  .new-in-salon-carusel,
  .tabs-carusel_list {
    --jb-mobile-product-photo-width: clamp(254px, 70.56vw, 100%);
    --jb-mobile-product-photo-height: calc(var(--jb-mobile-product-photo-width) * 1.5255);
    --jb-mobile-product-photo-radius: 50% 50% 0 0 / 32.8% 32.8% 0 0;
    --jb-mobile-product-sale2-width: clamp(70px, calc(var(--jb-mobile-product-photo-width) * .276), 118px);
    --jb-mobile-product-sale2-height: calc(var(--jb-mobile-product-sale2-width) * 1.1367);
    --jb-mobile-product-sale2-right: clamp(-22px, calc(var(--jb-mobile-product-photo-width) * -.039), -10px);
    --jb-mobile-product-sale2-top: clamp(-8px, calc((254px - var(--jb-mobile-product-photo-width)) * .028), 0px);
    --jb-mobile-product-sale3-width: clamp(70px, calc(var(--jb-mobile-product-photo-width) * .276), 122px);
    --jb-mobile-product-sale3-height: calc(var(--jb-mobile-product-sale3-width) * 1.1493);
    --jb-mobile-product-sale3-left: clamp(20px, calc(var(--jb-mobile-product-photo-width) * .079), 42px);
    --jb-mobile-product-sale3-top: clamp(-8px, calc((254px - var(--jb-mobile-product-photo-width)) * .028), 0px);
  }

  .new-in-salon-carusel ul li,
  .tabs-carusel_list > li,
  .tabs-carusel_list .owl-item > li {
    width: var(--jb-mobile-product-photo-width) !important;
    min-width: 0 !important;
    max-width: var(--jb-mobile-product-photo-width) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .new-in-salon-carusel ul li .tabs-carusel_image-wrap,
  .tabs-carusel_list .tabs-carusel_image-wrap {
    width: var(--jb-mobile-product-photo-width) !important;
    margin-right: auto;
    margin-left: auto;
  }

  .new-in-salon-carusel ul li .tabs-carusel_image,
  .tabs-carusel_list .tabs-carusel_image {
    display: block;
    width: var(--jb-mobile-product-photo-width) !important;
    height: var(--jb-mobile-product-photo-height) !important;
    border-radius: var(--jb-mobile-product-photo-radius) !important;
  }

  .new-in-salon-carusel ul li .nameplate-sale.nameplate-sale2:not(.nameplate-sale3) {
    width: var(--jb-mobile-product-sale2-width);
    height: var(--jb-mobile-product-sale2-height);
    top: var(--jb-mobile-product-sale2-top);
    right: var(--jb-mobile-product-sale2-right);
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .new-in-salon-carusel ul li .nameplate-sale.nameplate-sale2.nameplate-sale3 {
    width: var(--jb-mobile-product-sale3-width);
    height: var(--jb-mobile-product-sale3-height);
    top: var(--jb-mobile-product-sale3-top);
    right: auto;
    left: var(--jb-mobile-product-sale3-left);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .new-in-salon-carusel ul li .tabs-carusel_image img,
  .tabs-carusel_list .tabs-carusel_image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: var(--jb-mobile-product-photo-radius) !important;
    object-fit: cover;
  }

  .new-in-salon-carusel ul .second-active .tabs-carusel_image,
  .new-in-salon-carusel ul .second-active .tabs-carusel_image::after,
  .new-in-salon-carusel ul li:hover .tabs-carusel_image::after,
  .tabs-carusel_list .tabs-carusel_image::after {
    border-radius: var(--jb-mobile-product-photo-radius) !important;
  }

  .tabs-carusel .tabs-carusel_list .tabs-carusel_image,
  .tabs-carusel .tabs-carusel_list .tabs-carusel_image img,
  .tabs-carusel .tabs-carusel_list .tabs-carusel_image::after {
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .box_beautiful_vacation-carusel-mobile,
  .box_beautiful_vacation-carusel-mobile-nav-dots {
    --jb-mobile-gallery-photo-width: clamp(304px, calc(100vw - 20vw), 440px);
    --jb-mobile-gallery-photo-height: calc(var(--jb-mobile-gallery-photo-width) * 1.6447368421);
  }

  .box_beautiful_vacation-carusel-mobile li {
    display: flex;
    justify-content: center;
  }

  .box_beautiful_vacation-carusel-mobile .owl-stage img {
    width: var(--jb-mobile-gallery-photo-width) !important;
    height: var(--jb-mobile-gallery-photo-height) !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 auto;
    border-radius: 50% 50% 0 0 / 30.4% 30.4% 0 0;
    object-fit: cover !important;
  }

  .box_beautiful_vacation-carusel-mobile-nav-dots {
    top: calc(var(--jb-mobile-gallery-photo-height) / 2);
    transform: translateY(-50%);
  }
}

.new-in-salon-carusel .owl-stage-outer {
  padding: 76px 0 0 0;
}

section.couture-only-have {
  padding-top: 86px;
}

.reviews-carusel:not(.autoheight):not(.has_height) .owl-item li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active + .owl-item li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active-1 li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active-2 li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active-3 li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active-4 li,
.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.active-5 li {
  background: rgba(249, 249, 249, .6) !important;
}

.reviews-carusel:not(.autoheight):not(.has_height) .owl-item.center li {
  background: #fff !important;
}

@media (min-width: 1100px) {
  .reviews-carusel:not(.autoheight):not(.has_height) .owl-item li {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  section.couture-only-have {
    padding-top: 0px;
  }

  section.couture-only-have .mobile-dots a,
  section.couture-only-have .mobile-dots a:hover,
  section.couture-only-have .mobile-dots a:focus-visible,
  section.couture-only-have .mobile-dots a:active {
    border-color: #f5cdcb;
  }

  .new-in-salon-carusel .owl-stage-outer {
    padding: 0;
  }

  .products-list_price {
    font-size: 14px;
  }
}

/* Camp phone video carousel alignment. */
.box-look-how-carusel-wrap {
  --jb-phone-bg-width: 706px;
  --jb-phone-frame-height: 800px;
  --jb-phone-top: -2px;
  --jb-screen-width: 326px;
  --jb-screen-height: 722px;
  --jb-screen-top: 14px;
  position: relative;
  width: var(--jb-screen-width);
  height: calc(var(--jb-screen-top) + var(--jb-screen-height));
  margin: 0 auto;
  padding: var(--jb-screen-top) 0 0;
}

.box-look-how-carusel-wrap::after {
  z-index: 3;
  width: calc(var(--jb-screen-width) + 42px);
  height: var(--jb-phone-frame-height);
  top: var(--jb-phone-top);
  left: -20px;
  background-size: var(--jb-phone-bg-width) auto;
  pointer-events: none;
}

.box-look-how-carusel-wrap::before {
  top: calc(var(--jb-screen-top) + 14px);
  z-index: 4;
  pointer-events: none;
}

.box-look-how-carusel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box-look-how-carusel.owl-carousel .owl-stage-outer,
.box-look-how-carusel.owl-carousel .owl-stage,
.box-look-how-carusel.owl-carousel .owl-item,
.box-look-how-carusel li {
  height: 100% !important;
}

.box-look-how-carusel li {
  width: 100% !important;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
}

.box-look-how-carusel video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

@media (max-width: 767px) {
  .box-look-how-carusel-wrap {
    --jb-phone-bg-width: 552px;
    --jb-phone-frame-height: 800px;
    --jb-phone-top: -100px;
    --jb-screen-width: 254px;
    --jb-screen-height: 563px;
    --jb-screen-top: 0px;
  }
}

.box-pagination ul li a,
.box-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-pagination ul li a img,
.box-pagination ul li span img {
  display: block;
}

.slides-tabs {
  padding: 80px 0 170px;
}

@media (max-width: 1100px) {
  .slides-tabs {
    padding: 60px 0 170px;
  }
}

@media (max-width: 767px) {
  .slides-tabs {
      padding: 0;
  }
}

.calendar-box {
  top: 0px;
  margin-top: -100px;
  margin-bottom: clamp(30px, 5vw, 90px);
  z-index: 1;
}

@media (max-width: 1800px) {
  .calendar-box {
    top: 0px;
    margin-top: -138px;
  }
}

@media (max-width: 1700px) {
  .calendar-box {
    top: 0px;
    margin-top: -167px;
  }
}

@media (max-width: 1600px) {
  .calendar-box {
    top: 0px;
    margin-top: -103px;
  }
}

@media (max-width: 1500px) {
  .calendar-box {
    top: 0px;
    margin-top: -132px;
  }
}

@media (max-width: 1400px) {
  .calendar-box {
    top: 0px;
    margin-top: -91px;
  }
}

@media (max-width: 1366px) {
  .calendar-box {
    top: 0px;
    margin-top: -101px;
  }
}

@media (max-width: 1300px) {
  .calendar-box {
    top: 0px;
    margin-top: -149px;
  }
}

@media (max-width: 1100px) {
  .calendar-box {
    top: 0px;
    margin-top: -68px;
  }
}

@media (max-width: 1000px) {
  .calendar-box {
    top: 0px;
    margin-top: -97px;
  }
}

@media (max-width: 900px) {
  .calendar-box {
    top: 0px;
    margin-top: -89px;
  }
}

@media (max-width: 800px) {
  .calendar-box {
    top: 0px;
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  .calendar-box {
    top: 0px;
    margin-top: -15px;
    margin-bottom: 0;
  }

  .couture-only-have-img {
    margin: 31px auto 20px;
  }
}

.jb-platform-windows :where(
  .font-cursive,
  .jb-section-title span,
  .franchise-script,
  .franchise-nav__brand,
  .franchise-atmosphere__subtitme,
  .franchise-step span,
  .franchise-gaidline-modal__title_p,
  .franchise-hero__title span,
  .franchise-social-big__callout span,
  .franchise-beauty-business__script,
  .franchise-brand__item-top span,
  .franchise-conditions__extra-subtitle,
  .franchise-conditions__detail-subtitle,
  .franchise-steps__note em,
  .franchise-family__title-script,
  .camp-installment__installment,
  .camp-houses__extra-title,
  .box_price__extra-title,
  .camp-houses-modal__title em,
  .camp-event-modal__title-script
) {
  translate: 0 var(--jb-marianna-y-correction);
}
