button,
legend,
ol,
ul {
  padding: 0;
}
blockquote,
body,
dd,
dl,
fieldset,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
li,
ol,
p,
ul {
  margin: 0;
}
.hero__subtitle,
.hero__title span {
  font-weight: 600;
}
.banner-card__descr,
.hero__content,
body {
  -webkit-box-orient: vertical;
}
.banner-card--grid,
.hero__content,
body {
  -webkit-box-direction: normal;
}
.filter__btn .icon,
.icon,
.products__sort::after {
  pointer-events: none;
}
.banner-wide,
.banner-wide__title,
.btn,
.card,
.category__link {
  text-align: center;
}
.address__label-badge,
.ttu {
  text-transform: uppercase;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding: var(--header-height);
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
input,
select,
textarea {
  font: inherit;
  border: 0;
  outline: transparent;
}
a,
button {
  outline: transparent;
}
button {
  font: inherit;
  border: 0;
  background: 0 0;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
}
address,
cite {
  font-style: normal;
}
legend {
  display: table;
  float: left;
  width: 100%;
}
legend + * {
  clear: both;
}
fieldset {
  border: 0;
  padding: 0.01em 0 0;
  min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
:root {
  --font-main: 'Inter', sans-serif;
  --page-bg: var(--white);
  --text-color: var(--black);
  --font-weight: 500;
  --font-size: 16px;
  --line-height: 1.5;
  --header-height: 88px;
  --container-width: 1150px;
  --container-padding: 15px;
  --white: #fff;
  --black: #000;
  --black-secondary: #2c2c2c;
  --red: #f00;
  --orange: #ffb547;
  --gray-primary: #909090;
  --gray-secondary: #ededed;
  --gray-fourth: #cfcfcf;
  --gray-fifth: #f9f9f9;
  --gray-sixth: rgb(234, 234, 234);
  --gray-seventh: #f6f6f6;
  --white-40: rgba(255, 255, 255, 0.4);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-40: rgba(0, 0, 0, 0.4);
  --accent: #781dbc;
  --transition: 0.2s ease-in-out;
  --rounded: 8px;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format('woff2'), url(../fonts/Inter-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format('woff2'),
    url(../fonts/Inter-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Light.woff2) format('woff2'),
    url(../fonts/Inter-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format('woff2'),
    url(../fonts/Inter-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format('woff2'),
    url(../fonts/Inter-SemiBold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Thin.woff2) format('woff2'), url(../fonts/Inter-Thin.woff) format('woff');
  font-weight: 100;
  font-style: normal;
}
.container,
.container-full {
  padding: 0 var(--container-padding);
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  width: 100%;
}
.container-full,
.payment .steps__buttons button {
  max-width: 100%;
}
.container-left-50,
.container-right-50 {
  padding: 0 var(--container-padding);
  max-width: 50%;
}
.container-half-left,
.container-right {
  padding-left: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}
.container-right-50 {
  margin-left: auto;
}
.container-left {
  padding-right: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}
.container-half-left {
  padding-right: calc((100% - var(--container-width)) / 2 + var(--container-width) / 2);
}
.container-half-right {
  padding-left: calc((100% - var(--container-width)) / 2 + var(--container-width) / 2);
  padding-right: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.no-scroll {
  overflow-y: hidden;
}
.hidden-scrollbar::-webkit-scrollbar {
  width: 0;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: gray;
}
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: silver;
}
.hover-underline::after,
.link-full::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.link-full::before {
  top: 0;
  height: 100%;
  z-index: 5;
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}
.hover-underline,
.products__sort {
  position: relative;
}
.hover-underline::after {
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--transition), visibility var(--transition);
  transition: opacity var(--transition), visibility var(--transition);
}
.is-hidden {
  display: none !important;
}
body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  background-color: var(--page-bg);
  color: var(--text-color);
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-weight: var(--font-weight);
}
.main,
.products__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.banner-card--grid .banner-card__link:focus-visible::before,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: dashed var(--accent);
}
.filter__content,
.filters-btn-mobile,
.tabs__content {
  display: none;
}
.header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--white);
  padding-block: 16px;
  border-bottom: 1px solid #b5b5b5;
}
.header__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 55px;
}
.address__add-address,
.address__buttons,
.card,
.card__wishlist,
.header__actions,
.header__container,
.header__inner,
.pagination,
.pagination__list,
.reviews__overall-rating,
.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 15px;
}
.header__actions {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__actions-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}
.header__actions-link,
.header__actions-num,
.nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__actions-num {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: var(--accent);
  color: var(--white);
  font-size: 11px;
  border-radius: 50%;
}
.banner-card,
.banner-wide,
.card,
.search__label {
  position: relative;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
.nav__link {
  display: inline-block;
  color: var(--black-30);
  padding: 12px 0;
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
  border-radius: 6px;
}
.nav__link--active {
  color: var(--black);
}
.burger {
  --color: #000;
  --color-focus: rgba(0, 0, 0, 0.3);
  --focus-stroke-width: 3px;
  --line-width: 30px;
  --line-height: 1.5px;
  --border-radius: 5px;
  --transition: 0.2s;
  display: none;
}
.search {
  width: 37%;
}
.search__form {
  width: 100%;
}
.search__label {
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.search__label::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./../img/icons/search.svg);
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.search__input {
  width: 100%;
  background-color: transparent;
  padding: 16px 16px 16px 48px;
  border-radius: var(--rounded);
}
.search__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: #656565;
}
.search__input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: #656565;
}
.search__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: #656565;
}
.search__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: #656565;
}
.search__input::placeholder {
  font-size: 14px;
  line-height: 1.29;
  color: #656565;
}
.icon {
  width: 32px;
  height: 32px;
  fill: transparent;
  stroke: var(--black);
  -webkit-transition: stroke var(--transition), fill var(--transition);
  transition: stroke var(--transition), fill var(--transition);
}
.icon--heart {
  width: 20px;
  height: 18px;
}
.icon--cart {
  width: 25px;
  height: 22px;
}
.icon--user {
  width: 17px;
  height: 22px;
}
.icon--facebook,
.icon--instagram,
.icon--tiktok,
.icon--twitter {
  width: 16px;
  height: 16px;
  fill: var(--white);
}
.icon--cameras,
.icon--computers,
.icon--gaming,
.icon--headphones,
.icon--phones,
.icon--watches {
  width: 48px;
  height: 48px;
}
.icon--apple,
.icon--arrow-down,
.icon--eye,
.icon--facebook-2,
.icon--google,
.icon--plus-2 {
  width: 24px;
  height: 24px;
}
.icon--chevron-left,
.icon--chevron-right {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.icon--edit,
.icon--filters,
.icon--remove {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.icon--arrow-down,
.icon--plus-2 {
  stroke: transparent;
}
.icon--edit,
.icon--plus-2 {
  fill: var(--black);
}
.icon--apple,
.icon--eye,
.icon--facebook-2,
.icon--google {
  fill: var(--gray-primary);
  stroke: transparent;
}
.icon--arrow-down {
  fill: currentColor;
  -webkit-transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
}
.icon--star {
  width: 18px;
  height: 18px;
  stroke: var(--orange);
}
.hero {
  background: linear-gradient(95deg, #211c24 0, #211c24 100%);
}
.details__item,
.details__list,
.footer__body,
.footer__left,
.hero__container,
.hero__content,
.rating-list,
.rating-list__item,
.summary-info,
.summary-info__estimated-wrap,
.summary-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.hero__content {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  row-gap: clamp(1rem, 0.7483221477rem + 1.0738255034vw, 1.5rem);
}
.hero__subtitle {
  font-size: 25px;
  line-height: 1.28;
  color: var(--white-40);
}
.btn,
.hero__title {
  color: var(--white);
}
.hero__title {
  font-size: clamp(4.5rem, 3.744966443rem + 3.2214765101vw, 6rem);
  font-weight: 100;
  line-height: 1;
  letter-spacing: -0.01em;
}
.hero__descr p {
  font-size: 18px;
  line-height: 1.33;
  color: var(--gray-primary);
}
.hero__link {
  min-width: 190px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.71;
  border-radius: 8px;
  padding: 12px 18px;
  background-color: var(--black);
  -webkit-transition: color var(--transition), border-color var(--transition),
    background-color var(--transition), opacity var(--transition);
  transition: color var(--transition), border-color var(--transition),
    background-color var(--transition), opacity var(--transition);
}
.btn--dark-outline,
.btn--light-outline {
  color: var(--black);
  background-color: transparent;
  border: 1px solid var(--black);
}
.btn--light-outline {
  color: var(--white);
  border: 1px solid var(--white);
}
.btn--full,
.product-details__add-to-cart,
.product-details__wishlist {
  width: 100%;
}
.btn--icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: var(--black);
  padding: 0;
  border-radius: 4px;
}
.btn--icon:active {
  opacity: 0.8;
}
.btn--icon,
.social,
.social__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.social__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color var(--transition);
  transition: border-color var(--transition);
}
.banners-grid__list,
.banners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.banner-card,
.banner-card__body,
.category__link {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  height: 100%;
}
.banner-card,
.banner-card__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.banner-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
}
.banner-card__img img {
  height: 360px;
}
.banner-card__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
  padding: 16px 32px 56px;
}
.banner-card__title {
  font-weight: 300;
  font-size: 33px;
  line-height: 1.45;
  color: var(--black);
  text-wrap: balance;
}
.banner-card__title span,
.banner-wide__title span {
  font-weight: 500;
}
.banner-card__descr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 1.71;
  color: var(--gray-primary);
}
.banner-card__link {
  min-width: 190px;
  margin-top: auto;
}
.banner-card__link:focus-visible {
  -webkit-box-shadow: 0 0 0 3px transparent;
  box-shadow: 0 0 0 3px transparent;
}
.banner-card--light {
  background-color: var(--gray-fifth);
}
.banner-card--gray {
  background-color: var(--gray-sixth);
}
.banner-card--dark {
  background-color: var(--black-secondary);
}
.banner-card--dark .banner-card__title {
  color: var(--white);
}
.banner-card--grid {
  width: 100%;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.card,
.category__link {
  -webkit-box-orient: vertical;
}
.banner-card--grid .banner-card__img img {
  height: auto;
}
.banner-card--grid .banner-card__body {
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.banner-card--grid .banner-card__link {
  outline: transparent dashed;
}
.banner-card--grid .banner-card__descr {
  text-align: left;
}
.banners-grid__item:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
}
.banners-grid__item:first-child .banner-card__title {
  font-weight: 500;
  font-size: clamp(2.0625rem, 1.5591442953rem + 2.1476510067vw, 3.0625rem);
}
.banners-grid__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.banners-grid__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.banners-grid__item:nth-child(4) {
  grid-column: 3/5;
  grid-row: 1/3;
}
.banners-grid__item:nth-child(4) .banner-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.banners-grid__item:nth-child(4) .banner-card__body {
  padding-left: 48px;
}
.banners-grid__item:nth-child(4) .banner-card__title {
  font-weight: 100;
  font-size: clamp(2.0625rem, 1.0872483221rem + 4.1610738255vw, 4rem);
}
.category {
  background-color: #fafafa;
  padding-block: clamp(4rem, 3.4966442953rem + 2.1476510067vw, 5rem);
}
.category__title {
  font-weight: inherit;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.category__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1rem, 0.4966442953rem + 2.1476510067vw, 2rem);
}
.category__link {
  background-color: var(--gray-secondary);
  padding: 24px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 8px;
  border-radius: 15px;
}
.banner-wide__inner,
.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}
.card,
.products__sort-select {
  border-radius: var(--rounded);
}
.category__subtitle {
  font-weight: inherit;
  font-size: inherit;
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
}
.card,
.filter__btn {
  -webkit-transition: background-color var(--transition);
}
.card {
  height: 100%;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(0.5rem, 0.2483221477rem + 1.0738255034vw, 1rem);
  background-color: var(--gray-seventh);
  padding: 20px clamp(0.75rem, 0.6241610738rem + 0.5369127517vw, 1rem);
  transition: background-color var(--transition);
}
.card__link,
.tabs__btn {
  -webkit-transition: color var(--transition);
}
.card__wishlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 4px;
  z-index: 6;
}
.card__wishlist .icon--heart {
  stroke: var(--gray-primary);
}
.card__wishlist.is-active .icon--heart {
  stroke: var(--red);
  fill: var(--red);
}
.card__title,
.summary-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: inherit;
  font-size: inherit;
}
.card__link {
  transition: color var(--transition);
}
.card__price {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03em;
  padding-bottom: clamp(0rem, -0.2516778523rem + 1.0738255034vw, 0.5rem);
  margin-top: auto;
}
.card__btn {
  z-index: 6;
}
.tabs {
  padding-block: 56px;
}
.tabs__list {
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 32px;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs__list::-webkit-scrollbar {
  height: 0;
}
.breadcrumbs__item,
.cart__item,
.tabs__item {
  padding-block: 5px;
}
.tabs__btn {
  font-size: 18px;
  line-height: 1.78;
  color: #8b8b8b;
  transition: color var(--transition);
}
.tabs__btn--active {
  position: relative;
  color: var(--black);
}
.tabs__btn--active::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: var(--black);
  left: 0;
  bottom: 0;
}
.product-memory,
.section-cards__list,
.tabs__content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tabs__content--active {
  display: block;
}
.section-cards {
  padding-block: clamp(3.5rem, 2.744966443rem + 3.2214765101vw, 5rem);
}
.section-cards__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 32px;
}
.banner-wide {
  padding-block: clamp(6.5rem, 4.7382550336rem + 7.5167785235vw, 10rem) 90px;
  background-image: -webkit-image-set(
    url(./../img/banner-wide.jpg) 1x,
    url(./../img/banner-wide@2x.jpg) 2x
  );
  background-image: image-set(
    url(./../img/banner-wide.jpg) 1x,
    url(./../img/banner-wide@2x.jpg) 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-wide__inner {
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__link,
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.banner-wide__title {
  font-weight: 100;
  font-size: clamp(3rem, 2.244966443rem + 3.2214765101vw, 4.5rem);
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 5px;
}
.banner-wide__descr {
  font-weight: 400;
  color: #787878;
  line-height: 2;
  margin-bottom: 40px;
}
.banner-wide__link {
  min-width: 180px;
}
.breadcrumbs {
  padding-block: clamp(0rem, -0.9437919463rem + 4.0268456376vw, 1.875rem);
}
.breadcrumbs__list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  overflow-x: auto;
  text-wrap: nowrap;
}
.breadcrumbs__link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: #a4a4a4;
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
}
.breadcrumbs__link--current {
  color: var(--black);
}
.products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  padding: 24px 0 56px;
}
.filter__close,
.products__settings {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
}
.products__filter {
  width: 256px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.products__settings {
  display: grid;
  grid-template-columns: 4fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 24px;
}
.products__items-shown {
  color: #6c6c6c;
  line-height: 1;
  letter-spacing: 0.03em;
}
.products__items-shown span {
  font-size: 20px;
  line-height: 1;
  color: var(--black);
}
.products__sort::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 10px;
  background-color: #9f9f9f;
  clip-path: polygon(8% 17%, 0 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}
.products__sort-select {
  width: 100%;
  font-weight: 400;
  background-color: transparent;
  padding: 12px 30px 12px 16px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.products__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
  margin-bottom: 40px;
}
.filter__close {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  column-gap: 16px;
  font-size: 24px;
  line-height: 1;
  padding-block: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  display: none;
}
.filter__content.is-open,
.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.filter__list {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 16px;
}
.checkbox,
.filter__btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.filter__item {
  padding-bottom: 4px;
  border-bottom: 1px solid #b5b5b5;
}
.filter__btn {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 18px;
  padding: 10px 5px;
  letter-spacing: 0.03em;
  border-radius: var(--rounded);
  transition: background-color var(--transition);
}
.filter__btn.is-active .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter__content.is-open {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 16px;
}
.filter__search {
  width: 100%;
  margin-bottom: 8px;
}
.filter__input {
  padding-top: 11px;
  padding-bottom: 11px;
}
.filter__count {
  font-weight: 400;
  font-size: 12px;
  color: #929292;
}
.checkbox {
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  line-height: 1;
  padding: 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}
.address__input,
.checkbox__input,
.product-color__input,
.product-memory__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox__input:checked + .checkbox__custom-checkbox {
  position: relative;
  background-color: var(--black);
  border-color: var(--black);
}
.checkbox__input:checked + .checkbox__custom-checkbox::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(./../img/icons/checkmark-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.checkbox__input:focus-visible + .checkbox__custom-checkbox {
  outline: dashed var(--accent);
  border-color: transparent;
}
.checkbox__custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  -webkit-transition: border-color var(--transition);
  transition: border-color var(--transition);
}
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.pagination__list {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.details__item,
.product-details__price-wrap {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
}
.pagination__link,
.pagination__next,
.pagination__prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  -webkit-transition: background-color var(--transition), color var(--transition);
  transition: background-color var(--transition), color var(--transition);
}
.pagination__next.is-disabled,
.pagination__prev.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#myNavigation .f-carousel__slide.is-nav-selected,
.steps__progress-item.is-active {
  opacity: 1;
}
.pagination__link {
  background-color: var(--gray-seventh);
}
.pagination__link--active {
  background-color: var(--black);
  color: var(--white);
}
.product-details__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.3125rem, 1.966442953rem + 1.4765100671vw, 3rem);
  padding-block: 35px;
}
.product-details__slider {
  height: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.product-details__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}
