/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: Gordita, sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
}

input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

textarea,
button,
input {
  border: none;
  outline: none;
  background: transparent;
}

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

.icon {
  filter: var(--icon-color);
}

.row > *, .container-fluid, .container {
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  padding-right: calc(var(--grid-gutter-x) * 0.5);
}

.container-fluid, .container {
  --grid-gutter-x: 30px;
  --grid-gutter-y: 0;
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-left: calc(var(--grid-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--grid-gutter-x) * 0.5 * -1);
}
.row > * {
  margin-top: var(--grid-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

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

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

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

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

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

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --grid-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --grid-gutter-y: 0px;
}

.g-1,
.gx-1 {
  --grid-gutter-x: 7.5px;
}

.g-1,
.gy-1 {
  --grid-gutter-y: 7.5px;
}

.g-2,
.gx-2 {
  --grid-gutter-x: 15px;
}

.g-2,
.gy-2 {
  --grid-gutter-y: 15px;
}

.g-3,
.gx-3 {
  --grid-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --grid-gutter-y: 30px;
}

.g-4,
.gx-4 {
  --grid-gutter-x: 45px;
}

.g-4,
.gy-4 {
  --grid-gutter-y: 45px;
}

.g-5,
.gx-5 {
  --grid-gutter-x: 90px;
}

.g-5,
.gy-5 {
  --grid-gutter-y: 90px;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xl-0,
  .gy-xl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --grid-gutter-x: 0px;
  }
  .g-lg-0,
  .gy-lg-0 {
    --grid-gutter-y: 0px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 15px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 15px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 45px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 45px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 90px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --grid-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --grid-gutter-y: 0px;
  }
  .g-md-1,
  .gx-md-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 15px;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 15px;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 45px;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 45px;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 90px;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    --grid-gutter-x: 40px;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --grid-gutter-x: 0px;
  }
  .g-sm-0,
  .gy-sm-0 {
    --grid-gutter-y: 0px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 15px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 15px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 45px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 45px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 90px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 90px;
  }
}
.d-none {
  display: none !important;
}

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

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

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

