/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

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

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

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

/**
   * Restore the focus styles unset by the previous rule.
   */

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

/**
   * Correct the padding in Firefox.
   */

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select {
    margin: 0;
}

html {
    box-sizing: border-box;
}

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

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.section-content {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
}
@font-face {
  font-family: 'Casanova Serif Display';
  src: url('../fonts/74ee51e5cf1063e1f548.ttf') format('truetype');
  /* Safari, Android, iOS */
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  min-width: 360px;
  height: 100%;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 22px;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  --garderobo-color-highlight: #ff5a00;
  --garderobo-color-main: #63605c;
  --garderobo-color-border: #ccc;
  --garderobo-color-bg-main: #f5f5f5;
  --garderobo-color-bg-additional: #f5f0ea;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-weight: 400;
  color: inherit;
  margin: 0 0 15px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
h3 {
  font-size: 61px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0 0 10px;
}
a {
  text-decoration: none;
}
input {
  font-family: inherit;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
select {
  padding: 10px 15px;
  border: 1px solid var(--garderobo-color-border);
  background-color: transparent;
  font-size: 16px;
}
.garderobo-link {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  color: var(--garderobo-color-highlight);
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.garderobo-link:hover::after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: calc(50% + 2px);
  width: 30px;
  height: 100%;
  background: url('../images/333274c7fc96982aeb60.svg') no-repeat center;
}
.garderobo-breadcrumbs,
.garderobo-breadcrumb-link {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: var(--garderobo-color-main);
}
.garderobo-breadcrumb-link {
  text-decoration: none;
}
.garderobo-breadcrumb-link:hover {
  text-decoration: underline;
}
.garderobo-breadcrumbs {
  margin-bottom: 22px;
}
.garderobo-breadcrumbs__list {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-y: scroll;
}
.garderobo-breadcrumbs__item {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.garderobo-breadcrumbs__item::after {
  position: absolute;
  right: 0;
  content: '/';
}
.garderobo-breadcrumbs__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.garderobo-breadcrumbs__item:last-child::after {
  content: none;
}
.garderobo-text-highlighted {
  color: var(--garderobo-color-highlight);
}
.garderobo-paging {
  font-size: 22px;
  line-height: 35px;
  color: var(--garderobo-color-main);
}
.garderobo-paging__page-number {
  margin-right: 55px;
}
.garderobo-paging__next-link {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-right: 20px;
}
.garderobo-paging__next-link:hover {
  text-decoration: underline;
}
.garderobo-paging__next-link::after {
  content: '';
  background-image: url('../images/0978184e42b0ae96a082.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  top: 10px;
  right: 0;
  position: absolute;
}
.garderobo-btn,
.garderobo-btn-bordered {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  color: var(--garderobo-color-highlight);
  text-align: center;
}
.garderobo-btn:active {
  text-decoration: underline;
}
.garderobo-btn-bordered {
  padding: 20px 80px;
  border: 1px solid var(--garderobo-color-highlight);
}
.garderobo-btn-bordered:active {
  color: #fff;
  background-color: var(--garderobo-color-highlight);
}
.garderobo-header__top {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
  padding: 35px 15px 35px;
  background-color: var(--garderobo-color-bg-additional);
  height: 106px;
}
@media screen and (min-width: 1024px) {
  .garderobo-header__top {
    padding: 35px 120px 35px;
  }
}
.garderobo-header__nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.garderobo-header__nav-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.garderobo-header__burger-btn {
  width: 36px;
  background-image: url('../images/d59388e11c8f97cd9067.svg');
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 36px;
}
.garderobo-header__nav-list {
  display: flex;
  align-items: center;
}
.garderobo-header__nav-list:nth-child(2) {
  justify-content: flex-end;
}
.garderobo-header__nav-list:nth-child(2) .garderobo-header__nav-item {
  padding: 0 5px;
}
.garderobo-header__nav-list:nth-child(2) .garderobo-header__nav-item:nth-child(2) {
  margin-left: auto;
}
.garderobo-header__nav-item a {
  color: inherit;
  text-decoration: none;
}
.garderobo-header__nav-item--logo {
  font-family: 'Casanova Serif Display';
  font-size: 28px;
  line-height: 31px;
}
.garderobo-header__nav-item--menu {
  display: none;
  padding: 0 26px;
}
.garderobo-header__nav-item--menu:hover {
  color: var(--garderobo-color-highlight);
}
.garderobo-header__nav-item--search {
  display: none;
  width: 100%;
  min-width: 180px;
  max-width: 438px;
}
.garderobo-header__input-search {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 9px 9px 9px 55px;
  border: none;
  background: #fffdfa;
  border-radius: 5px;
  width: 100%;
}
.garderobo-link-btn {
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.garderobo-link-btn--profile {
  background-image: url('../images/6e399cfbfabc6764ca3a.svg');
}
.garderobo-link-btn--cart {
  background-image: url('../images/b99025cd8f70d8685d63.svg');
}
.garderobo-header__nav-dropdown {
  position: fixed;
  top: 106px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  padding: 20px 15px 70px;
  overflow-y: auto;
  background-color: var(--garderobo-color-bg-additional);
  -webkit-overflow-scrolling: touch;
  background-color: var(--garderobo-color-bg-main);
  width: 100%;
  justify-content: center;
  align-items: center;
}
.garderobo-show-nav .garderobo-header__top {
  position: fixed;
  z-index: 20;
}
.garderobo-show-nav .garderobo-header__nav-dropdown {
  display: flex;
}
.garderobo-header__nav-dropdown-item {
  text-align: center;
  padding: 20px;
}
.garderobo-header__nav-dropdown-item a {
  color: inherit;
  text-decoration: none;
}
.garderobo-header__nav-dropdown-item a:active {
  color: var(--garderobo-color-highlight);
}
.garderobo-header-content {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
  padding: 0 15px 0;
  background-color: var(--garderobo-color-bg-additional);
  position: relative;
  min-height: 761px;
}
@media screen and (min-width: 1024px) {
  .garderobo-header-content {
    padding: 0 120px 0;
  }
}
.garderobo-header__ellipse-1 {
  position: absolute;
  width: 442px;
  height: 442px;
  left: -94px;
  top: 73px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.garderobo-header__decorations {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.garderobo-header__ellipse-2 {
  position: absolute;
  width: 258px;
  height: 258px;
  right: -14px;
  bottom: -130px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.garderobo-header__blur {
  position: absolute;
  left: 0;
  top: 162px;
  width: 70%;
  height: 229px;
  background: #fabc7c;
  filter: blur(434px);
}
.garderobo-header__gradient-image-block {
  position: relative;
  padding: 30px 0 70px;
  margin-bottom: 30px;
}
.garderobo-header__gradient {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 80%;
  background: linear-gradient(327.24deg, #f4ded1 57.11%, rgba(244, 222, 209, 0) 101.37%);
}
.garderobo-header__image {
  display: none;
  width: 497px;
  height: 699px;
  background: url('../images/de9addfca6b87f0d2edd.jpg') no-repeat;
  position: absolute;
  right: 120px;
  top: 82px;
}
.garderobo-header__image-mobile {
  width: 375px;
  height: 527px;
  margin-left: 25%;
  transform: translateX(-35%);
  background: url('../images/0e22e6a3a057aaf30b80.jpg') no-repeat;
}
.garderobo-header__info {
  position: relative;
  z-index: 5;
  padding: 53px 0 64px 0;
}
.garderobo-header__before-title {
  font-family: 'Casanova Serif Display';
  font-size: 19px;
  line-height: 21px;
}
.garderobo-header__title {
  font-size: 39px;
  line-height: 40px;
  max-width: 972px;
  margin-bottom: 30px;
  text-align: left;
}
.garderobo-header__description {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: var(--garderobo-color-main);
  margin-bottom: 54px;
}
.garderobo-main h2 {
  font-size: 39px;
  line-height: 40px;
  text-align: left;
}
.garderobo-main-content {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
  padding: 167px 15px 167px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .garderobo-main-content {
    padding: 167px 120px 167px;
  }
}
.garderobo-main__section-products {
  position: relative;
  z-index: 5;
  margin-bottom: 96px;
}
.garderobo-products {
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - ((2 - 1) * 20px) / 2));
  grid-gap: 20px;
  width: 100%;
  margin-bottom: 32px;
}
.garderobo-product {
  background-color: #fff;
  box-shadow: 0px 5.02941px 67.0588px rgba(0, 0, 0, 0.06);
  padding: 10px;
}
.garderobo-product-card__pic-container {
  position: relative;
  margin-bottom: 25px;
}
.garderobo-product-card__pic {
  position: relative;
  width: 100%;
  padding-top: 292px;
  border: 1px solid transparent;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.garderobo-product-card__details {
  padding: 0 7px;
}
.garderobo-product-card__details a {
  color: inherit;
  text-decoration: none;
}
.garderobo-product-card__title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
}
.garderobo-product-card__subtitle {
  font-size: 15px;
  line-height: 22px;
  color: #8c8c8c;
  margin-bottom: 15px;
}
.garderobo-product-card__button-like {
  z-index: 1;
  position: absolute;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  top: 0;
  right: 0;
  background: transparent url('../images/c738ed7df88c3c412315.svg') no-repeat center;
}
.garderobo-product-card__button-like:hover {
  transform: scale(1.1);
}
.garderobo-main__section-mission {
  position: relative;
}
.garderobo-main__mission-info {
  position: relative;
  z-index: 5;
}
.garderobo-main__feature-text {
  max-width: 790px;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 67px;
  padding: 0 15px;
}
.garderobo-main__mission-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -15px;
}
.garderobo-main__mission-images {
  position: relative;
  margin-bottom: 45px;
  width: 100%;
  height: 544px;
  max-width: 546px;
}
.garderobo-main__mission-image-3 {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/83253755b70364fe2f45.jpg') no-repeat;
  background-size: contain;
  width: 253px;
  height: 345px;
}
.garderobo-main__mission-image-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/8fef37addb1d01d12f73.jpg') no-repeat;
  background-size: contain;
  width: 293px;
  height: 443px;
}
.garderobo-main__mission-block-1 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 5;
}
.garderobo-main__mission-block-2 {
  position: relative;
  width: 100%;
  max-width: 474px;
  height: 508px;
  margin-bottom: 115px;
}
.garderobo-main__mission-image-1 {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/2370936cd9d42d9aeb63.jpg') no-repeat;
  background-size: contain;
  width: 292px;
  height: 428px;
}
.garderobo-main__mission-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/86ef05b36c16a4498b0e.jpg') no-repeat;
  background-size: contain;
  width: 182px;
  height: 259px;
}
.garderobo-main__ellipse-1 {
  position: absolute;
  width: 819px;
  height: 316px;
  top: 149px;
  left: 501px;
  background: #fabc7c;
  filter: blur(609.721px);
}
.garderobo-main__section-statement {
  padding: 0 25px;
}
.garderobo-main__mission-text {
  position: relative;
  z-index: 5;
  font-family: 'Casanova Serif Display';
  font-size: 32px;
  line-height: 56px;
  text-align: center;
  color: var(--garderobo-color-main);
  max-width: 1147px;
  margin: 0 auto 42px auto;
}
.garderobo-main__mission-line {
  width: 332px;
  height: 6px;
  margin: 0 auto;
  border: none;
  background: #f5f0ea;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.garderobo-footer-content {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
  padding: 57px 15px 27px;
  font-family: 'Casanova Serif Display';
  background-color: var(--garderobo-color-bg-additional);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .garderobo-footer-content {
    padding: 57px 120px 27px;
  }
}
.garderobo-footer__logo {
  font-size: 34px;
  line-height: 37px;
  margin-bottom: 32px;
}
.garderobo-footer__description {
  font-size: 30px;
  color: var(--garderobo-color-highlight);
  margin-bottom: 80px;
}
.garderobo-footer__year {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  h1 {
    margin-top: 50px;
  }
  h2 {
    font-size: 40px;
    line-height: 76px;
  }
  .garderobo-header__nav-list:nth-child(2) {
    width: 50%;
  }
  .garderobo-header__nav-list:nth-child(2) .garderobo-header__nav-item--menu {
    padding: 0 26px;
  }
  .garderobo-header__nav-item--logo {
    font-size: 32px;
    line-height: 35px;
    margin-right: 80px;
  }
  .garderobo-header__nav-item--menu,
  .garderobo-header__nav-item--search {
    display: block;
  }
  .garderobo-show-nav .garderobo-header__top {
    position: static;
  }
  .garderobo-show-nav .garderobo-header__nav-dropdown {
    display: none;
  }
  .garderobo-header__burger-btn {
    display: none;
  }
  .garderobo-header__info {
    position: static;
  }
  .garderobo-header__gradient-image-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 45px;
    margin: 0;
    padding: 0;
  }
  .garderobo-header__gradient {
    right: 0;
    width: 522px;
    height: 100%;
  }
  .garderobo-main h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .garderobo-main__mission-decorations-images {
    display: none;
  }
  .garderobo-header__ellipse-1 {
    left: 42px;
  }
  .garderobo-header__image-mobile {
    display: none;
  }
  .garderobo-header__image {
    display: block;
  }
  .garderobo-header__blur {
    left: auto;
    right: 0;
    top: 155px;
    right: 404px;
    width: 426px;
    height: 323px;
    filter: blur(610px);
  }
  .garderobo-header__ellipse-2 {
    right: 546px;
  }
  .garderobo-header__info {
    padding: 192px 0 85px 0;
  }
  .garderobo-header__before-title,
  .garderobo-header__title,
  .garderobo-header__description,
  .garderobo-header__info .garderobo-link {
    position: relative;
    z-index: 5;
  }
  .garderobo-header__before-title {
    font-size: 31px;
    line-height: 34px;
  }
  .garderobo-header__title {
    margin-bottom: 13px;
    font-size: 50px;
    line-height: 55px;
  }
  .garderobo-header__description {
    max-width: 563px;
    font-size: 22px;
    line-height: 35px;
  }
  .garderobo-products {
    display: grid;
    grid-template-columns: repeat(5, calc(100% / 5 - ((5 - 1) * 20px) / 5));
    grid-gap: 20px;
    width: 100%;
    margin-bottom: 54px;
  }
  .garderobo-product-card__pic {
    padding-top: 210px;
  }
  .garderobo-main__section-products {
    margin-bottom: 140px;
  }
  .garderobo-main__feature-text {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 57px;
  }
  .garderobo-main__mission-text {
    font-size: 51px;
    line-height: 70px;
    margin: 0 auto 68px auto;
  }
  .garderobo-main__mission-line {
    width: 813px;
  }
  .garderobo-main__mission-blocks {
    flex-direction: row;
    margin-bottom: 300px;
  }
  .garderobo-main__mission-block-1 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .garderobo-main__mission-block-2 {
    position: absolute;
    right: -120px;
    top: 240px;
    width: 604px;
    height: 872px;
    max-width: unset;
    margin-bottom: 0;
  }
  .garderobo-main__mission-images {
    width: 437px;
  }
  .garderobo-main__mission-image-1 {
    width: 501px;
    height: 734px;
  }
  .garderobo-main__mission-image-2 {
    width: 313px;
    height: 444px;
  }
  .garderobo-footer__logo {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 10px;
  }
  .garderobo-footer__description {
    font-size: 30px;
    color: var(--garderobo-color-highlight);
    margin-bottom: 80px;
  }
  .garderobo-footer__year {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .garderobo-product-card__pic {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1440px) {
  .garderobo-main__mission-block-2 {
    top: 0;
  }
  .garderobo-main__mission-blocks {
    margin-bottom: 224px;
  }
}
.garderobo-main-category h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
}
.garderobo-main-category-content {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
  padding: 22px 15px 80px;
}
@media screen and (min-width: 1024px) {
  .garderobo-main-category-content {
    padding: 22px 120px 80px;
  }
}
.garderobo-main-category__items {
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - ((2 - 1) * 12px) / 2));
  grid-gap: 12px;
  width: 100%;
}
.garderobo-main-category__item {
  margin-bottom: 15px;
}
.garderobo-main-category__item-box {
  display: block;
  background-color: #fff;
  box-shadow: 0px 1.60458px 21.3943px rgba(0, 0, 0, 0.06);
  position: relative;
  width: 100%;
  padding-top: 192px;
  border: 1px solid transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}
.garderobo-main-category__item-title {
  font-family: 'Casanova Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #000;
  text-decoration: none;
}
.garderobo-main-category__item-title:hover {
  color: var(--garderobo-color-highlight);
}
@media screen and (min-width: 768px) {
  .garderobo-main-category__items {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - ((3 - 1) * 12px) / 3));
    grid-gap: 12px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .garderobo-main-category h1 {
    font-size: 50px;
    line-height: 76px;
  }
  .garderobo-main-category__item-box {
    box-shadow: 0px 3.22941px 43.0588px rgba(0, 0, 0, 0.06);
  }
  .garderobo-main-category__item-title {
    font-size: 24px;
    line-height: 54px;
  }
}
.garderobo-main-category__subcategories {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 46px;
}
.garderobo-main-category__subcategory {
  background-color: #fff;
  border: 2px solid #f4ded1;
  border-radius: 16px;
}
.garderobo-main-category__title {
  display: none;
}
.garderobo-main-category__subcategory-btn {
  min-width: 170px;
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 9px 20px;
}
.garderobo-main-category__subcategory-pic {
  width: 44px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.garderobo-main-category__subcategory-title {
  font-family: 'Casanova Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.garderobo-main-category__subcategory-title:hover {
  color: var(--garderobo-color-highlight);
}
@media screen and (min-width: 1024px) {
  .garderobo-main-category__title {
    display: block;
  }
  .garderobo-main-category__subcategories {
    flex-wrap: wrap;
    margin-bottom: 88px;
  }
}
.garderobo-main-product-content {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
  padding: 22px 15px 80px;
}
@media screen and (min-width: 1024px) {
  .garderobo-main-product-content {
    padding: 22px 120px 80px;
  }
}
.garderobo-product-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.garderobo-product-detail__pic {
  width: 100%;
  padding-top: 600px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 7.00588px 93.4118px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.garderobo-product-detail__main {
  width: 100%;
}
.garderobo-product-detail__title {
  font-size: 30px;
  line-height: 76px;
  margin: 0;
}
.garderobo-product-detail__info {
  padding: 20px 0 44px;
  border-top: 1px solid var(--garderobo-color-border);
  border-bottom: 1px solid var(--garderobo-color-border);
  margin-bottom: 26px;
}
.garderobo-product-detail__info-prop-name {
  font-size: 18px;
  line-height: 25px;
  color: var(--garderobo-color-main);
}
.garderobo-product-detail__info-prop-value {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--garderobo-color-main);
}
.garderobo-product-detail__info-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: baseline;
}
.garderobo-product-detail__info-row:last-child {
  margin-bottom: 0;
}
.garderobo-product-detail__info-row--row {
  flex-direction: row;
  gap: 12px;
}
.garderobo-product-detail__size-select {
  margin-top: 10px;
}
.garderobo-product-detail__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.garderobo-complete-look,
.garderobo-recommendations {
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--garderobo-color-bg-main);
}
.garderobo-complete-look {
  padding: 20px 15px 46px;
  background-color: var(--garderobo-color-bg-additional);
}
@media screen and (min-width: 1024px) {
  .garderobo-complete-look {
    padding: 20px 120px 46px;
  }
}
.garderobo-recommendations {
  padding: 20px 15px 72px;
}
@media screen and (min-width: 1024px) {
  .garderobo-recommendations {
    padding: 20px 120px 72px;
  }
}
@media screen and (min-width: 1024px) {
  .garderobo-product-detail {
    flex-direction: row;
  }
  .garderobo-product-detail__pic {
    width: 438px;
    height: 680px;
    box-shadow: 0px 7.72941px 103.059px rgba(0, 0, 0, 0.06);
    padding: 0;
  }
  .garderobo-product-detail__title {
    font-size: 50px;
    line-height: 76px;
  }
  .garderobo-product-detail__info {
    margin-bottom: 54px;
  }
  .garderobo-product-detail__info-row {
    flex-direction: row;
    gap: 20px;
  }
  .garderobo-product-detail__size-select {
    margin: 0;
  }
  .garderobo-complete-look,
  .garderobo-recommendations {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .garderobo-product-detail__controls {
    flex-direction: row;
    gap: 40px;
  }
}

.widget-title p {font-size: 16px;}
.cart-counter {font-size: 12px; margin-left: 25px;}

