@charset "UTF-8";
@import url("/wp-content/themes/codex/style.css") (reset);
@import url("./typography.min.css") (typography);
@scroll-timeline section-appear {
  source: auto;
  /* Использует прокрутку документа */
  orientation: block;
  /* Вертикальная ось прокрутки */
  animation-range: entry 10% exit;
  /* Когда анимация начнётся и закончится */
}
@keyframes scale-up {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@layer base {
  :root {
    --white: #F3F3F3;
    --black: #141414;
    --pink: #FF67A3;
    --grey: #F6F6F6;
    --pink-secondary: #FFE0EB;
    --grey-light: #D9D9D9;
    --grey-dark: #4A4A4A;
    --bg: var(--white);
    --transparent: transparent;
    --display: 1216px;
    --padding-inline: 2.5rem;
  }
  @media (width < 768px) {
    :root {
      --padding-inline: 1.25rem;
    }
  }
  section:not(:is(:nth-child(1), :nth-child(2))) {
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
  }
  section.active {
    transform: scale(1);
  }
  html, body {
    width: 100%;
    scroll-behavior: smooth;
    color: var(--black);
    background-color: var(--bg);
    position: relative;
    overflow-x: clip;
    overflow-y: revert;
  }
  svg {
    flex-shrink: 0;
  }
  @media (width < 768px) {
    body {
      padding-bottom: 3rem;
    }
  }
  main {
    margin-top: 6rem;
  }
  @media (width < 768px) {
    main {
      margin-top: var(--padding-inline);
    }
  }
  section {
    margin-top: 2.5rem;
  }
  @media (width < 768px) {
    section {
      margin-top: 1.25rem;
    }
  }
  .section--title {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .section--title .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  .retreat {
    margin-top: 2.5em;
  }
  @media (width < 768px) {
    .retreat {
      margin-top: 1.25em;
    }
  }
  .retreat--double {
    margin-top: 5em;
  }
  @media (width < 768px) {
    .retreat--double {
      margin-top: 2.5em;
    }
  }
  .retreat--none {
    margin-top: unset;
  }
  header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background: var(--bg);
    height: -moz-fit-content;
    height: fit-content;
    transition: background 0.2s ease-in-out;
    border-bottom: 1px solid var(--white);
  }
  @media (width < 768px) {
    header {
      position: fixed;
      bottom: 0;
      top: unset;
    }
  }
  header .header {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    transition: padding-top 0.2s ease-in-out;
  }
  header .header.header--active {
    padding-top: 0rem;
  }
  header .header.header--active .header__nav {
    top: 2rem;
  }
  @media (width < 768px) {
    header .header {
      padding-top: 0rem;
      position: static;
    }
  }
  header .header .header__contact__phone,
  header .header .language-switcher {
    display: flex;
  }
  @media (width < 576px) {
    header .header .header__contact__phone,
    header .header .language-switcher {
      display: none !important;
    }
  }
  header .header__logo {
    padding: 0.5rem;
  }
  @media (width < 768px) {
    header .header__logo {
      order: 1;
    }
  }
  header .header__nav {
    position: absolute;
    left: 0;
    top: 3.5rem;
    z-index: 1000;
    background: var(--white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    max-width: 23.125rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  }
  @media (width < 768px) {
    header .header__nav {
      top: 0rem !important;
      position: fixed !important;
      inset: 0 0 62px auto !important;
      align-items: flex-end !important;
      justify-content: flex-end !important;
      max-width: unset !important;
    }
  }
  header .header__nav .header__contact__phone, header .header__nav .language-switcher {
    display: none;
  }
  @media (width < 576px) {
    header .header__nav .header__contact__phone, header .header__nav .language-switcher {
      display: flex !important;
    }
  }
  header .header__nav--open {
    opacity: 1;
    visibility: visible;
  }
  header .header__nav__list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  @media (width < 768px) {
    header .header__nav__list {
      justify-content: flex-end;
      align-items: end;
    }
  }
  header .header__nav__list__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  header .header__nav__list__item.cursive {
    margin-left: 1rem;
  }
  header .header__nav__list__item.cursive a {
    font-style: italic;
  }
  header .header__nav__list__item::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_194_4073)"><path d="M23.12 9.9099L19.25 5.9999C19.157 5.90617 19.0464 5.83178 18.9246 5.78101C18.8027 5.73024 18.672 5.7041 18.54 5.7041C18.408 5.7041 18.2773 5.73024 18.1554 5.78101C18.0336 5.83178 17.923 5.90617 17.83 5.9999C17.6437 6.18726 17.5392 6.44071 17.5392 6.7049C17.5392 6.96909 17.6437 7.22254 17.83 7.4099L21.39 10.9999H1C0.734784 10.9999 0.48043 11.1053 0.292893 11.2928C0.105357 11.4803 0 11.7347 0 11.9999H0C0 12.2651 0.105357 12.5195 0.292893 12.707C0.48043 12.8945 0.734784 12.9999 1 12.9999H21.45L17.83 16.6099C17.7363 16.7029 17.6619 16.8135 17.6111 16.9353C17.5603 17.0572 17.5342 17.1879 17.5342 17.3199C17.5342 17.4519 17.5603 17.5826 17.6111 17.7045C17.6619 17.8263 17.7363 17.9369 17.83 18.0299C17.923 18.1236 18.0336 18.198 18.1554 18.2488C18.2773 18.2996 18.408 18.3257 18.54 18.3257C18.672 18.3257 18.8027 18.2996 18.9246 18.2488C19.0464 18.198 19.157 18.1236 19.25 18.0299L23.12 14.1499C23.6818 13.5874 23.9974 12.8249 23.9974 12.0299C23.9974 11.2349 23.6818 10.4724 23.12 9.9099Z" fill="%23FF67A3"/></g><defs><clipPath id="clip0_194_4073"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    display: block;
    height: 1.4em;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  header .header__nav__list__item:hover::before {
    opacity: 1;
  }
  header .header__burger {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    justify-content: center;
    align-items: flex-start;
    height: 2.8125rem;
    width: 2.8125rem;
    cursor: pointer;
  }
  @media (width < 768px) {
    header .header__burger {
      order: 100;
    }
  }
  header .header__burger span {
    width: 2.8125rem;
    height: 3px;
    background: var(--black);
    transition: width 0.2s ease-in-out;
  }
  header .header__burger span:nth-child(2) {
    width: 2.1875rem;
  }
  header .header__burger:hover span {
    width: 2.1875rem;
  }
  header .header__burger:hover span:nth-child(2) {
    width: 2.8125rem;
  }
  header .header__contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  @media (width < 768px) {
    header .header__contact {
      order: 99;
      margin-left: auto;
    }
  }
  header .header__contact__phone {
    display: flex;
    align-items: center;
    gap: 0.6125rem;
    color: var(--black);
    transition: color 0.2s ease-in-out;
  }
  header .header__contact__phone:hover {
    color: var(--pink);
  }
  footer {
    margin-top: 6.25rem;
    border-top: 1px solid var(--grey-dark);
    padding: 2rem 0 2.5rem;
  }
  footer .footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  footer .footer__top {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 5fr;
    gap: 1.25rem;
  }
  @media (width < 875px) {
    footer .footer__top {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (width < 768px) {
    footer .footer__top {
      grid-template-columns: 1fr;
    }
  }
  footer .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding-top: 0.625rem;
    border-top: 1px solid var(--grey-light);
  }
  @media (width < 768px) {
    footer .footer__bottom {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  footer .footer__bottom .footer__item {
    align-items: flex-end;
  }
  @media (width < 768px) {
    footer .footer__bottom .footer__item {
      align-items: flex-start;
      order: -1;
    }
  }
  footer .footer__item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  footer .footer__item a {
    color: var(--black);
    transition: color 0.2s ease-in-out;
  }
  footer .footer__item a:hover {
    color: var(--pink);
  }
  footer .footer__item__flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  footer .footer__item__flex input {
    flex-grow: 1;
    margin-top: auto;
  }
  footer .footer__item__col {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
  }
  .wrapper {
    width: min(var(--display), 100% - var(--padding-inline) * 2);
    margin-inline: auto;
  }
  .wrapper--full {
    width: min(var(--display-full), 100%);
  }
  .wrapper--small {
    width: min(var(--display-small), 100% - var(--padding-inline) * 2);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .fs-initial {
    font-size: initial;
  }
  .underline {
    text-decoration: underline;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .breadcrumbs a {
    color: var(--black);
    transition: color 0.2s ease-in-out;
  }
  .breadcrumbs a:hover {
    color: var(--pink);
  }
  .breadcrumbs li:not(:last-child) {
    color: var(--grey-dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .breadcrumbs li:not(:last-child)::after {
    content: "";
    background: var(--grey-dark);
    width: 2px;
    height: 1rem;
    transform: rotate(18deg);
  }
}
@layer components {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.375rem;
  }
  .btn--fc {
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn--pink {
    background: var(--pink);
    color: var(--white);
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .btn--pink path {
    fill: var(--white);
    transition: fill 0.2s ease-in-out;
  }
  .btn--pink:hover {
    background: var(--pink-secondary);
    color: var(--black);
  }
  .btn--pink:hover path {
    fill: var(--black);
  }
  .btn--border {
    background: transparent;
    color: black;
    border: 1px solid var(--grey-light);
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .btn--border:hover {
    background: var(--pink);
    color: var(--white);
  }
  .btn--cart {
    padding: 0.25rem;
  }
  .input--grey {
    padding: 1rem 0.75rem;
    border: 1px solid var(--grey-dark);
    background: var(--grey-light);
  }
  .input--filter, .catalog__filter__item--radio label {
    border: 1px solid var(--grey-light);
    background: var(--white);
    padding: 1rem 1.25rem;
  }
  .grid--double {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
  @media (width < 480px) {
    .grid--double {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .grid--double .grid__item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: initial;
  }
  .grid--double .grid__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .grid--double--individual .grid__item:nth-of-type(1) {
    display: contents !important;
  }
  .grid--double--individual .grid__item:nth-of-type(1) a {
    order: 999 !important;
    width: 100% !important;
  }
  .grid--triple {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  @media (width < 768px) {
    .grid--triple {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width < 480px) {
    .grid--triple {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid--triple .grid__item:nth-child(1) {
      display: none;
    }
    .grid--triple .grid__item:nth-child(3) a {
      display: flex !important;
    }
  }
  .grid--triple .grid__item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: initial;
    aspect-ratio: 0.68;
  }
  @media (width < 480px) {
    .grid--triple .grid__item {
      aspect-ratio: 0.833;
    }
    .grid--triple .grid__item:nth-child(1) {
      aspect-ratio: unset;
    }
  }
  .grid--triple .grid__item p:nth-child(2) {
    margin-top: auto;
  }
  .grid--triple .grid__item .splide {
    height: 74vh;
    background-size: contain;
  }
  .grid--triple .grid__item .splide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    background-size: contain;
  }
  .grid--triple .grid__item:nth-child(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: var(--white);
  }
  .grid--triple .grid__item:nth-child(3) a {
    display: none;
  }
  .constructor {
    display: grid;
    grid-template-columns: 4fr 5fr 3fr;
    gap: 1.25rem;
    align-content: stretch;
  }
  .constructor--page {
    grid-template-columns: 3.5fr 4.5fr 4fr;
  }
  .constructor--page .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: static !important;
    bottom: 10px;
    left: 50%;
    transform: unset !important;
    z-index: 10;
  }
  .constructor--page .splide__arrow {
    background-color: unset !important;
    border: unset !important;
    color: unset !important;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }
  .constructor--page .splide__arrow {
    position: static !important;
    transform: unset !important;
  }
  .constructor--page .splide__arrow:hover {
    background-color: unset !important;
    color: unset !important;
  }
  .constructor--page .splide__arrows {
    position: unset !important;
    transform: unset !important;
  }
  .constructor--page .splide__arrow {
    background-color: unset !important;
    border: unset !important;
  }
  .constructor--page .splide__arrow:hover {
    background-color: unset !important;
    color: unset !important;
  }
  .constructor--page .constructor__attributes__items {
    flex-direction: column !important;
  }
  .constructor--page .constructor__attributes__items {
    gap: 1rem !important;
  }
  @media (width < 992px) {
    .constructor {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width < 576px) {
    .constructor {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .constructor__title {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
  }
  @media (width < 992px) {
    .constructor__title {
      grid-column: span 2;
    }
  }
  @media (width < 576px) {
    .constructor__title {
      grid-column: span 1;
    }
  }
  .constructor__img {
    position: relative;
    background: url("/wp-content/themes/codex/assets/img/constructor-bg.png") no-repeat center center;
    background-size: contain;
  }
  .constructor__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .constructor__img video, .constructor__img__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .constructor__img video.active, .constructor__img__video.active {
    opacity: 1;
    visibility: visible;
  }
  .constructor__attributes {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .constructor__attributes__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
  }
  .constructor__attributes__items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: initial;
  }
  @media (width < 576px) {
    .constructor__attributes__items {
      flex-direction: row;
      overflow: clip;
      overflow-x: scroll;
      scrollbar-color: var(--pink) var(--white);
      scrollbar-width: thin;
      scrollbar-gutter: stable;
      gap: 4rem;
      padding-bottom: 0.75rem;
    }
  }
  .constructor__attributes__items__block {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    position: relative;
  }
  .constructor__attributes__items__block.size > div {
    flex: 1;
  }
  .constructor__attributes__items__block.size .constructor__attributes__items__item.page {
    border: 1px solid var(--grey-light);
    background: var(--white);
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
  }
  .constructor__attributes__items__block.size .constructor__attributes__items__item.page.selected {
    border: 1px solid var(--pink);
    background: var(--pink);
  }
  .constructor__attributes__items__block.size .constructor__attributes__items__item.page.selected p {
    color: var(--white);
  }
  .constructor__attributes__items__block.size .constructor__attributes__items__item.page p {
    background: unset !important;
    padding: unset !important;
  }
  .constructor__attributes__items__block:not(.size) .constructor__attributes__items__item.page {
    border-radius: 50%;
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page {
    position: relative;
    border: 1px solid var(--black);
    padding: 0.5rem;
    transition: all 0.2s ease-in-out;
  }
  @media (width < 576px) {
    .constructor__attributes__items__block .constructor__attributes__items__item.page {
      position: static;
    }
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page.selected {
    border: 1px solid var(--pink);
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page.selected p {
    color: var(--white);
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page img, .constructor__attributes__items__block .constructor__attributes__items__item.page video {
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 50%;
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page p {
    background: unset !important;
    padding: unset !important;
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page .tooltip-text {
    white-space: nowrap;
    text-align: center;
    background-color: #333333;
    color: #FFFFFF;
    text-transform: none;
    padding: 20px 18px 18px 22px;
    border-radius: 10px;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 110%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }
  .constructor__attributes__items__block .constructor__attributes__items__item.page:hover .tooltip-text, .constructor__attributes__items__block .constructor__attributes__items__item.page:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  .constructor__attributes__items__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
  }
  .constructor__attributes__items__item__img {
    border: 3px solid var(--grey-dark);
    transition: border 0.2s ease-in-out;
    border-radius: 50%;
    padding: 0.25rem;
    flex-shrink: 0;
    height: 54px;
    width: 54px;
  }
  .constructor__attributes__items__item__img img, .constructor__attributes__items__item__img video {
    width: 54px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 50%;
  }
  .constructor__attributes__items__item p {
    padding: 0.25rem 0.5rem;
    background: var(--grey-light);
    white-space: nowrap;
  }
  .constructor__attributes__items__item.selected .constructor__attributes__items__item__img {
    border: 3px solid var(--pink);
  }
  .constructor--info {
    margin-top: 2rem;
    background: var(--grey-dark);
    color: var(--white);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.5rem;
    gap: 2rem;
  }
  @media (width < 576px) {
    .constructor--info {
      flex-direction: column;
    }
  }
  .constructor--info .price, .constructor--info .copy {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .product-tag-card {
    display: flex;
    position: relative;
    aspect-ratio: 1.06;
    padding: 1rem 1.25rem;
    color: var(--white);
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-size: 100% 200%;
    background-position: 0 0%;
    transition: background-position 0.2s ease-in-out;
  }
  .product-tag-card:hover {
    background-position: 0% 50%;
  }
  .product-tag-card:hover svg {
    opacity: 1 !important;
  }
  .product-tag-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    inset: 0;
  }
  .product-tag-card__text {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .product-tag-card__text svg {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .collection--bow__grid {
    --columns-desktop: 4;
    --columns-mobile: 2;
    --collumn-min-size: 16rem;
    --gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--collumn-min-size), (100% - var(--gap) * (var(--columns-desktop) - 1)) / var(--columns-desktop)), 1fr));
    gap: var(--gap);
  }
  @media (width < 768px) {
    .collection--bow__grid {
      grid-template-columns: repeat(var(--columns-mobile), minmax(0, 1fr));
    }
  }
  .collection--bow__grid__item {
    display: grid;
    grid-template-rows: subgrid;
    gap: calc(var(--gap) / 2);
    grid-row: span 4;
  }
  .collection--bow__grid__item:hover .collection--bow__grid__item__img img:last-child {
    right: 0;
  }
  .collection--bow__grid__item__img {
    position: relative;
    overflow: clip;
  }
  .collection--bow__grid__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .collection--bow__grid__item__img img:last-child {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    z-index: 2;
    transition: right 0.2s ease-in-out;
  }
  .collection--bow__grid__item p.slim_text {
    color: var(--grey-dark);
  }
  .collection--bow__grid__item__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .feedback {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    border: 1px solid var(--Dark_grey, #4A4A4A);
    background: var(--Light_grey, #D9D9D9);
    height: 100%;
  }
  .feedback__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  .feedback__title img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    overflow: hidden;
    border-radius: 50%;
  }
  .catalog__filter--btn, .catalog__sorting {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .catalog__sorting select {
    letter-spacing: unset;
  }
  .catalog__sorting::after {
    content: "";
    flex-shrink: 1;
    width: 1rem;
    height: 1rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.0324 6.1574C13.9626 6.0871 13.8797 6.0313 13.7883 5.99323C13.6969 5.95515 13.5989 5.93555 13.4999 5.93555C13.4009 5.93555 13.3028 5.95515 13.2114 5.99323C13.12 6.0313 13.0371 6.0871 12.9674 6.1574L9.53236 9.59239C9.46264 9.66268 9.37969 9.71848 9.28829 9.75656C9.1969 9.79463 9.09887 9.81424 8.99986 9.81424C8.90085 9.81424 8.80282 9.79463 8.71143 9.75656C8.62004 9.71848 8.53708 9.66268 8.46736 9.59239L5.03236 6.1574C4.96264 6.0871 4.87969 6.0313 4.78829 5.99323C4.6969 5.95515 4.59887 5.93555 4.49986 5.93555C4.40085 5.93555 4.30282 5.95515 4.21143 5.99323C4.12003 6.0313 4.03708 6.0871 3.96736 6.1574C3.82767 6.29792 3.74927 6.48801 3.74927 6.68614C3.74927 6.88428 3.82767 7.07437 3.96736 7.21489L7.40986 10.6574C7.83174 11.0787 8.40361 11.3154 8.99986 11.3154C9.59611 11.3154 10.168 11.0787 10.5899 10.6574L14.0324 7.21489C14.1721 7.07437 14.2505 6.88428 14.2505 6.68614C14.2505 6.48801 14.1721 6.29792 14.0324 6.1574Z" fill="%23141414"/></svg>') no-repeat center center;
  }
  .catalog__more--btn {
    margin-inline: auto;
    margin-top: 1.25rem;
  }
  .catalog__filter {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    background: var(--bg);
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .catalog__filter--btn {
    cursor: pointer;
  }
  .catalog__filter--open {
    opacity: 1;
    visibility: visible;
  }
  .catalog__filter__row {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    width: 100%;
  }
  @media (width < 768px) {
    .catalog__filter__row {
      flex-direction: column;
    }
  }
  .catalog__filter__row__flex {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
  }
  .catalog__filter__row__flex:first-of-type {
    justify-content: flex-end;
  }
  @media (width < 768px) {
    .catalog__filter__row__flex:first-of-type {
      order: 2;
    }
  }
  @media (width < 576px) {
    .catalog__filter__row__flex--price {
      flex-direction: column;
    }
  }
  .catalog__filter__item {
    display: flex;
    flex-direction: column;
  }
  .catalog__filter__item label {
    color: var(--grey-dark);
  }
  .catalog__filter__item__price {
    display: flex;
    gap: 0.5rem;
  }
  .catalog__filter__item__price input {
    max-width: 8.25rem;
    flex-grow: 1;
  }
  @media (width < 576px) {
    .catalog__filter__item__price input {
      max-width: unset;
    }
  }
  .catalog__filter__item--radio {
    display: flex;
    align-items: flex-end;
  }
  .catalog__filter__item--radio label {
    transition: background 0.2s ease-in-out;
    cursor: pointer;
  }
  .catalog__filter__item--radio label:has(+ input:checked) {
    background: var(--pink-secondary);
  }
  .catalog__filter__categories {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
  }
  .catalog__filter__categories p {
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .catalog__filter__categories p::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g clip-path="url(%23clip0_277_235)"><path d="M23.12 10.4099L19.25 6.4999C19.157 6.40617 19.0464 6.33178 18.9246 6.28101C18.8027 6.23024 18.672 6.2041 18.54 6.2041C18.408 6.2041 18.2773 6.23024 18.1554 6.28101C18.0336 6.33178 17.923 6.40617 17.83 6.4999C17.6437 6.68726 17.5392 6.94071 17.5392 7.2049C17.5392 7.46909 17.6437 7.72254 17.83 7.9099L21.39 11.4999H1C0.734784 11.4999 0.48043 11.6053 0.292893 11.7928C0.105357 11.9803 0 12.2347 0 12.4999H0C0 12.7651 0.105357 13.0195 0.292893 13.207C0.48043 13.3945 0.734784 13.4999 1 13.4999H21.45L17.83 17.1099C17.7363 17.2029 17.6619 17.3135 17.6111 17.4353C17.5603 17.5572 17.5342 17.6879 17.5342 17.8199C17.5342 17.9519 17.5603 18.0826 17.6111 18.2045C17.6619 18.3263 17.7363 18.4369 17.83 18.5299C17.923 18.6236 18.0336 18.698 18.1554 18.7488C18.2773 18.7996 18.408 18.8257 18.54 18.8257C18.672 18.8257 18.8027 18.7996 18.9246 18.7488C19.0464 18.698 19.157 18.6236 19.25 18.5299L23.12 14.6499C23.6818 14.0874 23.9974 13.3249 23.9974 12.5299C23.9974 11.7349 23.6818 10.9724 23.12 10.4099Z" fill="%23FF67A3"/></g><defs><clipPath id="clip0_277_235"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .catalog__filter__categories p.selected::before {
    opacity: 1;
  }
  .catalog__filter__content__cat {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .catalog__filter__content__cat:not(:first-of-type) {
    display: none;
  }
  .catalog__filter__content__cat__input {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.625rem;
  }
  .catalog__filter__content__cat__input input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--black);
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .product {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 1.25rem;
  }
  @media (width < 768px) {
    .product {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .product__slider {
    display: none;
  }
  @media (width < 768px) {
    .product__slider {
      display: block;
    }
  }
  .product__slider img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    background-size: cover;
  }
  .product__slider .splide__pagination {
    position: static;
  }
  .product__slider .splide__pagination .splide__pagination__page {
    background: var(--pink-secondary);
  }
  .product__slider .splide__pagination .splide__pagination__page.is-active {
    background: var(--pink);
  }
  .product__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  @media (width < 768px) {
    .product__gallery {
      display: none;
    }
  }
  .product__gallery img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .product__gallery img:nth-of-type(3) {
    grid-column: span 2;
  }
  .product__info {
    display: flex;
    flex-direction: column;
  }
  .product__info__contents {
    position: sticky;
    height: -moz-fit-content;
    height: fit-content;
    top: 5rem;
  }
  .product__info__price {
    margin-top: 1.5rem;
  }
  .product__info__size {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .product__info__others {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .product__info__others__flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .product__info form {
    margin-top: 2rem;
    display: flex;
    gap: 1.25rem;
  }
  @media (width < 1050px) {
    .product__info form {
      flex-direction: column;
    }
  }
  .product__info form .btn--pink {
    flex-grow: 1;
  }
  .product__info form .group--btn {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  @media (width < 1050px) {
    .product__info form .group--btn {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .product__info form .group--btn button {
    display: flex;
    align-items: center;
  }
  .product__info form .group--btn input {
    width: 3rem;
    text-align: center;
  }
  .product__info__extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.625rem;
  }
  .product__info__extra:first-of-type {
    margin-top: 5rem;
  }
  .product__modal {
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1010;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .product__modal--open {
    opacity: 1;
    visibility: visible;
  }
  .product__modal--open .product__modal__content {
    right: 0;
  }
  .product__modal__backdrop {
    background: transparent;
    height: 100%;
  }
  @media (width < 768px) {
    .product__modal__backdrop {
      background: rgba(0, 0, 0, 0.5);
      height: 100%;
    }
  }
  .product__modal__content {
    position: absolute;
    top: 0;
    right: -100%;
    background: var(--white);
    z-index: 1020;
    max-width: 53rem;
    width: 50%;
    height: 100%;
    padding: calc(var(--padding-inline) * 2.5) calc(var(--padding-inline) * 2);
    transition: all 0.2s ease-in-out;
  }
  .product__modal__content .title {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: center;
  }
  .product__modal__content__text {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
    overflow: auto;
    height: 100%;
  }
  .product__modal__content__text * {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
  }
  .product__modal__content__text p {
    margin-top: 0.5rem;
  }
  .product__modal__content__options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 2rem;
  }
  .product__modal__content__options__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding-bottom: 0.625rem;
  }
  .product__modal__content__options__item:not(:last-of-type) {
    border-bottom: 1px solid var(--grey-light);
  }
  .product__modal__content__options__item p:last-of-type {
    color: var(--grey-dark);
  }
  .product__modal__content__feedbacks {
    padding-right: 1rem;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .product__modal__content__feedbacks .feedbacks__progress {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedbacks__progress {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .product__modal__content__feedbacks .feedbacks__progress__left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .product__modal__content__feedbacks .feedbacks__progress__right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .product__modal__content__feedbacks .feedbacks__progress__right__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .product__modal__content__feedbacks .feedbacks__progress__right__item progress {
    flex-grow: 1;
    border: 1px solid var(--black);
  }
  .product__modal__content__feedbacks .feedbacks__progress__right__item progress::-webkit-progress-value {
    background: var(--pink);
  }
  .product__modal__content__feedbacks .feedbacks__progress__right__item progress::-moz-progress-bar {
    background: var(--pink);
  }
  .product__modal__content__feedbacks .feedbacks__progress__right__item p {
    flex-basis: 2rem;
  }
  .product__modal__content__feedbacks .feedbacks__progress__right__item p:first-of-type {
    text-align: right;
  }
  .product__modal__content__feedbacks .feedback__stars {
    display: flex;
  }
  .product__modal__content__feedbacks .feedbacks__list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .product__modal__content__feedbacks .feedbacks__list__item {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .product__modal__content__feedbacks .feedbacks__list__item p:last-of-type {
    width: 100%;
    padding-top: 0.625rem;
    border-top: 1px solid var(--black);
  }
  .product__modal__content__feedbacks .feedback__send {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    grid-area: 1.25rem;
  }
  .product__modal__content__feedbacks .feedback__send form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedback__send form {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .product__modal__content__feedbacks .feedback__send form .rating-radio-group {
    grid-column: span 2;
    display: flex;
    gap: 1.25rem;
    margin-top: 1rem;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedback__send form .rating-radio-group {
      grid-column: span 1;
      flex-direction: column;
    }
  }
  .product__modal__content__feedbacks .feedback__send form .rating-radio-group label path {
    transition: fill 0.2s ease-in-out;
  }
  .product__modal__content__feedbacks .feedback__send form .rating-radio-group label:has(~ input:checked) path, .product__modal__content__feedbacks .feedback__send form .rating-radio-group input:checked + label path {
    fill: var(--black) !important;
  }
  .product__modal__content__feedbacks .feedback__send form .rating-radio-group label:has(~ label:hover) path, .product__modal__content__feedbacks .feedback__send form .rating-radio-group label:hover path {
    fill: var(--pink) !important;
  }
  .product__modal__content__feedbacks .feedback__send form .gc-2 {
    grid-column: span 2;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedback__send form .gc-2 {
      grid-column: span 1;
    }
  }
  .product__modal__content__feedbacks .feedback__send form textarea {
    resize: vertical;
    grid-column: span 2;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedback__send form textarea {
      grid-column: span 1;
    }
  }
  .product__modal__content__feedbacks .feedback__send form .save-data {
    grid-column: span 2;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedback__send form .save-data {
      grid-column: span 1;
    }
  }
  .product__modal__content__feedbacks .feedback__send form .save-data input {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
    width: 1rem;
    height: 1rem;
    accent-color: var(--black);
  }
  .product__modal__content__feedbacks .feedback__send form button {
    grid-column: span 2;
  }
  @media (width < 490px) {
    .product__modal__content__feedbacks .feedback__send form button {
      grid-column: span 1;
    }
  }
  .cart {
    display: grid;
    grid-template-areas: "cart_title ." "cart_items cart_total";
    grid-template-columns: 8fr 4fr;
    gap: 1.25rem;
  }
  @media (width < 992px) {
    .cart {
      grid-template-areas: "cart_title" "cart_items" "cart_total";
      grid-template-columns: 1fr;
    }
  }
  .cart .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
    grid-area: cart_title;
  }
  .cart .title button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .cart__list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    grid-area: cart_items;
  }
  .cart__list .cart__item {
    display: flex;
    gap: 1.25rem;
    border: 2px solid var(--grey-light);
    padding: 1rem 1.25rem;
  }
  .cart__list .cart__item img {
    height: 100% !important;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    max-height: 9.375rem;
  }
  .cart__list .cart__item__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .cart__list .cart__item__content__actions {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    align-items: center;
    margin-top: auto;
  }
  .cart__list .cart__item__content__actions .group--btn {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  @media (width < 1050px) {
    .cart__list .cart__item__content__actions .group--btn {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .cart__list .cart__item__content__actions .group--btn button {
    display: flex;
    align-items: center;
  }
  .cart__list .cart__item__content__actions .group--btn input {
    width: 3rem;
  }
  .cart__total {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    grid-area: cart_total;
    padding: 1.25rem;
    border: 2px solid var(--grey-light);
    background: rgba(217, 217, 217, 0.3);
  }
  .cart__total__row {
    display: flex;
    justify-content: space-between;
  }
  .cart__total__row p:first-of-type {
    color: var(--grey-dark);
  }
  .cart__total .checkout__description {
    color: var(--grey-dark);
  }
  .cart__total form {
    width: 100%;
    border-top: 1px solid var(--grey-dark);
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .cart__total form .coupon {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .cart__total form .coupon input {
    flex-grow: 1;
  }
  .cart__total form .coupon button {
    flex-shrink: 0;
  }
  .cart__total__flex {
    display: flex;
    gap: 1rem;
  }
  .cart__total__flex .type-payment {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
  }
  .cart__total__flex .type-payment img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .cart__total__flex .type-payment input {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
    accent-color: var(--black);
  }
  .about__quote {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.25rem;
  }
  .about__quote .quote__block {
    width: 100%;
    padding: 2rem 0.5rem;
    border-block: 1px solid var(--grey-dark);
  }
  .about__quote .quote__block p {
    width: 100%;
    max-width: 56.25rem;
    margin-inline: auto;
    text-align: center;
  }
  .about__quote .quote__author p {
    text-align: right;
  }
  .benifits {
    --columns-desktop: 3;
    --columns-mobile: 2;
    --collumn-min-size: 16rem;
    --gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--collumn-min-size), (100% - var(--gap) * (var(--columns-desktop) - 1)) / var(--columns-desktop)), 1fr));
    gap: var(--gap);
  }
  @media (width < 768px) {
    .benifits {
      grid-template-columns: repeat(var(--columns-mobile), minmax(0, 1fr));
    }
  }
  .benifits__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 2rem;
    border: 1px solid var(--grey-dark);
    transition: all 0.2s ease;
    min-height: 16rem;
    cursor: default;
  }
  .benifits__item path {
    transition: all 0.2s ease;
  }
  .benifits__item:hover {
    background: var(--pink);
    color: var(--white);
  }
  .benifits__item:hover path {
    fill: var(--white);
  }
  .who {
    display: flex;
    flex-direction: column;
  }
  .who__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    align-items: flex-end;
  }
  @media (width < 702px) {
    .who__grid {
      grid-template-columns: 1fr;
    }
  }
  .who__grid img {
    padding-top: 4rem;
    margin-inline: auto;
  }
  @media (width < 702px) {
    .who__grid img {
      order: 2;
    }
  }
  .who__grid__col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
  }
  .who__grid__col p {
    margin-top: auto;
  }
  .history {
    display: flex;
    gap: 1.25rem;
    align-items: center;
  }
  @media (width < 576px) {
    .history {
      flex-direction: column;
    }
  }
  .history__year {
    display: flex;
    flex-direction: column;
    flex: 4;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 1.25rem;
    align-items: end;
  }
  .history__year p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
  }
  .history__year p::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_194_4073)"><path d="M23.12 9.9099L19.25 5.9999C19.157 5.90617 19.0464 5.83178 18.9246 5.78101C18.8027 5.73024 18.672 5.7041 18.54 5.7041C18.408 5.7041 18.2773 5.73024 18.1554 5.78101C18.0336 5.83178 17.923 5.90617 17.83 5.9999C17.6437 6.18726 17.5392 6.44071 17.5392 6.7049C17.5392 6.96909 17.6437 7.22254 17.83 7.4099L21.39 10.9999H1C0.734784 10.9999 0.48043 11.1053 0.292893 11.2928C0.105357 11.4803 0 11.7347 0 11.9999H0C0 12.2651 0.105357 12.5195 0.292893 12.707C0.48043 12.8945 0.734784 12.9999 1 12.9999H21.45L17.83 16.6099C17.7363 16.7029 17.6619 16.8135 17.6111 16.9353C17.5603 17.0572 17.5342 17.1879 17.5342 17.3199C17.5342 17.4519 17.5603 17.5826 17.6111 17.7045C17.6619 17.8263 17.7363 17.9369 17.83 18.0299C17.923 18.1236 18.0336 18.198 18.1554 18.2488C18.2773 18.2996 18.408 18.3257 18.54 18.3257C18.672 18.3257 18.8027 18.2996 18.9246 18.2488C19.0464 18.198 19.157 18.1236 19.25 18.0299L23.12 14.1499C23.6818 13.5874 23.9974 12.8249 23.9974 12.0299C23.9974 11.2349 23.6818 10.4724 23.12 9.9099Z" fill="%23FF67A3"/></g><defs><clipPath id="clip0_194_4073"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    display: block;
    height: 1em;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .history__year p:hover::before, .history__year p.active::before {
    opacity: 1;
  }
  .history__content {
    flex: 6;
  }
  .history__content > div {
    display: none;
  }
  .history__content > div.active {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .history__content > div.active img, .history__content > div.active p {
    width: 100%;
    max-width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .history__content > div.active p {
    max-width: 600px;
  }
  .blog__grid {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 37.375rem;
    margin-inline: auto;
  }
  .blog__grid__item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .blog__grid__item img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    max-height: 18.75rem;
  }
  .blog__grid__item a {
    text-decoration: underline;
  }
  .blog__grid__item__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .blog__grid__item__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
  }
  .blog__grid__item__flex .blog__grid__item__share {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    text-decoration: none;
  }
  .request {
    max-width: 43.75rem;
    margin-inline: auto;
    width: 100%;
  }
  .request__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    align-content: center;
  }
  @media (width < 576px) {
    .request__content {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .request__content h2,
  .request__content p {
    text-align: center;
  }
  .request__content h2,
  .request__content p,
  .request__content button,
  .request__content textarea, .request__content .email {
    grid-column: span 2;
  }
  @media (width < 576px) {
    .request__content h2,
    .request__content p,
    .request__content button,
    .request__content textarea, .request__content .email {
      grid-column: span 1;
    }
  }
  .request__content textarea {
    resize: vertical;
    min-height: 7.5rem;
  }
  @layer utilities {
    .is-active .btn--cart {
      background: var(--pink-secondary) !important;
      color: var(--black) !important;
    }
    .is-active .btn--cart path {
      fill: var(--black) !important;
    }
    #product-tags-slider .splide__slide.is-next {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    }
    .header__right {
      display: flex;
      gap: 1.25rem;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 58%;
    }
    .marquee {
      overflow: hidden;
      background-color: var(--pink);
      color: var(--white);
      padding: 10px 0;
    }
    .marquee__content {
      white-space: nowrap;
    }
    @media (width < 576px) {
      .news-circles {
        display: none;
      }
    }
    input[type=number] {
      text-align: center;
    }
    .header--cart {
      position: relative;
    }
    .header--cart span {
      position: absolute;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background-color: var(--pink);
      color: var(--white);
      font-size: 0.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
      right: -0.5rem;
      top: -0.5rem;
    }
    body.is-modal {
      overflow: hidden;
    }
    dialog {
      margin: auto;
      max-width: 50rem;
      width: 100%;
      position: fixed;
      top: 0em;
      left: 0em;
      visibility: hidden;
      opacity: 0;
      z-index: 9999;
      transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    }
    dialog[open] {
      opacity: 1;
      visibility: visible;
    }
    dialog::backdrop {
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-backdrop-filter: blur(1px);
              backdrop-filter: blur(1px);
    }
    dialog ._modal__inner {
      padding: 2rem;
    }
    dialog ._modal__close {
      font-size: 2em;
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      border-radius: 50%;
      padding: 0.5em;
      cursor: pointer;
      z-index: 1;
      opacity: 0.5;
      transition: opacity 0.2s;
    }
    dialog ._modal__close:before, dialog ._modal__close:after {
      content: "";
      position: absolute;
      top: 45%;
      left: 5%;
      width: 90%;
      height: 2px;
      background: rgba(128, 128, 128, 0.9);
    }
    dialog ._modal__close:before {
      transform: rotate(45deg);
    }
    dialog ._modal__close:after {
      transform: rotate(-45deg);
    }
    dialog ._modal__close:hover {
      opacity: 1;
    }
    #modal_promo ._modal__inner {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      width: 100%;
      max-width: 42.5rem;
      margin-inline: auto;
    }
    #modal_promo ._modal__inner img {
      width: 100%;
      aspect-ratio: 16/9;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
    }
    .toastify {
      z-index: 99999;
    }
  }
}
.grid__item-index {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.grid__item-index-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.grid__item-1 {
  display: none;
}

@media (width < 768px) {
  .grid__item-1 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
    font-size: initial;
    aspect-ratio: 0.68;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-position-x: center;
  }
}
.m-none {
  display: flex;
}

@media (width < 768px) {
  .m-none {
    display: none;
  }
}
.m-none-grid {
  display: grid;
}

@media (width < 768px) {
  .m-none-grid {
    display: none;
  }
}
.m-hide {
  display: none;
}

@media (width < 768px) {
  .m-hide {
    display: grid;
  }
}
.grid__item-1-2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (width < 768px) {
  .product__modal__content {
    top: 8%;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */