/** Shopify CDN: Minification failed

Line 9369:0 Unexpected "="

**/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;700&display=swap");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Object Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("ObjectSans-Regular.ttf") format("truetype");
  ascent-override: 105%;
}

@font-face {
  font-family: "Object Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("ObjectSans-Bold.ttf") format("truetype");
  ascent-override: 105%;
}

:root {
  --font__general: "Object Sans", sans-serif;
  --font__secondary: "Nunito Sans", sans-serif;
  --transition__general: 0.3s ease-in-out;
  --color__accent_first: #b44949;
  --color__accent_second: #fcffb5;
  --color__accent_third: #c7b6a7;
  --color__accent_fourth: #f2efec;
  --color__accent_fifth: #519b62;
  --color__black: #000000;
  --color__black--hover: #242424;
  --color__white: #ffffff;
  --color__white--hover: #efefef;
  --color__gray: #8b8b8b;
  --color__gray--light: #f6f6f6;
  --px-4: 1.25vw;
  --px-6: 1.88vw;
  --px-8: 2.5vw;
  --px-16: 5vw;
  --px-10: 3.13vw;
  --px-12: 3.75vw;
  --px-14: 4.38vw;
  --px-16: 5vw;
  --px-20: 6.25vw;
  --px-24: 7.5vw;
  --px-28: 8.75vw;
  --px-30: 9.38vw;
  --px-32: 10vw;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: var(--font__general);
  color: var(--color__black);
}

img {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--color__black);
  text-decoration: none;
  transition: var(--transition__general);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

#admin-bar-iframe {
  display: none !important;
}

.overflow-hidden--scroll {
  overflow: hidden !important;
  position: relative;
}

.btn-reset {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

.container {
  width: 95vw;
  margin-inline: auto;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 93.6vw;
  }
}

.page__top-sticky-block,
.page__top-fixed-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

.page__top-sticky-block ~ #shopify-section-home-hero {
  margin-top: var(--header-height);
}

.def-page {
  padding-top: 12rem;
  overflow: hidden;
  transition: padding 0.4s linear;
}

.def-page.additional-padding {
  padding: calc(14vw + 5.4rem) 0 0;
}

@media screen and (min-width: 750px) {
  .product-page {
    overflow: unset;
  }
}

.def-page__title {
  font-weight: 400;
  font-size: var(--px-28);
  line-height: 114%;
  letter-spacing: -0.01em;
}

.collection__title {
  margin-top: 10px;
}

@media screen and (min-width: 640px) {
  .product-page.def-page{
    padding: 10.5rem 0 0;
  }

  .def-page.additional-padding {
    padding: calc(7vw + 5.4rem) 0 0;
  }

  .def-page__title {
    font-size: 5.6rem;
    line-height: 107%;
  }
}

@media screen and (min-width: 960px) {
  .product-page.def-page{
    padding: 11rem 0 0;
  }

  .def-page.additional-padding {
    padding: calc(4vw + 5.4rem) 0 0;
  }
}

.free-shipping-modal {
  --free__close_size: var(--px-16);
  --free__fz: 1.2rem;
  margin-top: -2.4rem;
  top: 0;
  width: 100%;
  background: var(--color__accent_second);
  font-size: var(--free__fz);
  line-height: 117%;
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
  transition: 0.5s ease;
}

.free-shipping-modal__close-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: var(--free__close_size);
  height: var(--free__close_size);
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

.free-shipping-modal__close-btn svg {
  width: 100%;
  height: 100%;
}

.free-shipping-modal.active {
  margin-top: 0;
}

@media screen and (min-width: 640px) {
  .free-shipping-modal {
    --free__close_size: 2.4rem;
    --free__fz: 1.2rem;
    margin-top: -2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .free-shipping-modal__close-btn {
    cursor: pointer;
    right: 0;
  }

  .free-shipping-modal__close-btn svg {
    transition: var(--transition__general);
  }

  .free-shipping-modal__close-btn:hover svg {
    opacity: 0.7;
  }
}

.header {
  --header__icon_size: var(--px-16);
  --header__logo_width: 34.38vw;
  --header__icons_gap: var(--px-8);
  background: var(--color__white);
  padding: 0.8rem 0;
}

.header__container {
  display: grid;
  grid-template-columns: 1fr var(--header__logo_width) 1fr;
  grid-gap: 3rem;
  align-items: center;
}

.header__logo {
  width: 109px;
  height: 100%;
  margin: auto;
}

.header__logo svg {
  width: 100%;
  height: 100%;
}

.header__desktop-nav,
.header__search,
.header__control-icon--desktop {
  display: none;
}

.header__side-right {
  display: flex;
  justify-content: flex-end;
}

.header__side-left {
  display: flex;
  align-items: center;
  grid-gap: var(--header__icons_gap);
}

.header__control-icons {
  display: flex;
  grid-gap: var(--header__icons_gap);
}

.header__control-icon,
.header__hamburger {
  width: var(--header__icon_size);
  height: var(--header__icon_size);
}

.header__control-icon--search {
  display: none;
}

@media screen and (min-width: 640px) {
  .header {
    --header__icon_size: 2.4rem;
    --header__logo_width: 16.5rem;
    --header__icons_gap: 0.8rem;
  }

  .header__logo {
    width: 165px;
  }
}

@media screen and (max-width: 1199px) {
  .header__mobile-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    padding: 1rem 0;
    position: relative;
  }

  .header__side-left,
  .header__desktop-nav {
    height: 100%;
  }

  .header__desktop-nav {
    display: block;
  }

  .header__control-icon--mobile,
  .header__hamburger {
    display: none;
  }

  .header__control-icon--desktop {
    display: flex;
  }

  .header__search {
    display: block;
  }

  .header__search-field input.custom-field__field {
    padding: 0.7rem 0 0.4rem 2rem;
    line-height: 1;
  }

  .header__control-icons {
    margin-left: 1.8rem;
  }

  .header__control-icon svg path {
    transition: var(--transition__general);
  }

  .header__control-icon:hover svg path {
    fill: var(--color__accent_second);
  }

  .header__control-icon--search {
    display: block;
  }

  .header__control-icon--search-left {
    display: none;
  }
}

.btn-icon {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.btn-icon--full-svg svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .btn-icon {
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .desktop-nav__list {
    display: flex;
    grid-gap: 24px;
    height: 100%;
  }

  .desktop-nav__item {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .desktop-nav__item .desktop-submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition__general);
  }

  .desktop-nav__item:hover .desktop-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .desktop-nav__link {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
  }
}

.highlight-link {
  background: #B44949;
  padding: 4px 8px;
  color: #ffffff;
}

.link--type {
  display: block;
  line-height: 1;
}

.link--type__underline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background: currentColor;
  bottom: 0;
  transition: var(--transition__general);
  opacity: 1;
}

.link--type__underline:hover::before {
  opacity: 0;
}

.link--type__hover-unerdline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background: currentColor;
  bottom: 0;
  transition: var(--transition__general);
  opacity: 0;
}

.link--type__hover-unerdline:hover::before {
  opacity: 1;
}

.link--type__arrow .link__arrow-wr {
  display: inline;
  position: relative;
}

.link--type__arrow .link__arrow-inner {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-40%);
  display: flex;
  overflow: hidden;
}

.link--type__arrow .link__arrow-inner svg {
  width: 100%;
  height: 100%;
  transition: var(--transition__general);
}

.link--type__arrow.link--size__df {
  --arrow__size: 7.81vw;
}

.link--type__arrow.link--size__df .link__text {
  padding-right: var(--arrow__size);
}

.link--type__arrow.link--size__df .link__arrow-inner {
  width: var(--arrow__size);
  height: var(--arrow__size);
}

@media screen and (max-width: 768px) {
  .link--type__arrow.link--size__df .link__arrow-inner {
    width: 20px;
    height: 20px;
  }
}

.link--type__arrow.link--size__menu {
  --arrow__size: 1.6rem;
}

.link--type__arrow.link--size__menu .link__text {
  padding-right: var(--arrow__size);
}

.link--type__arrow.link--size__menu .link__arrow-inner {
  width: var(--arrow__size);
  height: var(--arrow__size);
}

.link--type__arrow-desktop-only .link__arrow-inner {
  display: none;
}

.link--type__arrow-desktop-only .link__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background: currentColor;
  bottom: 0;
  transition: var(--transition__general);
  opacity: 0;
}

.link--type__arrow-desktop-only.active .link__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background: currentColor;
  bottom: 0;
  transition: var(--transition__general);
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .link--type__arrow .link__arrow-inner svg {
    transform: translateX(-100%);
  }

  .link--type__arrow:hover .link__arrow-inner svg {
    transform: translateX(0);
  }

  .link--type__arrow.link--size__df {
    --arrow__size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .link--def {
    display: block;
    position: relative;
  }

  .link--def::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 100%;
    height: 0.1rem;
    background: currentColor;
    transition: var(--transition__general);
    opacity: 0;
  }

  .link--def:hover::before {
    opacity: 1;
  }

  .link--type__arrow-desktop-only .link__arrow-wr {
    display: inline;
    position: relative;
  }

  .link--type__arrow-desktop-only .link__arrow-inner {
    display: inline;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    overflow: hidden;
  }

  .link--type__arrow-desktop-only .link__arrow-inner svg {
    width: 100%;
    height: 100%;
    transition: var(--transition__general);
    transform: translateX(-100%);
  }

  .link--type__arrow-desktop-only.active .link__arrow-inner svg,
  .link--type__arrow-desktop-only:hover .link__arrow-inner svg {
    transform: translateX(0);
  }
}

.pos--relative {
  position: relative;
}

.pos--absolute {
  position: absolute;
}

.btn {
  text-transform: uppercase;
  outline: none;
  transition: var(--transition__general);
  display: block;
  text-align: center;
  cursor: pointer;
}

.btn--theme__ligth {
  background: var(--color__white);
  border: 0.1rem solid var(--color__white);
  line-height: 71%;
  padding: 0.86em;
}

.btn--theme__ligth:hover {
  background: var(--color__white--hover);
  border-color: var(--color__white--hover);
}

.btn--theme__dark {
  background: var(--color__black);
  border: 0.1rem solid var(--color__black);
  line-height: 71%;
  padding: 0.86em;
  color: var(--color__white);
}

.btn--theme__dark:hover {
  background: var(--color__black--hover);
  border-color: var(--color__black--hover);
}

.btn--theme__dark--disabled:not(.state-buy-btn) {
  background: #cbcbcb;
  border-color: #cbcbcb;
  color: var(--color__white);
}

.btn--theme__dark--disabled:not(.state-buy-btn):hover {
  background: #cbcbcb;
  border-color: #cbcbcb;
  color: var(--color__white);
  cursor: not-allowed;
}

.btn--theme__transparent {
  display: flex;
  border: 0;
  color: var(--color__black);
  background: transparent;
  padding: 0;
}

.btn--theme__transparent-darkborder {
  border: 0.1rem solid var(--color__black);
  color: var(--color__black);
  background: transparent;
  line-height: 71%;
  padding: 0.86em;
}

.btn--theme__transparent-darkborder:hover {
  background-color: var(--color__black);
  color: var(--color__white);
}

.section-title--size__xl {
  --section-title__fz: 8.75vw;
  font-size: var(--section-title__fz);
  line-height: 110%;
  font-weight: 400;
}

@media screen and (min-width: 640px) {
  .section-title--size__xl {
    --section-title__fz: 5.6rem;
  }
}

.footer {
  --footer__p: var(--px-24) 0 var(--px-12);
  --footer__navs_gap: var(--px-24);
  --footer__container_gap: var(--px-24);
  --footer__container_pb: 9.72vw;
  --footer__copy_fz: var(--px-10);
  background: var(--color__accent_fourth);
  padding: var(--footer__p);
}

.footer__nav-items-wr {
  display: flex;
  flex-direction: column;
  grid-gap: var(--footer__navs_gap);
}

.footer__container {
  display: flex;
  flex-direction: column;
  grid-gap: var(--footer__container_gap);
  padding-bottom: var(--footer__container_pb);
}

.footer__copyright-container {
  display: flex;
  justify-content: space-between;
}

.footer__copyright-container span,
.footer__copyright-container a {
  color: #8b8b8b;
  font-size: var(--footer__copy_fz);
}

.footer__nav-item--pay {
  display: flex;
  align-items: center;
  grid-gap: 2.4rem;
}

.footer__pay-item {
  flex: 0 0 calc(25% - 2.4rem);
  height: 3rem;
  display: flex;
  justify-content: center;
}

.footer__pay-item:first-of-type {
  flex: 0 0 auto;
}

.footer__pay-item img {
  height: 100%;
}

@media screen and (min-width: 640px) {
  .footer {
    --footer__p: 9rem 0 1.5rem;
    --footer__navs_gap: 4rem;
    --footer__container_gap: 3rem;
    --footer__container_pb: 1.5rem;
    --footer__copy_fz: 1.2rem;
  }

  .footer__nav-items-wr {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer__nav-item--pay {
    display: grid;
    grid-template-columns: repeat(2, 4.8rem);
    grid-gap: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .footer {
    --footer__navs_gap: 6rem;
  }

  .footer__container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1291px) {
  .footer__container-left .footer__nav-items-wr {
    padding: 0;
  }

  .footer__nav-item.footer__nav-item--pay {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .footer__container-left .footer__socials {
    justify-content: flex-start;
    margin-right: 29px;
  }
}

.footer-nav {
  --footer-nav__title_fz: var(--px-12);
  --footer-nav__item_fz: var(--px-14);
}

.footer-nav__title {
  font-size: var(--footer-nav__title_fz);
  line-height: 167%;
  text-transform: uppercase;
  color: #8b8b8b;
  white-space: nowrap;
}

.footer-nav__link {
  font-size: var(--footer-nav__item_fz);
  line-height: 143%;
}

@media screen and (min-width: 640px) {
  .footer-nav {
    --footer-nav__title_fz: 1.2rem;
    --footer-nav__item_fz: 1.6rem;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: var(--color__white);
  z-index: 5;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition__general);
}

.mobile-nav__inner {
  padding: 0 2.5vw 4.5rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mobile-nav__heading {
  position: relative;
  height: 10vw;
  width: 100%;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
}

.mobile-nav__search-btn {
  width: 5vw;
  height: 5vw;
}

.mobile-nav__search-btn svg {
  width: 100%;
  height: 100%;
}

.mobile-nav__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34.38vw;
  height: 4.06vw;
}

.mobile-nav__logo svg {
  width: 100%;
  height: 100%;
}

.mobile-nav__close-nav {
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  width: 5vw;
  height: 5vw;
}

.mobile-nav__close-nav svg {
  width: 100%;
  height: 100%;
}

.mobile-nav__general-nav {
  margin-top: 5vw;
}

.mobile-nav__second-level-heading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 2.5vw;
  background: var(--color__white);
  transform: translateX(100%);
  transition: var(--transition__general);
}

.mobile-nav__second-level-heading.active {
  transform: translateX(0);
}

.mobile-nav__back-menu-btn {
  width: 1.6rem;
  height: 1.6rem;
}

.mobile-nav__back-menu-btn svg {
  width: 100%;
  height: 100%;
}

.mobile-nav__second-heading-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #6f6f6f;
}

.mobile-nav__menu-item--with-submenu .mobile-nav__menu-link {
  display: flex;
  align-items: center;
  grid-gap: 0.4rem;
}

.mobile-nav__menu-item--with-submenu .mobile-nav__menu-item-arrow-wr {
  width: 5vw;
  height: 5vw;
}

.mobile-nav__menu-item--with-submenu .mobile-nav__menu-item-arrow-wr svg {
  width: 100%;
  height: 100%;
}

.mobile-nav__menu-link {
  display: flex;
  padding-top: 3.75vw;
  font-size: 5vw;
  line-height: 112%;
}

.mobile-nav__child-nav {
  position: fixed;
  top: 4.8rem;
  left: 0;
  width: 100%;
  padding: 0 2.5vw;
  background: var(--color__white);
  transform: translateX(100%);
  transition: var(--transition__general);
}

.mobile-nav__child-nav.active {
  transform: translateX(0);
  z-index: 2;
}

.mobile-nav__secondary-nav {
  margin-top: 10.31vw;
}

.mobile-nav__additional-nav {
  margin-top: auto;
}

.mobile-nav__login-btn-wr {
  margin-top: 7.5vw;
}

.mobile-nav__login-btn {
  width: 48.44vw;
  font-size: 3.75vw;
}

.mobile-nav__general-nav > .mobile-nav__menu-item > .mobile-nav__menu-link,
.mobile-nav__secondary-nav > .mobile-nav__menu-item > .mobile-nav__menu-link {
  transition: var(--transition__general);
}

.mobile-nav__general-nav.hidden
  > .mobile-nav__menu-item
  > .mobile-nav__menu-link,
.mobile-nav__secondary-nav.hidden
  > .mobile-nav__menu-item
  > .mobile-nav__menu-link {
  opacity: 0;
}

.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}

.desktop-submenu {
  position: absolute;
  left: 0;
  top: calc(100% - 0.8rem);
  width: 100%;
  background: var(--color__white);
  padding: 3.6rem 0;
}

.desktop-submenu__container {
  display: grid;
  grid-template-columns: auto 46.2vw;
  justify-content: space-between;
  grid-gap: 1vw;
}

.desktop-submenu__general-menus-side {
  display: flex;
  grid-gap: 6rem;
}

.desktop-submenu__images-side-items-wr {
  margin-top: 2.2rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}

.desktop-submenu__menu-item-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-transform: uppercase;
  color: var(--color__gray);
}

.desktop-submenu__general-menu-item-list {
  margin-top: 2.2rem;
}

.desktop-submenu__general-menu-item-item {
  margin-top: 1.5rem;
}

.desktop-submenu__general-menu-item-link {
  font-size: 1.6rem;
  line-height: 112%;
}

.menu-images-item__img-wr {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu-images-item__img-wr::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 131%;
}

.menu-images-item__img-wr picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-images-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-images-item__title {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 112%;
}

.menu-images-item__sale-precentage {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  padding: 0.8rem 0.7rem 0.5rem;
  background: var(--color__accent_second);
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.01em;
}

.desktop-menu-item__title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 133%;
  text-transform: uppercase;
  color: var(--color__gray);
}

.desktop-menu-item__list {
  margin-top: 1.2rem;
}

.desktop-menu-item__item {
  margin-top: 0.8rem;
}

.desktop-menu-item__link {
  font-size: 1.6rem;
  line-height: 112%;
}

.social {
  --social__gap: var(--px-8);
  --social__icon_size: var(--px-24);
  display: flex;
  grid-gap: var(--social__gap);
}

.social__link {
  width: var(--social__icon_size);
  height: var(--social__icon_size);
  display: flex;
}

.social__link svg {
  width: 100%;
  height: 100%;
}