@media (max-width: 1399.98px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
@media (max-width: 1199.98px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (max-width: 575.98px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
html {
  /* Header */
  --text-color: #1a162e;
  --icon-color: brightness(0) saturate(100%) invert(5%) sepia(16%) saturate(5984%) hue-rotate(230deg) brightness(104%)
      contrast(92%);
  --header-bg-color: #eee;
  --bg-color: #f6f6f6;
  --top-act-group-bg-color: #fff;
  --top-act-group-shadow: rgba(237, 237, 246, 0.2);
  --top-act-separate-color: #ededf6;
  --top-act-user-shadow: rgba(0, 0, 0, 0.08);
  /* Dropdown */
  --dropdown-bg-color: #fff;
  --dropdown-shadow: rgba(200, 200, 200, 0.4);
  --dropdown-arrow-color: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(14%) hue-rotate(229deg)
      brightness(102%) contrast(106%);
  --top-menu-main-border-color: #d2d1d6;
  --menu-column-text-color: #1a162e;
  /* Sidebar */
  --sidebar-shadow-color: rgba(200, 200, 200, 0.4);
  /* Cate-item */
  --cate-item-bg: #eee;
  --cate-item-thumb-bg: #fff;
  --cate-item-title-color: #000;
  /* Product-card */
  --product-card-bg: #fff;
  --product-card-shadow: rgba(237, 237, 246, 0.2);
  /* Button */
  --filter-btn-bg: #fff;
  --filter-btn-text-color: #6c6c72;
  --like-btn-bg: #fff;
  --filter-bg-color: #fff;
  --filter-shadow: rgba(200, 200, 200, 0.4);
  --filter-slider-circle: #fff;
  --filter-form-tag-bg: #f8f8fb;
  --btn-outline-border: #d2d1d6;
  --footer-bg-color: var(--header-bg-color);
  --footer-social-bg: var(--like-btn-bg);
  --footer-link-color: #6c6c72;
  --sign-intro-bg: #fff;
  --sign-intro-text-color: #1a162e;
  --sign-content-heading: var(--sign-intro-text-color);
  --sign-card-label-color: #9e9da8;
  --sign-up-dot: #ededf6;
  --input-no-label-border: #d2d1d6;
  --input-no-label-placeholder: var(--input-no-label-border);
  --input-no-label-icon: brightness(0) saturate(100%) invert(70%) sepia(10%) saturate(233%) hue-rotate(206deg)
      brightness(89%) contrast(90%);
  --search-bar-bg: #fff;
  --search-bar-placeholder: #9e9da8;
  --product-page-bg: #fff;
  --product-wrap-shadow: rgba(237, 237, 246, 0.2);
  --prod-wrap-bg: #fff;
  --product-preview-thumb-border: rgb(237, 237, 246, 0.8);
  --product-preview-thumb-border-hover: #ededf6;
  --product-preview-thumb-border-current: #1a162e;
  --product-info-bg: #f6f6f6;
  --product-info-text-color: var(--text-color);
  --product-select-border: #d2d1d6;
  --product-info-tag-bg: #ededf6;
  --prod-pay-text: #000;
  --checkout-page-bg: inherit;
  --checkout-text-color: var(--text-color);
  --checkout-cart-info-bg: #fff;
  --checkout-cart-info-shadow: rgba(237, 237, 246, 0.2);
  --gift-item-icon-wrap-bg: rgb(118, 68, 225, 0.1);
  --gift-item-icon-wrap-shadow: rgba(237, 237, 246, 0.2);
  --breadcrumbs-bg: #fff;
  --breadcrumbs-shadow: rgba(237, 237, 246, 0.2);
  --product-page-breadcrumbs-bg: #f6f6f6;
  --review-card-bg: #fafafd;
  --act-dropdown-bg: #fff;
  --act-dropdown-shadow: rgba(200, 200, 200, 0.4);
  --act-dropdown-bottom-border: #d2d1d6;
  --cart-item-input-border: #d2d1d6;
  --dialog-bg-color: #fff;
  --dialog-shadow: rgba(237, 237, 246, 0.2);
  --payment-item-bg: #f6f6f6;
  --payment-text-input-color: #d2d1d6;
  --profile-content-bg: #fff;
  --profile-text-color: #1a162e;
  --profile-content-shadow: rgba(237, 237, 246, 0.2);
  --profile-icon-theme: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(2800%) hue-rotate(212deg)
      brightness(96%) contrast(95%);
  --profile-info-separate: #d2d1d6;
  --new-card-border: #d2d1d6;
  --new-card-text-color: #d2d1d6;
  --account-info-bg: #f6f6f6;
  --account-info-icon-bg: #fff;
  --user-menu-separate: #d2d1d6;
}
@media (max-width: 767.98px) {
  html {
    --bg-color: #fafafa;
  }
}
@media (max-width: 767.98px) {
  html {
    --header-bg-color: #fff;
    --header-shadow-color: rgba(237, 237, 246, 0.2);
  }
}
@media (max-width: 767.98px) {
  html {
    --cate-item-bg: #fff;
  }
}
@media (max-width: 767.98px) {
  html {
    --filter-btn-text-color: #1a162e;
  }
}
@media (max-width: 991.98px) {
  html {
    --footer-social-bg: #f0eeee;
  }
}
@media (max-width: 767.98px) {
  html {
    --product-page-bg: #fafafd;
  }
}
@media (max-width: 767.98px) {
  html {
    --checkout-page-bg: #fafafd;
  }
}
@media (max-width: 767.98px) {
  html {
    --product-page-breadcrumbs-bg: #fff;
  }
}
@media (max-width: 767.98px) {
  html {
    --payment-item-bg: #fafafd;
  }
}
@media (max-width: 767.98px) {
  html {
    --account-info-bg: #f8f8fb;
  }
}

html.dark {
  /* Header */
  --text-color: #fff;
  --icon-color: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(280deg) brightness(105%)
      contrast(101%);
  --header-bg-color: #171c28;
  --bg-color: #292e39;
  --top-act-group-bg-color: #292e39;
  --top-act-group-shadow: rgba(0, 0, 0, 0.2);
  --top-act-separate-color: #ededf6;
  --top-act-user-shadow: rgba(0, 0, 0, 0.08);
  /* Dropdown */
  --dropdown-bg-color: #3b4048;
  --dropdown-shadow: rgb(38, 49, 73, 40%);
  --dropdown-arrow-color: brightness(0) saturate(100%) invert(23%) sepia(7%) saturate(1001%) hue-rotate(178deg)
      brightness(89%) contrast(85%);
  --top-menu-main-color: #171c28;
  --menu-column-text-color: #b9babe;
  /* Sidebar */
  --sidebar-shadow-color: rgba(23, 28, 40, 0.4);
  /* Cate-item */
  --cate-item-bg: #171c28;
  --cate-item-thumb-bg: #292e39;
  --cate-item-title-color: #fff;
  /* Product-card */
  --product-card-bg: #171c28;
  --product-card-shadow: rgba(0, 0, 0, 0.2);
  /* Button */
  --filter-btn-bg: #171c28;
  --filter-btn-text-color: #fff;
  --like-btn-bg: #292e39;
  --filter-bg-color: #292e39;
  --filter-shadow: rgba(0, 0, 0, 0.4);
  --filter-slider-circle: #292e39;
  --filter-form-tag-bg: #171c28;
  --filter-form-arrow: brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(587%) hue-rotate(183deg)
      brightness(96%) contrast(92%);
  --btn-outline-border: #b9babe;
  --footer-bg-color: var(--header-bg-color);
  --footer-social-bg: var(--like-btn-bg);
  --footer-link-color: #b9babe;
  --sign-intro-bg: #171c28;
  --sign-intro-text-color: #b9babe;
  --sign-content-heading: var(--sign-intro-text-color);
  --sign-card-label-color: var(--sign-intro-text-color);
  --sign-btn-gmail: var(--sign-intro-text-color);
  --sign-btn-gmail-icon: brightness(0) saturate(100%) invert(91%) sepia(1%) saturate(1431%) hue-rotate(187deg)
      brightness(84%) contrast(87%);
  --sign-up-dot: #292e39;
  --input-no-label-border: #b9babe;
  --input-no-label-placeholder: var(--input-no-label-border);
  --input-no-label-icon: brightness(0) saturate(100%) invert(82%) sepia(1%) saturate(1125%) hue-rotate(179deg)
      brightness(91%) contrast(94%);
  --search-bar-bg: #171c28;
  --search-bar-placeholder: #b9babe;
  --product-page-bg: var(--bg-color);
  --product-wrap-shadow: rgba(23, 28, 40, 0.2);
  --prod-wrap-bg: #171c28;
  --product-preview-thumb-border: rgb(175, 175, 175, 0.8);
  --product-preview-thumb-border-hover: #afafaf;
  --product-preview-thumb-border-current: #fff;
  --product-info-bg: #171c28;
  --product-info-text-color: #eee;
  --product-select-border: #9e9da8;
  --product-info-icon: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(136%) hue-rotate(203deg)
      brightness(116%) contrast(87%);
  --product-info-tag-bg: #292e39;
  --prod-pay-text: var(--product-info-text-color);
  --checkout-page-bg: inherit;
  --checkout-text-color: #b9babe;
  --checkout-cart-info-bg: #171c28;
  --checkout-cart-info-shadow: rgba(23, 28, 40, 0.2);
  --checkout-icon-theme: brightness(0) saturate(100%) invert(92%) sepia(6%) saturate(137%) hue-rotate(191deg)
      brightness(82%) contrast(87%);
  --gift-item-icon-wrap-bg: #292e39;
  --gift-item-icon-wrap-shadow: transparent;
  --breadcrumbs-bg: #171c28;
  --breadcrumbs-shadow: rgba(23, 28, 40, 0.2);
  --product-page-breadcrumbs-bg: #171c28;
  --review-card-bg: #171c28;
  --act-dropdown-bg: #292e39;
  --act-dropdown-shadow: rgba(23, 28, 40, 0.4);
  --act-dropdown-text-color: #b9babe;
  --act-dropdown-bottom-border: #171c28;
  --act-dropdown-arrow-color: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(2328%) hue-rotate(183deg)
      brightness(90%) contrast(83%);
  --cart-item-input-border: #292e39;
  --dialog-bg-color: #171c28;
  --dialog-shadow: rgba(23, 28, 40, 0.2);
  --payment-item-bg: #292e39;
  --payment-text-input-color: #b9babe;
  --profile-content-bg: #171c28;
  --profile-text-color: #b9babe;
  --profile-content-shadow: rgba(23, 28, 40, 0.2);
  --profile-icon-theme: brightness(0) saturate(100%) invert(89%) sepia(2%) saturate(435%) hue-rotate(213deg)
      brightness(86%) contrast(85%);
  --profile-info-separate: #292e39;
  --new-card-border: #b9babe;
  --new-card-text-color: #b9babe;
  --account-info-bg: #292e39;
  --account-info-icon-bg: #171c28;
  --user-menu-separate: #171c28;
}
@media (max-width: 991.98px) {
  html.dark {
    --header-shadow-color: rgba(0, 0, 0, 0.2);
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 991.98px) {
  .logo {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .logo__img {
    width: 24px;
  }
}
.logo__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 145.455%;
}

.dropdown {
  position: absolute;
  left: 0;
  padding-top: 54px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
  width: min(1240px, 100%);
}
@media (max-width: 991.98px) {
  .dropdown {
    position: initial;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
  }
}
.dropdown__inner {
  position: relative;
  padding: 30px 62px 30px 30px;
  border-radius: 20px;
  background: var(--dropdown-bg-color);
  box-shadow: 0 40px 90px 20px var(--dropdown-shadow);
}
.dropdown__inner::before {
  content: url(../icons/dropdown-arrow.svg);
  position: absolute;
  top: -14px;
  left: var(--arrow-left-pos);
  translate: -50%;
  filter: var(--dropdown-arrow-color);
}
@media (max-width: 991.98px) {
  .dropdown__inner {
    padding: 0 40px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .dropdown__inner::before {
    content: none;
  }
}
@media (max-width: 575.98px) {
  .dropdown__inner {
    padding: 0 20px;
  }
}

.top-menu {
  --width-top-menu-main: 292px;
  position: relative;
}
.top-menu__main {
  height: calc(min(582px, 100vh - 150px) - 60px);
  width: var(--width-top-menu-main);
  border-right: 1px solid var(--top-menu-main-border-color);
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .top-menu__main {
    width: 100%;
    height: auto;
    border-right: none;
    overflow-y: initial;
  }
}
.top-menu__extra {
  position: absolute;
  inset: 0 0 0 var(--width-top-menu-main);
  padding-left: 30px;
  overflow-y: auto;
  display: none;
}
@media (max-width: 991.98px) {
  .top-menu__extra {
    position: initial;
    flex-direction: column;
    gap: 30px;
    padding: 7px 0;
  }
}
.top-menu__sub-menu {
  display: flex;
  height: calc(min(582px, 100vh - 150px) - 60px);
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .top-menu__sub-menu {
    padding-top: 7px;
    flex-direction: column;
    height: auto;
    gap: 30px;
  }
}
.top-menu__extra--column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu-column {
  display: flex;
  gap: 14px;
}
.menu-column__icon {
  position: relative;
  width: 36px;
  height: 36px;
}
.menu-column__icon-1 {
  width: 30px;
  height: 30px;
}
.menu-column__icon-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  filter: var(--icon-color);
}
.menu-column__content {
  flex-grow: 1;
}
.menu-column__heading {
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--menu-column-text-color);
}
@media (max-width: 991.98px) {
  .menu-column__heading {
    margin-bottom: 19px;
  }
}
.menu-column__list {
  margin-top: 19px;
}
@media (max-width: 991.98px) {
  .menu-column__list {
    margin-top: 0;
  }
}
.menu-column__item--active .top-menu__extra {
  display: flex;
}
.menu-column__item--active > .menu-column__link, .menu-column__item:hover > .menu-column__link {
  color: #0071dc;
  font-weight: 500;
}
.menu-column__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 142.857%;
  padding: 7px 0;
  color: var(--menu-column-text-color);
}
@media (max-width: 991.98px) {
  .menu-column__link {
    display: flex;
    justify-content: space-between;
  }
}
.menu-column__item:last-child .menu-column__link {
  padding-bottom: 0;
}

.slideshow {
  margin: 40px 0;
}
.slideshow__inner {
  position: relative;
  overflow: hidden;
}
.slideshow__list {
  position: relative;
  padding-top: 34%;
  width: 100%;
  display: flex;
}
@media (max-width: 767.98px) {
  .slideshow__list {
    padding-top: 50%;
  }
}
.slideshow__link {
  position: absolute;
  top: 0;
  height: 100%;
}
.slideshow__item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 20px;
}
.slideshow__page {
  --color: #fff;
  position: absolute;
  bottom: 15%;
  left: 5.2%;
  width: 18%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .slideshow__page {
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .slideshow__page {
    width: 30%;
  }
}
.slideshow__slider {
  position: relative;
  background: var(--color);
  width: 100%;
  height: 4px;
}
@media (max-width: 767.98px) {
  .slideshow__slider {
    height: 3px;
  }
}
.slideshow__slider::before, .slideshow__slider::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid var(--color);
}
.slideshow__slider::before {
  left: -10px;
}
.slideshow__slider::after {
  right: -10px;
}
.slideshow__num {
  color: var(--color);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 767.98px) {
  .slideshow__num {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}

.cate-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 20px 26px 20px 20px;
  border-radius: 16px;
  background: var(--cate-item-bg);
}
@media (max-width: 1199.98px) {
  .cate-item {
    flex-direction: column;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .cate-item {
    width: 100%;
    flex-direction: row;
    padding-right: 26px;
  }
}
.cate-item__thumb {
  width: 116px;
  height: 116px;
  object-fit: contain;
  background: var(--cate-item-thumb-bg);
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .cate-item__thumb {
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .cate-item__thumb {
    width: 88px;
    height: 88px;
  }
}
.cate-item__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 145.455%;
  color: var(--cate-item-title-color);
}
@media (max-width: 767.98px) {
  .cate-item__title {
    font-size: 1.8rem;
    line-height: 144.444%;
  }
}
.cate-item__info {
  padding-right: 30px;
}
@media (max-width: 1399.98px) {
  .cate-item__info {
    padding-right: 0;
  }
}
.cate-item__desc {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 767.98px) {
  .cate-item__desc {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}

.product-card {
  padding: 16px;
  border-radius: 20px;
  background: var(--product-card-bg);
  box-shadow: 0 20px 60px 10px var(--product-card-shadow);
}
.product-card__img--wrap {
  position: relative;
  padding-top: 100%;
}
.product-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card__like-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-card__title, .product-card__brand, .product-card__row {
  margin-top: 16px;
}
.product-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.product-card__brand {
  font-size: 1.5rem;
  line-height: 146.667%;
  color: #9e9da8;
}
.product-card__row {
  display: flex;
  align-items: center;
}
.product-card__price, .product-card__score {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.product-card__star {
  margin-right: 6px;
  margin-left: auto;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 36px;
  color: var(--filter-btn-text-color);
  background: var(--filter-btn-bg);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 142.857%;
  border-radius: 6px;
  padding: 0 12px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .filter-btn {
    font-size: 1.6rem;
    line-height: 150%;
  }
}

.like-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(124, 124, 124, 0.2);
  background: var(--like-btn-bg);
}
.like-btn:not(.like-btn--liked) .like-btn__icon--liked {
  display: none;
}
.like-btn--liked .like-btn__icon {
  display: none;
}
.like-btn__icon--liked {
  margin-top: 6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 6px;
  padding: 0 20px;
  background: #f8f8fb;
  color: #1a162e;
  font-size: 1.8rem;
  font-weight: 500;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
.btn--small {
  height: 40px;
  padding: 0 16px;
}
.btn--large {
  height: 68px;
  padding: 0 40px;
}
.btn--text {
  color: #9e9da8;
  background: transparent;
  font-weight: 400;
}
.btn--primary {
  background: #ffb700;
}
.btn--outline {
  border: 1px solid var(--btn-outline-border);
  background: transparent;
}
.btn--rounded {
  border-radius: 999px;
}
.btn[disabled], .btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn:hover {
  opacity: 0.9;
}

.filter-wrap {
  position: relative;
}

.filter {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 25px;
  padding: 30px;
  border-radius: 20px;
  background: var(--filter-bg-color);
  filter: drop-shadow(0 40px 90px var(--filter-shadow));
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1199.98px) {
  .filter {
    padding-bottom: 0;
    overscroll-behavior: contain;
  }
}
@media (max-width: 575.98px) {
  .filter {
    padding: 20px 20px 0;
    width: 80vw;
  }
}
.filter.hide {
  opacity: 0;
  visibility: hidden;
}
.filter__arrow {
  position: absolute;
  top: -18px;
  right: 23px;
  height: 20.75px;
  filter: var(--filter-form-arrow);
}
.filter__heading, .filter__form-label {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
.filter__form {
  margin-top: 30px;
}
.filter__form-group {
  margin-top: 20px;
}
.filter__form-group--inline {
  display: flex;
  gap: 30px;
}
.filter__form-group--price {
  margin-top: 30px;
}
.filter__form-slider {
  position: relative;
  height: 2px;
  width: 100%;
  background: #d2d1d6;
}
.filter__form-slider::before, .filter__form-slider::after {
  content: "";
  position: absolute;
  top: 0;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 6px solid #ffb700;
  background: var(--filter-slider-circle);
}
.filter__form-slider::before {
  left: var(--min-value);
}
.filter__form-slider::after {
  left: var(--max-value);
}
.filter__form-input, .filter__form-text-input {
  width: 121px;
  padding: 8px 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  border-radius: 6px;
  border: 1px solid #d2d1d6;
}
@media (max-width: 575.98px) {
  .filter__form-input, .filter__form-text-input {
    width: 100%;
    font-size: 1.6rem;
  }
}
.filter__form-input--brand, .filter__form-text-input--brand {
  width: 278px;
  border: none;
  padding: 0;
}
.filter__form-input--brand::placeholder, .filter__form-text-input--brand::placeholder {
  color: #9e9da8;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 146.667%;
}
.filter__form-separate {
  width: 1px;
  margin: 0 30px;
  background: #eee;
}
@media (max-width: 1199.98px) {
  .filter__form-separate {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }
}
.filter__form-select-wrap {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #d2d1d6;
}
.filter__form-select {
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .filter__form-select {
    padding: 0 12px;
  }
}
.filter__form-select:first-child {
  gap: 65px;
}
@media (max-width: 1199.98px) {
  .filter__form-select:first-child {
    gap: 120px;
  }
}
@media (max-width: 575.98px) {
  .filter__form-select:first-child {
    gap: 65px;
  }
}
.filter__form-select:last-child {
  gap: 17px;
}
.filter__form-select-separate {
  width: 1px;
  height: 35px;
  background: #d2d1d6;
}
.filter__form-tags {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .filter__form-tags {
    gap: 10px 8px;
  }
}
.filter__form-tag {
  padding: 6px 12px;
  color: #9e9da8;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  border-radius: 6px;
  background: var(--filter-form-tag-bg);
  transition: color 0.2s;
  cursor: pointer;
}
.filter__form-tag:hover {
  color: var(--text-color);
}
.filter__form-text-input {
  width: 100%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.filter__row {
  display: flex;
}
.filter__form-label--small {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 142.857%;
}
.filter__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
@media (max-width: 1199.98px) {
  .filter__footer {
    position: sticky;
    bottom: 0;
    background: var(--filter-bg-color);
    padding-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .filter__footer {
    flex: 1;
  }
}
.filter__cancel, .filter__submit {
  height: 38px;
  padding: 0 10px;
}
.filter__cancel {
  font-size: 1.5rem;
}
.filter__submit {
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  .filter__content {
    flex-direction: column;
    height: calc(100vh - 500px);
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .filter__content {
    height: auto;
  }
}

.input {
  display: block;
  height: 50px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .input {
    font-size: 1.6rem;
  }
}
.input__textarea, .input__no-label {
  padding: 12px;
  border-color: var(--input-no-label-border);
  display: flex;
  align-items: center;
  transition: border-color 0.25s;
}
.input__textarea:focus-within, .input__no-label:focus-within {
  border-color: #77dae6;
}
.input__textarea {
  height: 120px;
}
.input__textarea--field {
  resize: none;
  height: 100%;
}
.input__textarea--field, .input__no-label--text {
  flex: 1;
  width: 100%;
}
.input__textarea--field::placeholder, .input__no-label--text::placeholder {
  color: var(--input-no-label-placeholder);
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .input__textarea--field::placeholder, .input__no-label--text::placeholder {
    font-size: 1.6rem;
  }
}
.input__no-label {
  gap: 10px;
  position: relative;
}
.input__no-label:has(:invalid):has(.input__no-label--text:not(:placeholder-shown)) {
  border-color: red;
  background: rgba(255, 0, 0, 0.1);
}
.input__no-label:has(:invalid):has(.input__no-label--text:not(:placeholder-shown)) .input__no-label--icon {
  display: none;
}
.input__no-label:has(:invalid):has(.input__no-label--text:not(:placeholder-shown)) .input__no-label--icon-error {
  display: block;
  animation: shake 0.8s;
}
.input__no-label:has(:invalid):has(.input__no-label--text:not(:placeholder-shown)) ~ .form__error {
  display: block;
}
.input__no-label--icon {
  filter: var(--input-no-label-icon);
  width: 24px;
  height: 24px;
}
.input__no-label--icon-error {
  display: none;
  filter: brightness(0) saturate(100%) invert(16%) sepia(87%) saturate(5858%) hue-rotate(360deg) brightness(106%) contrast(125%);
}
.input__select-dialog {
  position: absolute;
  left: 10px;
  bottom: 54px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  translate: 0 8px;
  transition: opacity, visibility, translate;
  transition-duration: 0.3s;
  min-width: 230px;
  max-height: 320px;
  background: var(--dialog-bg-color);
  padding: 0px 0px 10px;
  border-radius: 10px;
  border: 1px solid var(--input-no-label-border);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.input__select-dialog.show {
  opacity: 1;
  visibility: visible;
  translate: 0;
}
.input__search {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--input-no-label-border);
  padding: 0px 20px;
  height: 38px;
}
@media (max-width: 991.98px) {
  .input__search {
    height: 42px;
  }
}
.input__search--field {
  height: 100%;
}
.input__search--icon {
  width: 18px;
}
.input__options-list {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.input__option {
  font-size: 1.4rem;
  padding: 8px 20px;
}
@media (max-width: 991.98px) {
  .input__option {
    padding: 14px 20px;
  }
}
.input__option--current {
  font-weight: 500;
  background: rgba(255, 183, 0, 0.5);
}
.input__option:not(.input__option--current):hover {
  background: rgba(153, 153, 153, 0.5);
  cursor: pointer;
}

.form__error {
  color: red;
  margin-top: 8px;
  font-size: 1.4rem;
  display: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
  background: var(--breadcrumbs-bg);
  box-shadow: 0 20px 60px 10px var(--breadcrumbs-shadow);
  padding: 20px;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    gap: 16px;
  }
}
.breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: #9e9da8;
}
@media (max-width: 767.98px) {
  .breadcrumbs__link {
    font-size: 1.4rem;
  }
}
.breadcrumbs__link--current {
  color: inherit;
}

.search-bar {
  justify-content: space-between;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background: var(--search-bar-bg);
  padding: 0 15px;
}
.search-bar__input {
  height: 100%;
  width: 90%;
  font-size: 1.6rem;
  font-weight: 500;
}
.search-bar__input::placeholder {
  color: var(--search-bar-placeholder);
  font-size: 1.4rem;
  line-height: 142.857%;
  font-weight: 400;
}

.review-card {
  border-radius: 16px;
  padding: 30px;
  background: var(--review-card-bg);
}
@media (max-width: 1199.98px) {
  .review-card {
    padding: 20px;
  }
}
.review-card__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.review-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .review-card__avatar {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .review-card__avatar {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .review-card__avatar {
    width: 60px;
    height: 60px;
  }
}
.review-card__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
@media (max-width: 1199.98px) {
  .review-card__title {
    font-size: 1.8rem;
    line-height: 144.444%;
  }
}
@media (max-width: 1199.98px) {
  .review-card__title {
    font-size: 2.2rem;
    line-height: 145.455%;
  }
}
@media (max-width: 767.98px) {
  .review-card__title {
    font-size: 1.8rem;
    line-height: 144.444%;
  }
}
.review-card__desc {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
.review-card__rating {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199.98px) {
  .review-card__rating {
    flex-wrap: wrap;
  }
}
.review-card__rating-title {
  margin-left: 12px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 1199.98px) {
  .review-card__rating-title {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .review-card__rating-title {
    margin-left: 12px;
  }
}

.text-content {
  font-size: 1.6rem;
  line-height: 1.6;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-weight: 600;
}
.text-content h1 {
  font-size: 2.6rem;
}
.text-content h2 {
  font-size: 2.2rem;
}
.text-content h3 {
  font-size: 1.8rem;
}
.text-content h4 {
  font-size: 1.6rem;
}
.text-content h5 {
  font-size: 1.4rem;
}
.text-content h6 {
  font-size: 1.2rem;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content p,
.text-content blockquote,
.text-content img,
.text-content figure,
.text-content ul,
.text-content ol,
.text-content table {
  margin: 20px 0;
}
.text-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.text-content img + em {
  display: block;
  font-style: italic;
  text-align: center;
}
.text-content a {
  color: #77dae6;
  text-decoration: underline;
}
.text-content blockquote {
  background: rgba(119, 218, 230, 0.1);
  padding: 20px;
  border-left: 3px solid #77dae6;
}
.text-content blockquote p {
  margin: 0;
}
.text-content hr {
  border: none;
  height: 1px;
  margin: 40px 0;
  background: #ebebeb;
}

.act-dropdown {
  position: absolute;
  top: 50px;
  padding-top: 27px;
  right: -60px;
  width: 500px;
  color: var(--act-dropdown-text-color);
  opacity: 0;
  visibility: hidden;
  transition: opacity, visibility;
  transition-duration: 0.3s;
}
.act-dropdown__inner {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background: var(--act-dropdown-bg);
  box-shadow: 0 40px 90px 20px var(--act-dropdown-shadow);
}
.act-dropdown__inner::before {
  content: url(../../assets/icons/act-dropdown-arrow.svg);
  position: absolute;
  top: -16px;
  right: 100px;
  filter: var(--act-dropdown-arrow-color);
}
.act-dropdown__top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.act-dropdown__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
.act-dropdown__view-all {
  color: #0071dc;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 145.455%;
}
.act-dropdown__bottom {
  margin: 20px 0;
  padding: 20px 0;
  border: 1px solid var(--act-dropdown-bottom-border);
  border-left-color: transparent;
  border-right-color: transparent;
}
.act-dropdown__separate {
  margin: 20px 0;
  height: 1px;
  background: var(--act-dropdown-bottom-border);
}
.act-dropdown__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.act-dropdown__row + .act-dropdown__row {
  margin-top: 20px;
}
.act-dropdown__row--bold {
  font-weight: 500;
}
.act-dropdown__label, .act-dropdown__value {
  font-size: 1.8rem;
  font-weight: inherit;
  line-height: 145.455%;
}
.act-dropdown__checkout {
  display: flex;
  justify-content: flex-end;
}
.act-dropdown__checkout-btn {
  width: 278px;
}

.cart-preview-item__thumb {
  display: block;
  width: 100%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.05);
}
.cart-preview-item__title, .cart-preview-item__price {
  text-align: start;
}
.cart-preview-item__title {
  margin-top: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 142.857%;
}
.cart-preview-item__price {
  margin-top: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .cart-item {
    gap: 16px;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .cart-item {
    flex-direction: row;
  }
}
.cart-item__thumb {
  width: 175px;
  height: 172px;
  object-fit: contain;
  display: block;
}
@media (max-width: 991.98px) {
  .cart-item__thumb {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .cart-item__thumb {
    width: 60px;
    height: 60px;
  }
}
.cart-item__thumb-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .cart-item__thumb-wrap {
    gap: 14px;
  }
}
.cart-item__content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .cart-item__content {
    flex-direction: column;
    gap: 16px;
  }
}
.cart-item__content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1399.98px) {
  .cart-item__content-right {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .cart-item__content-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.cart-item__title {
  width: min(374px, 100%);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 575.98px) {
  .cart-item__title {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.cart-item__price-wrap {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
  color: #9e9da8;
}
.cart-item__status {
  color: #67b044;
}
.cart-item__ctrl {
  margin-top: 16px;
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .cart-item__ctrl {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.cart-item__ctrl-all {
  gap: 30px;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .cart-item__ctrl-all {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .cart-item__ctrl-all {
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .cart-item__ctrl-all {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-item__ctrl-right {
  flex-direction: row;
  margin-top: 0;
  gap: 30px;
}
.cart-item__ctrl-btn {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: #9e9da8;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .cart-item__ctrl-btn {
    min-height: auto;
  }
}
.cart-item__input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 1rem;
  border: 1px solid var(--cart-item-input-border);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
@media (max-width: 575.98px) {
  .cart-item__input {
    padding: 10px 16px;
    font-size: 1.6rem;
  }
}
.cart-item__input-btn {
  cursor: pointer;
  height: 24px;
}
.cart-item__total-price {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 145.455%;
}
@media (max-width: 575.98px) {
  .cart-item__total-price {
    font-size: 1.8rem;
  }
}
.cart-item__checkout-all {
  height: 60px;
  padding: 0 30px;
}

.modal__overlay, .modal {
  position: fixed;
  inset: 0;
}

.modal {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity, visibility;
  transition-duration: 0.3s;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 3px 20px;
  font-size: 3.5rem;
  opacity: 0.7;
}
.modal__close:hover {
  opacity: 1;
}
.modal__content {
  position: relative;
  z-index: 1;
  width: min(var(--content-width, 800px), 100% - 40px);
  background: var(--dialog-bg-color);
  padding: 30px 10px 30px 30px;
  border-radius: 20px;
  box-shadow: 0px 20px 60px 10px var(--dialog-shadow);
}
@media (max-width: 575.98px) {
  .modal__content {
    padding: 20px 0 20px 20px;
  }
}
.modal--small .modal__content {
  --content-width: 400px;
}
.modal--large .modal__content {
  --content-width: 1100px;
}
.modal--fill .modal__content {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.modal__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 141.667%;
}
.modal__body {
  padding-right: 20px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal__body:has(:invalid) ~ .modal__bottom .modal__btn.btn--primary {
  opacity: 0.5;
  pointer-events: none;
}
.modal__text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.modal__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .modal__bottom {
    margin-top: 20px;
  }
}
.modal__btn {
  cursor: pointer;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .modal__bottom {
    gap: 20px;
  }
  .modal__btn {
    flex: 1;
  }
}

.address-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .address-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.address-card__left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.address-card__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 575.98px) {
  .address-card__title {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.address-card__desc {
  max-width: 520px;
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 146.667%;
}
@media (max-width: 575.98px) {
  .address-card__desc {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.address-card__list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .address-card__list {
    margin-top: 16px;
    gap: 16px;
  }
}
.address-card__item {
  padding-left: 7px;
  font-size: 1.4rem;
  line-height: 142.857%;
  list-style: disc;
  list-style-position: inside;
}

.payment-card {
  position: relative;
  z-index: 0;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  user-select: none;
}
.payment-card-1 {
  background: #1e2e69;
}
.payment-card-2 {
  background: #354151;
}
.payment-card-2 .payment-card__img {
  right: 10px;
}
.payment-card__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.payment-card__top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.payment-card__type {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
}
.payment-card__num {
  margin-top: 37px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.payment-card__bottom {
  display: flex;
  margin-top: 20px;
}
.payment-card__bottom > div:nth-child(2) {
  margin: 0 auto 0 40px;
}
.payment-card__label {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 175%;
}
.payment-card__value {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.new-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-height: 170px;
  border-radius: 10px;
  border: 1px dashed var(--new-card-border);
  color: var(--new-card-text-color);
  cursor: pointer;
  transition: border-style 0.3s;
}
.new-card:hover {
  border-style: solid;
}

.account-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: var(--account-info-bg);
}
.account-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--account-info-icon-bg);
}
.account-info__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
.account-info__desc {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 142.857%;
}

.top-cta__btn, .top-cta__group, .top-bar {
  display: flex;
  align-items: center;
}

.header {
  background: var(--header-bg-color);
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .header {
    padding: 20px;
    box-shadow: 0 20px 60px 10px var(--header-shadow-color);
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 16px;
  }
}

.top-bar {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .top-bar__more {
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .top-bar__more {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .top-bar {
    justify-content: space-between;
  }
}

.navbar {
  margin-left: 129px;
}
@media (max-width: 1199.98px) {
  .navbar {
    margin-left: 28px;
  }
}
.navbar__close-btn {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar__close-btn {
    display: block;
    padding: 10px 40px;
  }
}
@media (max-width: 575.98px) {
  .navbar__close-btn {
    padding: 0 20px 10px;
  }
}
.navbar__list {
  display: flex;
}
@media (max-width: 991.98px) {
  .navbar__list {
    flex-direction: column;
    height: calc(100% - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (max-width: 767.98px) {
  .navbar__list {
    height: calc(100% - 150px);
  }
}
@media (max-width: 575.98px) {
  .navbar__list {
    height: calc(100% - 126px);
  }
}
.navbar__item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .navbar__item .dropdown {
    display: none;
  }
  .navbar__item--active .dropdown {
    display: block;
  }
}
.navbar__link {
  display: flex;
  gap: 6px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .navbar__link {
    gap: 0;
    justify-content: space-between;
    padding: 0 40px;
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .navbar__link {
    padding: 0 20px;
  }
}
.navbar__arrow {
  margin-top: 3px;
  transition: rotate 0.25s;
}
@media (max-width: 991.98px) {
  .navbar__arrow {
    rotate: -90deg;
  }
}
.navbar__item--active .navbar__arrow {
  rotate: 0deg;
}
@media (max-width: 991.98px) {
  .navbar {
    position: fixed;
    inset: 0 50% 0 0;
    background: var(--dropdown-bg-color);
    margin-left: 0;
    z-index: 9;
    padding: 20px 0;
    translate: -100%;
    transition: translate 0.5s;
    border-radius: 0 20px 20px 0;
  }
  .navbar.show {
    translate: 0;
    box-shadow: 0 40px 90px 20px var(--sidebar-shadow-color);
  }
  .navbar.show + .navbar__overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    inset: 0 20% 0 0;
  }
}
.navbar__overlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
}
@media (max-width: 991.98px) {
  .navbar__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
  }
}

.top-cta {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .top-cta {
    margin-left: 0;
  }
}
.top-cta__group {
  justify-content: center;
  gap: 20px;
  min-width: 50px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0 20px 60px 10px var(--top-act-group-shadow);
  background: var(--top-act-group-bg-color);
}
@media (max-width: 1199.98px) {
  .top-cta__group {
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .top-cta__group {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .top-cta__group--single {
    display: none;
  }
}
.top-cta__group--single .top-cta__btn {
  padding: 13px;
}
.top-cta__btn {
  gap: 10px;
  padding: 13px 20px;
  cursor: pointer;
}
.top-cta__btn-wrap {
  position: relative;
}
.top-cta__btn-wrap:hover .act-dropdown {
  opacity: 1;
  visibility: visible;
}
.top-cta__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
.top-cta__separate {
  width: 1px;
  height: 30px;
  background: var(--top-act-separate-color);
}
.top-cta__user {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 14px 2px var(--top-act-user-shadow);
  cursor: pointer;
}
.top-cta__user:hover .act-dropdown {
  opacity: 1;
  visibility: visible;
}
.top-cta__avatar {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .top-cta__login {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .top-cta__signup {
    height: 40px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.top-cta__dropdown {
  right: 0 !important;
  width: 280px;
}
@media (max-width: 767.98px) {
  .top-cta__dropdown {
    width: 250px;
  }
}

.nav-btn {
  height: 50px;
  padding: 0 40px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .nav-btn {
    height: 44px;
    padding: 0 20px;
  }
}
.nav-btn__title, .nav-btn__qnt {
  margin-left: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
.nav-btn__qnt {
  margin-left: auto;
}

.user-menu::before {
  right: 8px;
}
.user-menu__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-menu__avatar {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}
.user-menu__name {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 600;
}
.user-menu__list {
  margin-top: 30px;
}
.user-menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.user-menu__icon {
  width: 24px;
  height: 24px;
}
.user-menu__separate {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--user-menu-separate);
}

.footer {
  background: var(--footer-bg-color);
}
.footer__inner {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .footer__inner {
    padding: 30px 0;
  }
}
.footer__row {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__row {
    grid-template-columns: auto auto;
    row-gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer__row {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .footer__col:first-child {
    grid-column: 1/-1;
  }
}
.footer__form {
  margin-top: 30px;
  display: flex;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .footer__form {
    margin-top: 24px;
  }
}
.footer__input-text {
  width: 240px;
  padding: 8px 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  border-radius: 6px;
  border: 1px solid #d2d1d6;
}
@media (max-width: 1199.98px) {
  .footer__input-text {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .footer__input-text {
    width: 280px;
  }
}
@media (max-width: 575.98px) {
  .footer__input-text {
    width: 200px;
    font-size: 1.6rem;
  }
}
.footer__input-text::placeholder {
  color: #9e9da8;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 146.667%;
}
@media (max-width: 575.98px) {
  .footer__btn-submit {
    font-size: 1.6rem;
  }
}
.footer__socials {
  margin-top: 40px;
  display: flex;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .footer__socials {
    margin-top: 20px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(124, 124, 124, 0.2);
  background: var(--footer-social-bg);
  opacity: 0.7;
  transition: translate 0.25s, opacity 0.25s;
}
@media (max-width: 575.98px) {
  .footer__social {
    width: 32px;
    height: 32px;
  }
}
.footer__social-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 575.98px) {
  .footer__social-icon {
    width: 16px;
    height: 16px;
  }
}
.footer__social:hover {
  translate: 0 -6px;
  opacity: 1;
}
.footer__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 575.98px) {
  .footer__title {
    font-size: 1.6rem;
  }
}
.footer__info {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 1199.98px) {
  .footer__info {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .footer__info {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .footer__info {
    font-size: 1.4rem;
  }
}
.footer__info-highlight {
  font-weight: 500;
}
.footer__list {
  margin-top: 18px;
}
.footer__item {
  margin-top: 14px;
}
.footer__link {
  font-size: 1.6rem;
  line-height: 150%;
  color: var(--footer-link-color);
  transition: color 0.2s;
}
@media (max-width: 575.98px) {
  .footer__link {
    font-size: 1.4rem;
  }
}
.footer__link:hover {
  color: var(--text-color);
}
.footer__separate {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  background: var(--text-color);
}
.footer__copyright {
  font-size: 1.6rem;
  line-height: 140%;
  color: #949496;
}
@media (max-width: 575.98px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}

.home__container {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .home__container {
    margin-top: 30px;
  }
}
.home__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 141.667%;
}
@media (max-width: 767.98px) {
  .home__heading {
    font-size: 2.2rem;
    line-height: 145.455%;
  }
}
.home__cate {
  margin-top: 20px;
  --grid-gutter-x: 51px;
}
@media (max-width: 991.98px) {
  .home__cate {
    --grid-gutter-x: 24px;
  }
}
@media (max-width: 767.98px) {
  .home__cate {
    margin-top: 0;
    --grid-gutter-y: 20px;
  }
}
.home__browse-prods {
  margin-bottom: 40px;
}
.home__row {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sign__content--inner, .sign__content, .sign__intro {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign__row {
  display: flex;
}
@supports (-webkit-touch-callout: none) {
  .sign__row {
    min-height: -webkit-fill-available;
  }
}
@media (max-width: 991.98px) {
  .sign__row {
    position: relative;
  }
}
.sign__intro {
  width: 50vw;
  height: 100vh;
  background: var(--sign-intro-bg);
}
@media (max-width: 991.98px) {
  .sign__intro {
    position: fixed;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0 30px;
    transition: translate 0.5s;
  }
  .sign__intro.hide {
    translate: -100%;
  }
}
@media (max-width: 575.98px) {
  .sign__intro {
    padding: 80px 0 50px;
  }
}
.sign__intro-desc {
  margin-top: 49px;
  width: 100%;
  text-align: center;
  color: var(--sign-intro-text-color);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.sign__img-wrap {
  width: 422px;
}
@media (max-width: 991.98px) {
  .sign__img-wrap {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .sign__img-wrap {
    width: 315px;
  }
}
.sign__img {
  width: 100%;
}
.sign__content {
  width: 50vw;
  height: 100vh;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .sign__content {
    width: 100%;
  }
}
.sign__content--inner {
  padding: 16px;
  width: 460px;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .sign__content--inner {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .sign__content--inner {
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  .sign__content--inner {
    padding: 0 30px;
  }
}
.sign__heading {
  margin-top: 40px;
  color: var(--sign-content-heading);
  font-size: 3rem;
  font-weight: 500;
  line-height: 146.667%;
}
@media (max-width: 767.98px) {
  .sign__heading {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 145.455%;
  }
}
.sign__desc {
  margin-top: 10px;
  width: 100%;
  color: #9e9da8;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
@media (max-width: 767.98px) {
  .sign__desc {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.sign__form {
  margin-top: 52px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sign__form {
    margin-top: 30px;
  }
}
.sign__form--mt-short {
  margin-top: 40px;
}
.sign__form-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sign__form-group ~ .sign__form-group {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .sign__form-group ~ .sign__form-group {
    margin-top: 20px;
    gap: 20px;
  }
}
.sign__form-group--row {
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .sign__form-group--row {
    flex-direction: column;
    gap: 20px;
  }
}
.sign__form-group--row > * {
  flex: 1;
}
.sign__form:has(:invalid) ~ .sign__btn:not(.sign__btn--gmail) {
  opacity: 0.5;
  pointer-events: none;
}
.sign__utility {
  margin-top: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .sign__utility {
    margin-top: 20px;
  }
}
.sign__card-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--sign-card-label-color);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767.98px) {
  .sign__card-label {
    font-size: 1.5rem;
    line-height: 142.857%;
  }
}
.sign__card-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--sign-card-label-color);
  border-radius: 5px;
  transition: background-color 0.2s;
}
.sign__card-label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  height: 6px;
  width: 12px;
  border: 2px solid var(--sign-card-label-color);
  border-color: transparent transparent currentColor currentColor;
  rotate: -45deg;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
input[type=checkbox]:checked ~ .sign__card-label::after {
  opacity: 1;
  visibility: visible;
  border-color: transparent transparent #fff #fff;
}
input[type=checkbox]:checked ~ .sign__card-label::before {
  border: none;
  background: #67b044;
}
.sign__recovery {
  color: #0071dc;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
@media (max-width: 767.98px) {
  .sign__recovery {
    font-size: 1.5rem;
    line-height: 142.857%;
  }
}
.sign__btn {
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .sign__btn {
    margin-top: 50px;
  }
}
.sign__btn--gmail {
  color: var(--sign-btn-gmail);
  filter: var(--sign-btn-gmail-icon);
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .sign__btn--gmail {
    margin-top: 30px;
  }
}
.sign__other {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sign__other-desc {
  color: var(--sign-card-label-color);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 144.444%;
}
@media (max-width: 767.98px) {
  .sign__other-desc {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.sign__other-link {
  color: #0071dc;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 767.98px) {
  .sign__other-link {
    font-size: 1.6rem;
    line-height: 150%;
  }
}

.sign-up__intro-logo {
  display: none;
}
@media (max-width: 991.98px) {
  .sign-up__intro-logo {
    display: flex;
  }
}
.sign-up__nav {
  display: none;
  align-items: center;
  gap: 13px;
}
@media (max-width: 991.98px) {
  .sign-up__nav {
    display: flex;
  }
}
.sign-up__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sign-up-dot);
  cursor: pointer;
}
.sign-up__dot.active {
  background: #b9babe;
}
.sign-up__arrow {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .sign-in__intro {
    display: none;
  }
}

.product-page {
  display: flex;
  flex-direction: column;
  background: var(--product-page-bg);
  padding-bottom: 50px;
}
.product-page__breadcrumbs {
  background: var(--product-page-breadcrumbs-bg);
}

.product-container {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .product-container {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .prod-wrap {
    box-shadow: 0 20px 60px 10px var(--product-wrap-shadow);
  }
}

.prod-preview {
  overflow-x: hidden;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .prod-preview {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 575.98px) {
  .prod-preview {
    padding: 16px;
    padding-bottom: 0;
    background: var(--prod-wrap-bg);
    border-radius: 20px 20px 0 0;
  }
}
.prod-preview__list {
  display: flex;
}
@media (max-width: 991.98px) {
  .prod-preview__list {
    flex: 1;
  }
}
.prod-preview__item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding-top: 92%;
}
@media (max-width: 575.98px) {
  .prod-preview__item {
    padding-top: 100%;
  }
}
.prod-preview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-preview__thumbs {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .prod-preview__thumbs {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .prod-preview__thumbs {
    display: none;
  }
}
.prod-preview__thumb {
  width: 65px;
  height: 65px;
  object-fit: contain;
  border: 1.5px solid var(--product-preview-thumb-border);
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.8;
  transition: border-color, opacity;
  transition-duration: 0.3s;
}
.prod-preview__thumb:hover {
  border-color: var(--product-preview-thumb-border-hover);
  opacity: 1;
}
.prod-preview__thumb--current {
  opacity: 1;
  border-color: var(--product-preview-thumb-border-current);
}

.prod-info {
  padding: 60px;
  color: var(--product-info-text-color);
  background: var(--product-info-bg);
}
@media (max-width: 575.98px) {
  .prod-info {
    padding: 16px;
    padding-top: 0;
    background: var(--prod-wrap-bg);
    border-radius: 0 0 20px 20px;
  }
}
.prod-info__heading {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 138.462%;
}
@media (max-width: 575.98px) {
  .prod-info__heading {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 144.444%;
  }
}
@media (max-width: 1199.98px) {
  .prod-info__right {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .prod-info__right {
    margin-top: 40px;
  }
}

.prod-prop {
  margin-bottom: 27px;
}
.prod-prop--inline {
  display: flex;
  align-items: center;
  gap: 18px;
}
.prod-prop--top {
  align-items: flex-start;
}
.prod-prop--top .prod-prop__icon {
  margin-top: 2px;
}
.prod-prop__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.prod-prop__desc {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 142.857%;
}

.prod-select {
  width: min(261px, 100%);
}
@media (max-width: 1199.98px) {
  .prod-select {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .prod-select {
    width: 261px;
  }
}
.prod-select__label {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
.prod-select__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  width: 100%;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid var(--product-select-border);
}
.prod-select__content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
  cursor: pointer;
}
.prod-select__content:first-child {
  width: 52.3%;
}
.prod-select__content:last-child {
  width: 35.9%;
}
.prod-select__separate {
  width: 1px;
  height: 35px;
  background: var(--product-select-border);
}
.prod-select__tags {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.prod-select__tag {
  padding: 6px 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
  color: #9e9da8;
  border-radius: 6px;
  background: var(--product-info-tag-bg);
  cursor: pointer;
  transition: color 0.3s;
}
.prod-select__tag:hover {
  color: inherit;
}
.prod-select__margin {
  margin-top: 20px;
}

.prod-pay {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #b9babe;
}
.prod-pay__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prod-pay__sale {
  color: var(--prod-pay-text);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.prod-pay__sale--value {
  color: #67b044;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  padding: 2px 8px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #67b044;
}
.prod-pay__fee {
  color: var(--prod-pay-text);
  margin-top: 20px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 138.462%;
}
.prod-pay__btns {
  margin-top: 20px;
}
.prod-pay__card {
  width: 213px;
  color: inherit;
}
@media (max-width: 991.98px) {
  .prod-pay__card {
    flex: 1;
  }
}
.prod-pay__like {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  border-radius: 6px;
  border: 1px solid #d2d1d6;
  cursor: pointer;
}

.prod__icon--theme {
  filter: var(--product-info-icon);
}

.prod-tab {
  color: var(--text-color);
}
.prod-tab__list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media (max-width: 767.98px) {
  .prod-tab__list {
    gap: 0;
    margin-left: -10px;
  }
}
.prod-tab__item {
  color: #9e9da8;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
  user-select: none;
  padding: 0 20px;
}
.prod-tab__item:not(.prod-tab__item--current) {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .prod-tab__item {
    font-size: 1.4rem;
    line-height: 142.857%;
    padding: 0 10px;
  }
}
.prod-tab__item--current {
  color: inherit;
}
.prod-tab__contents {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.prod-tab__content {
  display: none;
  width: 100%;
}
.prod-tab__content--current {
  display: block;
}
.prod-tab__heading {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 141.667%;
}
@media (max-width: 767.98px) {
  .prod-tab__heading {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 144.444%;
  }
}
.prod-tab__text-content {
  margin-top: -20px;
}

.prod-review {
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .prod-review {
    flex-wrap: wrap;
  }
}

.checkout-page {
  padding-bottom: 50px;
  background: var(--checkout-page-bg);
  color: var(--checkout-text-color);
}
@media (max-width: 767.98px) {
  .checkout-page {
    padding: 20px 0 30px;
  }
}

.checkout-container {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .checkout-container {
    margin-top: 20px;
  }
}

.cart-info {
  padding: 30px;
  border-radius: 20px;
  background: var(--checkout-cart-info-bg);
  box-shadow: 0 20px 60px 10px var(--checkout-cart-info-shadow);
}
@media (max-width: 991.98px) {
  .cart-info {
    padding: 16px;
  }
}
@media (max-width: 767.98px) {
  .cart-info {
    margin-bottom: 20px;
  }
}
.cart-info__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 141.667%;
}
@media (max-width: 767.98px) {
  .cart-info__heading {
    font-size: 1.8rem;
    line-height: 150%;
  }
}
.cart-info__title {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 767.98px) {
  .cart-info__title {
    margin-bottom: 16px;
  }
}
.cart-info__separate {
  margin: 30px 0;
  height: 1px;
  width: 100%;
  background: var(--cart-item-input-border);
}
@media (max-width: 767.98px) {
  .cart-info__separate {
    margin: 16px 0;
  }
}
.cart-info__edit-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  line-height: 144.444%;
  cursor: pointer;
}
.cart-info__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .cart-info__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
.cart-info__bottom--vertical {
  align-items: center;
}
@media (max-width: 991.98px) {
  .cart-info__bottom--vertical {
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .cart-info__bottom--vertical {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.cart-info__back {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.cart-info__back-icon {
  transition: translate 0.3s;
}
.cart-info__back:hover .cart-info__back-icon {
  translate: -4px;
}
.cart-info__payment {
  width: min(278px, 100%);
}
.cart-info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 575.98px) {
  .cart-info__row {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.cart-info__row-bold {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 145.455%;
}
.cart-info__row + .cart-info__row {
  margin-top: 10px;
}
.cart-info__label, .cart-info__value {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.cart-info__label-sub {
  font-weight: 400;
}
.cart-info__continue {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .cart-info__continue {
    font-size: 1.6rem;
  }
}
.cart-info + .cart-info {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .cart-info + .cart-info {
    margin-top: 20px;
  }
}
.cart-info__checkbox-input {
  appearance: none;
  margin: 4px 0 0;
}
.cart-info__checkbox-input::before {
  cursor: pointer;
  content: url("../icons/checkbox-uncheck.svg");
  filter: var(--checkout-icon-theme);
}
.cart-info__checkbox-input:checked::before {
  content: url("../icons/checkbox-checked.svg");
  filter: none;
}
.cart-info__checkbox:has(:checked) ~ .payment-item__cost {
  color: inherit;
}
.cart-info__sub-heading {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
@media (max-width: 575.98px) {
  .cart-info__sub-heading {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.cart-info__sub-heading--lv2 {
  font-size: 1.8rem;
  line-height: 144.444%;
}
@media (max-width: 575.98px) {
  .cart-info__sub-heading--lv2 {
    font-size: 1.5rem;
    line-height: 146.667%;
  }
}
.cart-info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cart-info__desc {
  margin-top: 6px;
  font-size: 1.5rem;
  line-height: 146.667%;
}
.cart-info__check-all {
  margin: 30px 0;
}

.gift-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gift-item__icon-wrap {
  padding: 10px;
  border-radius: 14px;
  background: var(--gift-item-icon-wrap-bg);
  box-shadow: 0 20px 60px 10px var(--gift-item-icon-wrap-shadow);
}
.gift-item__icon {
  display: block;
}
.gift-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.gift-item__desc {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.checkout__icon--theme {
  filter: var(--checkout-icon-theme);
}

.user-address__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-address__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.user-address__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 767.98px) {
  .user-address__title {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.user-address__desc {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 146.667%;
}
@media (max-width: 767.98px) {
  .user-address__desc {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.user-address__btn {
  height: 40px;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .user-address__btn {
    height: 46px;
  }
}
.user-address__list {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.user-address__message {
  font-weight: 500;
}
.user-address__link {
  color: #0071dc;
}

.payment-item {
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
  background: var(--payment-item-bg);
}
@media (max-width: 767.98px) {
  .payment-item {
    margin-top: 20px;
    padding: 16px;
  }
}
.payment-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-item__row--initial {
  justify-content: initial;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .payment-item__row--initial {
    align-items: flex-start;
    gap: 16px;
  }
}
.payment-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 575.98px) {
  .payment-item__title {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.payment-item__desc {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 146.667%;
}
@media (max-width: 575.98px) {
  .payment-item__desc {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.payment-item__desc--low {
  color: #9e9da8;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 575.98px) {
  .payment-item__desc--low {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.payment-item__detail {
  font-size: 1.5rem;
  line-height: 146.667%;
}
.payment-item__detail:hover {
  font-weight: 500;
  text-decoration: underline;
}
.payment-item__thumb {
  width: 70px;
  height: 54px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .payment-item__thumb {
    width: 60px;
    height: 46px;
  }
}
.payment-item__content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .payment-item__content {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.payment-item__cost-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 14px;
  cursor: pointer;
}
.payment-item__cost {
  color: #9e9da8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
  cursor: pointer;
}

.payment-page__form:has(:invalid) ~ .payment-page__btn {
  opacity: 0.5;
  pointer-events: none;
}
.payment-page__input {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .payment-page__input {
    gap: 10px;
    margin: 20px 0;
  }
}
.payment-page__input--row {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .payment-page__input--row {
    margin: 20px 0;
    gap: 10px;
  }
}
.payment-page__input--row > * {
  margin: 0;
}
.payment-page__label-input {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.payment-page__text-input {
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--input-no-label-border);
}
.payment-page__text-input::placeholder {
  color: var(--payment-text-input-color);
}
.payment-page__btn {
  margin-top: 30px;
  height: 68px;
}
@media (max-width: 991.98px) {
  .payment-page__btn {
    height: 48px;
  }
}

.favorite-page__heading {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
.favorite-page__cart-item {
  flex-direction: row;
  gap: 30px;
}
.favorite-page__cart-item__content {
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .favorite-page__cart-item__content {
    flex-direction: column;
  }
}
@media (max-width: 1399.98px) {
  .favorite-page__cart-item__content-right {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .favorite-page__cart-item__content-right {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .favorite-page__cart-item__content-right {
    flex-direction: column;
    align-items: flex-start;
  }
}
.favorite-page__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
@media (max-width: 575.98px) {
  .favorite-page__title {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}

.profile {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .profile {
    margin-top: 20px;
  }
}
.profile-container {
  margin-top: 30px;
  color: var(--profile-text-color);
}
@media (max-width: 767.98px) {
  .profile-container {
    margin-top: 20px;
  }
}
.profile__sidebar {
  border-radius: 20px;
  background: var(--profile-content-bg);
  box-shadow: 0 20px 60px 10px var(--profile-content-shadow);
}
.profile-user {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  padding: 35px 0 20px;
  background: linear-gradient(180deg, rgba(26, 22, 46, 0) 0%, #1a162e 100%), url("../img/profile-user-bg.png") no-repeat 0% 0%/cover;
  box-shadow: 0 20px 60px 10px var(--profile-content-shadow);
  color: #fff;
}
.profile-user__avatar {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px 2px rgba(0, 0, 0, 0.08);
  background: #ccc content-box;
}
.profile-user__name {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 144.444%;
}
.profile-user__desc {
  margin-top: 2px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
.profile-menu {
  margin-top: 30px;
}
.profile-menu__wrap {
  padding: 0px 30px 30px;
}
.profile-menu__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.profile-menu__list {
  margin-top: 16px;
}
.profile-menu__item {
  margin-top: 12px;
}
.profile-menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  line-height: 146.667%;
  border-radius: 6px;
  transition: background-color 0.25s;
}
.profile-menu__link:hover {
  background: #ebebeb;
}
.profile-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.profile-info {
  padding: 30px;
  border-radius: 20px;
  background: var(--profile-content-bg);
  box-shadow: 0 20px 60px 10px var(--profile-content-shadow);
}
@media (max-width: 767.98px) {
  .profile-info {
    padding: 16px;
  }
}
.profile-info__margin ~ .profile-info__margin {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .profile-info__margin ~ .profile-info__margin {
    margin-top: 20px;
  }
}
.profile-info__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 141.667%;
}
@media (max-width: 575.98px) {
  .profile-info__heading {
    font-size: 1.8rem;
    line-height: 144.444%;
  }
}
.profile-info__heading--lv2 {
  font-size: 2.2rem;
  line-height: 145.455%;
}
@media (max-width: 575.98px) {
  .profile-info__heading--lv2 {
    font-size: 1.5rem;
    line-height: 146.667%;
  }
}
.profile-info__desc {
  margin: 4px 0 16px;
  font-size: 1.5rem;
  line-height: 146.667%;
}
@media (max-width: 575.98px) {
  .profile-info__desc {
    font-size: 1.5rem;
    line-height: 142.857%;
  }
}
.profile-info__separate {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background: var(--profile-info-separate);
}
@media (max-width: 767.98px) {
  .profile-info__separate {
    margin: 16px 0;
  }
}
.profile-info__top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-form__list-input {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .profile-form__list-input {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .profile-form__list-input {
    margin: 16px 0;
    gap: 16px;
  }
}
.profile-form__wrap-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .profile-form__wrap-input {
    gap: 12px;
  }
}
.profile-form__label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
@media (max-width: 575.98px) {
  .profile-form__label {
    font-size: 1.5rem;
    line-height: 146.667%;
  }
}
.profile-form__input {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--input-no-label-border);
  font-size: 1.6rem;
  font-weight: 500;
  transition: border-color 0.3s;
}
.profile-form__input::placeholder {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
  color: var(--input-no-label-placeholder);
}
@media (max-width: 575.98px) {
  .profile-form__input::placeholder {
    font-size: 1.5rem;
    line-height: 146.667%;
  }
}
.profile-form__input:focus {
  border-color: var(--profile-text-color);
}
.profile-form__desc {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 144.444%;
}
.profile-form__btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .profile-form__btn {
    margin-top: 16px;
  }
}
.profile-icon__theme {
  max-width: 100%;
  filter: var(--profile-icon-theme);
}

.favorite-item {
  display: flex;
  gap: 20px;
}
.favorite-item__thumb {
  width: 151px;
  height: 108px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .favorite-item__thumb {
    width: 111px;
    height: 79px;
  }
}
.favorite-item__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 146.667%;
}
@media (max-width: 575.98px) {
  .favorite-item__title {
    font-size: 1.4rem;
    line-height: 142.857%;
  }
}
.favorite-item__row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 575.98px) {
  .favorite-item__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.favorite-item__price {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145.455%;
}
@media (max-width: 575.98px) {
  .favorite-item__price {
    font-size: 1.8rem;
    line-height: 144.444%;
  }
}
.favorite-item__btn {
  height: 42px;
  font-size: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