.product-details__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}
.product-details__buttons,
.product-details__info {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-bottom: 32px;
}
.product-details__price-current {
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.product-details__price-old {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.03em;
  text-decoration: line-through;
  color: #a0a0a0;
}
.product-details__info {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}
.product-details__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #6c6c6c;
}
.product-details__descr a {
  text-decoration: underline;
  color: #2c2c2c;
}
.product-details__buttons {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.details,
.product-color {
  display: -webkit-box;
  display: -ms-flexbox;
}
.product-color {
  font-weight: 400;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.details,
.details__description {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.product-color__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 14px;
}
.product-color__label,
.product-color__radio {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.product-color__label {
  border-radius: 50%;
  cursor: pointer;
}
.product-color__input:checked + .product-color__radio::before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid var(--gray-primary);
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-color__input:disabled + .product-color__radio {
  opacity: 0.7;
  cursor: not-allowed;
}
.product-color__input:disabled + .product-color__radio::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--gray-primary);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-color__input:focus-visible + .product-color__radio::before {
  outline: dashed var(--accent);
}
.product-color__radio {
  position: relative;
  border-radius: 50%;
}
.product-memory__label {
  cursor: pointer;
}
.product-memory__input:checked + .product-memory__radio {
  color: var(--black);
  border-color: var(--black);
}
.product-memory__input:disabled + .product-memory__radio {
  cursor: not-allowed;
  color: #d5d5d5;
}
.product-memory__input:focus-visible + .product-memory__radio {
  outline: dashed var(--accent);
}
.product-memory__radio {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.14;
  color: #6f6f6f;
  padding-block: 16px;
  padding-inline: 24px;
  border: 1px solid #d5d5d5;
  border-radius: var(--rounded);
  -webkit-transition: color var(--transition), border-color var(--transition);
  transition: color var(--transition), border-color var(--transition);
}
.product-description__list,
.product-info__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product-description__list {
  gap: 16px;
}
.product-description__item {
  position: relative;
  background-color: #f4f4f4;
  border-radius: var(--rounded);
  padding: 16px 8px 16px 40px;
  font-size: 14px;
}
.product-description__item::before,
.product-info__item::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 24px;
  height: 24px;
  left: 8px;
  top: 20px;
}
.product-description__item.screensize::before {
  background-image: url(./../img/icons/screensize.svg);
}
.product-description__item.cpu::before {
  background-image: url(./../img/icons/cpu.svg);
}
.product-description__item.cores::before {
  background-image: url(./../img/icons/cores.svg);
}
.product-description__item.main-camera::before {
  background-image: url(./../img/icons/main-camera.svg);
}
.product-description__item.front-camera::before {
  background-image: url(./../img/icons/front-camera.svg);
}
.product-description__item.battery::before {
  background-image: url(./../img/icons/battery.svg);
}
.product-description__key {
  font-weight: 400;
  line-height: 1.14;
  color: #a7a7a7;
}
.product-description__value {
  color: #4e4e4e;
}
.product-info__list {
  gap: 20px;
}
.product-info__item {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding: 4px 4px 4px 72px;
}
.details,
.reviews {
  padding-block: clamp(2.5rem, 1.2416107383rem + 5.3691275168vw, 5rem);
}
.product-info__item::before {
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
}
.product-info__item.delivery::before {
  background-image: url(./../img/icons/delivery.svg);
}
.product-info__item.in-stock::before {
  background-image: url(./../img/icons/in-stock.svg);
}
.product-info__item.guaranteed::before {
  background-image: url(./../img/icons/guaranteed.svg);
}
.product-info__key {
  color: #717171;
}
.details {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.details__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
}
.details__text {
  font-size: 14px;
  line-height: 1.7;
  color: #9d9d9d;
}
.details__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-height: 460px;
  overflow: hidden;
}
.details__description.is-open {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.details__description-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.details__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}
.details__item {
  font-weight: 400;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cdcdcd;
}
.details__value {
  font-size: 15px;
}
.details__sublist {
  text-align: right;
}
.auth,
.counter__input,
.modal {
  text-align: center;
}
.comments__more,
.details__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.details__btn-more {
  min-width: 216px;
}
.comments__btn-more.is-active .icon,
.details__btn-more.is-active .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 48px;
}
.reviews__overall-rating {
  gap: 60px;
  margin-bottom: 48px;
}
.reviews__rating {
  background-color: #fafafa;
  padding: 32px;
  border-radius: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
.reviews__rating-num {
  color: var(--black-30);
  text-align: center;
}
.reviews__rating-current {
  font-size: 56px;
  line-height: 1;
  color: var(--black);
}
.reviews__form {
  width: 100%;
  margin-bottom: 32px;
}
.reviews__form-textarea {
  width: 100%;
  min-height: 64px;
  max-height: 300px;
  padding: 16px;
  border-radius: var(--rounded);
  border: 1px solid #cecece;
  resize: vertical;
}
.reviews__form-textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #979797;
}
.reviews__form-textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #979797;
}
.reviews__form-textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #979797;
}
.reviews__form-textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #979797;
}
.reviews__form-textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #979797;
}
.rating-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}
.rating-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.rating-list__title {
  min-width: 150px;
  font-size: 18px;
  line-height: 0.9;
}
.rating-list__progress {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 16px;
}
.cart__list,
.comments__list {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.rating-list__progress-value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--orange);
  border-radius: 16px;
}
.rating-list__qty {
  min-width: 30px;
  color: var(--black-40);
  line-height: 1;
}
.comments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 24px;
  max-height: 540px;
  overflow: hidden;
}
.comments__list.is-open {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.comments__item {
  display: grid;
  grid-template-columns: 56px 1fr -webkit-max-content;
  grid-template-columns: 56px 1fr max-content;
  grid-template-rows: -webkit-max-content 24px 1fr;
  grid-template-rows: max-content 24px 1fr;
  row-gap: 8px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  background-color: #fafafa;
  padding: 24px 28px 24px 16px;
  border-radius: var(--rounded);
}
.comments__avatar,
.comments__avatar img,
.custom-radio {
  border-radius: 50%;
}
.comments__avatar {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 56px;
  height: 56px;
}
.comments__name {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
}
.comments__rating {
  grid-column: 2/4;
  grid-row: 2/3;
}
.comments__date {
  font-size: 14px;
  line-height: 1.14;
  color: var(--black-30);
}
.comments__text {
  grid-column: 2/4;
  grid-row: 3/4;
  color: #7e7e7e;
  line-height: 1.6;
}
.comments__btn-more {
  min-width: 216px;
}
.stars-rating {
  width: 108px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.stars-rating__progress {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  background-color: var(--orange);
  z-index: 1;
}
.stars-rating__background {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 0;
  background-color: #d2d2d2;
}
.stars-rating__svg {
  width: 108px;
  height: 24px;
  position: relative;
  display: block;
  aspect-ratio: 66/14;
  fill: #fafafa;
  z-index: 2;
  stroke: transparent;
}
.cart__list,
.f-carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
}
#myCarousel {
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 10px;
}
#myNavigation {
  --f-carousel-slide-width: 75px;
  --f-carousel-spacing: 5px;
}
#myNavigation .f-carousel__slide {
  height: 93px !important;
  opacity: 0.5;
  cursor: pointer;
}
.f-carousel__slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
}
.f-button:focus-visible {
  outline: dashed var(--accent) !important;
}
.input {
  width: 100%;
  background-color: var(--white);
  font-weight: 400;
  font-size: 14px;
  padding: 16px;
  border: 1px solid #cecece;
  border-radius: var(--rounded);
}
.cart {
  padding-block: clamp(2.5rem, 0.2348993289rem + 9.6644295302vw, 7rem);
}
.cart__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px;
}
.cart__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
}
.cart__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  height: 570px;
  overflow-y: auto;
  padding-right: 5px;
}
.cart__list::-webkit-scrollbar {
  width: 5px;
}
.cart__list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #909090;
}
.cart__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #ededed;
}
.cart__right {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 40px;
}
.cart__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.address__label:not(:last-child),
.cart__label {
  margin-bottom: 24px;
}
.auth,
.auth__top,
.cart__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart__label {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #545454;
}
.cart__label-text {
  display: inline-block;
  margin-bottom: 8px;
}
.cart__input {
  padding-right: 100px;
}
.cart__btn-bonus {
  position: absolute;
  bottom: 11px;
  right: 16px;
  width: 76px;
  padding: 9px;
  font-size: 12px;
  line-height: 1;
}
.cart__estimated-tax,
.cart__shipping,
.cart__subtotal,
.cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.cart__subtotal {
  margin-bottom: 16px;
}
.cart__estimated-tax {
  margin-bottom: 8px;
}
.cart__estimated-tax-title,
.cart__shipping-title,
.summary-info__estimated-shipping,
.summary-info__estimated-tax {
  font-weight: 400;
  color: #545454;
}
.cart__shipping {
  margin-bottom: 16px;
}
.address__fieldset,
.cart__total {
  margin-bottom: 48px;
}
.cart-product {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 8px;
}
.cart-product__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.cart-product__title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 500;
  font-size: inherit;
}
.cart-product__link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-product__code {
  grid-column: 2/3;
  grid-row: 2/3;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}