.social--vertical {
  position: fixed;
  right: 2.5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.social--vertical {
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .social {
    --social__gap: 0.9rem;
    --social__icon_size: 3rem;
  }

  .social--vertical {
    display: none;
  }
}

.product-cart,
.cart__items {
  --product__content_pt: 0.6rem;
  --product__title_fz: 4.38vw;
  --product__price_pr: 0.6rem;
  --product__price_fz: 3.75vw;
  --product__desc_fz: 3.13vw;
}

.product-cart__pic-wr {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.product-cart__pic-wr::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 133%;
  z-index: -1;
}

.product-cart__pic-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-cart__pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cart__pic-img--hover {
  display: none;
}

.product-cart__wishlist {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  width: 2rem;
  height: 2rem;
}

.product-cart__quick-add,
.product-cart__colors {
  display: none;
}

.product-cart__content-inner {
  display: block;
  padding-top: var(--product__content_pt);
}

.product-cart__content-row {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0 0.5rem;
  justify-content: space-between;
}

.product-cart__title {
  font-size: var(--product__title_fz);
  line-height: 130%;
  font-weight: 400;
}

.product-cart__price {
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  font-size: var(--product__price_fz);
  line-height: 90%;
  display: block;
}

.product-cart__price--regular,
.product-cart__price--sale {
  line-height: 1;
}

.product-cart__price--regular {
  color: var(--color__gray);
  position: relative;
  display: block;
  width: fit-content;
  text-decoration: line-through;
}

.product-cart__original-price {
  display: flex;
  padding-top: 2px;
}
.product-cart__price--sale {
  color: #ff6262;
}

.product-cart__sale-prices {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  grid-gap: 0.2rem;
  align-items: flex-end;
}

.product-cart__desc {
  margin-top: 0.2rem;
  flex-basis: 100%;
  font-size: 14px;
  line-height: 140%;
  color: var(--color__gray);
}
@media screen and (max-width: 959px) {
  .product-cart__desc{
    font-size: 12px;
  }
}

.product-cart__quiq-add {
  position: relative;
}

.product-cart__quiq-add-text,
.product-cart__quiq-add-sizes-list {
  transition: var(--transition__general);
}

.product-cart__quiq-add-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-cart__quiq-add-sizes-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.product-cart__sale-precentage {
  position: absolute;
  left: 1.25vw;
  top: 1.25vw;
  padding: 1.25vw 1.25vw 0.63vw;
  background: var(--color__accent_second);
  font-size: 2.5vw;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.product-cart--noswipe
  .product-cart__price:not(.product-cart__price--regular):not(
    .product-cart__price--sale
  ) {
  grid-row: 3/4;
}

.product-cart--noswipe .product-cart__content-row {
  grid-template-columns: auto;
}

.product-cart--noswipe .product-cart__sale-prices {
  margin-top: 0.8rem;
  grid-column: 1/2;
  grid-row: 3/5;
  display: flex;
  flex-direction: column;
  grid-gap: 0 !important;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-cart--noswipe-big
  .product-cart__price:not(.product-cart__price--regular):not(
    .product-cart__price--sale
  ) {
  margin-top: 0.8rem;
  grid-row: 3/4;

  @media screen and (min-width: 1200px) {
    margin-top: 0.4rem;
  }
}

.product-cart--noswipe-big .product-cart__content-row {
  grid-template-columns: auto;
}

.product-cart--noswipe-big .product-cart__sale-prices {
  margin-top: 0.8rem;
  grid-column: 1/2;
  grid-row: 3/5;
  display: flex;
  flex-direction: column;
  grid-gap: 0.3rem;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 640px) {
  .product-cart,
  .cart__items {
    --product__content_pt: 0.8rem;
    --product__title_fz: 1.8rem;
    --product__price_pr: 0.5rem;
    --product__price_fz: 1.4rem;
    --product__desc_fz: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .product-cart__sale-precentage {
    left: 0.63vw;
    top: 0.63vw;
    padding: 0.63vw 0.63vw 0.31vw;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1200px) {
  .product-cart__wishlist,
  .product-cart__quick-add,
  .product-cart__colors {
    transition: var(--transition__general);
  }

  .product-cart__quick-add {
    display: block;
    position: absolute;
    left: 1.5rem;
    bottom: 1.6rem;
    width: calc(100% - 3rem);
    font-size: 1.4rem;
    transform: translateY(6rem);
    overflow: hidden;
    height: 4rem;
  }

  .product-cart__quick-add-text,
  .product-cart__quiq-add-sizes-list {
    transition: var(--transition__general);
  }

  .product-cart__quick-add-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .product-cart__quiq-add-sizes-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-transform: uppercase;
    grid-gap: 0.9rem;
    justify-content: center;
    transform: translateY(100%);
  }

  .product-cart__quick-add:hover {
    cursor: default;
  }

  .product-cart__quick-add:hover .product-cart__quick-add-text {
    transform: translateY(-100%);
  }

  .product-cart__quick-add:hover .product-cart__quiq-add-sizes-list {
    transform: translateY(0);
  }

  .product-cart__size-variation {
    flex: 0 0 9.52%;
    transition: var(--transition__general);
    text-transform: uppercase;
  }

  .product-cart__size-variation--disabled {
    flex: 0 0 9.52%;
    transition: var(--transition__general);
    text-transform: uppercase;
    color: var(--color__gray);
  }

  .product-cart__size-variation--disabled:hover {
    cursor: not-allowed;
  }

  .product-cart__size-variation--disabled:hover span::before {
    opacity: 0;
  }

  .shop__itmes-wr .product-cart__colors {
    margin-top: 1rem;
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .product-cart__sale-precentage {
    left: 0.8rem;
    top: 0.8rem;
    padding: 0.8rem 0.7rem 0.5rem;
    font-size: 1.6rem;
    line-height: 100%;
  }

  .product-cart__price:not(.product-cart__price--regular):not(
      .product-cart__price--sale
    ) {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .product-cart--noswipe .product-cart__content-row {
    grid-template-columns: auto;
  }

  .product-cart--noswipe .product-cart__sale-prices,
  .product-cart--noswipe
    .product-cart__price:not(.product-cart__price--regular):not(
      .product-cart__price--sale
    ) {
    grid-row: 1/3;
    grid-column: 2/2;
    margin: 0;
    align-items: flex-end;
  }

  .product-cart--noswipe-big .product-cart__content-row {
    grid-template-columns: auto auto;
  }

  .product-cart--noswipe-big .product-cart__sale-prices,
  .product-cart--noswipe-big
    .product-cart__price:not(.product-cart__price--regular):not(
      .product-cart__price--sale
    ) {
    grid-column: 2/3;
    grid-row: 1/3;
    align-items: flex-end;
  }

  .product-cart:hover .product-cart__quick-add {
    transform: translateY(0);
  }

  .product-cart:hover .product-cart__colors {
    opacity: 1;
    visibility: visible;
  }

  .product-cart:hover
    .product-cart__pic-img:not(.product-cart__pic-img--hover) {
    display: none;
  }

  .product-cart:hover .product-cart__pic-img--hover {
    display: block;
  }
}

.slider__arrow {
  z-index: 1;
  display: none;
}

.slider--centred-mobile,
.slider--left-mobile {
  overflow: visible;
}

.slider--centred-mobile .slider__swiper,
.slider--left-mobile .slider__swiper {
  overflow: visible;
}

@media screen and (min-width: 1200px) {
  .slider {
    position: relative;
  }

  .slider__arrow {
    margin-top: unset;
    display: flex;
    top: 14.5vw;
    width: 2.4rem;
    height: 2.4rem;
    transition: var(--transition__general);
  }

  .slider__arrow::after {
    display: none;
  }

  .slider__arrow--next {
    right: -3.2rem;
  }

  .slider__arrow--next:hover {
    transform: translateX(0.2rem);
  }

  .slider__arrow--prev {
    left: -3.2rem;
  }

  .slider__arrow--prev:hover {
    transform: translateX(-0.2rem);
  }

  .slider__arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
  }

  .slider--centred-mobile .slider__swiper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img__action {
  transition: 0.3s linear;
}

.hover-img:hover .hover-img__action {
  transform: scale(1.03);
}

@media screen and (min-width: 1200px) {
  .hover-img__action {
    transform: scale(1.01);
  }
}

.color-variation {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.color-variation__action-circle,
.color-variation__color-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.color-variation__action-circle {
  border: 0.1rem solid transparent;
  transition: var(--transition__general);
}

.color-variation:hover .color-variation__action-circle {
  border-color: #8b8b8b;
}

.color-variation.active .color-variation__action-circle {
  border-color: #25282b;
}

.color-variation.color-variation--size__sm {
  --variation__block_size: 2.4rem;
  --variation__action_size: 2rem;
  --variation__color_size: 1.6rem;
  width: var(--variation__block_size);
  height: var(--variation__block_size);
}

.color-variation.color-variation--size__sm .color-variation__action-circle {
  width: var(--variation__action_size);
  height: var(--variation__action_size);
}

.color-variation.color-variation--size__sm .color-variation__color-circle {
  width: var(--variation__color_size);
  height: var(--variation__color_size);
}

.product-full__color.active {
  pointer-events: none;
}

.color-variation--size__xl {
  --variation__block_size: 4rem;
  --variation__action_size: 3.35rem;
  --variation__color_size: 2.6rem;
  width: var(--variation__block_size);
  height: var(--variation__block_size);
}

.color-variation--size__xl .color-variation__action-circle {
  width: var(--variation__action_size);
  height: var(--variation__action_size);
}

.color-variation--size__xl .color-variation__color-circle {
  width: var(--variation__color_size);
  height: var(--variation__color_size);
}

.collection-item {
  --collection-item__name_fz: var(--px-24);
  --collection-item__title_mt: var(--px-8);
  --collection-item__title_fz: var(--px-24);
}

.collection-item__pic-wr {
  padding-top: 132%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .collection-item__pic-wr {
    padding-top: 131%;
  }
}

.collection-item__pic-inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.collection-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-item__name {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--collection-item__name_fz);
  color: var(--color__white);
  transition: var(--transition__general);
  text-transform: uppercase;
  line-height: 110%;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .collection-item__name {
    font-size: 24px;
  }
}

.collection-item__name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  top: calc(100% - 0.2rem);
  background: var(--color__white);
  transition: var(--transition__general);
  opacity: 0;
}

.collection-item__title {
  padding-bottom: 5px;
  margin-top: var(--collection-item__title_mt);
  font-size: var(--collection-item__title_fz);
  line-height: 120%;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  .collection-item__title {
    font-size: 12px;
  }
}

.collection-item:hover .collection-item__name::before {
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .collection-item {
    --collection-item__name_fz: 3.2rem;
    --collection-item__title_mt: 0.8rem;
    --collection-item__title_fz: 2.8rem;
  }
}

.shipping-info-item {
  --shipping-item__icon-wr_size: 12.5vw;
  --shipping-item__icon_size: 2.7rem;
  --shipping-item__container_gap: 3.2vw;
  --shipping-item__title_fz: var(--px-16);
  --shipping-item__desc_fz: var(--px-12);
  display: flex;
  align-items: flex-start;
  grid-gap: var(--shipping-item__container_gap);
}

.shipping-info-item__icon-wr {
  margin-top: 0.3rem;
  width: var(--shipping-item__icon-wr_size);
  height: var(--shipping-item__icon-wr_size);
  background: var(--color__white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shipping-info-item__icon-inner {
  width: var(--shipping-item__icon_size);
  height: var(--shipping-item__icon_size);
}

.shipping-info-item__icon-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shipping-info-item__content-wr {
  width: calc(
    100% - var(--shipping-item__icon-wr_size) -
      var(--shipping-item__container_gap)
  );
}

.shipping-info-item__title {
  font-weight: 400;
  font-size: var(--shipping-item__title_fz);
  line-height: 138%;
}

.shipping-info-item__desc {
  font-size: var(--shipping-item__desc_fz);
  line-height: 133%;
}

@media screen and (min-width: 640px) {
  .shipping-info-item {
    --shipping-item__icon-wr_size: 7.9rem;
    --shipping-item__icon_size: 5.3rem;
    --shipping-item__container_gap: 3.1rem;
    --shipping-item__title_fz: 2rem;
    --shipping-item__desc_fz: 1.6rem;
    max-width: 53rem;
  }

  .shipping-info-item__desc {
    margin-top: 0.8rem;
  }
}

.blog-preview-item {
  --blog-preview__content_mt: var(--px-12);
  --blog-preview__title_fz: var(--px-20);
  --blog-preview__link-name_mt: var(--px-4);
  --blog-preview__link-name_fz: var(--px-14);
}

.blog-preview-item__img-wr {
  padding-top: 133%;
  overflow: hidden;
}

.blog-preview-item__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-preview-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-preview-item__content {
  margin-top: var(--blog-preview__content_mt);
}

.blog-preview-item__title {
  font-size: var(--blog-preview__title_fz);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.blog-preview-item__link-name {
  margin-top: var(--blog-preview__link-name_mt);
  line-height: 1;
  position: relative;
  font-size: var(--blog-preview__link-name_fz);
  display: inline-block;
}

.blog-preview-item__link-name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6vw;
  height: 0.1rem;
  width: 100%;
  transition: var(--transition__general);
  background: var(--color__black);
}

@media screen and (min-width: 640px) {
  .blog-preview-item {
    --blog-preview__content_mt: 2rem;
    --blog-preview__title_fz: 3.6rem;
    --blog-preview__link-name_mt: 1.1rem;
    --blog-preview__link-name_fz: 1.6rem;
  }

  .blog-preview-item__link-name::before {
    bottom: 0.2rem;
  }

  .blog-preview-item:hover .blog-preview-item__link-name::before {
    opacity: 0;
  }
}

.custom-field {
  --input__field_p: 0.8rem 0;
  --input__field_fz: 5vw;
}

.custom-field p {
  margin: 0;
}

.custom-field__field-wr {
  position: relative;
  width: 100%;
  font-size: var(--input__field_fz);
}

.custom-field__field {
  position: relative;
  width: 100%;
  padding: var(--input__field_pb);
  font-size: var(--input__field_fz);
  line-height: 186%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 0.1rem solid var(--color__black);
  background: transparent;
  border-radius: 0;
  color: var(--color__black);
}

input.custom-field__field:-webkit-autofill,
input.custom-field__field:-webkit-autofill:hover,
input.custom-field__field:-webkit-autofill:focus {
  -webkit-text-fill-color: currentColor;
  -webkit-box-shadow: 0 0 0 1000px var(--field-bg, transparent) inset !important;
  box-shadow: 0 0 0 1000px var(--field-bg, transparent) inset !important;
  transition: background-color 9999s, color 9999s;
}

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

input.custom-field__field:-moz-autofill {
  box-shadow: 0 0 0 1000px var(--field-bg, transparent) inset !important;
  -moz-text-fill-color: currentColor;
}

.custom-field__field::-webkit-input-placeholder {
  color: var(--color__gray);
}

.custom-field__field:-moz-placeholder {
  color: var(--color__gray);
}

.custom-field__field::-moz-placeholder {
  color: var(--color__gray);
}

.custom-field__field:-ms-input-placeholder {
  color: var(--color__gray);
}

.custom-field__field:disabled {
  border-bottom-color: transparent;
}

.custom-field__show-password-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.custom-field__show-password-btn svg {
  width: 100%;
  height: 100%;
}

.custom-field__forgot-link {
  margin-left: auto;
  margin-top: 0.5rem;
  display: block;
  text-align: right;
  font-size: 1.2rem;
  line-height: 133%;
  color: var(--color__gray);
}

.custom-field__select-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.custom-field__select-arrow svg {
  width: 100%;
  height: 100%;
  transition: var(--transition__general);
}

.custom-field__top-label {
  margin-bottom: 0.2rem;
  font-weight: 700;
  font-size: 5vw;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.custom-field__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.custom-field__search-icon ~ .custom-field__field {
  padding: 0.8rem 2rem 0.4rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 133%;
}

.custom-field__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.custom-field__search-icon svg,
.custom-field__search-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-field--type__email {
  --input__field_p: var(--px-8) 0;
  --input__field_fz: var(--px-14);
  --input__btn_size: var(--px-24);
}

.custom-field--type__email .custom-field__field-wr {
  position: relative;
  width: 100%;
  font-size: var(--input__field_fz);
}

.custom-field--type__email .custom-field__field {
  position: relative;
  width: 100%;
  padding: var(--input__field_pb);
  font-size: var(--input__field_fz);
  line-height: 186%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 0.1rem solid var(--color__black);
  background: transparent;
  border-radius: 0;
  color: var(--color__black);
}

.custom-field--type__email .custom-field__field::-webkit-input-placeholder {
  color: var(--color__black);
}

.custom-field--type__email .custom-field__field:-moz-placeholder {
  color: var(--color__black);
}

.custom-field--type__email .custom-field__field::-moz-placeholder {
  color: var(--color__black);
}

.custom-field--type__email .custom-field__field:-ms-input-placeholder {
  color: var(--color__black);
}

.custom-field--type__email .custom-field__send-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23vw;
  width: var(--input__btn_size);
  height: var(--input__btn_size);
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  transition: var(--transition__general);
  left: calc(100% - var(--input__btn_size));
  cursor: pointer;
}

.custom-field--type__email .custom-field__send-btn svg {
  width: 100%;
  height: 100%;
}

.custom-field--type__select {
  position: relative;
}

.custom-field--type__select .custom-field__choose-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--color__white);
  z-index: 2;
  padding: 2rem 0;
  transition: var(--transition__general);
  opacity: 0;
  visibility: hidden;
}

.custom-field--type__select .custom-field__choose-item {
  padding: 0.8rem 2rem;
  font-size: 5vw;
  line-height: 125%;
  transition: var(--transition__general);
  cursor: pointer;
}

.custom-field--type__select .custom-field__choose-item:hover {
  background: var(--color__black);
  color: var(--color__white);
}

.custom-field--type__select.active .custom-field__choose-list {
  opacity: 1;
  visibility: visible;
}

.custom-field--type__select.active .custom-field__select-arrow svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 640px) {
  .custom-field {
    --input__field_fz: 1.6rem;
  }

  .custom-field__top-label {
    font-size: 1.6rem;
  }

  .custom-field--type__email {
    --input__field_p: 0.3rem 0;
    --input__field_fz: 1.6rem;
    --input__btn_size: 2.4rem;
  }

  .custom-field--type__email .custom-field__send-btn {
    left: auto;
    right: 0;
  }

  .custom-field--type__email .custom-field__top-label {
    font-size: 1.8rem;
    line-height: 133%;
  }

  .custom-field--type__email
    .custom-field__field:focus
    ~ .custom-field__send-btn {
    left: auto;
  }

  .custom-field--type__select .custom-field__choose-item {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .custom-field__search-btn {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.review-status {
  display: flex;
  align-items: flex-end;
  grid-gap: 0.2rem;
}

.review-status__stars-wr {
  display: flex;
}

.review-status__star-wr {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-status__star-wr svg {
  width: 100%;
  height: 100%;
}

.review-status__count-link {
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .review-status__star-wr {
    width: 2.4rem;
    height: 2.4rem;
  }

  .review-status__count-link {
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: 0.02em;
  }
}

.ship-ret-item {
  display: flex;
  align-items: center;
  grid-gap: 1.25vw;
}

.ship-ret-item__icon-wr {
  width: 5vw;
  height: 5vw;
}

.ship-ret-item__icon-wr svg,
.ship-ret-item__icon-wr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ship-ret-item__text {
  font-size: 3.75vw;
  line-height: 150%;
}

@media screen and (min-width: 640px) {
  .ship-ret-item {
    grid-gap: 1rem;
  }

  .ship-ret-item__icon-wr {
    width: 2.4rem;
    height: 2.4rem;
  }

  .ship-ret-item__text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .ship-ret-item {
    grid-gap: 0.8rem;
  }

  .ship-ret-item__icon-wr {
    width: 2.4rem;
    height: 2.4rem;
  }

  .ship-ret-item__text {
    font-size: 1.4rem;
  }
}
.faq-items__item.info-item{
  padding: 16px 12px !important;
}

.faq-items__item{
  padding: 22px 8px 22px 15px !important;
  border-bottom: 1px solid rgba(242, 239, 236, 1)
}
.benefit-items__item{
  padding: 16px 12px;
  border-bottom: 1px solid rgba(242, 239, 236, 1)
}
.benefit-item__title-wrapper,
.faq-item__title-wrapper{
  display: flex;
  gap: 12px;
}
.benefit-item__title-text,
.faq-item__title-text{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-item__title-pretitle{
  font-size: 1.2rem;
  line-height: 16px;
}
.faq-item__title-wrapper .faq-item__title{
  font-size: 2.4rem;
}
.faq-items__item.info-item .metafield-rich_text_field p{
  margin: 0;
}
.faq-items__item.info-item .faq-item__opn-btn{
  transform: none !important;
}
.faq-items__item.info-item .faq-item__content{
  display: flex;
  gap: 10px;
}
.buy-btns--wrapper{
  position: fixed;
  bottom: 0;
  width: calc(93.6vw * 0.427);
  padding-top: 0;
  padding-bottom: 48px;
  border-top: 1px solid rgba(242, 239, 236, 1);
  z-index: 99;
  background: white;
  max-height: calc(100vh - 90px);
}
.buy-btns--wrapper.sticky-bottom{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 0 48px 0;
}
.buy-btns--wrapper button{
  margin-top: 16px;
}
.buy-btns--wrapper .product-full__sizes-row{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.buy-btns--wrapper .product-full__sizes--trigger{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;

  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 18.5px 16px;
  background-color: rgba(242, 239, 236, 1);
  transition: var(--transition__general);
  cursor: pointer;
}
.buy-btns--wrapper .btn--disabled{
  opacity: 0.5 !important;
  cursor: default !important;
  pointer-events: none !important;
}
.buy-btns--wrapper .product-full__sizes--mobile-header{
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 8px 0;
  background-color: rgb(255, 255, 255);
  transition: var(--transition__general);
  cursor: pointer;
  border-top: 1px solid rgba(242, 239, 236, 1);
}
@media screen and (max-width: 959px) {
  .buy-btns--wrapper .product-full__sizes--mobile-header{
    display: flex;
  }
}
.buy-btns--wrapper .product-full__sizes--mobile-header span{
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.buy-btns--wrapper .product-full__sizes--mobile-header svg{
  width: 32px;
  height: 32px;
}
.buy-btns--wrapper .product-full__sizes--trigger svg{
  transition: var(--transition__general);
}
@media screen and (min-width: 960px) {
  .buy-btns--wrapper .product-full__sizes--trigger.active {
    margin-top: 16px;
    background-color: white;
  }
  .buy-btns--wrapper .product-full__sizes--trigger.active svg{
    transform: rotate(180deg);
  }
}

.buy-btns--wrapper .product-full__size-variations{
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
  gap: 0;
  transition: var(--transition__general);
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.buy-btns--wrapper .product-full__sizes--trigger.active + .product-full__size-variations{
  max-height: 100rem;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .buy-btns--wrapper .product-full__size-variations{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.5vw;
    transform: translateY(100%);
    background-color: white;
    z-index: 9;
  }
  .buy-btns--wrapper .product-full__sizes--trigger.active + .product-full__size-variations{
    transform: translateY(-72px);
  }
}
.buy-btns--wrapper .product-full__size-variation{
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(242, 239, 236, 1);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;

  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: transparent !important;
  color: #000 !important;
}
.buy-btns--wrapper .product-full__size-variation--disabled{
  color: rgba(139, 139, 139, 1) !important;

}

.buy-btns--wrapper .product-full__size-variation::before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1.3px solid black;
  border-radius: 10px;
  transition: var(--transition__general);
}
.buy-btns--wrapper  .product-full__size-variation.selected::before{
  background-color: black;
}
.buy-btns--wrapper .product-full__size-variation--disabled::before{
  border-color: rgba(139, 139, 139, 1) !important;
}
.buy-btns--wrapper button .product-full__size-variation--msg{
  margin-left: auto;
}
.buy-btns--wrapper .product-full__size-guide{
  margin: 16px 0;
  width: fit-content;
}
.mobile-product--preview{
  display: none;
  justify-content: space-between;
  gap: 15px;
  padding: 8px;
  background-color: rgba(242, 239, 236, 1);
  margin-bottom: 16px;
}
cart-size-popup .mobile-product--preview{
  display: flex;
}
.mobile-product--preview .product-preview--information{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  gap: 8px;
}
.mobile-product--preview .product-preview--information h3,
.mobile-product--preview .product-preview--information span{
  height: fit-content;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
.mobile-product--preview .product-preview--information img,
.cart-bundle-popup__image-wrapper{
  grid-area: 1 / 1 / 3 / 2;
  max-width: 60px;
  height: auto;
}
.mobile-product--preview .product-full__size-guide{
  margin: 0;
  height: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  min-width: fit-content;
}
.buy-btns--wrapper .product-full__bundles-block{
  margin: 0;
  overflow: hidden;
}
.buy-btns--wrapper .product-full__bundles-heading-wr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  padding: 16px 12px;
  background: rgba(242, 239, 236, 1);
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 8px;
  transition: var(--transition__general);
}
@media screen and (max-width: 959px) {
  .buy-btns--wrapper .product-full__bundles-heading-wr{
    margin-top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .buy-btns--wrapper .product-full__bundles-heading-wr.open{
    background: white;
    margin-top: 16px;
  }
  .buy-btns--wrapper .product-full__bundles-heading-wr.open > svg{
    transform: rotate(180deg);
  }
}
.buy-btns--wrapper .product-full__bundle-block-title{
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}
.buy-btns--wrapper .product-full__bundles-items-wr{
  margin: 0;
  gap: 8px;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: var(--transition__general);
}
@media screen and (max-width: 959px) {
  .buy-btns--wrapper .product-full__bundles-items-wr{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.5vw;
    transform: translateY(100%);
    background-color: white;
    z-index: 2;
  }
  .buy-btns--wrapper .product_bundles--triger.open + .product-full__bundles-items-wr{
    transform: translateY(-72px);
  }
}
.buy-btns--wrapper .product-full__bundles-items-wr-list{
  overflow: auto;
}
.buy-btns--wrapper .product_bundles--triger.open + .product-full__bundles-items-wr{
  opacity: 1;
  visibility: visible;
  max-height: 500rem;
}.buy-btns--wrapper .product_bundles--triger.open + .product-full__bundles-items-wr .product-full__bundles-items-wr-list{
  max-height: calc(100vh - 320px);
}

.bundle_poduct__options{
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: var(--transition__general);
}
.bundle_product__info.open + .bundle_poduct__options{
  opacity: 1;
  visibility: visible;
  max-height: 100rem;
}
.bundle-item__size-guide {
  width: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid rgba(242, 239, 236, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}
.bundle-item__color--triger-text-active-color{
  width: 16px;
  height: 16px;
  display: flex;
  border-radius: 50%;
  margin: 0;
  margin-left: 8px;
}
.bundle-item__size--triger-text-active-size{
  margin-left: 8px;
}
.bundle-item__picked-options{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.bundle-item__picked-option--color{
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: rgba(139, 139, 139, 1);
}
.bundle-item__picked-option--color.hidden{
  display: none;
}
.bundle-item__picked-option--color-value{
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 4px;
}
.bundle-item__picked-option--size.hidden{
  display: none;
}
.bundle-item__picked-option--size{
  display: flex;
  align-items: center;
  padding-left: 8px;
  border-left: 1px solid rgba(139, 139, 139, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: rgba(139, 139, 139, 1);
}
.bundle-item__picked-option--size-value{
  margin-left: 8px;
}
.buy-btns--wrapper .bundle-item{
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 1px;
  padding: 0;
  border: 0;
  margin-bottom: 8px;
}
.buy-btns--wrapper .bundle_product__number{
  background: rgba(242, 239, 236, 1);
  display: flex;
  justify-content: center;
  height: 100%;

  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  padding: 8px 0;
}
.buy-btns--wrapper .bundle_product__info{
  display: flex;
  gap: 10px;
  padding: 8px;
  background: rgba(242, 239, 236, 1);
  cursor: pointer;
}
.buy-btns--wrapper .bundle_product__info .bundle-item__img-wr{
  width: 58px !important;
  min-width: 58px !important;
}
.product-full__original_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 0 0 ;
}
.product-full__original_info h3{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
.product-full__original_info .product-full__price{
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}
.buy-btns--wrapper  .bundle-item__title-name,
.buy-btns--wrapper  .bundle-item__title{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
.bundle-item__icon{
  margin-left: auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition__general);
}
.bundle_product__info.open .bundle-item__icon{
  transform: rotate(180deg);
}
.buy-btns--wrapper  .bundle-item__color-variations,
.buy-btns--wrapper .bundle-item__size-variations{
  margin: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(242, 239, 236, 1);
  border-bottom: 1px solid rgba(242, 239, 236, 1);
  gap: 0;
}
.bundle-item__color--triger, .bundle-item__size--triger{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.bundle-item__color--triger-text-active,
.bundle-item__size--triger-text-active{
  display: none;
}
.bundle-item__color--triger.selected .bundle-item__color--triger-text{display:none}
.bundle-item__color--triger.selected .bundle-item__color--triger-text-active{display:flex; align-items: center;}
.bundle-item__size--triger.selected .bundle-item__size--triger-text{display:none}
.bundle-item__size--triger.selected .bundle-item__size--triger-text-active{display:flex; align-items: center;}
.bundle-item__color--triger-icon svg,
.bundle-item__size--triger-icon svg{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition__general);
  padding: 4px;
}
.bundle-item__color--triger-icon svg:last-of-type,
.bundle-item__size--triger-icon svg:last-of-type{
  display: none;
  padding: 9px;
}
.bundle-item__color--triger.open .bundle-item__color--triger-icon svg:first-of-type,
.bundle-item__size--triger.open .bundle-item__size--triger-icon svg:first-of-type{display:none}
.bundle-item__color--triger.open .bundle-item__color--triger-icon svg:last-of-type,
.bundle-item__size--triger.open .bundle-item__size--triger-icon svg:last-of-type{display:block}
.bundle-item__color-variations-wr{
  display: flex;
  flex-wrap: wrap;
  padding: 0 ;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: var(--transition__general);
}
.bundle-item__color--triger.open + .bundle-item__color-variations-wr{
  padding: 0 8px;
  padding-bottom: 12px;
  opacity: 1;
  visibility: visible;
  max-height: 100rem;
}
.buy-btns--wrapper .size-variation--bundle {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.buy-btns--wrapper .size-variation--bundle__wrapper{
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  padding: 0 8px;
  transition: var(--transition__general);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bundle-item__size--triger.open + .size-variation--bundle__wrapper{
  opacity: 1;
  visibility: visible;
  max-height: 100rem;
}
.buy-btns--wrapper  .size-variation--bundle + .product-full__size-guide{
  margin: 0;
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: auto;

  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
.buy-btns--wrapper .size-variation--bundle > .product-full__size-variation:last-of-type {
  border-bottom: 0;
}

.buy-btns--wrapper  .size-variation--bundle .product-full__size-guide::before{
  content: none;
}

@media screen and (max-width: 1200px) {
  .buy-btns--wrapper{
    margin: 0;
  }
}

@media screen and (max-width: 959px) {
  .buy-btns--wrapper{
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 16px 0  ;
  }
  .buy-btns--wrapper .product_button--wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 16px 0;
    background: white;
    z-index: 5;
  }
  .buy-btns--wrapper .product_button--wrapper .product-full__sticky-title-wrapper,
  .buy-btns--wrapper .product_button--wrapper button{
    max-width: 95vw ;
    margin: 0 auto;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0;
  }
  .product-full__breadcrumbs{
    display: none;
  }
  .mobile-product--preview{
    display: flex;
  }
  .product-full__size-variations > .product-full__size-guide{
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .product_button--wrapper {
    display: contents;
  }

  .buy-btns--wrapper {
    display: grid;
  }

  .product-full__sticky-title-wrapper {
    order: -1;
    padding-block: 8px 0;
  }
}
.product-full__sticky-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.product-full__sticky-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
}
.product-full__sticky-title-wrapper .product-full__price {
  font-size: 16px;
}
.product-full__size-variation--msg.notify-me{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  text-transform: initial;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}
.product-full__size-variation--msg.low-inventory{
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: rgba(139, 139, 139, 1);
}
.product-full__also-like .product-full__bundles-title,
.product-full__viewed .product-full__bundles-title{
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .product-full__also-like .product-full__bundles-title,
  .product-full__viewed .product-full__bundles-title{
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
}

.faq-item__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.benefit-item__heading,
.faq-item__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item__title {
  font-weight: 400;
  font-size: 5vw;
  line-height: 130%;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.product-full__info-wr .faq-item__title{
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}
.benefit-item__title-text .benefit-item__title,
.faq-item__title-text .faq-item__title{
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
.faq-item__content-inner p {
  font-size: 1.4rem;
}

.benefit-item__opn-btn,
.faq-item__opn-btn {
  display: flex;
  border: unset;
  background: unset;
  padding: unset;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  position: relative;
  cursor: pointer;
  transition: var(--transition__general);
}

.benefit-item__opn-btn.active path {
  fill: black;
  stroke: white;
}

.faq-item__content-inner {
  font-size: 4.38vw;
  line-height: 143%;
}

.benefit-item__opn-btn:not(.active) .benefit-item__content {
  display: none;
}

.benefit-item__content {
  position: absolute;
  inset: auto -15px -5px auto;
  width: max-content;
  max-width: 312px;
  background-color: #F2EFEC;
  border: 1px solid #25282B;
  translate: 0 100%;
  padding: 24px;
  font-size: 14px;
  text-align: left;
  z-index: 1;
}

.benefit-item__content p {
  margin: 0;
  color: var(--color__black);
}

.benefit-item__content::before {
  content: '';
  position: absolute;
  inset: -5.5px 20px auto auto;
  border: solid #25282B;
  width: 10px;
  height: 10px;
  background-color: #F2EFEC;
  border-width: 1px 1px 0 0;
  rotate: -45deg;
}

.faq-item__content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition__general);
}

.faq-item.active .faq-item__content {
  max-height: 100rem;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}

.faq-item.active .faq-item__opn-btn {
  transform: rotate(180deg);
}

.faq-item--type__faq-page .faq-item__title {
  text-transform: none;
  transition: var(--transition__general);
}

.faq-item--type__faq-page .faq-item.active .faq-item__title {
  font-weight: 700;
}

@media screen and (min-width: 640px) {
  .faq-item__title {
    font-size: 1.8rem;
  }

  .faq-item__content-inner {
    font-size: 1.6rem;
    line-height: 150%;
  }

  .faq-item__content-inner p {
    font-size: 1.4rem;
  }

  .benefit-item__opn-btn,
  .faq-item__opn-btn {
    min-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .faq-item--type__faq-page .faq-item__heading {
    grid-gap: 8.7rem;
  }

  .faq-item--type__faq-page .faq-item__container-inner {
    padding-right: 10rem;
  }
}

.review-item {
  border-top: 0.1rem solid #cbcbcb;
  padding: 1.6rem 0 3.8rem;
  display: grid;
  grid-template-columns: 1fr;
  padding-right: 4rem;
}

.review-item__comment-wr {
  order: 1;
}

.review-item__images-wr {
  order: 2;
}

.review-item__general-info {
  order: 3;
}

.review-item__helpful-wr {
  order: 4;
}

.review-item__title {
  margin-top: 0.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 138%;
  text-transform: uppercase;
}

.review-item__text {
  margin-top: 1.6rem;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.02em;
}

.review-item__images-wr {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 14rem);
  grid-gap: 0.4rem;
}

.review-item__img-wr {
  position: relative;
  padding-top: 136%;
}

.review-item__img-wr picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.review-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-item__general-info {
  margin-top: 1.6rem;
}

.review-item__user-name {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.review-item__user-type {
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: var(--color__gray);
}

.review-item__options {
  margin-top: 1.6rem;
}

.review-item__option {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 0.4rem;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.review-item__option-title {
  font-weight: 700;
}

.review-item__helpful-wr {
  margin-top: 2.4rem;
}

@media screen and (min-width: 960px) {
  .review-item {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-item__general-info {
    margin-top: 0;
    order: 1;
  }
}

@media screen and (min-width: 1200px) {
  .review-item {
    padding: 1.2rem 7.85vw 5.5rem 0;
    grid-template-columns: auto 46.94vw 15.07vw;
    grid-gap: 0 0.69vw;
  }

  .review-item__images-wr {
    margin-top: 0;
    margin-left: auto;
    width: 15.07vw;
    grid-template-columns: repeat(2, 1fr);
  }

  .review-item__general-info,
  .review-item__comment-wr {
    grid-row: 1/3;
  }

  .review-item__comment-wr {
    padding-right: 7.85vw;
  }

  .review-item__user-name {
    font-size: 1.8rem;
    line-height: 100%;
  }

  .review-item__user-type {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }

  .review-item__options {
    margin-top: 3.2rem;
  }

  .review-item__option {
    font-size: 1.4rem;
  }

  .review-item__title {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }

  .review-item__text {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 125%;
  }

  .review-item__helpful-wr {
    margin-top: 4.8rem;
  }
}

.review-helpful {
  display: flex;
  align-items: center;
  grid-gap: 0.8rem;
}

.review-helpful__title {
  font-size: 1rem;
  line-height: 1.2rem;
}

.review-helpful__controls-wr {
  display: flex;
  align-items: center;
  grid-gap: 0.6rem;
}

.review-helpful__control-item {
  display: flex;
  align-items: center;
  grid-gap: 0.4rem;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.review-helpful__icon-wr {
  width: 1.6rem;
  height: 1.6rem;
}

.review-helpful__icon-wr svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .review-helpful {
    grid-gap: 1.2rem;
  }

  .review-helpful__title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .review-helpful__control-item {
    font-size: 1.2rem;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  grid-gap: 0.7rem;
}

.breadcrumbs__item {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.breadcrumbs__item--current {
  color: var(--color__gray);
}

.breadcrumbs__slash {
  width: 1.6rem;
  height: 1.6rem;
}

.breadcrumbs__slash svg {
  width: 100%;
  height: 100%;
}

.custom-check__field-wr {
  position: relative;
  min-width: 5vw;
  width: 5vw;
  height: 5vw;
}

.custom-check__field-wr input {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.custom-check__field-wr
  input:checked
  ~ .custom-check__customize
  .custom-check__icon-disable {
  opacity: 0;
}

.custom-check__field-wr
  input:checked
  ~ .custom-check__customize
  .custom-check__icon-checked {
  opacity: 1;
}

.custom-check__customize {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-check__customize svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition__general);
}

.custom-check__icon-checked {
  opacity: 0;
}

.custom-check--type__with-label {
  display: flex;
  grid-gap: 0.5rem;
}

.custom-check--type__with-label .custom-check__label {
  font-size: 3.75vw;
  line-height: 133%;
  color: var(--color__gray);
  transition: var(--transition__general);
}

.custom-check--type__with-label .custom-check__label p {
  margin: 0;
}

.custom-check--type__with-label:has(input:checked) .custom-check__label {
  color: var(--color__black);
}

@media screen and (min-width: 640px) {
  .custom-check__field-wr {
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .custom-check--type__with-label .custom-check__label {
    font-size: 1.2rem;
  }
}

.social-login {
  text-align: center;
  border-top: 0.1rem solid #d9d9d9;
  padding-top: 1.5rem;
}

.social-login__title {
  font-size: 1.2rem;
  line-height: 150%;
}

.social-login__btns-wr {
  margin-inline: auto;
  margin-top: 1.6rem;
  width: 100%;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  grid-gap: 0.8rem;
}

.social-login__btn {
  display: flex;
  align-items: center;
  border: 0.1rem solid #d9d9d9;
  background: transparent;
  outline: none;
  padding: 0;
}

.social-login__btn-icon-wr {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login__btn-icon {
  height: 100%;
}

.social-login__btn-text {
  width: calc(100% - 4rem);
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .social-login__btns-wr {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .social-login__btn {
    transition: var(--transition__general);
  }

  .social-login__btn:hover {
    cursor: pointer;
    border-color: var(--color__dark);
  }
}

.rows__row:not(:first-child) {
  margin-top: 3.2rem;
}

@media screen and (min-width: 640px) {
  .rows__row:not(:first-child) {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 960px) {
  .rows:not(.rows--type__reverse) .rows__row:nth-child(2n-1) {
    flex-direction: row;
  }

  .rows:not(.rows--type__reverse) .rows__row:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .rows--type__reverse .rows__row:nth-child(2n-1) {
    flex-direction: row-reverse;
  }

  .rows--type__reverse .rows__row:nth-child(2n) {
    flex-direction: row;
  }
}

.row {
  display: flex;
  flex-direction: column;
  grid-gap: 3.2rem;
}

.row__title:not(:first-child) {
  margin-top: 2.4rem;
}

.row__desc {
  margin-top: 1.5rem;
  font-size: 3.75vw;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.row__desc p {
  margin: 0;
}

.row__image-wr {
  position: relative;
}

.row__image-wr::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 128.95%;
}

.row__image-wr picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.row__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 640px) {
  .row {
    grid-gap: 6rem;
  }

  .row__desc {
    margin-top: 2.2re;
    font-size: 1.8rem;
    line-height: 144%;
  }

  .row__desc p:not(:first-child) {
    margin: 2rem 0 0 0;
  }
}

@media screen and (min-width: 960px) {
  .row {
    grid-gap: 2vw;
    justify-content: space-between;
  }

  .row__content-side {
    width: 42.36vw;
  }

  .row__image-side {
    width: 46.39vw;
  }
}

@media screen and (min-width: 1200px) {
  .row__title:not(:first-child) {
    margin-top: 8rem;
  }
}

.join-block__form-wr {
  margin-top: 5rem;
  width: 100%;
  max-width: 67rem;
  margin-inline: auto;
}

.join-block__form-desc {
  font-size: 5vw;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.join-block__form-desc p {
  margin: 0;
}

.join-block__fields-wr {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  grid-gap: 2.4rem;
}

.join-block__check-item {
  margin-top: 2.4rem;
}

.join-block__submit-wr {
  margin-top: 3.5rem;
}

.join-block__submit-btn {
  margin-inline: auto;
  max-width: 30rem;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.join-block__form {
  position: relative;
}

@media screen and (min-width: 640px) {
  .join-block__form-desc {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .join-block__form-wr {
    margin-top: 6rem;
  }

  .join-block__fields-wr {
    margin-top: 3.2rem;
  }

  .join-block__submit-wr {
    margin-top: 4rem;
  }
}

.top-categories__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 143%;
  text-transform: capitalize;
  font-weight: 400;
  max-width: 80%;
}

.top-categories__list-wr {
  margin-top: 0.4rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.top-categories__list-inner {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.top-categories__item {
  flex: 0 0 25vw;
}

@media screen and (min-width: 640px) {
  .top-categories__title {
    margin-bottom: 32px;
    font-size: 56px;
    line-height: 60px;
    max-width: 100%;
  }

  .top-categories__item {
    flex: 0 0 10.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .top-categories__list-wr {
    margin-top: 0.8rem;
    overflow: hidden;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-categories__list-inner {
    grid-template-columns: repeat(6, 1fr);
  }
}

.top-cat-item__img-wr {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-cat-item__img-wr::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 130%;
}

.top-cat-item__img-wr picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.top-cat-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-cat-item__title {
  margin-top: 0.7rem;
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 110%;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 640px) {
  .top-cat-item__img-wr picture {
    transition: var(--transition__general);
  }

  .top-cat-item__title {
    font-size: 1.6rem;
    line-height: 138%;
  }

  .top-cat-item:hover .top-cat-item__img-wr picture {
    transform: scale(1.1);
  }
}

.filter-item__btn {
  display: flex;
  align-items: center;
}

.filter-item__btn-text {
  font-size: 3.75vw;
  line-height: 133%;
  color: var(--color__black);
  text-transform: uppercase;
}

.filter-item__btn-arrow {
  width: 5vw;
  height: 5vw;
}

.filter-item__btn-arrow svg {
  width: 19px;
  height: 100%;
  transition: var(--transition__general);
}

.filter-item.active .filter-item__btn-arrow svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 640px) {
  .filter-item__btn-text {
    font-size: 1.4rem;
    line-height: 22px;
  }

  .filter-item__btn-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.icon-title-item {
  display: flex;
  grid-gap: 4.69vw;
}

.icon-title-item__icon-wr {
  min-width: 8.75vw;
  width: 8.75vw;
  height: 8.75vw;
}

.icon-title-item__icon-wr svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-title-item__title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 138%;
}

.icon-title-item__desc {
  font-size: 3.75vw;
  line-height: 133%;
  font-size: 1.2rem;
}

.icon-title-item__desc p {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .icon-title-item {
    grid-gap: 1.5rem;
  }

  .icon-title-item__icon-wr {
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }

  .icon-title-item__title {
    font-size: 1.8rem;
    line-height: 122%;
  }

  .icon-title-item__desc {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 143%;
  }
}

@media screen and (min-width: 1200px) {
  .icon-title-item {
    flex-direction: column;
    grid-gap: 0.8rem;
  }
}

.search-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition__general);
}

.search-menu__inner {
  background: var(--color__white);
  width: 100%;
  height: 100%;
  padding: 1rem 2.5vw 2rem;
}

.search-menu__close-btn {
  position: absolute;
  left: 2.5vw;
  top: calc(-1.1rem - 5vw);
  background: var(--color__white);
  width: 5vw;
  height: 5vw;
}

.search-menu__close-btn svg {
  width: 100%;
  height: 100%;
}

.search-menu__content {
  overflow-y: auto;
  margin-top: 4rem;
  height: calc(100% - 6rem);
}

.search-menu__menus-wr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem 0.4rem;
}

.search-menu__top-categories-wr {
  margin-top: 3.2rem;
}

.search-menu__collections {
  margin-top: 2.4rem;
}

.search-menu__collections-title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 133%;
  text-transform: uppercase;
  color: var(--color__gray);
}

.search-menu__collection-list-wr {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem 0.4rem;
}

.search-menu.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 640px) {
  .search-menu__close-btn {
    width: 2.4rem;
    height: 2.4rem;
    top: -4.1rem;
  }

  .search-menu__menus-wr,
  .search-menu__collection-list-wr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 960px) {
  .search-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .search-menu__inner {
    position: absolute;
    right: 0;
    max-width: 71.9rem;
    max-height: calc(100% - var(--header-height) + 24px);
    padding: 3.8rem 4.9rem 6rem 2.5rem;
  }

  .search-menu__close-btn {
    top: 0.8rem;
    left: auto;
    right: 0.8rem;
  }

  .search-menu__close-btn svg {
    transition: var(--transition__general);
  }

  .search-menu__close-btn:hover svg {
    transform: rotate(90deg);
  }

  .search-menu__content {
    margin-top: 4.5rem;
    height: calc(100% - 4.5rem);
  }

  .search-menu__menus-wr {
    grid-template-columns: repeat(3, auto);
  }

  .search-menu__top-categories-wr {
    margin-top: 7rem;
  }

  .search-menu__top-list-wr {
    margin-top: 1.2rem;
  }

  .search-menu__top-list-inner {
    display: grid;
    grid-gap: 0.8rem;
    grid-template-columns: repeat(6, 1fr);
  }

  .search-menu__collections {
    margin-top: 6rem;
  }
}

.size-variation {
  position: relative;
  cursor: pointer;
}

.size-variation__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.size-variation__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.38vw;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: var(--transition__general);
  padding: 0.7rem 1rem 0.3rem;
  border: 0.1rem solid var(--color__black);
}

.size-variation__checkbox:disabled ~ .size-variation__label {
  color: var(--color__gray);
  border-color: var(--color__gray);
}

.size-variation__checkbox:checked ~ .size-variation__label {
  color: var(--color__white);
  background: var(--color__black);
}

.size-variation--bundle {
  display: none;
}

.size-variation--bundle.active {
  display: flex;
}

.size-variation:hover .size-variation__label {
  border-color: var(--color__gray);
  background: var(--color__gray);
  color: var(--color__white);
}

@media screen and (min-width: 640px) {
  .size-variation__label {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .size-variation__label {
    padding: 0.9rem 1rem 0.5rem;
  }
}

.color-variation {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  display: block;
}

.color-variation__checkbox {
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.color-variation__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition__general);
}

.color-variation__label::before,
.color-variation__label::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  transition: var(--transition__general);
}

.color-variation__label::before {
  background: var(--color__gray);
  opacity: 0;
}

.color-variation__label::after {
  border: 0.1rem solid transparent;
}

.color-variation:hover .color-variation__label::after {
  border-color: var(--color__gray);
}

.color-variation:hover .color-variation__checkbox:disabled {
  cursor: not-allowed;
}

.color-variation:hover
  .color-variation__checkbox:disabled
  ~ .color-variation__label {
  background-color: var(--color__gray) !important;
  cursor: not-allowed;
}

.color-variation:hover
  .color-variation__checkbox:disabled
  ~ .color-variation__label::after {
  opacity: 0;
  border-color: transparent;
}

.color-variation__checkbox:checked::after,
.color-variation.active ~ .color-variation__label::after,
.color-variation.active .color-variation__label::after {
  border-color: #25282b;
}

.selected-filters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 0.5rem;
}

.selected-filters-row__title-wr {
  flex-basis: 50%;
}

.selected-filters-row__title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 133%;
}

.selected-filters-row__clear-wr {
  flex-basis: calc(50% - 0.5rem);
  text-align: right;
}

.selected-filters-row__clear-link {
  font-size: 1.2rem;
  line-height: 133%;
}

.selected-filters-row__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: var(--transition__general);
  padding: 0.7rem 1rem 0.3rem;
  border: 0.1rem solid var(--color__black);
}

.selected-filters-row__items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.8rem;
}

.selected-filters-row__color-item {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}

@media screen and (min-width: 1200px) {
  .selected-filters-row {
    grid-gap: 2rem;
  }

  .selected-filters-row__title-wr,
  .selected-filters-row__clear-wr {
    flex-basis: auto;
  }

  .selected-filters-row__title-wr {
    order: 1;
  }

  .selected-filters-row__title {
    font-size: 1.6rem;
    line-height: 138%;
  }

  .selected-filters-row__items {
    order: 2;
  }

  .selected-filters-row__clear-wr {
    order: 3;
  }

  .selected-filters-row__clear-link {
    font-size: 1.6rem;
    line-height: 138%;
    letter-spacing: 0.01em;
  }

  .selected-filters-row__item {
    padding: 0.9rem 1rem 0.5rem;
  }
}

.to-cart-added {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.to-cart-added__close-btn {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
}

.to-cart-added__close-btn svg {
  width: 100%;
  height: 100%;
}

.to-cart-added__inner {
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
  background: var(--color__white);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
  padding: 1.7rem 2.2rem 2.3rem 1.7rem;
}

.to-cart-added__title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 112%;
}

.to-cart-added__cart-item {
  margin-top: 1.8rem;
}

.to-cart-added__controls {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}

.to-cart-added__view-bag-btn,
.to-cart-added__checkout-btn {
  font-size: 1.2rem;
  line-height: 117%;
}

.to-cart-added__footer {
  margin-top: 1.3rem;
  text-align: center;
  font-size: 1rem;
  line-height: 160%;
  color: var(--color__gray);
}

.to-cart-added.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 640px) {
  .to-cart-added__inner {
    top: 0.8rem;
    right: 0.8rem;
    left: auto;
    width: 36.8rem;
    transform: translateX(0);
    padding: 2rem 2.6rem 2.4rem 2.1rem;
  }

  .to-cart-added__close-btn {
    width: 2.4rem;
    height: 2.4rem;
  }

  .to-cart-added__title {
    font-size: 2rem;
  }

  .to-cart-added__controls {
    margin-top: 4.2rem;
  }

  .to-cart-added__footer {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .to-cart-added__close-btn svg {
    transition: var(--transition__general);
  }

  .to-cart-added__close-btn:hover svg {
    transform: rotate(90deg);
  }
}

.cart-item {
  display: grid;
  grid-template-columns: 25.94vw auto;
  grid-gap: 4.06vw;
}

.cart-item__image-side {
  position: relative;
}

.cart-item__image-side::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 140%;
}

.cart-item__image-side picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__content-side {
  display: flex;
  flex-direction: column;
}

.cart-item__top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 2.5vw;
}

.cart-item__title {
  font-weight: 400;
  font-size: 4.38vw;
  line-height: 157%;
}

.cart-item__remove-btn {
  min-width: 5vw;
  width: 5vw;
  height: 5vw;
}

.cart-item__remove-btn svg {
  width: 100%;
  height: 100%;
}

.cart-item__tags {
  margin-top: 0.2rem;
}

.cart-item__tags,
.cart-item__size,
.cart-item__count {
  font-size: 3.13vw;
  line-height: 140%;
  color: var(--color__gray);
}

.cart-item__count {
  margin-top: 0.5rem;
}

.cart-item__size {
  margin-top: 1.4rem;
}

.cart-item__size span {
  text-transform: uppercase;
}

.cart-item__bottom-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item__bottom-row .product-cart__prices {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cart-item__price {
  font-weight: 700;
  font-size: 4.38vw;
  line-height: 129%;
}

.cart-item__price-bundle {
  display: flex;
}

.cart-item__price.cart-item__price--compare-at-price {
  display: none;
}

.cart-item__price.cart-item__price--compare-at-price.product-cart__price--regular {
  display: block;
}

.cart-item--bundle-child,
.cart-item--bundle-child--cart_drawer {
  width: calc(100% - 2rem);
  background: rgba(0, 0, 0, 0.01);
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border-bottom: none !important;
}

.cart-item--bundle-child.cart__cart-item,
.cart-item--bundle-child--cart_drawer.cart__cart-item {
  border-top: none !important;
}

.cart-item--bundle-child--cart_drawer .quantity-module__button--minus,
.cart-item--bundle-child--cart_drawer .quantity-module__button--plus {
  display: none;
}

@media screen and (min-width: 640px) {
  .cart-item {
    grid-template-columns: 10rem auto;
    grid-gap: 1.6rem;
  }

  .cart-item__title {
    font-size: 1.8rem;
    line-height: 122%;
  }

  .cart-item__remove-btn {
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .cart-item__tags {
    margin-top: 0;
  }

  .cart-item__tags,
  .cart-item__size,
  .cart-item__count,
  .cart-item__discounts {
    font-size: 1.4rem;
    line-height: 114%;
    padding-right: 2.4rem;
  }

  .cart-item__discounts {
    font-size: 1.2rem;
  }

  .cart-item__size {
    margin-top: 1.6rem;
  }

  .cart-item__price {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .cart-item__remove-btn svg {
    transition: var(--transition__general);
  }

  .cart-item__remove-btn:hover svg {
    transform: rotate(10deg);
  }
}

.quantity-module {
  display: grid;
  grid-template-columns: 5vw 7.5vw 5vw;
}

.quantity-module__button {
  height: 5vw;
}

.quantity-module__button svg {
  width: 100%;
  height: 100%;
}

.quantity-module__count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.38vw;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.quantity-module__count.cart-item__count {
  padding: 0;
  color: #000;
  margin: 0;
}

.cart .cart-item--bundle-child .cart-item__quantity .quantity-module__button {
  display: none !important;
}

@media screen and (min-width: 640px) {
  .quantity-module {
    grid-template-columns: 1.6rem 3.2rem 1.6rem;
  }

  .quantity-module__button {
    height: 1.6rem;
  }

  .quantity-module__count {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .quantity-module__button {
    border: 0.1rem solid transparent;
    transition: var(--transition__general);
  }

  .quantity-module__button:hover {
    border: 0.1rem solid var(--color__black);
  }
}

.cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition__general);
  z-index: 9999;
}

.cart form {
  height: 100%;
}

.cart__inner {
  background: var(--color__white);
  height: 100%;
  width: 100%;
  padding: 0.8rem 0.8rem 5rem;
}

.cart__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.cart__title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 133%;
  text-transform: uppercase;
}

.cart__handler {
  display: none;
}

.cart__items {
  padding-right: 4.4rem;
  height: calc(100% - 37rem);
  max-height: calc(100% - 37rem);
  overflow: auto;
}

.cart__cart-item {
  border-top: 0.1rem solid #cbcbcb;
  padding: 1.6rem 0 1.4rem;
}

.cart__cart-item:last-child {
  border-bottom: 0.1rem solid #cbcbcb;
}

.cart__subtotal {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__subtotal-title {
  font-size: 1.6rem;
  line-height: 138%;
}

.cart__subtotal-price {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 138%;
}

.cart__checkout-btn {
  margin-top: 1.6rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 150%;
}

.cart__shipping-info {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1rem;
  line-height: 140%;
  color: var(--color__gray);
}

.cart__shipping-info p {
  margin: 0;
}

.cart.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.cart--inpage {
  position: relative;
  height: auto;
  z-index: 1;
}

.cart--inpage .cart__inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15.63vw;
}

.cart--inpage .cart__header {
  border-bottom: 0.1rem solid #cbcbcb;
  align-items: center;
}

.cart--inpage .cart__title {
  font-size: 3.75vw;
}

.cart--inpage .cart__close-btn {
  width: 5vw;
  height: 5vw;
}

.cart--inpage .cart__close-btn svg {
  width: 100%;
  height: 100%;
}

.cart--inpage .cart__items {
  width: 83.75vw;
  padding-right: 0;
}

.cart--inpage .cart__cart-item {
  border-top: none;
  border-bottom: 0.1rem solid #cbcbcb;
  padding: 5vw 0;
}

@media screen and (min-width: 640px) {
  .cart {
    background: rgba(0, 0, 0, 0.2);
  }

  .cart__inner {
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    max-width: 51.6rem;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem 4.8rem 2.7rem;
  }

  .cart__header {
    align-items: center;
  }

  .cart__close-btn {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
  }

  .cart__handler {
    display: block;
  }

  .cart__items {
    padding-right: 0;
  }

  .cart__subtotal-titl,
  .cart__subtotal-price {
    font-size: 2rem;
    line-height: 1.8rem;
  }

  .cart__checkout-btn {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .cart__shipping-info {
    font-size: 1.4rem;
    line-height: 157%;
  }

  .cart--inpage {
    background: transparent;
  }

  .cart--inpage .cart__inner {
    padding-top: 0;
    box-shadow: none;
    max-width: 100%;
  }

  .cart--inpage .cart__close-btn {
    position: relative;
    width: 3rem;
    height: 3rem;
  }

  .cart--inpage .cart__title {
    font-size: 3.6rem;
  }

  .cart--inpage .cart__handler {
    display: none;
  }

  .cart--inpage .cart__items {
    height: 100%;
    max-height: 100%;
    width: auto;
  }

  .cart--inpage .cart__cart-item {
    padding: 2.4rem 0 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .cart--inpage {
    background: transparent;
  }

  .cart--inpage .cart__inner {
    width: 100%;
  }

  .cart--inpage .cart__close-btn {
    display: none;
  }
}

.cart-handler {
  position: relative;
}

.cart-handler svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cart-handler__count {
  top: -0.9vw;
  right: -1.88vw;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 3.75vw;
  height: 3.75vw;
  background: #ffc2ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.19vw;
}

.cart-handler.active-count .cart-handler__count {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 640px) {
  .cart-handler svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .cart-handler__count {
    top: -0.3rem;
    right: -0.5rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1rem;
  }
}

.account-info__item:not(:first-child) {
  margin-top: 2.5rem;
}

.account-info__item-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.account-info__item-val {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.account-info__edit-btn {
  margin-top: 3.1rem;
  font-size: 1.6rem;
  line-height: 1;
}

.account-info__item--address {
  display: flex;
  flex-direction: column;
  grid-gap: 1.2rem;
}

@media screen and (min-width: 640px) {
  .account-info__edit-btn {
    margin-inline: auto;
    width: 100%;
    max-width: 30rem;
  }
}

@media screen and (min-width: 960px) {
  .account-info__items-wr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.8rem;
  }

  .account-info__item:not(:first-child) {
    margin-top: 0;
  }

  .account-info__item--address {
    grid-column: 2/3;
    grid-row: 1/5;
  }

  .account-info__edit-btn {
    margin-top: 11.2rem;
  }
}

.size-guide {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  transition: var(--transition__general);
  opacity: 0;
  visibility: hidden;
  max-width: 100vw;
  overflow-x: hidden;
}

.size-guide__inner {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  max-width: 84.7rem;
  background: var(--color__white);
}

.size-guide__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
}

.size-guide__title {
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.size-guide__close-btn {
  width: 7.5vw;
  height: 7.5vw;
}

.size-guide__close-btn svg {
  width: 100%;
  height: 100%;
}

.size-guide__tables-wr {
  background: var(--color__accent_fourth);
  padding: 12.5vw 2.5vw 18.75vw;
}

.size-guide__tables-wr .shopify-section:not(:first-child) {
  margin-top: 18.75vw;
}

.size-guide__table:not(:first-child) {
  margin-top: 18.75vw;
}

.size-guide.active {
  opacity: 1;
  visibility: visible;
}

.size-guide--page {
  position: static;
  opacity: 1;
  visibility: visible;
}

.size-guide--page .size-guide__inner {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0);
  width: 100%;
  max-width: 100%;
  background: var(--color__white);
}

.size-guide--page .size-guide__heading {
  background: var(--color__accent_fourth);
}

.close-guide {
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  width: 7.5vw;
  height: 7.5vw;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition__general);
}

.close-guide svg {
  width: 100%;
  height: 100%;
}

.close-guide.active {
  opacity: 1;
  visibility: visible;
}

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

  .size-guide__close-btn {
    width: 2.4rem;
    height: 2.4rem;
  }

  .size-guide__tables-wr {
    padding: 4rem 0.8rem 6rem;
  }

  .size-guide__tables-wr .shopify-section:not(:first-child) {
    margin-top: 6rem;
  }

  .size-guide__table:not(:first-child) {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 960px) {
  .size-guide {
    background: rgba(0, 0, 0, 0.2);
  }

  .size-guide__inner {
    top: 13vw;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    background: var(--color__accent_fourth);
    position: relative;
  }

  .size-guide__heading {
    padding: 2.4rem;
  }

  .size-guide__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .size-guide__close-btn {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
  }

  .size-guide__tables-wr {
    padding: 0 2.4rem 6rem;
  }

  .size-guide__table-sm {
    max-width: 51.6rem;
  }

  .size-guide--page {
    background: transparent;
  }

  .size-guide--page .size-guide__inner {
    box-shadow: none;
  }
}

@media screen and (min-width: 1200px) {
  .size-guide__close-btn svg {
    transition: var(--transition__general);
  }

  .size-guide__close-btn:hover svg {
    transform: rotate(90deg);
  }
}

.size-table__title {
  font-weight: 400;
  font-size: 7.5vw;
  line-height: 117%;
}

.size-table__table {
  margin-top: 6.25vw;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.size-table__table thead td {
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 100%;
  letter-spacing: 0.01em;
}

.size-table__table td {
  padding: 0.6rem 0.8rem;
  border-bottom: 0.1rem solid var(--color__black);
  font-size: 3.125vw;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.size-table__table:not(.size-guide__table-with-size-blocks) tr:hover td {
  background: var(--color__black);
  color: var(--color__white);
}

@media screen and (min-width: 640px) {
  .size-table__title {
    font-size: 2.4rem;
  }

  .size-table__table {
    margin-top: 2rem;
  }

  .size-table__table thead td {
    font-size: 1.2rem;
  }

  .size-table__table td {
    font-size: 1rem;
  }
}

@media screen and (min-width: 960px) {
  .size-table__title {
    font-size: 3.6rem;
    line-height: 111%;
    letter-spacing: 0.01em;
  }

  .size-table__table {
    margin-top: 2.4rem;
  }

  .size-table__table thead td {
    font-size: 1.6rem;
    line-height: 138%;
  }

  .size-table__table td {
    font-size: 1.6rem;
    line-height: 138%;
  }

  .size-table--desktop-revert .size-table__table {
    display: flex;
  }

  .size-table--desktop-revert .size-table__table thead {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
  }

  .size-table--desktop-revert .size-table__table thead tr {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
  }

  .size-table--desktop-revert .size-table__table tbody {
    display: flex;
  }

  .size-table--desktop-revert .size-table__table tbody tr {
    display: flex;
    flex-direction: column;
  }
}

.define-your-size {
  background: var(--color__accent_third);
  padding: 2.4rem 0.8rem 6rem;
}

.define-your-size__title {
  font-weight: 400;
  font-size: 7.5vw;
  line-height: 117%;
}

.define-your-size__col {
  margin-top: 9.69vw;
}

.define-your-size__col-title {
  font-weight: 700;
  font-size: 5vw;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.define-your-size__col-content {
  font-size: 5vw;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.define-your-size__img-wr {
  margin-top: 1.5rem;
  position: relative;
  width: 100%;
}

.define-your-size__img-wr::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 134%;
}

.define-your-size__img-wr picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.define-your-size__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 640px) {
  .define-your-size__title {
    font-size: 2.4rem;
  }

  .define-your-size__col {
    margin-top: 3.1rem;
  }

  .define-your-size__col-title {
    font-size: 1.6rem;
  }

  .define-your-size__col-content {
    font-size: 1.6rem;
  }

  .define-your-size__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 960px) {
  .define-your-size {
    padding: 4rem 2.4rem 6rem;
  }

  .define-your-size__title {
    font-size: 3.6rem;
    line-height: 111%;
  }

  .define-your-size__content-wr {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.8rem;
  }

  .define-your-size__col {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .define-your-size__col-content,
  .define-your-size__col-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .define-your-size__col-content {
    margin-bottom: 1.6rem;
  }

  .define-your-size__img-wr {
    margin-top: auto;
  }
}

.content-asside-menu__menu-item:not(:first-child) {
  margin-top: 0.8rem;
}

.content-asside-menu__menu-item-link {
  font-size: 1.4rem;
  line-height: 129%;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .content-asside-menu__menu-item:not(:first-child) {
    margin-top: 1.6rem;
  }

  .content-asside-menu__menu-item-link {
    font-size: 1.8rem;
    line-height: 122%;
    letter-spacing: 0.01em;
  }
}

.contact-item__title {
  font-weight: 700;
}

.contact-item__title,
.contact-item__desc {
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.contact-item__link {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  grid-gap: 1.2rem;
}

.contact-item__link-icon-wr {
  width: 2.4rem;
  height: 2.4rem;
}

.contact-item__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-item__link-text {
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: 0.02em;
  position: relative;
  display: block;
}

.contact-item__link-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  width: 100%;
  background: var(--color__black);
  transition: var(--transition__general);
}

@media screen and (min-width: 1200px) {
  .contact-item__title,
  .contact-item__desc {
    font-size: 1.8rem;
    line-height: 133%;
  }

  .contact-item__link-text {
    font-size: 1.8rem;
  }

  .contact-item__link:hover .contact-item__link-text::before {
    opacity: 0;
  }
}

.join-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: var(--transition__general);
  opacity: 1;
  visibility: visible;
}

.join-modal__inner {
  position: absolute;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
  background: var(--color__white);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30.4rem;
  max-width: 100%;
  padding: 3rem 1.1rem;
}

.join-modal__close-btn {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.8rem;
  right: 0.8rem;
}

.join-modal__close-btn svg {
  width: 100%;
  height: 100%;
}

.join-modal__title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 111%;
  text-align: center;
}

.join-modal__go-btn {
  margin-top: 4.1rem;
  font-size: 3.75vw;
  line-height: 117%;
}

.join-modal.close {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 640px) {
  .join-modal__go-btn {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .join-modal__inner {
    width: 42rem;
    padding: 4rem 2.4rem;
  }

  .join-modal__close-btn {
    width: 2.4rem;
    height: 2.4rem;
  }

  .join-modal__title {
    font-size: 3.2rem;
    line-height: 125%;
  }

  .join-modal__go-btn {
    margin-top: 2.7rem;
    max-width: 30rem;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  transition: var(--transition__general);
  opacity: 0;
  visibility: hidden;
}

.preloader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  max-width: 60%;
  height: auto;
}

.preloader.active {
  opacity: 1;
  visibility: visible;
}

.def-popup {
  --def-popup__inner_w: 95vw;
  --def-popup__inner_h: 362px;
  --def-popup__inner_p: var(--px-24) var(--px-24) 12.5vw;
  --def-popup__close_t: var(--px-8);
  --def-popup__close_r: var(--px-8);
  --def-popup__close_size: var(--px-16);
  --def-popup__title_fz: 32px;
  --def-popup__title_lh: 111%;
  --def-popup__input_fz: 4.38vw;
  --def-popup__submit_fz: var(--px-12);
  --def-popup__submit_mt: var(--px-24);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: var(--transition__general);

  @media screen and (min-width: 768px) {
    --def-popup__inner_h: 120vw;
    --def-popup__title_fz: 11.25vw;
  }
}

.def-popup__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--def-popup__inner_w);
  height: auto;
  padding: 24px 28px 24px 24px;
  box-shadow: 0 0 40px 10px #0000001a;
}

.def-popup__inner .klaviyo-form button{
  font-size: 14px !important;
  height: 32px !important;
}
.def-popup__inner .needsclick.kl-private-reset-css-Xuajs1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.def-popup__inner .needsclick.kl-private-reset-css-Xuajs1 input {
  padding: 0 0 0 7px !important;
}
.def-popup__inner input::placeholder{
  color: var(--color__black) !important;
}

.def-popup__inner input:focus-visible{
  outline: none !important;
}

.def-popup__close-btn {
  position: absolute;
  top: var(--def-popup__close_t);
  right: var(--def-popup__close_r);
  width: var(--def-popup__close_size);
  height: var(--def-popup__close_size);
}

.def-popup__close-btn svg {
  width: 100%;
  height: 100%;
  transition: var(--transition__general);
}

.def-popup__close-btn:hover svg {
  transform: rotate(180deg);
}

.def-popup__content-wr,
.def-popup__text-side {
  height: 100%;
}

.def-popup__text-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.def-popup__inner.submitted .def-popup__text-side:not(.def-popup__text-side--submitted),
.def-popup__inner:not(.submitted) .def-popup__text-side.def-popup__text-side--submitted {
  display: none;
}

.def-popup__title {
  font-weight: 400;
  font-size: var(--def-popup__title_fz);
  line-height: var(--def-popup__title_lh);
}

.def-popup__title--sm {
  font-size: 9vw;
}

.def-popup__field input {
  font-size: var(--def-popup__input_fz);
  line-height: 143%;
  font-weight: 400;
}

.def-popup__field input::-webkit-input-placeholder {
  color: var(--color__black);
}

.def-popup__field input:-moz-placeholder {
  color: var(--color__black);
}

.def-popup__field input::-moz-placeholder {
  color: var(--color__black);
}

.def-popup__field input:-ms-input-placeholder {
  color: var(--color__black);
}

.def-popup__submit-btn {
  margin-top: var(--def-popup__submit_mt);
  width: 100%;
  font-size: var(--def-popup__submit_fz);
}

.def-popup__button {
  margin-top: auto;
  font-size: 14px;
}

.def-popup__discount {
  display: flex;
  margin-top: 24px;
  border: 1px dashed #25282B;
  padding: 4px 7px;
  width: 100%;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}

.def-popup__discount span {
  user-select: all;
}

.def-popup__img-side {
  display: none;
}

.def-popup .go3298969293 {
  display: none;
}

.def-popup input[type="email"] {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  padding-left: 0 !important;
  font-size: var(--def-popup__input_fz) !important;
  line-height: 143% !important;
  font-weight: 400 !important;
}

.def-popup input:-webkit-autofill,
.def-popup input:-webkit-autofill:hover,
.def-popup input:-webkit-autofill:focus,
.def-popup input:-webkit-autofill:active {
  background: transparent;
}

.def-popup.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media screen and (min-width: 640px) {
  .def-popup {
    --def-popup__inner_w: 37.5rem;
    --def-popup__inner_h: 499px;
    --def-popup__inner_p: 24px 28px 24px 24px;
    --def-popup__close_t: 4px;
    --def-popup__close_r: 4px;
    --def-popup__close_size: 2.4rem;
    --def-popup__title_fz: 4.8rem;
    --def-popup__input_fz: 1.6rem;
    --def-popup__submit_fz: 1.4rem;
    --def-popup__submit_mt: 2.4rem;
  }

  .def-popup__title--sm {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 960px) {
  .def-popup {
    --def-popup__inner_h: 446px;
    --def-popup__inner_w: 73rem;
  }

  .def-popup__content-wr {
    display: grid;
    grid-template-columns: auto 27.9rem;
    grid-gap: 2.3rem;
  }

  .def-popup__img-side {
    display: block;
  }

  .def-popup__img-side,
  .def-popup__img-wr {
    height: 100%;
  }

  .def-popup__img-wr {
    width: 100%;
    position: relative;
  }

  .def-popup__img-wr picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .def-popup__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.cookies-banner {
  --cook__general_p: var(--px-8) 0 var(--px-16);
  --cook__general_gap: 0.3rem;
  --cook__text_fz: var(--px-8);
  --cook__text_lh: 150%;
  --cook__btn_fz: var(--px-12);
  --cook__btn_h: var(--px-24);
  --cook__btn_w: 40vw;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--cook__general_p);
  background: #ded5cd;
  z-index: 5;
  display: none;
}

.cookies-banner__container {
  display: flex;
  flex-direction: column;
  grid-gap: var(--cook__general_gap);
}

.cookies-banner__text {
  font-size: var(--cook__text_fz);
  line-height: var(--cook__text_lh);
  color: var(--color__black);
}

.cookies-banner__text p {
  margin: 0;
}

.cookies-banner__text a {
  text-decoration: underline;
}

.cookies-banner__text a:hover {
  text-decoration: none;
}

.cookies-banner__btn-wr {
  display: flex;
  justify-content: flex-end;
}

.cookies-banner__btn {
  font-size: var(--cook__btn_fz);
  height: var(--cook__btn_h);
  width: var(--cook__btn_w);
  padding: 0;
}

.cookies-banner.active {
  display: block;
}

@media screen and (min-width: 640px) {
  .cookies-banner {
    --cook__general_p: 1.5rem 0 1.1rem;
    --cook__general_gap: 1.8rem;
    --cook__text_fz: 1.2rem;
    --cook__text_lh: 133%;
    --cook__btn_fz: 1.2rem;
    --cook__btn_h: 2.4rem;
    --cook__btn_w: 14rem;
  }

  .cookies-banner__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.cart-summary {
  padding: 1rem 0 2rem;
}

.cart-summary__summary-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 5vw;
  line-height: 112%;
}

.cart-summary__list {
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
  grid-gap: 5vw;
}

.cart-summary__item:not(.cart-summary__item--discount) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid var(--color__black);
  padding: 0.2rem 0;
  font-size: 4.38vw;
  line-height: 143%;
}

.cart-summary__item--discount .custom-field__field-wr {
  display: flex;
}

.cart-summary__item--discount input {
  font-size: 4.38vw;
  line-height: 143%;
}

.cart-summary__item--total {
  font-weight: 700;
}

.cart-summary__footer {
  margin-top: 15.63vw;
}

.cart-summary__collection-btn,
.cart-summary__checkout-btn {
  width: 100%;
  font-size: 3.75vw;
  padding: 5vw 0 4vw;
}

.cart-summary__shipping-info {
  text-align: center;
  margin: 5vw 0 0;
  font-size: 3.13vw;
  color: #8b8b8b;
}

.cart-summary__shipping-info p {
  margin: 0;
}

.cart-summary--inmodal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.6rem 4.8rem 2.7rem;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
  background: var(--color__white);
}

.cart-summary--inmodal .cart-summary__footer {
  margin-top: 2.4rem;
}

.cart-summary--inmodal .cart-summary__to-cart {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  padding: 1.5rem 0 1.1rem;
}

@media screen and (min-width: 640px) {
  .cart-summary__summary-title {
    font-size: 3.6rem;
  }

  .cart-summary__list {
    margin-top: 3.6rem;
    grid-gap: 2.4rem;
  }

  .cart-summary__item:not(.cart-summary__item--discount) {
    font-size: 1.6rem;
  }

  .cart-summary__item--discount input {
    font-size: 1.6rem;
  }

  .cart-summary__footer {
    margin-top: 3.6rem;
  }

  .cart-summary__collection-btn,
  .cart-summary__checkout-btn {
    font-size: 1.8rem;
    padding: 1.5rem 0 1.1rem;
  }

  .cart-summary__shipping-info {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .cart-summary {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .cart-summary__summary-title {
    margin-bottom: 3.6rem;
    font-size: 3.6rem;
    line-height: 117%;
  }

  .cart-summary__list {
    grid-gap: 2.4rem;
  }

  .cart-summary__item:not(.cart-summary__item--discount) {
    font-size: 1.6rem;
    line-height: 125%;
  }

  .cart-summary__footer {
    margin-top: 3.6rem;
  }
}

.sign-form {
  width: 100%;
  max-width: calc(100% - 1.6rem);
  margin-inline: auto;
  padding: 2.4rem 0 4rem;
}

.sign-form__title {
  text-align: center;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 114%;
}

.sign-form__title a {
  white-space: nowrap;
}

.sign-form__inner {
  margin-top: 6rem;
}

.sign-form__field-item {
  margin-top: 0.8rem;
}

.sign-form__checks-wr {
  margin-top: 2.2rem;
}

.sign-form__check-item {
  margin-top: 1rem;
}

.sign-form__submit-wr {
  margin-top: 2.4rem;
}

.sign-form__submit-btn {
  height: 4rem;
  width: 100%;
  font-size: 1.4rem;
}

.sign-form__social-wr {
  margin-top: 2.4rem;
}

.sign-form__errors-wr {
  margin-top: 0.8rem;
  color: #ff6262;
  font-size: 12px;
  line-height: 133%;
}

.sign-form__errors-wr p {
  margin: 0;
}

.sign-form__message {
  margin-top: 5vw;
  font-size: 3.75vw;
  line-height: 133%;
  color: #8b8b8b;
}

.sign-form__recover {
  display: none;
}

.sign-form__recover.active {
  display: block;
}

.sign-form__login {
  display: none;
}

.sign-form__login.active {
  display: block;
}

@media screen and (min-width: 640px) {
  .sign-form {
    max-width: 34rem;
  }
}

@media screen and (min-width: 1200px) {
  .sign-form {
    max-width: calc(100% - 10rem);
  }

  .sign-form__title {
    font-size: 3.6rem;
  }

  .sign-form__inner {
    margin-top: 7.3rem;
    max-width: 34rem;
    margin-inline: auto;
  }

  .sign-form__field-item {
    margin-top: 1.4rem;
  }

  .sign-form__checks-wr {
    margin-top: 3rem;
  }

  .sign-form__check-item {
    margin-top: 2.3rem;
  }

  .sign-form__submit-wr {
    margin-top: 3.2rem;
    margin-inline: auto;
    max-width: 30rem;
  }

  .sign-form__social-wr {
    margin-top: 3.2rem;
  }

  .sign-form__errors-wr {
    margin-top: 1.6rem;
    margin-inline: auto;
    max-width: 30rem;
  }

  .sign-form__message {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
}

.hero {
  --hero__title_fz: 8.75vw;
  --hero__desk_fz: 4.38vw;
  --hero__btn_mt: var(--px-6);
  --hero__btn_fz: var(--px-12);
  height: 100dvh;
  overflow: hidden;
  transition: var(--transition__general);
}

.hero__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 10.2%;
}

.hero__inner {
  position: relative;
  padding: 0 8px;
}

.hero__title {
  font-weight: 400;
  font-size: var(--hero__title_fz);
  line-height: 110%;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {
  .hero__title {
    margin-bottom: 8px;
  }
}

.hero__desc {
  font-size: var(--hero__desk_fz);
  line-height: 129%;
  padding-right: 3.2vw;
  letter-spacing: -0.03em;
}

.hero__shop-now {
  margin-top: 16px;
  font-size: var(--hero__btn_fz);
}

.hero--theme__light {
  color: var(--color__white);
}

@media screen and (min-width: 640px) {
  .hero {
    --hero__title_fz: 5.6rem;
    --hero__desk_fz: 2rem;
    --hero__btn_mt: 4rem;
    --hero__btn_fz: 1.4rem;
  }

  .hero__social {
    display: none;
  }

  .hero__container {
    padding-bottom: 0;
    justify-content: center;
  }

  .hero__inner {
    padding: 0;
    width: 55.5rem;
  }

  .hero__desc {
    margin-top: 0.6rem;
    line-height: 130%;
  }

  .hero__shop-now {
    margin-top: 2.4rem;
    max-width: 30rem;
    padding-right: 0;
  }
}

.home-wedo {
  --wedo__pt: var(--px-16);
  --wedo__pb: 20px;
  --wedo__cats_gap: var(--px-12);
  --wedo__cat-name_fz: 7.5vw;
  --wedo__link_mt: var(--px-30);
  --wedo__link_fz: var(--px-12);
  padding: var(--wedo__pt) 0 var(--wedo__pb);
  background: initial;
  padding-left: 10px;
  padding-right: 10px;
}

.home-wedo .container {
  width: 100%;
}

.home-wedo__cats {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--wedo__cats_gap);
}

.home-wedo__cat-bg-wr {
  padding-top: 109%;
}

@media screen and (max-width: 768px) {
  .home-wedo__cat-bg-wr {
    padding-top: 158%;
  }
}

.home-wedo__cat-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-wedo__cat-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-wedo__cat-name {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--wedo__cat-name_fz);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.home-wedo__cat-name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  top: calc(100% - 0.2rem);
  background: var(--color__white);
  transition: var(--transition__general);
  opacity: 0;
}

.home-wedo__cat:hover .home-wedo__cat-name::before {
  opacity: 1;
}

.home-wedo__link-wr {
  margin-top: var(--wedo__link_mt);
  display: flex;
  justify-content: center;
}

.home-wedo__shop-link {
  font-size: var(--wedo__link_fz);
  line-height: 133%;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 640px) {
  .home-wedo {
    --wedo__pt: 0;
    --wedo__pb: 0;
    --wedo__cats_gap: 0.8rem;
    --wedo__cat-name_fz: 3.2rem;
    --wedo__link_mt: 4rem;
    --wedo__link_fz: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-wedo__cats {
    grid-template-columns: repeat(2, 1fr);
  }
}


.home-toppics {
  --toppics__p: 4rem;
  --toppics__title_fz: var(--px-24);
  --toppics__slider_mt: 0.7rem;
  padding: var(--toppics__p) 0;
  overflow: hidden;
}

.home-toppics__title {
  font-size: var(--toppics__title_fz);
  line-height: 133%;
  font-weight: 400;
}

.home-toppics__slider-wr {
  margin-top: var(--toppics__slider_mt);
  width: 82.2vw;
  margin-inline: auto;
}

@media screen and (min-width: 640px) {
  .home-toppics {
    --toppics__title_fz: 4.8rem;
    --toppics__slider_mt: 1.6rem;
  }

  .home-toppics__title {
    line-height: 112%;
  }
}

@media screen and (min-width: 1200px) {
  .home-toppics {
    --toppics__p: 6rem;
  }

  .home-toppics__slider-wr {
    width: 93.6vw;
  }
}

.home-we-are {
  --weare__p: 5.63vw 0 15.31vw;
  --weare__title_fz: var(--px-14);
  --weare__desk_m: var(--px-8);
  --weare__desk_fz: var(--px-28);
  --weare__links_gap: var(--px-16);
  --weare__link_m: var(--px-16);
  --weare__link_fz: var(--px-14);
  --weare__container_gap: var(--px-30);
  padding: 40px 10px;
  background: var(--color__accent_first);
}

.home-we-are__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--weare__container_gap);
}

.home-we-are__section-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 114%;
  text-transform: uppercase;
}

.home-we-are__desc {
  margin-top: var(--weare__desk_m);
  font-size: var(--weare__desk_fz);
  line-height: 114%;
  letter-spacing: -0.01em;
}

.home-we-are__content-side {
  display: flex;
  flex-direction: column;
}

.home-we-are__descr {
  font-size: 24px;
  margin-top: var(--weare__desk_m);
}

.home-we-are__link {
  margin-top: auto;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 11px;
  max-width: 310px;
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 768px) {
  .home-we-are__section-name {
    font-size: 14px;
  }

  .home-we-are__desc {
    font-size: 32px;
  }

  .home-we-are__descr {
    font-size: 16px;
  }

  .home-we-are__link {
    font-size: 16px;
    margin-top: 25px;
    max-width: 100%;
  }
}

.home-we-are__link:hover {
  opacity: 0.8;
}

.home-we-are__links-wr {
  margin-top: var(--weare__link_m);
  display: flex;
  grid-gap: var(--weare__links_gap);
}

.home-we-are__image-side {
  width: 100%;
  padding-top: 119%;
}
@media screen and (max-width: 768px) {
  .home-we-are__image-side {
    padding-top: 119%;
  }
}

.home-we-are__img-wr {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-we-are__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Video styles for home-we-are section */
.background-image-section__video-wr,
.home-we-are__video-wr {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-image-section__video,
.home-we-are__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.background-image-section__video[poster],
.home-we-are__video[poster] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

.background-image-section__video:not(.playing),
.home-we-are__video:not(.playing) {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.background-image-section__video::-webkit-media-controls,
.background-image-section__video::-webkit-media-controls-panel,
.background-image-section__video::-webkit-media-controls-play-button,
.background-image-section__video::-webkit-media-controls-start-playback-button,
.background-image-section__video::-moz-media-controls,
.background-image-section__video::-moz-media-controls-panel,
.home-we-are__video::-webkit-media-controls,
.home-we-are__video::-webkit-media-controls-panel,
.home-we-are__video::-webkit-media-controls-play-button,
.home-we-are__video::-webkit-media-controls-start-playback-button,
.home-we-are__video::-moz-media-controls,
.home-we-are__video::-moz-media-controls-panel{
  display: none !important;
}

/* Video loading state */
.home-we-are__video:not([poster]) {
  background-color: #f0f0f0;
}

.background-image-section__video-overlay,
.home-we-are__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s ease;
}

.background-image-section__video-overlay,
.home-we-are__video-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}

.video-play-icon {
  width: 56px;
  height: 56px;
  transition: transform 0.3s ease;
}

.video-play-icon:hover {
  transform: scale(1.1);
}

.background-image-section__video-wr.playing .background-image-section__video-overlay,
.home-we-are__video-wr.playing .home-we-are__video-overlay {
  opacity: 0;
  pointer-events: none;
}

/* Shop Materials Video Styles */
.materials-block__video-wr {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.materials-block__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.materials-block__video[poster] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

.materials-block__video:not(.playing) {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.materials-block__video::-webkit-media-controls,
.materials-block__video::-webkit-media-controls-panel,
.materials-block__video::-webkit-media-controls-play-button,
.materials-block__video::-webkit-media-controls-start-playback-button,
.materials-block__video::-moz-media-controls,
.materials-block__video::-moz-media-controls-panel{
  display: none !important;
}

/* Video loading state */
.materials-block__video:not([poster]) {
  background-color: #f0f0f0;
}

.materials-block__video[poster] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

.materials-block__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s ease;
}

.materials-block__video-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}

.materials-block__video-overlay .video-play-icon {
  width: 56px;
  height: 56px;
  transition: transform 0.3s ease;
}

.materials-block__video-overlay .video-play-icon:hover {
  transform: scale(1.1);
}

.materials-block__video-wr.playing .materials-block__video-overlay {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .home-we-are {
    --weare__p: 6rem 0;
    --weare__title_fz: 1.8rem;
    --weare__desk_m: 2.9rem;
    --weare__desk_fz: 5.6rem;
    --weare__links_gap: 2.4rem;
    --weare__link_m: 3rem;
    --weare__link_fz: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .home-we-are {
    --weare__container_gap: 1rem;
    padding: 55px 0;
  }

  .home-we-are__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-collections {
  --collections__p: 4rem 0;
  --collections__title_fz: 4.38vw;
  --collections__slider_mt: var(--px-6);
  padding: var(--collections__p);
  overflow: hidden;
}

.home-collections__title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .home-collections__title {
    font-size: 32px;
  }
}

.home-collections__slider-wr {
  margin-top: 16px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 640px) {
  .home-collections {
    --collections__p: 6rem 0;
    --collections__title_fz: 1.8rem;
    --collections__slider_mt: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .home-collections__slider-wr {
    margin-top: 16px;
  }

  .home-collections .swiper {
    overflow: visible;
  }

  .home-collections .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
  }

  .home-collections .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  .home-collections .swiper-button-prev,
  .home-collections .swiper-button-next {
    display: none;
  }

  .home-collections .swiper-wrapper::after {
    display: none;
  }

  .home-collections .swiper-slide-active,
  .home-collections .swiper-slide-prev,
  .home-collections .swiper-slide-next {
    transform: none !important;
  }
}

.home-shipping-info {
  --shipping-info__p: 6.25vw 0 var(--px-30);
  --shipping-info__container_gap: 7.19vw;
  background: var(--color__accent_fourth);
  padding: var(--shipping-info__p);
}

.home-shipping-info__container {
  display: flex;
  flex-direction: column;
  grid-gap: var(--shipping-info__container_gap);
}

@media screen and (min-width: 640px) {
  .home-shipping-info {
    --shipping-info__p: 3.2rem 0 3.5rem;
  }

  .home-shipping-info__container {
    align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .home-shipping-info {
    --shipping-info__container_gap: 13.5rem;
  }

  .home-shipping-info__container {
    flex-direction: row;
    justify-content: center;
  }
}

.home-blog {
  padding: 4rem 0;
  overflow: hidden;
}

.home-blog__slider-wr {
  width: 85.31vw;
}

@media screen and (min-width: 640px) {
  .home-blog {
    padding: 8rem 0;
  }

  .home-blog__slider-wr {
    width: 100%;
  }
}

.gang {
  --gang__p: 3.5rem 0;
  --gang__title_fz: 11.25vw;
  --gang__desc_mt: var(--px-12);
  --gang__desc_fz: 14px;
  --gang__form_mt: var(--px-24);
  --gang__container_gap: var(--px-32);
  --gang__imgs_gap: var(--px-4);
  padding: 60px 0 55px;
  background: var(--color__accent_second);
  overflow: hidden;
  height: auto !important;
}

.gang__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gang__link {
  font-size: 14px;
  color: white;
  background: #000;
  text-transform: uppercase;
  padding: 11px;
  max-width: 310px;
  width: 100%;
  display: flex;
  justify-content: center;
      margin: 0 auto;
}

.gang__title {
  margin-top: 29px;
  margin-bottom: 29px;
  font-weight: 400;
  font-size: var(--gang__title_fz);
  letter-spacing: -0.01em;
  text-align: center;
}

.gang__desc {
  margin-top: var(--gang__desc_mt);
  font-size: var(--gang__desc_fz);
  margin-bottom: var(--gang__form_mt);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gang__desc {
    margin: 0 0 16px 0;
  }

  .gang__title {
    padding: 0 40px;
    margin: 0 0 40px 0;
    font-size: 32px;
  }
}

.gang__form {
  margin-top: var(--gang__form_mt);
}

.gang__images-side {
  /* width: 66.25vw; */
  overflow: visible;
}

.gang__slider {
  overflow: visible;
}

.gang__img-item-wr {
  position: relative;
  height: auto;
}

.gang__img-item-wr::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 132.88%;
}
@media screen and (max-width: 768px) {
  .gang__img-item-wr::before {
    padding-top: 158.88%;
  }
  .swiper-backface-hidden .swiper-slide.gang__img-item-wr{
    min-height: 0;
  }
}

.gang__item-link {
  -webkit-user-drag: none;
}

.gang__img-item-inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gang__img-item-tag{
  position: absolute;
  left: 17px;
  bottom: 17px;

  display: flex;
  font-family: Object Sans;
  font-weight: 400;
  font-size: 15.63px;
  line-height: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .gang__img-item-tag{
    font-size: 8.47px;
    line-height: 6px;
    left: 12px;
    bottom: 12px;
  }
}

.gang__item-img,
.gang__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gang__content-side input[type="email"] {
  padding-left: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}

.gang__content-side input:-webkit-autofill,
.gang__content-side input:-webkit-autofill:hover,
.gang__content-side input:-webkit-autofill:focus,
.gang__content-side input:-webkit-autofill:active {
  background: transparent;
}

.gang__content-side button {
  background: transparent !important;
  color: var(--color__black) !important;
  border-bottom: none !important;
  font-weight: 400 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 113px;
}

.gang__content-side .go3298969293 {
  display: none;
}

.gang__content-side {
  display: flex;
  flex-direction: column;
}

.gang__link-desktop{
  display: none;
}
.gang__link-mobile{
  max-width: calc(100vw - 24px);
}
@media screen and (min-width: 640px) {
  .gang {
    --gang__p: 2.4rem 0;
    --gang__title_fz: 5.6rem;
    --gang__desc_mt: 0.8rem;
    --gang__desc_fz: 20px;
    --gang__form_mt: 3rem;
  }
  .gang__link-mobile{
    display: none;
  }
  .gang__link-desktop{
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .gang__title{
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 960px) {
  .gang {
    --gang__form_mt: auto;
    --gang__container_gap: 12rem;
    --gang__imgs_gap: 1rem;
    padding: 90px 0 55px;
  }

  .gang__container {
    grid-template-columns: 55.6rem calc(100% - 67.6rem);
    gap: 90px;
  }

  .gang__content-side {
    display: flex;
    flex-direction: column;
    background: var(--color__accent_second);
    z-index: 2;
    padding-right: 1rem;
    align-items: center;
    max-width: 575px;
    margin: 0 auto;
  }

  .gang__images-side {
    width: auto;
    padding: 0.2rem 0;
  }
}

.product-full__gallery-wr {
  max-width: 91vw;
  position: relative;
}

.product-full__slider {
  width: 100%;
}

.product-full__slider:not(.swiper-thumbs) {
 align-self: start;
}

.gang-page__wrapper {
  position: relative;
  height: auto;
}

#productPhotoSliderThumbs .product-full__photo-wr {
  max-height: 100px;
  transition: opacity 0.3s ease;
}

#productPhotoSliderThumbs .product-full__photo-wr:not(.swiper-slide-thumb-active) {
  opacity: 0.35;
}

.product-full__slider-buttons {
  position: absolute;
  inset: auto auto 32px 32px;
  display: flex;
  gap: 10px;
  z-index: 1;
}

.product-full__slider-button-next,
.product-full__slider-button-prev {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 959px) {
  .product-full__slider {
    overflow: visible;
  }

  .product-full__slider-buttons,
  #productPhotoSliderThumbs {
    display: none;
  }
}

.product-full__photo-wr::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  padding-top: 133%;
}

.product-full__photo-wr--video::before {
  padding-top: 133%;
}

.gang-page__wrapper .gang-page__wrapper--video::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.product-full__photo-wr picture,
.product-full__photo-wr video,
.gang-page__wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-full__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-full__wishlist {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 2;
}

.product-full__sale-precentage {
  position: absolute;
  grid-column: 2;
  left: 1.25vw;
  top: 1.25vw;
  padding: 1.25vw 1.25vw 0.63vw;
  background: var(--color__accent_second);
  font-size: 2.5vw;
  line-height: 150%;
  letter-spacing: 0.01em;
  z-index: 2;
}

.product-full__title-with-icon {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 40px;
}

.product-full__title {
  margin-top: 3.13vw;
  font-size: 24px;
  line-height: 117%;
  font-weight: 400;
}

.product-full__sale-prices {
  display: flex;
  grid-gap: 1rem;

  @media screen and (max-width: 768px) {
    justify-content: flex-end;
    width: 100%;
  }
}

.product-full__price {
  margin-top: 4.5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 129%;
  letter-spacing: -0.01em;

  @media screen and (max-width: 768px) {
    font-size: 24px;
  }
}

.product-full__price--regular {
  color: var(--color__gray);
  position: relative;
  display: inline-block;
}

.product-full__price--regular::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: 0.1rem;
  background: var(--color__gray);
}

.product-full__price--sale {
  color: rgba(180, 73, 73, 1);
}

.product-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;

  @media screen and (max-width: 768px) {
    &:has(.product-full__price--sale) {
      flex-direction: column;
      align-items: flex-start;
    }
  }
}

.product-full__review-status {
  margin-top: 1.4rem;
}

.product-full__desc {
  margin-top: 3.44vw;
  padding-right: 7.5vw;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1%;
}

.product-full__desc > p:first-child {
  margin-top: 0;
}

.product-full__desc > p:last-child {
  margin-bottom: 0;
}

.product-full__color-variations {
  display: flex;
}

.product-full__colors-row {
  margin-top: 7.5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .product-full__colors-row {
    margin-top: 16px;
    justify-content: space-between;
  }
}

.product-full__shop-all-black {
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
}

.product-full__sizes-row {
  margin-top: 6.25vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.7rem 2rem;
}

.product-full__size-variations {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.8rem;
}

.product-full__size-variation {
  border: 0.1rem solid var(--color__black);
  color: var(--color__black);
  background: transparent;
  transition: var(--transition__general);
  padding: 0.8rem 1rem 0.4rem;
  font-size: 4.38vw;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.product-full__size-variation--disabled {
  color: var(--color__gray);
  border-color: var(--color__gray);
}

.product-full__size-variation.selected {
  background-color: var(--color__black);
  color: var(--color__white);
}

.product-full__size-guide {
  color: var(--color__black);
  line-height: 143%;
}

.product-full__buy-btn {
  margin-top: 12.5vw;
  width: 100%;
  font-size: 5vw;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer !important;
}

.product-full__shipping-and-return {
  margin-top: 4.38vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2.8vw;
}

.product-full__faq {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  padding-right: 7.19vw;
}

.product-full__get-bundle {
  margin-top: 10.94vw;
}

.product-full__get-bundle-title,
.product-full__bundles-title,
.product-full__bundles-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .product-full__get-bundle-title,
  .product-full__bundles-title,
  .product-full__bundles-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03%;
  }
}

.product-full__get-bundle-subtitle {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0;
  margin: 0;
}

.product-full__get-bundle-subtitle .metafield-rich_text_field p {
  margin-top: 0;
  margin-bottom: 10px;
}

.product-full__get-bundle-items-wr {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25vw;
  width: 100%;
  margin-right: calc((100vw - 95vw) / 2 * -1);
}
@media screen and (min-width: 960px) {
  .product-full__get-bundle-items-wr {
    width: 100%;
    margin-right: calc((100vw - 95vw) / 2 * -1);
    margin-left: unset;
  }
}
@media screen and (min-width: 1200px) {
  .product-full__get-bundle-items-wr {
    width: 100%;
    margin-right: calc((100vw - 93.6vw) / 2 * -1);
  }
}

.product-full__watch-with {
  margin-top: 12.5vw;
}

.product-full__bundles-title {
  display: flex;
  align-items: center;
  grid-gap: 2.5vw;
}

.product-full__bundles-title svg {
  width: 8.13vw;
  height: 8.13vw;
}

.product-full__watch-slider-wr,
.product-full__also-slider-wr {
  margin-top: 1.88vw;
  width: 82.2vw;
  margin-inline: auto;
}
.product-full__also-slider-wr{
  width: 95vw;
}
@media screen and (min-width: 960px) {
  .product-full__also-slider-wr{
    margin: 0;
    margin-left: 2.5vw;
  }
}

.product-full__also-like,
.product-full__viewed {
  margin-top: 40px;
  overflow: hidden;
}

.product-full__viwed-wr {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8.13vw 1.25vw;
  padding-bottom: 7.5vw;
}

.product-full__reviews {
  margin-top: 11.56vw;
}

.product-full__buy-btn span {
  transition: var(--transition__general);
}

.product-full__buy-btn .product-full__buy-btn-text--disable {
  display: none;
}

.product-full__buy-btn.btn--theme__dark--disabled
  .product-full__buy-btn-text--allow {
  display: none;
}

.product-full__buy-btn.btn--theme__dark--disabled
  .product-full__buy-btn-text--disable {
  display: inline;
}

.product-full__bundles-block {
  margin-top: var(--px-32);
}

.product-full__bundles-heading-wr.product_bundles--triger .close-button,
.product-full__bundles-heading-wr.product_bundles--triger.open .arrow-button {
  display: none;
}

.product-full__bundles-heading-wr.product_bundles--triger.open .close-button,
.product-full__bundles-heading-wr.product_bundles--triger .arrow-button {
  display: block;
}

.product-full__bundles-heading-wr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: var(--px-8);
}

.product-full__bundle-block-title {
  font-size: var(--px-24);
  line-height: 116%;
  font-weight: 400;
}

.product-full__bundles-items-wr {
  margin-top: var(--px-24);
  display: flex;
  flex-direction: column;
  grid-gap: var(--px-8);
}

@media screen and (min-width: 640px) {
  .product-full__title {
    font-size: 3.6rem;
  }

  .product-full__price {
    font-size: 1.8rem;
  }

  .product-full__desc {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    padding-right: 5rem;
  }

  .product-full__shipping-and-return {
    flex-direction: row;
    justify-content: center;
  }

  .product-full__colors-row {
    margin-top: 1.6rem;
    grid-gap: 1rem;
  }

  .product-full__sizes-row {
    margin-top: 2.4rem;
  }

  .product-full__size-variation {
    font-size: 1.4rem;
  }

  .product-full__size-guide {
    font-size: 1.6rem;
  }

  .product-full__buy-btn {
    margin-top: 4rem;
    font-size: 1.8rem;
  }

  .product-full__shipping-and-return {
    margin-top: 2.4rem;
  }

  .product-full__faq {
    margin-top: 1.6rem;
    padding-right: 0;
  }

  .product-full__get-bundle {
    margin-top: 3.4rem;
  }

  .product-full__get-bundle-title,
  .product-full__bundles-title,
  .product-full__bundles-title {
    font-size: 3.6rem;
  }

  .product-full__viwed-wr {
    margin-top: 0.2rem;
    grid-gap: 2.4rem 0.8rem;
    padding-bottom: 8rem;
  }

  .product-full__bundles-title {
    grid-gap: 0.8rem;
  }

  .product-full__bundles-title svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .product-full__bundles-block {
    margin-top: 4rem;
  }

  .product-full__bundles-heading-wr {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .product-full__bundle-block-title {
    font-size: 3.6rem;
    line-height: 4.6rem;
    letter-spacing: -0.036rem;
  }

  .product-full__bundles-items-wr {
    margin-top: 2.4rem;
    grid-gap: 1.6rem;
  }
}

.product-full__gallery {
  display: contents;
}

@media screen and (max-width: 959px) {
  .product-full__content-wr {
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {
  .product-full__content-wr {
    margin-top: 0.8rem;
  }

  .product-full__general-container {
    display: flex;
    grid-gap: 2rem;
    align-items: stretch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .product-full__general-container::-webkit-scrollbar {
    display: none;
  }

  .product-full__gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: 75px 1fr;
    position: sticky;
    top: 78px;
  }

  .product-full__gallery-wr::-webkit-scrollbar {
    display: none;
  }

  .product-full__info-wr {
    flex-basis: 50rem;
    top: 0;
    position: sticky;
  }

  .product-full__title {
    margin-top: 0;
  }

  .product-full__viwed-wr {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-full__sale-precentage {
    left: 0.63vw;
    top: 0.63vw;
    padding: 0.63vw 0.63vw 0.31vw;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 768px) {
  .product-full__gallery-wr {
    flex-basis: 53.72%;
  }

  .product-full__info-wr {
    flex-basis: 42.7%;
  }
}

@media screen and (min-width: 1200px) {
  .product-full__general-container {
    justify-content: space-between;
  }

  .product-full__watch-slider-wr,
  .product-full__also-slider-wr {
    width: 93.6vw;
  }

  .product-full__title {
    font-size: 3.6rem;
    line-height: 128%;
  }

  .product-full__price {
    font-size: 2.4rem;
    line-height: 100%;
  }
  .product-full__info-wr .stamped-product-reviews-badge .stamped-badge .stamped-fa:before{
    font-size: 2.4rem !important;
  }

  .product-full__sale-precentage {
    left: 0.8rem;
    top: 0.8rem;
    padding: 0.8rem 0.7rem 0.5rem;
    font-size: 1.6rem;
    line-height: 100%;
  }

  .product-full__review-status {
    margin-top: 2.8rem;
  }

  .product-full__desc {
    margin-top: 1.2rem;
    padding-right: 5rem;
  }

  .product-full__colors-row {
    grid-gap: 1rem;
  }

  .product-full__shop-all-black,
  .product-full__size-guide {
    font-size: 1.6rem;
  }

  .product-full__sizes-row {
    margin-top: 2.4rem;
    grid-gap: 0.7rem 2.2rem;
  }

  .product-full__size-variation {
    transition: var(--transition__general);
  }

  .product-full__size-variation:not(
      .product-full__size-variation--disabled
    ):hover {
    cursor: pointer;
    background: var(--color__black);
    color: var(--color__white);
  }

  .product-full__buy-btn {
    font-size: 1.8rem;
  }

  .product-full__shipping-and-return {
    margin-top: 2.4rem;
    grid-gap: 5rem;
  }

  .product-full__faq {
    padding-right: 0;
  }

  .product-full__get-bundle-title,
  .product-full__bundles-title,
  .product-full__bundles-title {
    font-size: 3.6rem;
    line-height: 117%;
  }

  .product-full__watch-with {
    margin-top: 10rem;
  }

  .product-full__bundles-title svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .product-full__watch-slider-wr,
  .product-full__also-slider-wr {
    margin-top: 1rem;
  }

  .product-full__also-like,
  .product-full__viewed {
    margin-top: 6.7rem;
  }

  .product-full__reviews {
    margin-top: 8rem;
  }
}

.review-block {
  background: var(--color__gray--light);
  padding-bottom: 3.6rem;
}

.review-block__heading {
  padding: 1.6rem 0 3.6rem;
  display: flex;
  flex-direction: column;
}

.review-block__title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 133%;
}

.review-block__review-status-wr {
  margin-top: 1.2rem;
}

.review-block__write-review-btn-wr {
  margin-top: 2.8rem;
}

.review-block__write-review-btn {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 1.2rem;
}

.review-block__load-more-wr {
  text-align: center;
}

.review-block__load-more-btn {
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 960px) {
  .review-block__heading {
    flex-direction: row;
    align-items: center;
  }

  .review-block__review-status-wr,
  .review-block__write-review-btn-wr {
    margin-top: 0;
  }

  .review-block__review-status-wr {
    margin-left: 1.5rem;
  }

  .review-block__write-review-btn-wr {
    margin-left: auto;
  }

  .review-block__write-review-btn {
    font-size: 1.4rem;
    padding: 1rem 1rem 0.8rem;
    width: 30rem;
  }
}

@media screen and (min-width: 1200px) {
  .review-block__heading {
    padding: 6rem 0 4rem;
  }

  .review-block__title {
    font-size: 3.6rem;
  }
}

.sustain {
  overflow: hidden;
}

.sustain__title {
  margin-top: 2.4rem;
}

.sustain__general-img-wr {
  margin-top: 8rem;
}

.sustain__general-img-wr,
.sustain__general-care-img-wr {
  position: relative;
}

.sustain__general-img-wr::before,
.sustain__general-care-img-wr::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 72.5%;
}

.sustain__general-img-wr--video::before {
  padding-top: 50%;
}

.sustain__general-img-wr picture,
.sustain__general-care-img-wr picture,
.sustain__general-img-wr video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sustain__general-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustain__rows {
  padding: 3.2rem 0;
}

.sustain__maintain-section {
  padding: 3.2rem 0 4.5rem;
}

.sustain__maintain-section--bg__first {
  background: var(--color__accent_first);
}

.sustain__maintain-section--bg__fifth {
  background: var(--color__accent_fifth);
}

.sustain__maintain-join {
  margin-top: 1.2rem;
  font-size: 4.38vw;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.sustain__maintain-slider-wrapper,
.sustain__maintain-photo-wr {
  height: auto;
}

.sustain__maintain-slider-wrapper,
.sustain__maintain-slider {
  overflow: visible;
}

.sustain__maintain-photos-wr {
  margin-top: 6.4rem;
  margin-inline: auto;
  grid-gap: 0.8rem;
  width: 71vw;
}

.sustain__maintain-photo-wr {
  position: relative;
}

.sustain__maintain-photo-wr::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 124.23%;
}

.sustain__maintain-photo-wr picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sustain__maintain-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustain__means-section {
  overflow: hidden;
  background: var(--color__accent_second);
  padding: 18rem 0 6rem;
}

.sustain__means-title {
  text-align: center;
}

.sustain__means-items-title {
  margin-top: 18rem;
}

.sustain__means-slider-wr {
  margin-top: 0.6rem;
}

.sustain__means-slider-wr .collection-item__name {
  color: var(--color__black);
}

.sustain__means-slider-wr .collection-item__name::before {
  background: var(--color__black);
}

.sustain__care-row {
  margin-top: 5rem;
  background: var(--color__accent_fourth);
  padding: 2.6rem 0 3.2rem;
}

.sustain__second-title-block {
  padding: 3.5rem 0 3.2rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .sustain__general-img-wr {
    margin-top: 11.2rem;
  }

  .sustain__rows {
    padding: 4rem 0 6rem;
  }

  .sustain__maintain-section {
    padding: 4rem 0 8rem;
  }

  .sustain__maintain-join {
    margin-top: 4rem;
    font-size: 1.6rem;
  }

  .sustain__maintain-photos-wr {
    margin-top: 20rem;
  }

  .sustain__means-items-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .sustain__maintain-photos-wr {
    width: 68vw;
  }
}

@media screen and (min-width: 1200px) {
  .sustain__means-section {
    padding: 28rem 0 8rem;
  }

  .sustain__means-items-title {
    margin-top: 28rem;
  }

  .sustain__second-title-block {
    padding: 14.4rem 0 15rem;
  }
}

.gang-page {
  overflow: hidden;
}

.gang-page__we-are {
  overflow: hidden;
  padding: 17.6rem 0 4.1rem;
  background: var(--color__accent_fifth);
}

.gang-page__title {
  text-align: center;
}

.gang-page__maintain-photos-wr {
  margin-top: 6.4rem;
  margin-inline: auto;
  grid-gap: 0.8rem;
  width: 71vw;
}

.gang-page__maintain-slider-wrapper,
.gang-page__maintain-photo-wr {
  height: auto;
}

.gang-page__maintain-slider-wrapper,
.gang-page__maintain-slider {
  overflow: visible;
}

.gang-page__maintain-photo-wr {
  position: relative;
}

.gang-page__maintain-photo-wr::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 124.23%;
}

.gang-page__maintain-photo-wr picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gang-page__maintain-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gang-page__rows {
  padding: 2.6rem 0 4rem;
}

.gang-page__join-block {
  background: var(--color__accent_fourth);
  padding: 1.4rem 0 8rem;
}

@media screen and (min-width: 960px) {
  .gang-page__maintain-photos-wr {
    width: 68vw;
  }
}

@media screen and (min-width: 1200px) {
  .gang-page__we-are {
    padding: 22.6rem 0 8rem;
  }

  .gang-page__maintain-photos-wr {
    margin-top: 20rem;
  }

  .gang-page__rows {
    padding: 3.8rem 0 6rem;
  }

  .gang-page__join-block {
    padding: 4rem 0 10.7rem;
  }
}

.shop {
  overflow: hidden;
}

.shop__top-categories {
  margin: 0;
  padding: 64px 46px;
  background-color: #F2EFEC;
}

@media screen and (max-width: 768px) {
  .shop__top-categories {
    padding: 40px 10px;
  }
}

.shop__filters {
  margin-top: 24px;
  display: flex;
  grid-gap: 2.19vw;
}

.shop__itmes-wr {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(15rem, 1fr));
  grid-gap: 2.4rem 0.4rem;
}

.shop__items-not-found {
  grid-column: 1/3;
  font-size: 5vw;
  text-align: center;
}

.shop__load-more-wr {
  margin-top: 7.4vw;
}

.shop__load-more-btn {
  margin-inline: auto;
  display: block;
  font-size: 4.38vw;
  line-height: 114%;
  letter-spacing: 0.01em;
  color: var(--color__black);
}

.shop__goal-title {
  display: block;
  margin: 3.2rem 0 4rem;
  margin-inline: auto;
  width: 100%;
  max-width: 95vw;
  text-align: center;
  font-size: 6.25vw;
}

.shop__bottom-img-wr {
  position: relative;
  height: 40rem;
}

.shop__bottom-img-wr picture {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shop__bottom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop__filter-variations-row {
  margin-top: 5vw;
}

.shop__filter-size-v-row {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.5vw;
  align-items: center;
}

.shop__filter-size-v,
.shop__filter-style-v {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.5vw;
}

.shop__filter-size-v-size-guide {
  color: #000;
  font-size: 4.38vw;
  line-height: 143%;
}

.shop__selected-filters-row {
  margin-top: 3rem;
}

.shop__filter-color-v {
  display: flex;
  flex-wrap: wrap;
}

.shop__filter-size-v-row,
.shop__filter-color-v-row,
.shop__filter-style-v-row {
  display: none;
}

.shop__filter-size-v-row.active,
.shop__filter-color-v-row.active,
.shop__filter-style-v-row.active {
  display: flex;
}

@media screen and (min-width: 640px) {
  .shop__filters {
    grid-gap: 1.6rem;
  }

  .shop__filter-variations-row {
    margin-top: 1.6rem;
  }

  .shop__filter-size-v,
  .shop__filter-style-v {
    grid-gap: 0.8rem;
  }

  .shop__filter-size-v-size-guide {
    font-size: 1.6rem;
  }

  .shop__filter-size-v-row {
    grid-gap: 2.2rem;
  }

  .shop__load-more-wr {
    margin-top: 6rem;
  }

  .shop__load-more-btn {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .shop__filters {
    grid-gap: 0.7rem;
  }

  .shop__itmes-wr {
    grid-template-columns: repeat(3, minmax(30rem, 1fr));
  }

  .shop__items-not-found {
    grid-column: 1/4;
    font-size: 3vw;
    text-align: center;
  }

  .shop__bottom-img-wr {
    position: relative;
    height: auto;
  }

  .shop__bottom-img-wr::after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 68.33%;
  }

  .shop__goal-title {
    max-width: 89.6rem;
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 1200px) {

  .shop__filters {
    margin-top: 24px;
    grid-gap: 1.6rem;
  }

  .shop__itmes-wr {
    margin-top: 1.6rem;
    grid-gap: 2.4rem 0.8rem;
  }

  .shop__load-more-wr {
    margin-top: 2.4rem;
  }

  .shop__load-more-btn {
    font-size: 1.6rem;
  }

  .shop__goal-title {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .shop__filter-size-v-row {
    grid-gap: 2.2rem;
  }

  .shop__filter-size-v-size-guide {
    font-size: 1.6rem;
    line-height: 125%;
  }
}

.materials-block {
  padding: 5rem 10px 3.6rem;
}

.materials-block__container {
  display: flex;
  flex-direction: column;
  grid-gap: 6.88vw;
}

.materials-block__section-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-transform: uppercase;
}

.materials-block__desc {
  margin-top: 2.5vw;
  font-size: 32px;
}

.materials-block__desc p {
  margin: 0;
}

.materials-block__options {
  margin-top: 7.81vw;
  display: flex;
  flex-direction: column;
  grid-gap: 2.5vw;
}

.materials-block__img-wr {
  position: relative;
}

.materials-block__img-wr::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 134%;
  pointer-events: none;
}

.materials-block__img-wr picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.materials-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.materials-block__video-wr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.materials-block__video {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  object-fit: cover;
}

/* Ensure video maintains aspect ratio on mobile */
@media screen and (max-width: 639px) {
  .materials-block__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 640px) {
  .materials-block__section-name {
    font-size: 1.8rem;
  }

  .materials-block__desc {
    margin-top: 0.8rem;
    font-size: 56px;
  }

  .materials-block__options {
    margin-top: 2.5rem;
    grid-gap: 0.8rem;
  }

  .materials-block__container {
    grid-gap: 2.2rem;
  }
}

@media screen and (min-width: 960px) {
  .materials-block__container {
    flex-direction: row;
    justify-content: space-between;
  }

  .materials-block__content-side {
    width: 54vw;
  }

  .materials-block__img-side {
    width: 40vw;
  }
}
@media screen and (max-width: 950px) {
  .materials-block__img-wr:after{
    padding-top: 112%;
  }
}

@media screen and (min-width: 1200px) {
  .materials-block {
    padding: 4.8rem 0 6.3rem;
  }

  .materials-block__content-side {
    width: 61.67vw;
    display: flex;
    flex-direction: column;
  }

  .materials-block__img-side {
    width: 31vw;
  }

  .materials-block__section-name {
    font-size: 1.8rem;
    line-height: 144%;
  }

  .materials-block__options {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.4rem;
  }
}

.account__container {
  display: flex;
  flex-direction: column;
  grid-gap: 3.2rem;
  padding-bottom: 6rem;
}

.account__menu-side {
  margin-top: 2.5rem;
}

.account__menu-item:not(:first-child) {
  margin-top: 0.8rem;
}

.account__menu-item-link {
  font-size: 1.4rem;
  line-height: 129%;
  text-transform: uppercase;
}

.account__title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 111%;
  letter-spacing: -0.01em;
}

.account__content-wr {
  margin-top: 2.8rem;
  display: none;
}

.account__content-wr.active {
  display: block;
}

.account__content-wr--wishlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.4rem 0.4rem;
}

@media screen and (min-width: 640px) {
  .account__container {
    flex-direction: row;
    grid-gap: 12.6rem;
  }

  .account__menu-side {
    margin-top: 7rem;
  }

  .account__content-side {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .account__container {
    padding-top: 6rem;
    padding-bottom: 13.6rem;
  }

  .account__content-wr {
    margin-top: 7.3rem;
  }

  .account__menu-side {
    margin-top: 13.3rem;
  }

  .account__title {
    font-size: 5.6rem;
    line-height: 107%;
    letter-spacing: -0.01em;
  }

  .account__menu-item:not(:first-child) {
    margin-top: 1.6rem;
  }

  .account__menu-item-link {
    font-size: 1.8rem;
    line-height: 122%;
    letter-spacing: 0.01em;
  }

  .account__content-wr--wishlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6rem 0.8rem;
  }
}

.content-page {
  background: var(--color__accent_fourth);
}

.content-page__container {
  display: flex;
  flex-direction: column;
  grid-gap: 3.2rem;
  padding-bottom: 6rem;
}

.content-page__menu-side {
  margin-top: 2.5rem;
}

.content-page__title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 111%;
  letter-spacing: -0.01em;
}

.content-page__content-wr {
  margin-top: 2.8rem;
}

.content-page__content-wr--page {
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.content-page__content-wr--page h2 {
  margin: 4rem 0 0.8rem;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.content-page__content-wr--page ul {
  padding-left: 1rem;
}

.content-page__content-wr--page li {
  list-style-type: disc;
}

@media screen and (min-width: 640px) {
  .content-page__container {
    flex-direction: row;
    grid-gap: 12.6rem;
  }

  .content-page__menu-side {
    margin-top: 7rem;
    flex-basis: 23.4vw;
  }

  .content-page__content-side {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .content-page__container {
    padding-top: 6rem;
    padding-bottom: 13.6rem;
  }

  .content-page__content-wr {
    margin-top: 7.3rem;
  }

  .content-page__menu-side {
    margin-top: 13.3rem;
  }

  .content-page__title {
    font-size: 5.6rem;
    line-height: 107%;
    letter-spacing: -0.01em;
  }

  .content-page__content-wr--page {
    font-size: 1.4rem;
    line-height: 157%;
  }

  .content-page__content-wr--page h2 {
    margin: 6rem 0 1.6rem;
    font-size: 1.8rem;
    line-height: 133%;
  }

  .content-page__content-wr--page ul {
    padding-left: 1rem;
  }

  .content-page__content-wr--page li {
    list-style-type: disc;
  }
}

.contacts__item:not(:first-child) {
  margin-top: 4.1rem;
}

@media screen and (min-width: 1200px) {
  .contacts {
    max-width: 66.8rem;
  }

  .contacts__item:not(:first-child) {
    margin-top: 6rem;
  }
}

.faq-section__group--last-item {
  margin-bottom: 8rem;
}

.faq-section__group-title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 111%;
  letter-spacing: 0.02em;
  margin-bottom: 3.3rem;
}

.faq-section__item {
  margin-top: 0rem;
}

.faq-section__item.active .faq-item__title {
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .faq-section__item {
    margin-top: 1rem;
  }
}

.cart-page__cart-block {
  position: relative;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 960px) {
  .cart-page {
    padding-bottom: 6rem;
  }

  .cart-page__container {
    display: flex;
    justify-content: space-between;
  }

  .cart-page__cart-block {
    width: 42rem;
  }

  .cart-page__summary-block {
    width: 39rem;
  }
}

@media screen and (min-width: 1200px) {
  .cart-page__cart-block {
    width: 29vw;
  }

  .cart-page__summary-block {
    width: 31vw;
  }
}

.bundle-item {
  border: 0.1rem solid var(--color__black);
  padding: var(--px-12);
  display: grid;
  grid-template-columns: 33.13vw auto;
  grid-gap: 1.2rem;
}

.bundle-item__img-wr {
  width: 33.13vw;
  position: relative;
}

.bundle-item__img-wr::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 136%;
}

.bundle-item__img-wr picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bundle-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-item__title {
  font-size: var(--px-14);
  line-height: 143%;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.bundle-item__color-variations {
  display: flex;
  flex-wrap: wrap;
}

.bundle-item__size-variations {
  grid-column: 1/3;
  flex-wrap: wrap;
  grid-gap: var(--px-8);
}

@media screen and (min-width: 640px) {
  .bundle-item {
    padding: 2rem;
    grid-template-columns: 9.6rem auto;
    grid-gap: 0 2rem;
  }

  .bundle-item__img-wr {
    grid-row: 1/3;
  }

  .bundle-item__size-variations {
    grid-column: 2/3;
  }

  .bundle-item__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .bundle-item__size-variations {
    margin-top: 1.2rem;
    grid-gap: 0.75rem;
  }

  .bundle-item__color-variations {
    margin-top: 2.4rem;
  }

  .faq-section__item {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
.order-history {
  padding-bottom: 6rem;
  display: none;
}

.order-history.active {
  display: block;
}

.order-history-item {
  padding: 10vw 0;
  border-bottom: 0.1rem solid #d9d9d9;
  display: flex;
  flex-direction: column;
  grid-gap: 5.62vw;
}

.order-history-item__full-info {
  color: #000;
  font-size: 5vw;
  line-height: 125%;
  display: flex;
  flex-direction: column;
  grid-gap: 7vw;
}

.order-history-item__name,
.order-history-item__total {
  font-weight: 700;
}

.order-history-item__img-wr {
  width: 15rem;
}

@media screen and (min-width: 640px) {
  .order-history {
    padding-bottom: 11rem;
  }

  .order-history-item {
    padding: 3rem 0;
    grid-gap: 5rem;
  }

  .order-history-item__full-info {
    font-size: 1.8rem;
    grid-gap: 2.4rem;
  }

  .order-history-item__img-wr {
    width: 15rem;
  }
}

@media screen and (min-width: 960px) {
  .order-history-item {
    flex-direction: row;
    grid-gap: 8.42rem;
    justify-content: space-between;
  }

  .order-history-item__img-wr {
    width: 14rem;
  }

  .order-history-item__full-info {
    justify-content: space-between;
  }

  .account__orders {
    max-width: 66.8rem;
  }
}

.page__sing-form__wrapper {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .cart-page--drawer #cartItems .cart__cart-item,
  .cart-page--drawer .cart-summary__prices {
    display: none !important;
  }

  .cart-page--drawer .cart-summary--inmodal {
    position: relative;
    box-shadow: none;
    padding: 0rem 1rem 2.7rem;
  }

  .cart-page--drawer .cart-summary--inmodal .cart-summary__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .cart__header {
    align-items: center;
    padding: 0 10px;
  }

  .cart__inner {
    padding-bottom: 0px;
    box-shadow: 0 0 40px 10px #0000001a;
  }

  .cart__items {
    padding: 0 10px;
  }

  .cart-page--drawer .cart-summary--inmodal .cart-summary__to-cart,
  .cart-summary__collection-btn,
  .cart-page--drawer
    .cart-summary--inmodal
    .cart-summary__footer
    .cart-summary__checkout-btn {
    line-height: 1.2;
    flex-basis: 45%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }

  .cart-page--drawer
    .cart-summary--inmodal
    .cart-summary__footer
    .cart-summary__shipping-info {
    flex-basis: 100%;
  }

  .cart-page--drawer #cartItems .cart__cart-item.added-variant {
    display: grid !important;
  }

  .cart-page--drawer .cart__inner {
    height: auto;
  }
}

.cc-compliance .cc-btn {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
  padding: 1px 0;
  text-transform: uppercase;
}

.cc-window .cc-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  font-family: var(--font__general);
}

#dcodeOuterWrapper {
  display: none;
  visibility: hidden;
}

#shopify-pc__banner:not([style="display: none;"]) ~ #shopify-section-popup-promo,
body[style="overflow: hidden;"] :is(section.shopify-pc__banner__dialog, #shopify-section-popup-promo) {
  display: none;
}

/* Add-to-cart button loader */
.product-full__buy-btn {
  position: relative;
}
.product-full__buy-btn .loading-overlay__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  will-change: opacity;
}
.product-full__buy-btn .product-full__buy-btn-text {
  transition: opacity .2s ease;
  will-change: opacity;
}
.product-full__buy-btn.is-loading .loading-overlay__spinner {
  opacity: 1;
}
.product-full__buy-btn.is-loading .product-full__buy-btn-text {
  opacity: 0;
}
.loader-dots {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
}
.loader-dots__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  animation: dot-bounce 0.8s ease-in-out infinite;
}
.loader-dots__dot:nth-child(1) { animation-delay: 0s; }
.loader-dots__dot:nth-child(2) { animation-delay: 0.12s; }
.loader-dots__dot:nth-child(3) { animation-delay: 0.24s; }

@keyframes dot-bounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 1; }
  30% { transform: translateY(-5px); opacity: 0.9; }
}


=========================
  Cookie banner
=========================
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs:focus span,
.shopify-pc__prefs__header-actions button:focus,
.shopify-pc__prefs__option label input:focus ~ span svg,
.shopify-pc__banner__dialog button:focus,
.shopify-pc__prefs__header-close:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

section.shopify-pc__prefs__dialog {
  border-radius: 0;
}

div.shopify-pc__banner__wrapper {
  flex-direction: column;
  padding: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  max-width: 1012px;
  background-color: #fff;
  min-width: 280px;
}

h2#shopify-pc__banner__body-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 24px;
}

.shopify-pc__prefs__header-actions button {
  border: 1px solid #000 !important;
  padding: 10px 25px 8px !important;
}

section.shopify-pc__banner__dialog {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
}

#shopify-pc__banner:not([style="display: none;"]) ~ #shopify-section-popup-promo,
body[style="overflow: hidden;"] :is(section.shopify-pc__banner__dialog, #shopify-section-popup-promo) {
  display: none;
}

div.shopify-pc__prefs__overlay {
  background: none;
}

section.shopify-pc__banner__dialog p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

section.shopify-pc__banner__dialog p span {
  display: block;
}

section.shopify-pc__banner__dialog p span:first-child {
  margin-bottom: 30px;
}

#shopify-pc__banner__btn-decline {
  display: none !important;
}

button#shopify-pc__banner__btn-accept,
button#shopify-pc__banner__btn-manage-prefs {
  border-radius: 0;
  line-height: 2.4;
  font-size: 14px;
  height: 32px;
  font-weight: 400;
  outline: none;
  flex-basis: 50%;
  text-transform: uppercase;
  text-decoration: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

button#shopify-pc__banner__btn-accept {
  color: hsl(0deg, 0%, 100%, 100%);
  background: hsl(0deg, 0%, 0%, 100%);
}

button#shopify-pc__banner__btn-manage-prefs {
  border: 1px solid #000 !important;
  padding: 0;
}

div.shopify-pc__banner__btns {
  flex-direction: row-reverse;
  gap: 8px;
  width: 100%;
}

.klaviyo-form input,
.klaviyo-form button {
  box-shadow: none !important;
}

button#shopify-pc__prefs__header-close {
  top: 35px;
}

div.shopify-pc__prefs__option label span {
  border-radius: 6px;
}

@media screen and (max-width: 1200px) {
  button#shopify-pc__prefs__header-close {
    top: 15px;
  }
}

@media screen and (max-width: 1580px) {
  div.shopify-pc__banner__wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 1350px) {
  div.shopify-pc__banner__wrapper {
    width: 90%;
    max-width: 100%;
  }

  section.shopify-pc__banner__dialog p span:first-child {
    margin-bottom: 10px;
  }

  div.shopify-pc__banner__wrapper {
    padding: 28px;
  }
}

@media screen and (max-width: 768px) {
  div.shopify-pc__banner__body {
    margin-bottom: 15px;
  }

  section.shopify-pc__banner__dialog {
    padding: 23px;
  }

  h2#shopify-pc__banner__body-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 100%;
  }

  section.shopify-pc__banner__dialog p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .shopify-pc__banner__btns {
    flex-wrap: wrap;
  }

  button#shopify-pc__banner__btn-accept,
  button#shopify-pc__banner__btn-manage-prefs {
    flex-basis: 100%;
    height: 40px;
    font-size: 15px;
  }
}

.variant-input-wrap {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.variant-input-wrap legend {
  font-size: 1.4rem;
}

.size-variation.bundle {
  flex-direction: column;
}

.size-variation.bundle input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.size-variation.bundle input[type=radio]:checked + label {
  background: #000000;
  color: #fff;
}

.size-variation.bundle label {
  position: relative;
  display: inline-block;
  border: .1rem solid #000000;
  color: #000000;
  background: transparent;
  padding: .8rem 1rem .4rem;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: background, color;
  font-size: 4.38vw;
  line-height: 114%;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: .7rem .5rem .2rem 0;
  font-size: 1.4rem;
  cursor: pointer;
}

.product__key-features {
  display: grid;
}

@media screen and (min-width: 768px) {
  .variant-input-wrap legend {
    font-size: 1.6rem;
  }

  .product__key-features {
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
}

.product__key-features--info {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.product__key-features--content + * {
  margin-top: auto;
}

@media screen and (min-width: 1200px) {
  .product__key-features--media {
    flex-basis: 53.72%;
  }

  .product__key-features--info {
    flex-basis: 42.7%;
  }
}

@media screen and (max-width: 767px) {
  .product__key-features--info {
    display: contents;
  }

  .product__key-features--content,
  .product__key-features--title {
    order: -1;
  }
}

.product__key-features--title h3{
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 8px;
}
.product__key-features--content{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);

}
.product__key-features--content p{
  margin: 0;
}
.product__key-features--media{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__key-features--media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product__key-features--media video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .product__key-features{
    margin: 24px 0;
  }
  .product__key-features--content{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
  }
  .product__key-features--media{
    margin-top: 8px;
  }
}
.def-popup__policies p {
  margin: 0;
}

.def-popup__subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.def-popup__policies a {
  text-decoration: underline;
}

.def-popup__policies {
  margin-top: 8px !important;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .def-popup__policies {
    margin-top: 24px;
    font-size: 14px;
  }
}

.def-popup__read-more-button {
  color: #000;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin-top: 4px;
}

.def-popup__read-more-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none;
  background: none;
}

.def-popup__read-more-text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.def-popup__discount {
  margin-top: 22px;
  margin-bottom: 172px;
}

@media screen and (max-width: 768px) {
  .def-popup__discount {
    margin-top: 2px;
    margin-bottom: 97px;
  }
}

.home-wedo__cat-title {
  font-size: 56px;
  font-weight: 400;
  color: #fff;
}

.home-wedo__subtitle {
  margin: 8px 0 32px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .home-wedo__cat-title {
    font-size: 32px;
  }

  .home-wedo__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}

.home-wedo__text {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  max-width: 310px;
}

.home-wedo__link {
  font-size: 14px;
  background: white;
  color: black;
  padding: 11px 8px;
  text-transform: uppercase;
  line-height: 1;
}

.home-wedo__link:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjAyNDEgMTMuNUwxNSA3LjQ5OTgyTTE1IDcuNDk5ODJMOS42MDI0MSAxLjVNMTUgNy40OTk4MkgxIiBzdHJva2U9IiMyNTI4MkIiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  position: absolute;
  right: 10px;
  transition: right 0.2s;
}

.home-wedo__cat:hover .home-wedo__link::after {
  right: 8px;
}

.collections-section .slider__swiper {
  overflow: hidden;
}

.collections-section .swiper-button-next {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTc3NDEgMTMuNUwxNS4zNzUgNy40OTk4Mk0xNS4zNzUgNy40OTk4Mkw5Ljk3NzQxIDEuNU0xNS4zNzUgNy40OTk4MkgxLjM3NSIgc3Ryb2tlPSIjMjUyODJCIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  width: 14px;
  right: -20px;
}

.collections-section .swiper-button-prev {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTc3NDEgMTMuNUwxNS4zNzUgNy40OTk4Mk0xNS4zNzUgNy40OTk4Mkw5Ljk3NzQxIDEuNU0xNS4zNzUgNy40OTk4MkgxLjM3NSIgc3Ryb2tlPSIjMjUyODJCIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  width: 14px;
  rotate: -180deg;
  left: -20px;
}

.collections-section .swiper-button-next.swiper-button-disabled,
.collections-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}


.product-cart__price--sale-price {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: block;
  width: fit-content;
  text-decoration: line-through;
}