.cart-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.counter,
.steps__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.cart-product__price {
  font-size: 20px;
}
.counter {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.counter__label {
  display: inline-block;
  width: 40px;
}
.counter__input {
  width: 100%;
  line-height: 1;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.steps__progress {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-block: clamp(2rem, 0.7416107383rem + 5.3691275168vw, 4.5rem);
}
.steps__progress-item {
  position: relative;
  padding-left: 32px;
  opacity: 0.4;
  letter-spacing: 0.03em;
}
.steps__progress-item::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steps__progress-item.address::before {
  background-image: url(./../img/icons/location.svg);
}
.steps__progress-item.shipping::before {
  background-image: url(./../img/icons/shipping.svg);
}
.steps__progress-item.payment::before {
  background-image: url(./../img/icons/payment.svg);
}
.steps__progress-count {
  font-size: 14px;
  line-height: 1.14;
}
.steps__progress-title {
  font-size: 19px;
  line-height: 1.26;
}
.steps__form {
  padding-block: clamp(0.9375rem, -0.1006711409rem + 4.4295302013vw, 3rem);
}
.steps__form-inner {
  margin-bottom: 40px;
}
.steps__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.steps__payment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}
.steps__next,
.steps__prev {
  width: 100%;
  max-width: 210px;
}
.address__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #17183b;
  margin-bottom: 32px;
}
.address__label {
  display: grid;
  grid-template-columns: 24px 1fr -webkit-max-content;
  grid-template-columns: 24px 1fr max-content;
  gap: 8px 16px;
  width: 100%;
  font-weight: 400;
  padding: 24px;
  background-color: #f6f6f6;
  border-radius: var(--rounded);
  cursor: pointer;
}
.address__input:checked + .custom-radio::before,
.modal.is-open,
.shipping__input:checked + .custom-radio::before {
  opacity: 1;
  visibility: visible;
}
.address__input:focus-visible + .custom-radio {
  outline: dashed var(--accent);
}
.address__radio {
  grid-column: 1/2;
  grid-row: 1/2;
}
.address__label-text {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 18px;
}
.address__label-badge {
  font-size: 12px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 16px;
}
.address__text {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.33;
}
.address__phone {
  grid-column: 2/3;
  grid-row: 3/4;
}
.address__buttons {
  grid-column: 3/4;
  grid-row: 2/4;
  align-self: self-start;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.shipping__label,
.summary-card {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
}
.address__add-address {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 40px;
  border-radius: var(--rounded);
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}
.address__add-address::before {
  left: 0;
  background-image: url(./../img/icons/dots-line-left.svg);
}
.address__add-address::after,
.address__add-address::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 1px;
  top: 21px;
}
.address__add-address::after {
  left: 50%;
  right: 0;
  background-image: url(./../img/icons/dots-line-right.svg);
}
.custom-radio {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid var(--black);
}
.shipping__fieldset,
.summary {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.custom-radio::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--black);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--transition), visibility var(--transition);
  transition: opacity var(--transition), visibility var(--transition);
}
.shipping__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 40px;
}
.shipping__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #17183b;
  margin-bottom: 16px;
}
.shipping__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 16px;
  padding: 24px;
  border: 1px solid #d1d1d8;
  border-radius: var(--rounded);
  cursor: pointer;
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}
.shipping__date-select,
.summary {
  display: -webkit-box;
  display: -ms-flexbox;
}
.shipping__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.fade.animate-open,
.shipping__input:checked ~ .shipping__date,
.shipping__input:checked ~ .shipping__date-select,
.shipping__input:checked ~ .shipping__label-text {
  opacity: 1;
}
.shipping__input:checked ~ .shipping__date-select input::-webkit-input-placeholder {
  color: var(--black);
}
.shipping__input:checked ~ .shipping__date-select input::-moz-placeholder {
  color: var(--black);
}
.shipping__input:checked ~ .shipping__date-select input:-ms-input-placeholder {
  color: var(--black);
}
.shipping__input:checked ~ .shipping__date-select input::-ms-input-placeholder {
  color: var(--black);
}
.shipping__input:checked ~ .shipping__date-select input::placeholder {
  color: var(--black);
}
.shipping__input:focus-visible + .custom-radio {
  outline: dashed var(--accent);
}
.shipping__date,
.shipping__date-select,
.shipping__label-text {
  opacity: 0.5;
  -webkit-transition: opacity var(--transition);
  transition: opacity var(--transition);
}
.shipping__label-text span {
  font-weight: 400;
  margin-left: 16px;
}
.shipping__date,
.shipping__date-select {
  font-weight: 400;
  margin-left: auto;
}
.shipping__date-select {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  cursor: pointer;
}
.shipping__date-select input {
  width: 100px;
  background-color: transparent;
  border-radius: 4px;
}
.shipping__date-select input::-webkit-input-placeholder {
  color: var(--black);
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
}
.shipping__date-select input::-moz-placeholder {
  color: var(--black);
  -moz-transition: color var(--transition);
  transition: color var(--transition);
}
.shipping__date-select input:-ms-input-placeholder {
  color: var(--black);
  -ms-transition: color var(--transition);
  transition: color var(--transition);
}
.shipping__date-select input::-ms-input-placeholder {
  color: var(--black);
  -ms-transition: color var(--transition);
  transition: color var(--transition);
}
.shipping__date-select input::placeholder {
  color: var(--black);
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
}
.summary {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 32px 24px;
  border: 1px solid #ebebeb;
  border-radius: var(--rounded);
}
.summary__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.summary__address-wrap,
.summary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
.summary__address-wrap {
  font-weight: 400;
}
.summary__address-title,
.summary__shipment-title {
  font-size: 14px;
  line-height: 1.14;
  color: #545454;
  margin-bottom: 8px;
}
.auth__title,
.payment__title {
  font-weight: 700;
  line-height: 1;
}
.summary-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 16px;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 16px;
}
.summary-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.summary-info,
.summary-info__estimated-wrap {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.summary-card__price {
  font-weight: 700;
  margin-left: auto;
}
.summary-info {
  flex-direction: column;
  row-gap: 16px;
}
.summary-info__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.summary-info__estimated-wrap {
  flex-direction: column;
  row-gap: 8px;
}
.summary-info__total-price {
  font-weight: 700;
}
.payment__title {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.payment .tabs {
  padding-block: 24px;
}
.credit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}
.credit-card__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.credit-card__label--card,
.credit-card__label--name {
  grid-column: 2 span;
}
.credit-card__checkbox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wishlist__pagination {
  margin-bottom: 56px;
}
.wishlist__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.auth__body,
.auth__btns,
.auth__form {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.auth__fields,
.footer__nav {
  grid-template-columns: repeat(2, 1fr);
}
.auth {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 40px;
}
.auth__top {
  row-gap: clamp(0.625rem, 0.4362416107rem + 0.8053691275vw, 1rem);
}
.auth__title {
  font-size: clamp(1.75rem, 1.4354026846rem + 1.3422818792vw, 2.375rem);
}
.auth__body,
.auth__form {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(1rem, 0.7483221477rem + 1.0738255034vw, 1.5rem);
}
.auth__body {
  width: 100%;
  max-width: 600px;
}
.auth__form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auth__form--signup {
  row-gap: clamp(1.875rem, 1.5604026846rem + 1.3422818792vw, 2.5rem);
}
.auth__fields {
  width: 100%;
  display: grid;
  gap: clamp(1rem, 0.7483221477rem + 1.0738255034vw, 1.5rem);
}
.auth__label {
  display: inline-block;
  width: 100%;
}
.auth__input--password {
  padding-right: 55px;
}
.auth__label-wrap {
  position: relative;
}
.auth__btn-view {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 44px;
  height: 44px;
  border-radius: var(--rounded);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.auth__btn-view::before,
.auth__divider::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--gray-primary);
  top: 50%;
  left: 50%;
}
.auth__btn-view::before {
  width: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.auth__btn-view.is-active::before {
  display: none;
}
.auth__forgot-btn {
  padding: 5px;
  border-radius: 4px;
}
.auth__btns,
.auth__divider {
  width: 60%;
}
.auth__btns {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(1rem, 0.7483221477rem + 1.0738255034vw, 1.5rem);
}
.auth__divider {
  position: relative;
  margin: 0 auto;
}
.auth__divider::before {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.auth__divider span {
  position: relative;
  z-index: 2;
  padding-inline: 10px;
  background-color: var(--white);
  color: var(--gray-primary);
}
.auth__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.auth__social-btn {
  width: 50px;
  height: 50px;
  border-radius: var(--rounded);
}
.modal,
.modal.is-open {
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}
.modal {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.modal::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal__close {
  width: 44px;
  height: 44px;
  margin-left: auto;
}
.modal__container {
  position: relative;
  width: 550px;
  margin: 50px auto;
  padding: 30px 40px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 20px;
  cursor: default;
  display: none;
}
.modal__container.is-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.fade,
.fade.animate-open {
  opacity: 0;
  -webkit-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}
.disable-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.logo {
  padding-block: 14px;
  border-radius: 8px;
}
.footer {
  color: #cfcfcf;
  background-color: var(--black);
  padding-block: clamp(3rem, 1.2382550336rem + 7.5167785235vw, 6.5rem);
}
.footer__body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 113px;
  margin-bottom: clamp(1.5rem, 1.2483221477rem + 1.0738255034vw, 2rem);
}
.footer__left {
  max-width: 384px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  row-gap: 24px;
}
.footer__descr p {
  line-height: 1.71;
}
.footer__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: grid;
  gap: 32px;
}
.footer__nav-title {
  color: var(--white);
  margin-bottom: 8px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.footer__nav-link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-block: 6px;
}
.footer__nav-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 6px;
  background-color: currentColor;
  -webkit-transition: width var(--transition);
  transition: width var(--transition);
}
@media (min-width: 576px) {
  #myNavigation {
    height: 470px;
  }
  #myNavigation .f-carousel__track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
  }
}
@media (max-width: 1199.98px) {
  .nav__list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .banners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .banners__list::-webkit-scrollbar {
    height: 0;
  }
  .banners__item {
    scroll-snap-align: start;
  }
  .banner-card {
    width: 350px;
  }
  .banner-card__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-card--grid .banner-card__descr,
  .banner-card__descr {
    text-align: center;
  }
  .banner-card--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-block: 40px;
    width: 100%;
  }
  .banner-card--grid .banner-card__img img {
    width: 300px;
  }
  .banners-grid__item:nth-child(4) .banner-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banners-grid__item:nth-child(4) .banner-card__body {
    padding-left: 20px;
  }
  .banners-grid__item:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .banners-grid__item:nth-child(3) {
    grid-column: 3/5;
    grid-row: 2/3;
  }
  .banners-grid__item:nth-child(3) .banner-card__img img {
    width: 400px;
  }
  .banners-grid__item:nth-child(4) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .banners-grid__item:nth-child(4) .banner-card__img img {
    width: 450px;
  }
  .steps__payment {
    gap: 30px;
  }
  .footer__body {
    gap: clamp(2rem, 0.4899328859rem + 6.4429530201vw, 5rem);
  }
}
@media (max-width: 1023.98px) {
  .footer__body,
  .header__inner,
  .hero__container,
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .banner-card__title,
  .hero__content,
  .nav {
    text-align: center;
  }
  .container-half-left,
  .container-right {
    padding-left: var(--container-padding);
  }
  .container-half-right,
  .container-left {
    padding-right: var(--container-padding);
  }
  .filters-btn-mobile {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 12px 16px;
    border-radius: var(--rounded);
    border: 1px solid #d4d4d4;
  }
  .header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 80px 20px 40px;
    background-color: var(--white);
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    gap: 40px;
    overflow-y: auto;
    -webkit-transform: translate3D(0, -100%, 0);
    -ms-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .header__inner.is-open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .header__actions-link,
  .pagination__link,
  .pagination__next,
  .pagination__prev,
  .social__link {
    width: 44px;
    height: 44px;
  }
  .nav,
  .nav__item {
    width: 100%;
  }
  .nav {
    font-size: 24px;
  }
  .footer__body,
  .nav__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .burger {
    display: block;
    position: relative;
    z-index: 101;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: var(--border-radius);
    -webkit-transition: -webkit-box-shadow var(--transition);
    transition: box-shadow var(--transition);
    transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
  }
  .burger:focus-visible {
    -webkit-box-shadow: 0 0 0 var(--focus-stroke-width) var(--color-focus);
    box-shadow: 0 0 0 var(--focus-stroke-width) var(--color-focus);
  }
  .burger__line,
  .burger__line::after,
  .burger__line::before {
    position: absolute;
    background-color: var(--color);
    width: var(--line-width);
    height: var(--line-height);
    border-radius: 30px;
  }
  .burger__line {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition), -webkit-transform var(--transition);
  }
  .burger__line::after,
  .burger__line::before {
    content: '';
    right: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .burger__line::before {
    top: 10px;
  }
  .burger__line::after {
    bottom: 10px;
  }
  .burger.is-active .burger__line {
    background-color: transparent;
  }
  .burger.is-active .burger__line::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .burger.is-active .burger__line::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }
  .search {
    width: 60%;
  }
  .hero__container {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 88px;
  }
  .hero__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .category__list,
  .section-cards__list,
  .tabs__content ul,
  .wishlist__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .breadcrumbs__link {
    padding-block: 10px;
  }
  .products__filter {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 16px;
    background-color: var(--white);
    -webkit-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .products__filter.is-open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .products__settings {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .products__items-shown {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .filter__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .filter__form,
  .filter__list {
    height: calc(100% - 64px);
  }
  .filter__list {
    overflow-y: auto;
    padding-inline: 3px;
  }
  .checkbox {
    padding-block: 12px;
  }
  .cart__inner,
  .product-details__main {
    grid-template-columns: repeat(1, 1fr);
  }
  .reviews__form-textarea {
    min-height: 100px;
  }
  .cart-product {
    grid-template-columns: 80px 2fr 1fr;
  }
  .cart-product__actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .steps__payment {
    display: block;
  }
  .summary {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .nav__link,
  .rating-list {
    width: 100%;
  }
  .nav__link {
    display: inline-block;
  }
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banners-grid__list {
    display: block;
  }
  .product-description__list,
  .section-cards__list,
  .tabs__content ul,
  .wishlist__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-info__item {
    padding-top: 72px;
    padding-left: 4px;
    text-align: center;
  }
  .product-info__item::before {
    width: 56px;
    height: 56px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reviews__overall-rating,
  .reviews__rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews__rating {
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer {
    text-align: center;
  }
  .footer__body,
  .footer__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__nav {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575.98px) {
  .category__list,
  .product-memory,
  .products__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #myNavigation,
  .auth__btns,
  .auth__divider,
  .search,
  .steps__progress-item {
    width: 100%;
  }
  .container-left-50,
  .container-right-50 {
    max-width: 100%;
  }
  .container-half-left,
  .container-half-right {
    padding: 0 var(--container-padding);
  }
  .banner-card__link,
  .comments__btn-more,
  .details__btn-more {
    min-width: 100%;
  }
  .card__img img {
    width: 104px;
  }
  .banner-wide {
    background-image: -webkit-image-set(
      url(./../img/banner-wide-mobile.jpg) 1x,
      url(./../img/banner-wide-mobile@2x.jpg) 2x
    );
    background-image: image-set(
      url(./../img/banner-wide-mobile.jpg) 1x,
      url(./../img/banner-wide-mobile@2x.jpg) 2x
    );
  }
  .products__cards {
    row-gap: 16px;
  }
  .product-details__slider {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #myCarousel .f-carousel__slide img {
    width: auto;
    height: 329px;
  }
  .cart__right {
    padding: 30px 20px;
  }
  .cart-product__img img {
    width: 70px;
  }
  .cart-product__title {
    grid-column: 2/4;
  }
  .cart-product__actions {
    grid-column: 1/-1;
    grid-row: 3/4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cart-product__price {
    margin-left: auto;
  }
  .address__buttons,
  .shipping__label,
  .steps__progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shipping__label {
    row-gap: 10px;
  }
  .shipping__date,
  .shipping__date-select {
    margin-left: 0;
  }
  .summary {
    padding: 20px 16px;
  }
  .credit-card {
    row-gap: 25px;
  }
  .auth__fields {
    grid-template-columns: repeat(1, 1fr);
  }
  .modal__container {
    width: 95%;
    padding: 20px;
  }
}
@media (any-hover: hover) {
  .hover-underline:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .category__link:hover .icon,
  .header__actions-link:hover .icon {
    stroke: var(--accent);
  }
  .breadcrumbs__link:hover,
  .nav__link:hover,
  .tabs__btn:hover {
    color: var(--black);
  }
  .btn:hover {
    background-color: var(--black-secondary);
  }
  .btn--dark-outline:hover,
  .btn--light-outline:hover {
    border-color: var(--accent);
    color: var(--accent);
    background-color: transparent;
  }
  .btn--icon:hover {
    background-color: var(--gray-sixth);
  }
  .social__link:hover {
    border-color: var(--white);
  }
  .banner-card__link:hover::before {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .cart-product__link:hover,
  .category__link:hover .category__subtitle {
    color: var(--accent);
  }
  .card:hover {
    background-color: var(--gray-secondary);
  }
  .card__wishlist:hover .icon {
    stroke: var(--red);
  }
  .address__add-address:hover,
  .checkbox:hover,
  .filter__btn:hover,
  .pagination__next:hover,
  .pagination__prev:hover,
  .shipping__label:hover {
    background-color: var(--gray-seventh);
  }
  .checkbox:hover .checkbox__custom-checkbox {
    border-color: var(--black);
  }
  .pagination__link:hover {
    background-color: var(--black);
    color: var(--white);
  }
  .footer__nav-link:hover::before {
    width: 100%;
  }
}
