@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/noto-sans.woff") format("woff"), url("../fonts/noto-sans.woff2") format("woff2"), url("../fonts/noto-sans.ttf") format("truetype"), url("../fonts/noto-sans.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/noto-sans-italic.woff") format("woff"), url("../fonts/noto-sans-italic.woff2") format("woff2"), url("../fonts/noto-sans-italic.ttf") format("truetype"), url("../fonts/noto-sans-italic.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/noto-sans-display-medium.ttf") format("woff"), url("../fonts/noto-sans-display-medium.woff2") format("woff2"), url("../fonts/noto-sans-display-medium.ttf") format("truetype"), url("../fonts/noto-sans-display-medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/noto-sans-display-medium-italic.woff") format("woff"), url("../fonts/noto-sans-display-medium-italic.woff2") format("woff2"), url("../fonts/noto-sans-display-medium-italic.ttf") format("truetype"), url("../fonts/noto-sans-display-medium-italic.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/noto-sans-display-semibold.woff") format("woff"), url("../fonts/noto-sans-display-semibold.woff2") format("woff2"), url("../fonts/noto-sans-display-semibold.ttf") format("truetype"), url("../fonts/noto-sans-display-semibold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/noto-sans-display-semibold-italic.woff") format("woff"), url("../fonts/noto-sans-display-semibold-italic.woff2") format("woff2"), url("../fonts/noto-sans-display-semibold-italic.ttf") format("truetype"), url("../fonts/noto-sans-display-semibold-italic.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/noto-sans-bold.woff") format("woff"), url("../fonts/noto-sans-bold.woff2") format("woff2"), url("../fonts/noto-sans-bold.ttf") format("truetype"), url("../fonts/noto-sans-bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/noto-sans-bold-italic.woff") format("woff"), url("../fonts/noto-sans-bold-italic.woff2") format("woff2"), url("../fonts/noto-sans-bold-italic.ttf") format("truetype"), url("../fonts/noto-sans-bold-italic.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSans-Black.woff") format("woff"), url("../fonts/NotoSans-Black.woff2") format("woff2"), url("../fonts/NotoSans-Black.ttf") format("truetype"), url("../fonts/NotoSans-Black.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/noto-sans-display-condensed-black-italic.woff") format("woff"), url("../fonts/noto-sans-display-condensed-black-italic.woff2") format("woff2"), url("../fonts/noto-sans-display-condensed-black-italic.ttf") format("truetype"), url("../fonts/noto-sans-display-condensed-black-italic.eot") format("embedded-opentype");
}
html {
  scrollbar-width: thin;
  scrollbar-color: #F51B35 #FFEFF2;
}
html::-webkit-scrollbar {
  width: 8px;
  background: #FFEFF2;
  border: 2px solid #FFEFF2;
}
html::-webkit-scrollbar-thumb {
  background: #F51B35;
  border-radius: 8px;
}
html::-webkit-scrollbar-track {
  background: #FFEFF2;
}
body {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
  background-color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.visuallyHidden {
  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;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
input,
textarea,
select {
  padding: 0;
  border: none;
  outline: none;
  font-family: "", "Arial", sans-serif;
}
input::placeholder {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
button {
  cursor: pointer;
  outline: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
.button {
  border: none;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background-color: transparent;
  padding: 0;
}
.buttonAccent {
  color: #ffffff;
  background-color: #D40019;
  border-radius: 30px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease-out;
}
.buttonAccent:hover {
  background-color: #F51B35;
}
.buttonAccent.active {
  background-color: #F51B35;
}
.buttonAccent:active {
  background-color: #F51B35;
}
.buttonWhite {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease-out, border 0.3s ease-out;
}
.buttonWhite:hover {
  background: #D40019;
  border: 2px solid #D40019;
}
.buttonWhite.active {
  background: #D40019;
  border: 2px solid #D40019;
}
.buttonWhite:active {
  background: #D40019;
  border: 2px solid #D40019;
}
.buttonRed {
  color: #D40019;
  background: transparent;
  border: 2px solid #D40019;
  border-radius: 30px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
}
.buttonRed:hover {
  background: #D40019;
  border: 2px solid #D40019;
  color: #ffffff;
}
.buttonRed.active {
  background: #D40019;
  border: 2px solid #D40019;
  color: #ffffff;
}
.buttonRed:active {
  background: #D40019;
  border: 2px solid #D40019;
  color: #ffffff;
}
.buttonSalmon {
  color: #000000;
  background-color: #FFEFF2;
  border-radius: 80px;
  padding: 12px 32px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #FFEFF2;
  gap: 8px;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
}
.buttonSalmon:hover {
  background-color: #ffffff;
  color: #D40019;
  border: 2px solid #D40019;
}
.buttonSalmon.active {
  background-color: #ffffff;
  color: #D40019;
  border: 2px solid #D40019;
}
@media (max-width: 700px) {
  .button {
    font-size: 15px;
  }
}
.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  .wrapper {
    padding: 0 15px;
  }
}
.headerTop {
  background: linear-gradient(to right, #FF7441 0%, #DC253A 50%, #FF7441 100%);
}
.headerTopContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerTopContentDecor {
  display: block;
  height: 42px;
}
.headerTopContentDecor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerTopContentLinks {
  display: flex;
  align-items: center;
  gap: 16px;
}
.headerTopContentTop {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.headerTopContentOffers {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
}
.headerTopContentOffers svg {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}
.headerTopContentOffers:hover svg {
  transform: translateX(4px);
}
.headerMain {
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease-out;
}
.headerMain.scroll {
  top: 0;
}
.headerMainTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.headerMainBottom {
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.headerCatalogButton {
  margin-right: 12px;
  max-width: 180px;
  width: 100%;
  z-index: 1100;
  transition: background-color 0.3s ease;
}
.headerCatalogButton svg {
  transform: rotate(0deg);
  transition: rotate 0.3s ease-out;
}
.headerCatalogButton.active {
  background-color: #F51B35;
}
.headerCatalogButton.active svg {
  transform: rotate(180deg);
}
.headerLinks {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 28px;
}
.headerLink {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease-out;
}
.headerLink:hover {
  color: #D40019;
}
.headerLink:hover svg path {
  fill: #D40019;
}
.headerLink svg path {
  fill: #000000;
  transition: fill 0.3s ease-out;
}
.headerSearch {
  display: flex;
  align-self: center;
  position: relative;
}
.headerSearchResults {
  padding: 20px 0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 28px;
  width: 700px;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.headerSearchResults.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}
.headerSearchResultsList {
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.headerSearchResultsItem {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.headerSearchResultsItem:hover {
  background-color: #FFEFF2;
}
.headerSearchResultsItem img {
  border-radius: 8px;
}
.headerSearchResultsInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #000000;
}
.headerSearchResultsInfo:last-child {
  width: 100px;
  margin-left: auto;
}
.headerSearchResultsLabel {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
.headerSearchResultsArt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #9CA3AF;
}
.headerSearchResultsPrice {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}
.headerSearchResultsPriceOld {
  text-decoration: line-through;
  color: #D40019;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.headerSearchResultsAll {
  width: calc(100% - 40px);
  margin: 0 20px;
  justify-content: center;
}
.headerHelp {
  position: relative;
  cursor: pointer;
}
.headerHelp.active .headerLink {
  color: #D40019;
}
.headerHelp.active .headerLink svg path {
  fill: #D40019;
}
.headerHelpDropdown {
  width: 360px;
  background-color: #ffffff;
  border: 2px solid #D40019;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  padding: 28px 20px;
  position: absolute;
  top: 100%;
  margin-top: 15px;
  right: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.headerHelpDropdown.active {
  opacity: 1;
  pointer-events: all;
}
.headerHelpDropdownItem {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  transition: color 0.3s ease;
  margin-bottom: 28px;
}
.headerHelpDropdownItem:hover {
  color: #F51B35;
}
.headerHelpDropdownLabel {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.headerHelpDropdownIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #D40019;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .headerSearchResults {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .headerLinks {
    gap: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .headerTop .wrapper {
    padding: 0;
  }
  .headerTopContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headerTopContentDecor {
    display: block;
    height: 42px;
  }
  .headerTopContentDecor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .headerTopContentLinks {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .headerTopContentTop {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
  }
  .headerTopContentOffers {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ffffff;
  }
  .headerTopContentOffers svg {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
  }
  .headerTopContentOffers:hover svg {
    transform: translateX(4px);
  }
  .headerMainTop {
    display: none;
  }
  .headerMainBottom {
    flex-wrap: wrap;
  }
  .headerMain.hide {
    top: -100%;
  }
  .headerCatalogButton {
    display: none;
  }
  .headerLinks {
    display: none;
  }
  .headerSearch {
    order: 1;
    margin-top: 8px;
  }
  .headerSearchResults {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .headerTopContentOffers {
    font-size: 0;
  }
  .headerTopContentDecor {
    width: 102px;
  }
  .headerMainBottom {
    padding: 10px 0;
  }
  .headerSearch {
    margin-top: 8px;
  }
  .headerSearchResults {
    padding: 16px 0;
    margin-top: 18px;
  }
  .headerSearchResultsList {
    max-height: 400px;
    margin-bottom: 16px;
  }
  .headerSearchResultsItem {
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
  }
  .headerSearchResultsItem img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-right: 16px;
  }
  .headerSearchResultsInfo {
    width: calc(100% - 100px);
  }
  .headerSearchResultsInfo:last-child {
    width: calc(100% - 100px);
    margin-left: auto;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .headerSearchResultsAll {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}
.socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.socialsLink {
  display: flex;
}
.socialsFooter {
  margin-top: 48px;
}
@media (max-width: 700px) {
  .socialsFooter {
    justify-content: center;
    gap: 15px;
  }
}
.mainNavList {
  display: flex;
  align-items: center;
  gap: 36px;
}
.mainNavLink {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease-out;
}
.mainNavLink:hover {
  color: #D40019;
}
.language {
  display: flex;
  align-items: center;
  gap: 8px;
}
.languageButton {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease-out;
}
.languageButton.active {
  color: #D40019;
}
.languageButton.active:hover {
  color: #D40019;
}
.languageButton:hover {
  color: #FF8C92;
}
.logo {
  display: flex;
}
.logoHeader {
  margin-right: 28px;
  max-width: 176px;
  width: 100%;
}
.logoFooter {
  max-width: 216px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .logoHeader {
    max-width: 100px;
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .logoHeader {
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  .logoHeader {
    max-width: 126px;
  }
}
.search {
  margin-right: 28px;
  max-width: 637px;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  gap: 8px;
  position: relative;
}
.searchInput {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  width: calc(100% - 100px);
}
.searchInput::placeholder {
  color: #7C828B;
}
.searchInput.changed ~ .searchRemove {
  opacity: 1;
  pointer-events: all;
}
.searchInput.changed ~ .searchSubmit {
  opacity: 1;
  pointer-events: all;
}
.searchRemove {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.searchSubmit {
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #D40019;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1200px) {
  .search {
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .search {
    margin-right: 0;
    max-width: 100%;
  }
}
.userNav {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 173px;
  width: 100%;
}
.userNavLink {
  display: flex;
  position: relative;
}
.userNavLink:hover svg path {
  fill: #D40019;
}
.userNavLink svg path {
  fill: #000000;
  transition: fill 0.3s ease-out;
}
.userNavLinkTotal {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease-out;
}
.userNavLinkCart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  cursor: pointer;
}
.userNavLinkCart:hover svg path {
  fill: #D40019;
}
.userNavLinkCart:hover .userNavLinkTotal {
  color: #D40019;
}
.userNavCount {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D40019;
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.userNavCount.active {
  opacity: 1;
}
@media (max-width: 1200px) {
  .userNav {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .userNav {
    justify-content: flex-end;
    max-width: fit-content;
  }
  .userNavLinkTotal {
    display: none;
  }
}
.customSelect {
  position: relative;
}
.customSelectButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid #ECECED;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.customSelectButton.active {
  border: 1px solid #ffffff;
}
.customSelectButton.active .customSelectIcon {
  transform: rotate(180deg);
}
.customSelectHeader {
  font-size: 15px;
  line-height: 24px;
}
.customSelectIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.customSelectBody {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  height: auto;
  overflow-y: auto;
  margin-top: 12px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.customSelectBody.active {
  opacity: 1;
  pointer-events: all;
}
.customSelectBodyItem {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.customSelectBodyItem:hover {
  background-color: #FFEFF2;
}
.customRadio {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  transition: border-color 0.3s ease;
}
.customRadio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #D40019;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}
.customCheckbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  position: relative;
  margin-right: 14px;
  transition: border-color 0.3s ease;
}
.customCheckbox:hover {
  border-color: #F51B35;
}
.customCheckbox::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  background: url('../images/icons/checkbox-marker.svg') no-repeat center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cartNote {
  position: fixed;
  width: 318px;
  top: 140px;
  right: 60px;
  margin-top: 36px;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 20px;
  border: 2px solid #D40019;
  padding: 20px;
  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cartNote.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.cartNoteClose {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  background-color: #D40019;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-out;
}
.cartNoteClose:hover {
  background-color: #F51B35;
}
.cartNoteList {
  margin-bottom: 16px;
}
.cartNoteItem {
  display: flex;
  gap: 16px;
}
.cartNoteItemName {
  width: calc(100% - 86px);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.cartNoteOpen {
  width: 100%;
  justify-content: center;
  font-size: 15px;
}
@media (max-width: 1000px) {
  .cartNote {
    top: 160px;
    right: 30px;
  }
}
@media (max-width: 700px) {
  .cartNote {
    top: 130px;
    right: 20px;
  }
}
.cartModal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.cartModal.active {
  opacity: 1;
  pointer-events: all;
}
.cartModalContent {
  background-color: #ffffff;
  width: 950px;
  height: auto;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  padding: 44px 48px;
  border-radius: 20px;
}
.cartModalRow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}
.cartModalRowBottom {
  justify-content: space-between;
  padding-bottom: 0;
}
.cartModalRowBottom .cartModalClose {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
.cartModalTitle {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
.cartModalCounter {
  position: relative;
}
.cartModalCounter svg {
  width: 40px;
  height: 40px;
}
.cartModalCounter .cartCounter {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D40019;
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.cartModalCounter .cartCounter.active {
  opacity: 1;
}
.cartModalTotal {
  font-size: 15px;
  font-weight: 500;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cartModalTotalItems {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.cartModalTotalItemsTitle {
  color: #8E8E8E;
}
.cartModalTotal span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
}
.cartModalList {
  height: 350px;
  overflow-y: auto;
  margin: 24px 0 48px;
  padding-right: 24px;
}
.cartModalItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #FFEFF2;
}
.cartModalItemLink {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cartModalItemLink img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 8px;
}
.cartModalItemPrice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cartModalItemPriceActive {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
}
.cartModalItemPriceOld {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: #D40019;
  text-decoration: line-through;
}
.cartModalClose {
  margin-left: auto;
  color: #000000;
  transition: color 0.3s ease-out;
}
.cartModalClose svg path {
  fill: #000000;
  transition: fill 0.3s ease-out;
}
.cartModalClose:hover {
  color: #D40019;
}
.cartModalClose:hover svg path {
  fill: #D40019;
}
.cartModalCleanAll {
  margin-left: auto;
  color: #8E8E8E;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease-out;
}
.cartModalCleanAll svg path {
  stroke: #8E8E8E;
  transition: stroke 0.3s ease-out;
}
.cartModalCleanAll:hover {
  color: #D40019;
}
.cartModalCleanAll:hover svg path {
  stroke: #D40019;
}
.cartModalCleanItem svg path {
  stroke: #8E8E8E;
  transition: stroke 0.3s ease-out;
}
.cartModalCleanItem:hover {
  color: #D40019;
}
.cartModalCleanItem:hover svg path {
  stroke: #D40019;
}
.cartModalToCheckout {
  font-size: 17px;
  line-height: 28px;
  padding: 10px 32px;
}
.cartModalEmpty {
  position: relative;
  padding: 230px 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cartModalEmptyClose {
  position: absolute;
  top: 0;
  right: 0;
}
.cartModalEmpty .cartModalCounter svg {
  width: 60px;
  height: 60px;
}
.cartModalEmpty .cartCounter {
  width: 27px;
  height: 27px;
  font-size: 16px;
}
.cartModalEmptyText {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  width: max-content;
}
@media (max-width: 1000px) {
  .cartModalContent {
    width: 100%;
    height: 100vh;
    box-shadow: none;
    padding: 48px 40px;
    border-radius: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F51B35 #FFEFF2;
  }
  .cartModalContent::-webkit-scrollbar {
    width: 8px;
    background: #FFEFF2;
    border: 2px solid #FFEFF2;
  }
  .cartModalContent::-webkit-scrollbar-thumb {
    background: #F51B35;
    border-radius: 8px;
  }
  .cartModalContent::-webkit-scrollbar-track {
    background: #FFEFF2;
  }
  .cartModalRowBottom {
    flex-wrap: wrap;
    gap: 28px;
  }
  .cartModalRowBottom .cartModalClose {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  .cartModalTotal {
    width: 100%;
    order: -1;
    justify-content: space-between;
  }
  .cartModalList {
    height: 630px;
    overflow-y: auto;
    margin: 54px 0;
  }
  .cartModalToCheckout {
    width: 100%;
    justify-content: center;
  }
  .cartModalEmpty {
    padding: 40px;
    height: 100%;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .cartModalContent {
    padding: 28px 15px;
  }
  .cartModalTitle {
    font-size: 22px;
    line-height: 36px;
  }
  .cartModalRowTotalClear {
    flex-wrap: wrap;
    gap: 28px;
  }
  .cartModalRowBottom {
    gap: 24px;
  }
  .cartModalTotalItems {
    width: 100%;
  }
  .cartModalCleanAll {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    justify-content: center;
    padding: 8px;
    color: #000000;
    background-color: #F6F5F5;
    border-radius: 40px;
  }
  .cartModalCleanAll svg path {
    stroke: #000000;
  }
  .cartModalCleanItem {
    order: -1;
  }
  .cartModalList {
    height: 530px;
    margin: 22px 0 42px;
  }
  .cartModalItem {
    flex-wrap: wrap;
    gap: 8px;
  }
  .cartModalItemLink {
    width: calc(100% - 28px);
    order: -2;
  }
  .cartModalItemPrice {
    margin-left: 67px;
    gap: 4px;
  }
  .cartModalItemPriceActive {
    font-size: 16px;
  }
  .cartModalItemPriceOld {
    font-size: 13px;
  }
  .cartModal .counterItem {
    order: 0;
    margin-left: auto;
  }
}
.counterItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  background-color: #F6F5F5;
  border-radius: 40px;
}
.counterItemInput {
  width: 33px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  cursor: default;
  background-color: #F6F5F5;
}
.counterItemButton {
  display: flex;
}
.counterItemButton svg path {
  stroke: #000000;
  transition: stroke 0.3s ease-out;
}
.counterItemButton:hover svg path {
  stroke: #8E8E8E;
}
.counterItemProduct {
  padding: 8px 14px;
}
@media (max-width: 1000px) {
  .counterItem {
    display: none;
  }
  .counterItemProduct {
    display: flex;
    border: 2px solid #D40019;
    background-color: #F6F5F5;
  }
  .counterItemProduct .counterItemInput {
    background-color: #F6F5F5;
  }
}
.main {
  margin-top: 105px;
}
@media (max-width: 1000px) {
  .main {
    margin-top: 113px;
  }
}
@media (max-width: 700px) {
  .main {
    margin-top: 100px;
  }
}
.mainSlider {
  overflow: hidden;
}
.mainSlider img {
  border-radius: 20px;
}
.mainSliderSlider {
  position: relative;
  padding: 28px 0;
}
.mainSliderSlider .swiper-horizontal > .swiper-pagination-bullets,
.mainSliderSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainSliderSlider .swiper-pagination-custom,
.mainSliderSlider .swiper-pagination-fraction {
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 8px;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}
.mainSliderSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mainSliderSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px;
}
.mainSliderSlider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background-color: #FFDAEC;
  position: relative;
}
.mainSliderSlider .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #FFDAEC;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mainSliderSlider .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.mainSliderSlider .swiper-pagination-bullet-active {
  background-color: #D40019;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
.mainSliderSlider .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #D40019;
}
.mainSliderSlider .swiper-pagination-bullet-active::before {
  display: none;
}
.mainSliderSlider .swiper-pagination-bullet-active:hover::before {
  display: none;
}
.mainSliderSlider .swiper-slide-active .mainSliderSlideWrapper {
  transform: scale(1.1);
}
.mainSliderSliderHide {
  overflow: hidden;
}
.mainSliderSliderHide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transform: scale(-1);
  z-index: 2;
  opacity: 50%;
}
.mainSliderSliderHide::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  opacity: 50%;
}
.mainSliderSlide {
  position: relative;
}
.mainSliderSlide picture {
  display: flex;
}
.mainSliderSlideWrapper {
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
.mainSliderContent {
  position: absolute;
  top: 50%;
  left: 72px;
  transform: translate(0, -50%);
  text-align: left;
  max-width: 520px;
  color: #ffffff;
}
.mainSliderHeader {
  font-size: 30px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.mainSliderDescription {
  margin-bottom: 32px;
}
@media (max-width: 1300px) {
  .mainSliderSlider .swiper-slide-active .mainSliderSlideWrapper {
    transform: scale(1.04);
  }
  .mainSliderSlider .swiper-horizontal > .swiper-pagination-bullets,
  .mainSliderSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mainSliderSlider .swiper-pagination-custom,
  .mainSliderSlider .swiper-pagination-fraction {
    bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .mainSliderSlider .swiper-slide-active .mainSliderSlideWrapper {
    transform: scale(1);
  }
}
@media (max-width: 1000px) {
  .mainSliderContent {
    top: 100px;
    left: 42px;
    transform: translate(0);
  }
  .mainSliderHeader {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 12px;
  }
  .mainSliderDescription {
    font-size: 15px;
  }
  .mainSliderSlider .swiper-slide .mainSliderSlideWrapper {
    transform: scale(0.9);
  }
  .mainSliderSlider .swiper-slide.swiper-slide-active .mainSliderSlideWrapper {
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .mainSliderSlider {
    padding: 16px 0;
  }
  .mainSliderSlider .swiper-horizontal > .swiper-pagination-bullets,
  .mainSliderSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mainSliderSlider .swiper-pagination-custom,
  .mainSliderSlider .swiper-pagination-fraction {
    display: none;
  }
  .mainSlider .wrapper {
    padding: 0;
  }
  .mainSlider img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .mainSliderContent {
    width: 50%;
    top: 21px;
    left: 18px;
    transform: translate(0, 0);
    text-align: left;
  }
  .mainSliderHeader {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .mainSliderLink {
    display: none;
  }
  .mainSliderDescription {
    display: none;
  }
}
.homeCates {
  margin: 28px 0;
}
.homeCatesList {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.homeCatesLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  text-align: center;
}
.homeCatesLink:hover .homeCatesImg {
  transform: scale(1.1);
}
.homeCatesTitle {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
.homeCatesImg {
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
@media (max-width: 1000px) {
  .homeCates {
    margin: 28px 0;
  }
  .homeCatesList {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 28px;
  }
  .homeCatesItem {
    width: calc(25% - 41px);
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .homeCates {
    margin: 12px 0 36px;
  }
  .homeCatesList {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .homeCatesList::-webkit-scrollbar {
    display: none;
  }
  .homeCatesItem {
    width: 86px;
    margin-right: 0;
    padding: 8px 8px 15px;
    background-color: #FFF3F5;
    border-radius: 10px;
  }
  .homeCatesLink {
    width: 70px;
  }
  .homeCatesTitle {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
  }
}
.homeInfo {
  padding: 36px 0 30px;
}
.homeInfoContent {
  display: flex;
  gap: 20px;
}
.homeInfoContent .infoblock {
  width: calc(50% - 10px);
}
.homeProducts {
  margin: 72px 0 68px;
  text-align: center;
}
.homeProductsTabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}
.homeProductsTab {
  width: calc(12.5% - 8px);
  text-align: center;
  padding: 10px;
  color: #000000;
  border: 1px solid #ECECED;
  border-radius: 30px;
  background-color: transparent;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.homeProductsTab:hover {
  border: 2px solid #D40019;
}
.homeProductsTab.active {
  color: #D40019;
  border: 2px solid #D40019;
  background-color: #FFE9ED;
}
.homeProductsList {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}
.homeProductsList.active {
  display: flex;
}
.homeProductsListMore {
  margin-top: 56px;
}
.homeProductsListMore:hover svg path {
  fill: #ffffff;
}
.homeProductsListMore svg path {
  fill: #D40019;
}
.homeProductsItem {
  width: calc(16.66% - 17px);
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .homeInfoContent {
    flex-direction: column;
  }
  .homeInfoContent .infoblock {
    width: 100%;
  }
  .homeProducts {
    position: relative;
  }
  .homeProducts::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 133px;
    height: 44px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
  }
  .homeProductsTabs {
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .homeProductsTabs::-webkit-scrollbar {
    display: none;
  }
  .homeProductsTab {
    width: auto;
    padding: 10px 36px;
    white-space: nowrap;
  }
  .homeProductsItem {
    width: calc(33.33% - 17px);
  }
}
@media (max-width: 700px) {
  .homeProducts {
    margin: 52px 0 64px;
  }
  .homeProductsItem {
    width: calc(50% - 10px);
  }
  .homeInfo {
    padding: 26px 0 20px;
  }
}
.infoblock {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.infoblockRed {
  background: #FFDAEC;
}
.infoblockGreen {
  background: #D3F1D8;
}
.infoblockTitle {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}
.infoblockInfo {
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
}
.infoblockLink {
  margin-top: auto;
  width: fit-content;
}
.infoblockIcon {
  margin-right: 42px;
  margin-top: 40px;
}
@media (max-width: 700px) {
  .infoblock {
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    height: 219px;
  }
  .infoblockTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .infoblockInfo {
    padding: 24px;
    gap: 20px;
  }
  .infoblockLink {
    margin-top: auto;
    width: fit-content;
  }
  .infoblockIcon {
    margin-right: -20px;
    margin-left: auto;
    margin-top: -50px;
    width: 130px;
  }
}
.sliderProducts {
  overflow: hidden;
  position: relative;
  padding: 0 16px;
  margin-top: 40px;
  padding-bottom: 56px;
  text-align: center;
}
.sliderProductsHeader {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 42px;
}
.sliderProductsHeaderInfo {
  text-align: left;
}
.sliderProductsHeaderInfo .sliderProductsTitle {
  margin-bottom: 4px;
}
.sliderProductsNavigation {
  position: absolute;
  right: 0;
  top: 4px;
  display: flex;
  gap: 8px;
  z-index: 1;
}
.sliderProductsButton {
  cursor: pointer;
  display: flex;
  padding: 8px;
  border-radius: 50%;
  background-color: #FFEFF2;
  border: 2px solid #FFEFF2;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
.sliderProductsButton svg path {
  fill: #D40019;
  transition: fill 0.3s ease-out;
}
.sliderProductsButton:hover {
  background-color: #ffffff;
  border: 2px solid #D40019;
}
.sliderProductsButton:active {
  background-color: #D40019;
  border: 2px solid #D40019;
}
.sliderProductsButton:active svg path {
  fill: #ffffff;
}
.sliderProductsLink {
  margin-top: 56px;
}
.sliderProductsPink {
  background-color: #FFDAEC;
  padding: 48px 0;
  margin-bottom: 72px;
}
.sliderProductsPink .sliderProducts {
  margin: 0;
  padding: 0;
}
.sliderProductsRelated {
  padding-bottom: 0;
  margin: 34px 0 10px;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  .sliderProducts {
    padding: 0 6px;
    padding-bottom: 20px;
    margin-top: 24px;
  }
  .sliderProductsSubtitle {
    display: none;
  }
  .sliderProductsPink {
    margin-bottom: 48px;
  }
  .sliderProductsTitle {
    font-size: 20px;
    line-height: 36px;
  }
  .sliderProductsHeader {
    margin-bottom: 28px;
  }
  .sliderProductsHeader img {
    width: 36px;
    height: 36px;
    object-fit: cover;
  }
  .sliderProductsButton {
    padding: 2px;
  }
  .sliderProductsLink {
    margin-top: 32px;
  }
}
.productCard {
  display: block;
  color: #000000;
  position: relative;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease-out;
}
.productCard:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.17);
}
.productCardNoStock .productCardImg {
  filter: grayscale(100%);
}
.productCardNoStock .productCardLabel {
  filter: grayscale(100%);
}
.productCardNoStock .productCardAddCart {
  display: none;
}
.productCardImg {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.productCardLabel {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background-color: #FFC7CA;
  color: #D40019;
  padding: 4px 8px;
  border-radius: 30px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.productCardLabelDisabled {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8E8E8E;
  color: #ffffff;
  padding: 4px;
  border-radius: 30px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.productCardLabelSave {
  position: absolute;
  width: calc(100% - 8px);
  text-align: center;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D40019;
  color: #ffffff;
  padding: 4px;
  border-radius: 30px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.productCardTitle {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin: 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.productCardRating {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.productCardRatingValue {
  font-weight: 500;
  font-size: 15px;
  color: #9CA3AF;
  padding-left: 8px;
}
.productCardBottom {
  display: flex;
  justify-content: space-between;
}
.productCardBottomLeft {
  text-align: left;
}
.productCardPrice {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-right: 8px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.productCardPriceOld {
  font-weight: 500;
  line-height: 24px;
  font-size: 15px;
  color: #D40019;
  text-decoration: line-through;
}
.productCardPriceSave {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  background-color: #D40019;
  padding: 4px;
  border-radius: 4px;
  margin-top: 4px;
}
.productCardAddCart {
  color: #D40019;
  font-size: 0;
  display: flex;
  align-items: center;
  transition: font-size 0.3s ease-out;
}
.productCardAddCart svg path {
  fill: #D40019;
  transition: fill 0.3s ease-out;
}
.productCardAddCart:hover {
  font-size: 16px;
}
.productCardAddCart:active {
  font-size: 16px;
  color: #F51B35;
}
.productCardAddCart:active svg path {
  fill: #F51B35;
}
.productCardStickers {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.productCardSticker {
  display: flex;
}
.productCardWish {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}
.productCardWish svg {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.productCardWish svg path {
  fill: #9CA3AF;
  transition: fill 0.3s ease-out;
}
.productCardWish:hover {
  background-color: #D40019;
}
.productCardWish:hover svg path {
  fill: #ffffff;
}
.productCardWish.active {
  background-color: transparent;
  background-image: url('../images/icons/wish-active.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.productCardWish.active svg {
  opacity: 0;
}
.productCardCheckout {
  border: 2px solid #E3E3E3;
  height: 100%;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.productCardCheckout:hover {
  border-color: #D40019;
}
.productCardCheckout.active {
  border-color: #D40019;
}
.productCardCheckout .productCardTitle {
  margin: auto 0;
}
.productCardCheckout .productCardBottom {
  padding-top: 0;
}
.productCardCheckoutNoSelect .productCardTitle {
  text-align: center;
}
@media (max-width: 1500px) {
  .productCardCheckout .productCardBottomLeft {
    width: 100%;
  }
  .productCardCheckout .productCardPrice {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .productCardCheckout .productCardPriceSave {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .productCardCheckout .productCardPriceSave {
    position: relative;
    top: unset;
    right: unset;
    transform: translate(0, 0);
  }
}
@media (max-width: 700px) {
  .productCard {
    padding: 8px;
  }
  .productCardLabel {
    font-size: 9px;
    line-height: 12px;
  }
  .productCardLabelSave {
    bottom: 4px;
  }
  .productCardTitle {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 8px;
  }
  .productCardRating {
    margin-bottom: 8px;
  }
  .productCardPrice {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 0;
    flex-direction: column-reverse;
    gap: 0;
    align-items: flex-start;
  }
  .productCardPriceOld {
    font-size: 12px;
    line-height: 13px;
  }
  .productCardStickers {
    top: 16px;
    left: 16px;
    gap: 4px;
  }
  .productCardWish {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .productCardSticker img {
    width: 24px;
    height: 24px;
  }
  .productCardAddCart {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 400px) {
  .productCardBottom {
    position: relative;
    padding-top: 0;
  }
  .productCardPriceSave {
    position: absolute;
    top: calc(100% - 24px);
    right: 50%;
    transform: translate(50%, 0);
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.saleBanner {
  position: relative;
  margin-bottom: 68px;
}
.saleBannerImg {
  font-size: 0;
  line-height: 0;
}
.saleBanner img {
  border-radius: 20px;
}
.saleBannerText {
  position: absolute;
  top: 50%;
  left: 72px;
  transform: translate(0, -50%);
  text-align: left;
  color: #ffffff;
  max-width: 500px;
}
.saleBannerTitle {
  font-size: 44px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
}
.saleBannerTitleDouble {
  font-size: 56px;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  font-weight: 900;
  margin-bottom: 20px;
}
.saleBannerTitleDouble::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: -6px;
  width: 100%;
  height: 100%;
  font-size: 56px;
  font-weight: 900;
  color: #E95D00;
  z-index: -1;
  text-transform: uppercase;
}
.saleBannerDescription {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 36px;
}
.saleBannerAbout .saleBannerText {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 670px;
}
.saleBannerAbout .saleBannerTitleDouble {
  font-size: 38px;
  line-height: 54px;
  font-weight: 900;
  margin-bottom: 32px;
  text-align: center;
}
.saleBannerAbout .saleBannerTitleDouble::after {
  display: none;
}
.saleBannerAbout .saleBannerDescription {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .saleBannerAbout .saleBannerText {
    max-width: 490px;
  }
}
@media (max-width: 1000px) {
  .saleBannerText {
    top: 48px;
    left: 42px;
    transform: translate(0);
  }
  .saleBannerAbout .saleBannerText {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 700px) {
  .saleBanner img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .saleBannerText {
    padding: 0 20px;
    top: 48px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
  }
  .saleBannerDescription {
    display: none;
  }
  .saleBannerTitle {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .saleBannerTitleDouble {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .saleBannerTitleDouble::after {
    font-size: 40px;
    line-height: 48px;
  }
  .saleBannerAbout .saleBannerDescription {
    display: block;
  }
  .saleBannerAbout img {
    height: auto;
    object-fit: unset;
  }
}
.subscription {
  margin-bottom: 68px;
}
.subscriptionContent {
  background-color: #D3F1D8;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.subscriptionText {
  padding: 72px;
  width: calc(100% - 662px);
}
.subscriptionTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 24px;
}
.subscriptionDesc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 36px;
}
.subscriptionImage {
  max-width: 590px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  margin-right: 72px;
  display: flex;
}
.subscriptionImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscriptionSuccess {
  position: absolute;
  top: 0;
  left: 0;
  padding: 72px;
  max-width: 635px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  background-color: #D3F1D8;
}
.subscriptionSuccess img {
  margin-bottom: 24px;
}
.subscriptionSuccess.active {
  opacity: 1;
  pointer-events: auto;
}
.subscriptionForm {
  position: relative;
  padding: 14px 24px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-self: center;
}
.subscriptionForm.error {
  border: 2px solid #D40019;
}
.subscriptionForm.error .subscriptionButton {
  background-color: #FF8C92;
  padding: 16px 24px;
  top: -2px;
  right: -2px;
  cursor: not-allowed;
}
.subscriptionForm.error .subscriptionButton:hover {
  background-color: #FF8C92;
}
.subscriptionForm.error .subscriptionErrorMessage {
  opacity: 1;
}
.subscriptionInput {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 100%;
}
.subscriptionInput::placeholder {
  color: #7C828B;
  font-weight: 500;
}
.subscriptionButton {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 24px;
}
.subscriptionErrorMessage {
  position: absolute;
  top: 100%;
  left: 24px;
  margin-top: 12px;
  font-size: 15px;
  color: #D40019;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1275px) {
  .subscriptionContent {
    padding: 72px 115px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 72px;
    text-align: center;
  }
  .subscriptionText {
    padding: 0;
    width: 100%;
  }
  .subscriptionImage {
    height: auto;
    max-width: 100%;
    margin-right: 0;
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  .subscriptionSuccess {
    max-width: 100%;
    height: 355px;
  }
}
@media (max-width: 700px) {
  .subscription {
    margin-bottom: 48px;
  }
  .subscriptionContent {
    padding: 0;
  }
  .subscriptionText {
    padding: 58px 10px;
  }
  .subscriptionImage {
    height: auto;
    width: 100%;
    margin-right: 0;
    display: flex;
  }
  .subscriptionSuccess {
    max-width: 100%;
    height: 355px;
  }
  .subscriptionTitle {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 58px;
  }
  .subscriptionDesc {
    display: none;
  }
  .subscriptionForm.error {
    border: 2px solid #D40019;
  }
  .subscriptionForm.error .subscriptionButton {
    background-color: #FF8C92;
    padding: 16px 24px;
    top: -2px;
    right: -2px;
    cursor: not-allowed;
  }
  .subscriptionForm.error .subscriptionButton:hover {
    background-color: #FF8C92;
  }
  .subscriptionForm.error .subscriptionErrorMessage {
    opacity: 1;
  }
  .subscriptionInput {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    width: 100%;
  }
  .subscriptionInput::placeholder {
    color: #7C828B;
    font-weight: 500;
  }
  .subscriptionButton {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 16px;
    padding: 14px 24px;
    width: 100%;
    justify-content: center;
  }
}
.dialCode {
  font-size: 15px;
  font-weight: 600;
  margin-right: 12px;
}
.features {
  margin-bottom: 68px;
}
.featuresList {
  display: flex;
  gap: 16px;
}
.featuresItem {
  width: calc(25% - 12px);
  border-radius: 20px;
  background-color: #ffffff;
  border: 2px solid #FFD7D9;
  padding: 48px 32px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px transparent;
  transition: box-shadow 0.3s ease-out;
}
.featuresItem:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}
.featuresIcon {
  margin-bottom: 32px;
}
.featuresTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}
.featuresText {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 32px;
}
.featuresLink {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #D40019;
  transition: color 0.3s ease-out;
}
.featuresLink svg {
  transition: transform 0.3s ease-out;
  transform: translateX(0);
}
.featuresLink svg path {
  fill: #D40019;
  transition: fill 0.3s ease-out;
}
.featuresLink:hover {
  color: #F51B35;
}
.featuresLink:hover svg {
  transform: translateX(5px);
}
.featuresLink:hover svg path {
  fill: #F51B35;
}
.featuresPhone {
  font-weight: 700;
  color: #D40019;
  transition: color 0.3s ease-out;
}
.featuresPhone:hover {
  color: #F51B35;
}
@media (max-width: 1000px) {
  .featuresList {
    flex-direction: column;
  }
  .featuresItem {
    width: 100%;
  }
  .featuresIcon {
    margin-bottom: 32px;
  }
  .featuresTitle {
    font-size: 18px;
  }
}
.footer {
  padding: 48px 0 60px;
}
.footerContent {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
.footerInfo {
  width: calc(25% - 12px);
}
.footerCatalog {
  width: calc(25% - 12px);
}
.footerCatalogItem {
  margin-bottom: 16px;
}
.footerCatalogLink {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease-out;
}
.footerCatalogLink:hover {
  color: #D40019;
}
.footerContacts {
  width: calc(25% - 12px);
}
.footerContactsItem {
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
}
.footerContactsLabel {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease-out;
}
.footerContactsLabel:hover {
  color: #D40019;
}
.footerText {
  margin-bottom: 69px;
}
.footerPayments {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footerTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.footerSocials {
  margin-top: 118px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.footerSocialsLink {
  box-shadow: 0 4px 14px transparent;
  transition: box-shadow 0.3s ease-out;
}
.footerSocialsLink:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1000px) {
  .footer {
    padding: 56px 0;
    overflow: hidden;
  }
  .footerContent {
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 50px;
  }
  .footerInfo {
    width: 100%;
    order: -2;
    text-align: center;
    padding-bottom: 52px;
    margin-bottom: 56px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerInfo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 5000px;
    height: 1px;
    background-color: #FFD7D9;
  }
  .footerCatalog {
    width: calc(50% - 20px);
    order: 1;
    padding-left: 64px;
    text-align: center;
  }
  .footerCatalogItem {
    margin-bottom: 16px;
  }
  .footerCatalogLink {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease-out;
  }
  .footerCatalogLink:hover {
    color: #D40019;
  }
  .footerContacts {
    width: 100%;
    order: -1;
    padding: 0 150px 52px;
    margin-bottom: 56px;
    position: relative;
    text-align: center;
  }
  .footerContacts::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 5000px;
    height: 1px;
    background-color: #FFD7D9;
  }
  .footerContacts .footerTitle {
    display: none;
  }
  .footerContactsItem {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .footerContactsLabel {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease-out;
  }
  .footerContactsLabel:hover {
    color: #D40019;
  }
  .footerText {
    margin-bottom: 69px;
  }
  .footerPayments {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footerTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .footer {
    padding: 42px 0;
  }
  .footerContent {
    padding-bottom: 28px;
  }
  .footerInfo {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .footerText {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 42px;
  }
  .footerPayments {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerContacts {
    padding: 0 20px 48px;
    margin-bottom: 48px;
  }
  .footerContactsLabel {
    font-size: 14px;
  }
  .footerContacts .footerTitle {
    display: none;
  }
  .footerCatalog {
    width: 100%;
    order: 1;
    padding-left: 0;
    text-align: center;
  }
  .footerCatalogLink {
    font-size: 14px;
    line-height: 24px;
  }
}
.footerNav {
  width: calc(25% - 12px);
}
.footerNavItem {
  margin-bottom: 16px;
}
.footerNavLink {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease-out;
}
.footerNavLink:hover {
  color: #D40019;
}
@media (max-width: 1000px) {
  .footerNav {
    width: calc(50% - 20px);
    order: 1;
    padding-right: 64px;
    text-align: center;
  }
  .footerNavItem {
    margin-bottom: 16px;
  }
  .footerNavLink {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease-out;
  }
  .footerNavLink:hover {
    color: #D40019;
  }
}
@media (max-width: 700px) {
  .footerNav {
    width: 100%;
    order: 2;
    padding-right: 0;
    margin-top: 36px;
  }
  .footerNavLink {
    font-size: 14px;
  }
}
.bottomMenu {
  display: none;
}
@media (max-width: 1000px) {
  .bottomMenu {
    display: block;
    position: fixed;
    width: calc(100% - 10px);
    margin: 0 5px;
    z-index: 100;
    bottom: 5px;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.15);
    padding: 12px 24px;
    transition: opacity 0.3s ease-out;
  }
  .bottomMenu.scroll {
    opacity: 1;
  }
  .bottomMenuProduct {
    opacity: 0;
    pointer-events: none;
  }
  .bottomMenuNavList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .bottomMenuNavLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    gap: 4px;
    text-transform: uppercase;
  }
  .bottomMenuNavIcon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .bottomMenu {
    padding: 8px 5px;
    border-radius: 10px;
  }
  .bottomMenuNavLink {
    font-size: 10px;
    gap: 2px;
  }
  .bottomMenuNavIcon {
    width: 24px;
    height: 24px;
  }
}
.siteMenu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.siteMenu.active {
  opacity: 1;
  pointer-events: all;
}
.siteMenu.active .catalogMenuButton {
  display: flex;
}
.siteMenuContent {
  background-color: #ffffff;
  width: 360px;
  height: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  padding: 24px 15px 0;
  margin-bottom: 48px;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: -100%;
  transition: left 0.6s ease;
  scrollbar-width: thin;
  scrollbar-color: #F51B35 #FFEFF2;
}
.siteMenuContent.active {
  left: 0;
}
.siteMenuContent::-webkit-scrollbar {
  width: 8px;
  background: #FFEFF2;
  border: 2px solid #FFEFF2;
}
.siteMenuContent::-webkit-scrollbar-thumb {
  background: #F51B35;
  border-radius: 8px;
}
.siteMenuContent::-webkit-scrollbar-track {
  background: #FFEFF2;
}
.siteMenuTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.siteMenuClose {
  display: flex;
}
.siteMenuClose svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}
.siteMenuClose:hover svg path {
  fill: #D40019;
}
.siteMenuCatalog {
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 12px;
}
.siteMenuLanguage {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #F6F5F5;
  border-radius: 30px;
  padding: 4px;
  margin-bottom: 40px;
}
.siteMenuLanguageButton {
  width: calc(50% - 2px);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px;
}
.siteMenuLanguageButton.active {
  background-color: #ffffff;
  border-radius: 30px;
}
.siteMenuUserNav {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}
.siteMenuUserNavLink {
  gap: 12px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease;
}
.siteMenuUserNavLink:hover {
  color: #D40019;
}
.siteMenuUserNavCount {
  right: unset;
  left: 12px;
}
.siteMenuMainNav {
  padding: 28px 0;
  margin-bottom: 28px;
  border-top: 1px solid #FFEFF2;
  border-bottom: 1px solid #FFEFF2;
}
.siteMenuMainNavList {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.siteMenuMainNavLink {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.siteMenuContacts {
  margin-bottom: 48px;
}
.siteMenuContactsItem {
  margin-bottom: 24px;
  display: block;
  color: #000000;
  transition: color 0.3s ease;
}
.siteMenuContactsItem svg {
  margin-bottom: 12px;
}
.siteMenuContactsItem:hover {
  color: #D40019;
}
.siteMenuOpen {
  margin-right: 28px;
}
.siteMenuOpen span {
  display: flex;
}
@media (max-width: 1200px) {
  .siteMenuOpen {
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .siteMenuContent {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .siteMenuOpen {
    margin-right: 16px;
  }
}
.catalogMenu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.catalogMenu.active {
  opacity: 1;
  pointer-events: all;
}
.catalogMenu.active .catalogMenuButton {
  display: flex;
}
.catalogMenuContent {
  position: relative;
  margin-top: 146px;
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 0 4px 14px 0 transparent;
  transition: margin-top 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
}
.catalogMenuContentTitle {
  display: none;
}
.catalogMenuContent.scroll {
  margin-top: 104px;
}
.catalogMenuContent.active {
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.catalogMenuList {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  padding: 28px 16px 28px 0;
  max-width: 346px;
  width: 100%;
  height: 600px;
  transition: border-radius 0.3s ease, box-shadow 0.3s ease;
}
.catalogMenuList.active {
  border-radius: 20px 0 0 20px;
  box-shadow: 0 4px 14px transparent;
}
.catalogMenuItem {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 24px;
  background-color: #ffffff;
  border-radius: 0 40px 40px 0;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.catalogMenuItem:hover {
  background-color: #FFEFF2;
}
.catalogMenuLink {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.catalogMenuLinkArrow {
  display: flex;
  margin-left: auto;
  fill: #000000;
}
.catalogMenuInside {
  position: absolute;
  left: 346px;
  top: 0;
  padding: 28px 28px 28px 48px;
  overflow: hidden;
  max-width: calc(100% - 346px);
  height: 600px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: #F51B35 #FFEFF2;
}
@media (max-width: 1350px) {
  .catalogMenuInside {
    padding: 28px 28px 28px 22px;
  }
}
.catalogMenuInsideWrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 0;
}
.catalogMenuInside.active {
  opacity: 1;
  pointer-events: all;
}
.catalogMenuInside::-webkit-scrollbar {
  width: 8px;
  background: #FFEFF2;
  border: 2px solid #FFEFF2;
}
.catalogMenuInside::-webkit-scrollbar-thumb {
  background: #F51B35;
  border-radius: 8px;
}
.catalogMenuInside::-webkit-scrollbar-track {
  background: #FFEFF2;
}
.catalogMenuInsideTitle {
  display: none;
}
.catalogMenuInsideItem {
  width: calc(33.33% - 30px);
  margin-right: 30px;
}
.catalogMenuInsideItem:nth-child(5n) {
  margin-right: 0;
}
.catalogMenuInsideItemFirst {
  margin-top: 60px;
  margin-right: 30px;
}
.catalogMenuInsideItemFirst:nth-child(5n) {
  margin-right: 30px;
}
.catalogMenuInsideItemTitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 16px;
  display: inline-block;
  color: #000000;
  transition: color 0.3s ease;
}
.catalogMenuInsideItemTitle:hover {
  color: #F51B35;
}
.catalogMenuInsideLinkAll {
  position: absolute;
  top: 16px;
  left: 24px;
  display: flex;
  align-items: center;
  padding: 12px 48px 12px 24px;
  background-color: #ffffff;
  gap: 8px;
  color: #D40019;
  transition: color 0.3s ease;
}
@media (max-width: 1450px) {
  .catalogMenuInsideLinkAll {
    padding: 12px 16px 12px 24px;
  }
}
@media (max-width: 1350px) {
  .catalogMenuInsideLinkAll {
    padding: 12px 14px 12px 14px;
    left: 6px;
  }
}
.catalogMenuInsideLinkAllIcon {
  display: flex;
  transform: translate(0, 0);
  transition: transform 0.3s ease;
}
.catalogMenuInsideLinkAll:hover {
  color: #F51B35;
}
.catalogMenuInsideLinkAll:hover .catalogMenuInsideLinkAllIcon {
  transform: translate(3px, 0);
}
.catalogMenuInsideChildItem {
  padding-bottom: 12px;
}
.catalogMenuInsideChildLink {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.catalogMenuInsideChildLinkIcon {
  display: flex;
  transform: translate(0, 0);
  transition: transform 0.3s ease;
}
.catalogMenuInsideChildLinkIcon path {
  stroke: #000000;
  transition: stroke 0.3s ease;
}
.catalogMenuInsideChildLink:hover {
  color: #F51B35;
}
.catalogMenuInsideChildLink:hover .catalogMenuInsideChildLinkIcon {
  transform: translate(3px, 0);
}
.catalogMenuInsideChildLink:hover .catalogMenuInsideChildLinkIcon path {
  stroke: #F51B35;
}
@media (max-width: 1550px) {
  .catalogMenuInsideItem {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 1300px) {
  .catalogMenuList {
    max-width: 280px;
  }
  .catalogMenuInside {
    max-width: calc(100% - 286px);
    left: 280px;
  }
}
@media (max-width: 1200px) {
  .catalogMenu .wrapper {
    padding: 0;
  }
  .catalogMenuList {
    max-width: 100%;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    padding: 42px 20px;
    padding-right: 5px;
  }
  .catalogMenuInside {
    max-width: 100%;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 72px;
    padding-right: 5px;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    padding-bottom: 100px;
  }
  .catalogMenuInsideWrapper {
    gap: 0;
  }
  .catalogMenuInsideItem {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFEFF2;
    margin-right: 0;
  }
  .catalogMenuInsideItemFirst {
    margin-top: 0;
  }
  .catalogMenuInsideLinkAll {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 32px;
    padding: 0;
    background-color: transparent;
  }
  .catalogMenuItem {
    padding: 4px 0;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .catalogMenuContent {
    flex-direction: column;
    margin-top: 0;
  }
  .catalogMenuContent.scroll {
    margin-top: 0;
  }
  .catalogMenuContentTitle {
    width: 100%;
    background-color: #D40019;
    padding: 20px 24px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .catalogMenuContentTitleIcon {
    display: flex;
  }
  .catalogMenuClose {
    margin-left: auto;
    display: flex;
  }
  .catalogMenu.active .catalogMenuButton {
    display: none;
  }
}
@media (max-width: 1200px) {
  .catalogMenuItem:hover {
    background-color: #ffffff;
  }
  .catalogMenuLinkArrow {
    margin-right: 20px;
  }
}
.innerPage {
  padding: 68px 0;
}
.innerPageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.innerPageTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 1000px) {
  .innerPage {
    padding: 48px 0;
  }
  .innerPageHeader {
    margin-bottom: 48px;
    flex-direction: column-reverse;
    gap: 28px;
  }
  .innerPageHeaderRow {
    flex-direction: row;
  }
}
@media (max-width: 700px) {
  .innerPage {
    padding: 28px 0;
  }
  .innerPageHeader {
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 26px;
  }
  .innerPageHeaderRow {
    flex-direction: column-reverse;
  }
  .innerPageTitle {
    font-size: 26px;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbsSep {
  display: flex;
}
.breadcrumbsItem:first-child .breadcrumbsLink svg path {
  stroke: #000000;
  transition: stroke 0.3s ease;
}
.breadcrumbsItem:first-child .breadcrumbsLink svg:hover path {
  stroke: #F51B35;
}
.breadcrumbsLink {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
  display: flex;
}
.breadcrumbsLinkLast {
  color: #D40019;
  cursor: default;
}
.policy {
  padding: 80px 100px;
  border-radius: 20px;
  border: 2px solid #FFD7D9;
  margin-bottom: 68px;
}
.policy p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
.policy h3 {
  margin: 30px 0 28px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.policy h4 {
  line-height: 28px;
  font-weight: 700;
  margin: 28px 0;
}
.policy ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}
.policy ol {
  margin-left: 20px;
}
.policy ol li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}
.policy a {
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  color: #000000;
}
.policyReturn {
  display: flex;
  gap: 58px;
  margin-bottom: 58px;
}
.policyReturnDesc {
  width: calc(50% - 29px);
}
.policyReturnDesc p {
  margin-bottom: 0;
}
.policyReturnImage {
  width: calc(50% - 29px);
}
.policyReturnImage img {
  border-radius: 20px;
}
.policyReturnTitle {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
  background-color: #D40019;
  color: #ffffff;
  display: block;
  padding: 2px 16px;
  border-radius: 4px;
}
.policyReturnList {
  margin-left: 20px;
  margin-bottom: 58px;
}
.policyReturnList li {
  list-style: disc;
  margin-bottom: 0 !important;
}
@media (max-width: 1000px) {
  .policy {
    padding: 42px;
  }
  .policyReturn {
    flex-direction: column;
  }
  .policyReturnDesc {
    width: 100%;
  }
  .policyReturnImage {
    width: 100%;
    order: -1;
  }
  .policyReturnImage img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .policy {
    padding: 28px 24px;
  }
}
.errorPage {
  background-color: #FFEFF2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 263px 0;
  min-height: 70vh;
}
.errorPageImage {
  position: relative;
  margin-bottom: 58px;
  pointer-events: none;
  width: 381px;
  height: 158px;
}
.errorPageImageBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
  animation: moveBack 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}
.errorPageImageFront {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
  animation: moveFront 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}
.errorPageTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 28px;
}
.errorPage p {
  padding-bottom: 20px;
}
.errorPageButton {
  margin-top: 28px;
}
@media (max-width: 700px) {
  .errorPage {
    padding: 142px 0;
    min-height: 50vh;
  }
  .errorPageImage {
    margin-bottom: 48px;
    width: 260px;
    height: 104px;
  }
  .errorPageTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@keyframes moveFront {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  80% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveBack {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  80% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.catalog {
  padding: 68px 0;
}
.catalogChilds {
  margin-bottom: 48px;
}
.catalogChildsList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.catalogChildsAll {
  display: none;
}
.catalogContent {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 48px;
}
.catalogFilters {
  width: 302px;
}
.catalogBlock {
  width: calc(100% - 330px);
  margin-bottom: 48px;
}
.catalogBlockFilters {
  display: flex;
  display: none;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.catalogBlockFiltersItem {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #D40019;
  padding: 8px 40px;
  border-radius: 80px;
  border: 2px solid #D40019;
  background-color: #FFEFF2;
}
.catalogBlockFiltersItemRemove {
  display: flex;
}
.catalogBlockFiltersItemRemove svg {
  width: 20px;
  height: 20px;
}
.catalogBlockFiltersItemRemove svg path {
  fill: #D40019;
  transition: fill 0.3s ease;
}
.catalogBlockFiltersItemRemove:hover svg path {
  fill: #F51B35;
}
.catalogList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
.catalogListEmpty {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  color: #9CA3AF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 250px 0;
}
.catalogListEmpty.active {
  display: flex;
}
.catalogItem {
  width: calc(20% - 16px);
}
@media (max-width: 1400px) {
  .catalogItem {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1200px) {
  .catalogItem {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 1000px) {
  .catalog {
    padding: 48px 0;
  }
  .catalogChilds {
    margin-bottom: 40px;
    position: relative;
  }
  .catalogChildsList {
    max-height: 124px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 70px;
    transition: max-height 0.5s ease;
  }
  .catalogChildsList::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }
  .catalogChildsList.active {
    max-height: 1000px;
    overflow: visible;
    margin-bottom: 0;
  }
  .catalogChildsList.active::before {
    opacity: 0;
  }
  .catalogChildsAll {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    color: #000000;
    position: absolute;
    bottom: -60px;
    z-index: 10;
  }
  .catalogChildsAll:hover svg path {
    fill: #ffffff;
  }
  .catalogChildsAllIcon {
    display: flex;
  }
  .catalogContent {
    padding-top: 32px;
  }
  .catalogFilters {
    width: 100%;
  }
  .catalogBlock {
    width: 100%;
    margin-bottom: 58px;
  }
  .catalogItem {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 700px) {
  .catalog {
    padding: 20px 0;
  }
  .catalog .breadcrumbs {
    display: none;
  }
  .catalogContent {
    padding-top: 36px;
  }
  .catalogTop {
    margin-bottom: 16px;
  }
  .catalogChildsList {
    max-height: 0;
    margin-bottom: 0;
  }
  .catalogChildsList.active {
    padding-top: 20px;
  }
  .catalogChildsButton {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px 32px;
  }
  .catalogBlock {
    margin-bottom: 32px;
  }
  .catalogBlockFilters {
    margin-bottom: 32px;
  }
  .catalogList {
    margin-bottom: 32px;
  }
  .catalogListEmpty {
    padding: 150px 0;
  }
  .catalogItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 340px) {
  .catalogItem {
    width: 100%;
  }
}
.filtersCate {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ECECED;
}
.filtersCate.active .filtersCateArrow {
  transform: rotate(180deg);
}
.filtersCate.active .filtersCateChild {
  padding: 12px 0;
  pointer-events: all;
  opacity: 1;
  height: auto;
}
.filtersCateHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  cursor: pointer;
}
.filtersCateName {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.filtersCateArrow {
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.filtersCateChild {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.filtersCateChildItem {
  margin-bottom: 20px;
}
.filtersCateChildItem:last-child {
  margin-bottom: 0;
}
.filtersCateChildButton {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  transition: color 0.3s ease;
}
.filtersCateChildButton:hover {
  color: #F51B35;
}
.filtersPrice {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ECECED;
}
.filtersPrice.active .filtersPriceRange {
  opacity: 1;
  height: auto;
  pointer-events: all;
  margin-top: 16px;
}
.filtersPrice.active .filtersPriceArrow {
  transform: rotate(180deg);
}
.filtersPriceHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  cursor: pointer;
}
.filtersPriceName {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.filtersPriceArrow {
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.filtersPriceRange {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.filtersOnStock {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.filtersOnStock label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
}
.filtersOnStock .switch {
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.filtersApply {
  width: 100%;
  justify-content: center;
  padding: 14px;
  margin: 36px 0 12px;
}
.filtersReset {
  width: 100%;
  justify-content: center;
}
.filtersTop {
  display: none;
}
@media (max-width: 1000px) {
  .filters {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: #ffffff;
    top: 0;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    scrollbar-width: thin;
    scrollbar-color: #F51B35 #FFEFF2;
    transition: opacity 0.3s ease;
  }
  .filters::-webkit-scrollbar {
    width: 8px;
    background: #FFEFF2;
    border: 2px solid #FFEFF2;
  }
  .filters::-webkit-scrollbar-thumb {
    background: #F51B35;
    border-radius: 8px;
  }
  .filters::-webkit-scrollbar-track {
    background: #FFEFF2;
  }
  .filters.active {
    opacity: 1;
    pointer-events: all;
  }
  .filtersItem {
    padding: 0 24px;
  }
  .filtersButtons {
    padding: 0 24px;
  }
  .filtersCate {
    margin-top: 32px;
  }
  .filtersCateHeader {
    padding: 0;
  }
  .filtersCateChild {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .filtersCateChildItem {
    margin-bottom: 20px;
  }
  .filtersCateChildItem:last-child {
    margin-bottom: 0;
  }
  .filtersCateChildButton {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    transition: color 0.3s ease;
  }
  .filtersCateChildButton:hover {
    color: #F51B35;
  }
  .filtersPrice {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ECECED;
  }
  .filtersPrice.active .filtersPriceRange {
    opacity: 1;
    height: auto;
    pointer-events: all;
    margin-top: 16px;
  }
  .filtersPrice.active .filtersPriceArrow {
    transform: rotate(180deg);
  }
  .filtersPriceHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    cursor: pointer;
  }
  .filtersPriceName {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  .filtersPriceArrow {
    margin-left: auto;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .filtersPriceRange {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .filtersOnStock {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .filtersOnStock label {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
  }
  .filtersOnStock .switch {
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
  }
  .filtersApply {
    width: 100%;
    justify-content: center;
    padding: 14px;
    margin: 36px 0 12px;
  }
  .filtersReset {
    width: 100%;
    justify-content: center;
  }
  .filtersTop {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #D40019;
    padding: 20px 24px;
  }
  .filtersTopTitle {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
  }
  .filtersClose {
    display: flex;
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  .filtersItem {
    padding: 0 20px;
  }
  .filtersButtons {
    padding: 0 20px;
  }
}
.rangeInputs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.rangeInputs span {
  color: #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.rangeInput {
  flex: 1;
}
.rangeInput input {
  width: 100%;
  padding: 10px;
  border: 1px solid #E3E3E3;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
  background: #ffffff;
  appearance: none;
  -moz-appearance: none;
}
.rangeSlider {
  position: relative;
  height: 4px;
  padding: 20px 0;
}
.rangeTrack {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #FFEFF2;
  border-radius: 3px;
}
.rangeProgress {
  position: absolute;
  height: 4px;
  background: #D40019;
  left: 0%;
  right: 50%;
}
.rangeThumb {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #D40019;
  border-radius: 50%;
  top: 55%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.rangeThumbMin {
  left: 0%;
}
.rangeThumbMax {
  left: 50%;
}
.rangeThumb:hover {
  transform: translateY(-50%) scale(1.1);
}
.rangeThumb:active {
  transform: translateY(-50%) scale(1.2);
}
.sort {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}
.sortDesc {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9CA3AF;
}
.sortSelectHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sortSelectButton {
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 14px transparent;
}
.sortSelectButton.active {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
}
.sortSelectBody {
  border-radius: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.sortSelectBody::-webkit-scrollbar {
  width: 8px;
  background: transparent;
  border: 2px solid transparent;
}
.sortSelectBody::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 8px;
}
.sortSelectBody::-webkit-scrollbar-track {
  background: transparent;
}
.sortSelectBody.active {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
}
.sortSelectBodyItem {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sortFavorites .sortSelect {
  display: none;
}
.sortFilters {
  display: none;
}
@media (max-width: 1000px) {
  .sort {
    flex-wrap: wrap;
    gap: 12px;
  }
  .sortDesc {
    order: -1;
    width: 100%;
    padding-bottom: 20px;
  }
  .sortFilters {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 9px;
  }
  .sortFiltersIcon {
    display: flex;
  }
  .sortSelect {
    width: calc(50% - 6px);
  }
  .sortSelectButton {
    width: 100%;
    border-radius: 40px;
    padding: 9px;
    justify-content: center;
    gap: 12px;
  }
  .sortSelectWidth {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .sort {
    gap: 8px;
    margin-bottom: 0;
  }
  .sortDesc {
    padding-bottom: 12px;
  }
}
.catalogTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.catalogTopTitle {
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.catalogTopIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #D40019;
}
@media (max-width: 700px) {
  .catalogTop {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 26px;
  }
}
.switch {
  position: absolute;
  width: 50px;
  height: 32px;
  border-radius: 30px;
  background-color: #ECECED;
  transition: background-color 0.3s ease;
}
.switch::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: left 0.3s ease;
}
.switch.active {
  background-color: #D40019;
}
.switch.active::before {
  left: calc(100% - 28px);
}
.pagination {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.paginationButton {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.paginationButton.active {
  background-color: #D40019;
  color: #ffffff;
  border-radius: 50%;
}
.paginationButton.active:hover {
  transform: scale(1);
}
.paginationButton:hover {
  transform: scale(1.1);
}
.paginationButton:disabled {
  display: none;
}
.paginationButtonPrev svg path,
.paginationButtonNext svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}
.paginationButtonPrev:hover,
.paginationButtonNext:hover {
  transform: scale(1);
}
.paginationButtonPrev:hover svg path,
.paginationButtonNext:hover svg path {
  fill: #D40019;
}
.favorites {
  padding: 68px 0;
}
.favoritesCount {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9CA3AF;
}
.favoritesContent {
  margin-bottom: 32px 0 48px;
}
.favoritesList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
.favoritesItem {
  width: calc(16.666% - 17px);
  position: relative;
}
.favoritesItemRemove {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D40019;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.favoritesItemRemove:hover {
  background-color: #F51B35;
}
.favoritesEmpty {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  color: #9CA3AF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 250px 0;
}
.favoritesEmpty.active {
  display: flex;
}
@media (max-width: 1500px) {
  .favoritesItem {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1000px) {
  .favorites {
    padding: 48px 0;
  }
  .favoritesItem {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 700px) {
  .favorites {
    padding: 36px 0;
  }
  .favoritesItem {
    width: calc(50% - 10px);
  }
}
.discountCards {
  padding: 60px 100px;
  border-radius: 20px;
  border: 2px solid #FFD7D9;
  display: flex;
  flex-wrap: wrap;
  gap: 58px;
  margin-bottom: 58px;
}
.discountCardsDesc {
  width: calc(100% - 652px);
}
.discountCardsDescTitle {
  width: fit-content;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 28px;
  padding-bottom: 6px;
  border-bottom: 2px solid #D40019;
}
.discountCardsDesc p {
  margin-bottom: 16px;
  font-weight: 500;
}
.discountCardsDesc p .discountCardsDescNumber {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #D40019;
  padding-right: 11px;
}
.discountCardsDesc p span {
  color: #D40019;
  font-weight: 700;
}
.discountCardsDescDisclaimer {
  font-weight: 700 !important;
}
.discountCardsDescDisclaimer span {
  color: #000000 !important;
  position: relative;
}
.discountCardsDescDisclaimer span::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D40019;
  z-index: -1;
  pointer-events: none;
}
.discountCardsDesc a {
  color: #000000;
}
.discountCardsImage {
  width: 594px;
  max-height: 500px;
  height: 100%;
}
.discountCardsImage img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discountCardsInfo {
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  background-color: #D40019;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .discountCardsDesc {
    width: 100%;
  }
  .discountCardsImage {
    width: 100%;
    max-height: 100%;
    order: -1;
  }
}
@media (max-width: 1000px) {
  .discountCards {
    padding: 42px;
    gap: 48px;
    margin-bottom: 68px;
  }
}
@media (max-width: 700px) {
  .discountCards {
    padding: 28px 20px;
    margin-bottom: 64px;
  }
  .discountCardsInfo {
    font-size: 16px;
  }
}
.product {
  padding: 72px 0 68px;
}
.productNoStock .productStockEmpty {
  display: flex;
}
.productNoStock .productStock {
  display: none;
}
.productNoStock .productSliderThumb img {
  filter: grayscale(100%);
}
.productNoStock .productSlider img {
  filter: grayscale(100%);
}
.productNoStock .productAddCart {
  display: none;
}
.productNoStock .productRing {
  display: flex;
}
.productContent {
  display: flex;
  flex-wrap: wrap;
}
.productContent .breadcrumbs {
  display: none;
}
.productGallery {
  width: 800px;
  height: 417px;
  display: flex;
  gap: 48px;
  position: relative;
}
.productGalleryStickers {
  position: absolute;
  top: 20px;
  left: 286px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}
.productImg {
  width: 400px;
  height: 400px;
  object-fit: contain;
}
.productImgThumb {
  border-radius: 8px;
  width: 91px;
  height: 91px;
  overflow: hidden;
  cursor: pointer;
  object-fit: cover;
}
.productInfo {
  width: calc(100% - 872px);
  margin-left: 72px;
}
.productInfo .breadcrumbs {
  display: flex;
  margin-bottom: 28px;
}
.productDescription {
  width: 100%;
  margin: 72px 0 68px;
  overflow: hidden;
  position: relative;
}
.productDescription::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFDAEC;
  pointer-events: none;
  z-index: -1;
}
.productDescriptionTitle {
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #D40019;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #D40019;
}
.productDescription ul {
  margin-bottom: 12px;
  padding-left: 20px;
}
.productDescription ul li {
  list-style: disc;
}
.productDescription p {
  margin-bottom: 8px;
}
.productDelivery {
  margin-bottom: 34px;
  display: flex;
  gap: 16px;
}
.productDeliveryItem {
  width: calc(33.33% - 11px);
  padding: 36px 32px;
  border-radius: 20px;
  background-color: #FFF3F5;
  display: flex;
  flex-direction: column;
}
.productDeliveryItemTitle {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.productDeliveryItemTitleIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #D40019;
}
.productDeliveryItemTitleFull {
  width: calc(100% - 68px);
}
.productDeliveryItemFull {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.productDeliveryItemFull img {
  display: block;
  margin: 24px 0;
}
.productDeliveryItemLink {
  width: fit-content;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D40019;
}
.productDeliveryItemLink svg {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.productDeliveryItemLink:hover svg {
  transform: translateX(4px);
}
.productDeliveryMobile {
  display: none;
}
.productSlider {
  width: calc(100% - 140px);
  text-align: center;
  position: relative;
}
.productSliderThumb {
  width: 95px;
}
.productSliderThumb .swiper-slide {
  border-radius: 10px;
  height: 95px;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
.productSliderThumb .swiper-slide:hover {
  border: 2px solid #FFC7CA;
}
.productSliderThumb .swiper-slide-active {
  border: 2px solid #D40019;
}
.productSliderNavigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.productSliderNavigationButton {
  width: 40px;
  height: 40px;
  background-color: #FFEFF2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.3s ease, border 0.3s ease;
}
.productSliderNavigationButton svg path {
  fill: #D40019;
  transition: fill 0.3s ease;
}
.productSliderNavigationButton:hover {
  background: #ffffff;
  border: 2px solid #D40019;
}
.productSliderNavigationButton:active {
  background: #D40019;
  border: 2px solid #D40019;
}
.productSliderNavigationButton:active svg path {
  fill: #ffffff;
}
.productRate {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.productRateReviews {
  color: #8E8E8E;
}
.productTitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 12px;
}
.productArticle {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #8E8E8E;
  margin-bottom: 16px;
}
.productStock {
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #20C528;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #DEF6DF;
}
.productStockEmpty {
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 20px;
  color: #D40019;
  background-color: #FBE5E8;
  display: none;
}
.productShipping {
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #20C528;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #DEF6DF;
}
.productEconomy {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #D40019;
  padding: 4px 20px;
  border-radius: 34px;
  border: 2px solid #D40019;
  margin-right: auto;
}
.productSummary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.productPrice {
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.productPriceNew {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
}
.productPriceOld {
  font-weight: 700;
  font-size: 19px;
  line-height: 48px;
  color: #D40019;
  text-decoration: line-through;
}
.productWish {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #F6F5F5;
  border: 2px solid #F6F5F5;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.productWish svg path {
  fill: #8E8E8E;
  transition: fill 0.3s ease;
}
.productWish:hover {
  border: 2px solid #D40019;
}
.productWish:hover svg path {
  fill: #D40019;
}
.productWish.active {
  background-color: #D40019;
  background-image: url('../images/icons/heart-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.productWish.active svg {
  opacity: 0;
}
.productAddCart {
  width: 100%;
  padding: 14px;
  justify-content: center;
}
.productRing {
  display: none;
  width: 100%;
  padding: 14px;
  justify-content: center;
}
.productActions {
  display: none;
}
@media (max-width: 1600px) {
  .productSummary {
    flex-wrap: wrap;
  }
}
@media (max-width: 1300px) {
  .productGallery {
    width: 600px;
  }
  .productGalleryStickers {
    left: 186px;
  }
  .productInfo {
    width: calc(100% - 642px);
    margin-left: 42px;
  }
}
@media (max-width: 1100px) {
  .product {
    padding: 48px 0 68px;
  }
  .productContent {
    position: relative;
  }
  .productShipping {
    position: absolute;
    top: 0;
    right: 44px;
    transform: translateY(-25%);
    margin-bottom: 0;
  }
  .productRate {
    display: none;
  }
  .productGallery {
    width: 100%;
    height: 530px;
    gap: 32px;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 56px;
    padding: 0 44px;
  }
  .productGalleryStickers {
    left: 186px;
  }
  .productInfo {
    width: 100%;
    margin-left: 0;
  }
  .productDescription {
    margin: 58px 0;
  }
  .productDelivery {
    flex-wrap: wrap;
  }
  .productDeliveryItem {
    width: 100%;
  }
  .productSlider {
    width: 100%;
  }
  .productSliderThumb {
    width: 100%;
  }
  .productSliderThumb .swiper-slide {
    width: 95px;
  }
  .productSliderThumb .swiper-slide-thumb-active.swiper-slide-active {
    border: 2px solid #D40019;
  }
  .productSliderThumb .swiper-slide-thumb-active {
    border: 2px solid #D40019;
  }
  .productSliderThumb .swiper-slide-active {
    border: none;
  }
}
@media (max-width: 1000px) {
  .productWish {
    display: none;
  }
  .productWishFixed {
    display: flex;
    border: 2px solid #D40019;
    background-color: #ffffff;
  }
  .productWishFixed svg path {
    fill: #000000;
  }
  .productWishFixed:hover svg path {
    fill: #000000;
  }
  .productQuantity .counterItemProduct {
    display: none;
  }
  .productAddCart {
    display: none;
  }
  .productAddCartFixed {
    display: flex;
    width: calc(100% - 163px);
    padding: 12px;
    gap: 0;
  }
  .productAddCartFixed span {
    margin-left: 8px;
  }
  .productActions {
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-bottom: 2px solid #F6F5F5;
    padding: 8px 15px;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .productActions .counterItemProduct {
    display: flex;
  }
}
@media (max-width: 700px) {
  .product {
    padding: 0;
  }
  .productContent .breadcrumbs {
    display: flex;
    margin-bottom: 12px;
  }
  .productContent .breadcrumbs svg {
    width: 22px;
    height: 22px;
  }
  .productContent .breadcrumbsItem:nth-child(n+4) {
    display: none;
  }
  .productInfo .breadcrumbs {
    display: none;
  }
  .productGallery {
    height: auto;
    gap: 24px;
    margin-bottom: 20px;
    padding: 0;
  }
  .productGalleryStickers {
    top: unset;
    left: unset;
    bottom: 100px;
    right: 56px;
    gap: 10px;
    flex-direction: row;
  }
  .productGallerySticker {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
  .productRate {
    margin-bottom: 12px;
  }
  .productTitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .productArticle {
    margin-bottom: 4px;
  }
  .productSummary {
    margin-bottom: 16px;
  }
  .productImg {
    width: 240px;
    height: 240px;
  }
  .productImgThumb {
    width: 56px;
    height: 56px;
  }
  .productDescription {
    display: none;
    margin: 34px 0 44px;
    font-size: 15px;
    line-height: 28px;
  }
  .productDescriptionMobile {
    display: block;
    padding: 28px 24px;
    border-radius: 20px;
    background-color: #FFF3F5;
    margin: 32px 0 0;
  }
  .productDescriptionMobile::before {
    display: none;
  }
  .productDescriptionMobile ul {
    margin-bottom: 16px;
  }
  .productDescriptionMobile ul:last-of-type {
    margin-bottom: 0;
  }
  .productDescriptionFull {
    opacity: 0;
    pointer-events: none;
    height: 0;
    transition: opacity 0.3s ease;
  }
  .productDescriptionFull.active {
    opacity: 1;
    pointer-events: auto;
    height: auto;
  }
  .productDescriptionToggle {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #D40019;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
  }
  .productDescriptionToggle svg {
    transform: rotate(0);
  }
  .productDescriptionToggle.active svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .productSliderThumb .swiper-slide {
    width: 56px;
    height: 60px;
  }
  .productStock {
    display: none;
    width: 100%;
    justify-content: center;
  }
  .productStockEmpty {
    width: 100%;
    justify-content: center;
  }
  .productSummary {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
  .productQuantity {
    width: 100%;
    order: 1;
    margin-top: 15px;
    display: none;
  }
  .productQuantityFixed {
    display: flex;
    order: unset;
    width: auto;
    margin: 0;
  }
  .productShipping {
    right: 0;
    font-size: 13px;
    padding: 6px 16px;
  }
  .productPrice {
    margin-right: 16px;
    gap: 8px;
  }
  .productPriceNew {
    font-size: 22px;
  }
  .productPriceOld {
    font-size: 16px;
  }
  .productEconomy {
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 0;
    margin-left: auto;
  }
  .productDelivery {
    display: none;
  }
  .productDeliveryMobile {
    display: flex;
  }
  .productDeliveryItem {
    padding: 28px 20px;
  }
  .productDeliveryItemLink {
    margin-top: 32px;
  }
  .productDeliveryItemFull img {
    margin-bottom: 0;
  }
  .productDeliveryItemTitle {
    cursor: pointer;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .productDeliveryItemTitleIcon {
    width: 30px;
    height: 30px;
    background-color: transparent;
  }
  .productDeliveryItemTitleArrow {
    margin-left: auto;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }
  .productDeliveryItemTitleArrow.active {
    transform: rotate(180deg);
  }
  .productDeliveryItemBody {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .productDeliveryItemBody.active {
    opacity: 1;
    height: auto;
    pointer-events: auto;
    margin-top: 24px;
  }
  .productReviewsToggle {
    width: 100%;
    justify-content: center;
  }
  .productRing {
    margin-top: 12px;
  }
  .productNoStock {
    padding-top: 12px;
  }
  .productNoStock .productActions .productAddCart {
    display: flex;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .productNoStock .productQuantityFixed {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .productStockEmpty {
    margin: 12px 0;
  }
}
.reviews {
  margin: 68px 0;
}
.reviewsTitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 32px;
}
.reviewsRate {
  padding: 35px 56px;
  background-color: #FFF3F5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 58px;
}
.reviewsRateGrade {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
}
.reviewsRateStars {
  display: flex;
}
.reviewsButton {
  margin-left: auto;
}
.reviewsItem:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ECECED;
}
.reviewsItemHeader {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.reviewsItemName {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.reviewsItemDate {
  display: inline-block;
  margin-left: auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #9CA3AF;
}
.reviewsItemText {
  margin-bottom: 20px;
}
.reviewsItemActions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviewsItemActionsValue {
  font-weight: 500;
  color: #8E8E8E;
  transition: color 0.3s ease;
}
.reviewsItemActionsValue.active {
  color: #D40019;
}
.reviewsItemActionsButton {
  display: flex;
}
.reviewsItemActionsButton svg {
  margin-right: 4px;
}
.reviewsItemActionsButton svg path {
  stroke: #8E8E8E;
  transition: stroke 0.3s ease;
}
.reviewsItemActionsButton.active svg path {
  stroke: #D40019;
}
.reviewsItemActionsButton:hover svg path {
  stroke: #D40019;
}
.reviewsMobile {
  display: none;
}
@media (max-width: 700px) {
  .reviews {
    display: none;
    margin: 48px 0;
  }
  .reviewsTitle {
    font-size: 22px;
    line-height: 36px;
  }
  .reviewsRate {
    padding: 36px 32px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px;
  }
  .reviewsRateGrade {
    font-size: 32px;
  }
  .reviewsRateStars {
    margin-bottom: 12px;
  }
  .reviewsItem .reviewsRateStars {
    margin-bottom: 0;
  }
  .reviewsItemText {
    font-size: 15px;
    line-height: 27px;
  }
  .reviewsItem:last-child {
    margin-bottom: 32px;
  }
  .reviewsButton {
    margin-left: 0;
  }
  .reviewsItem:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ECECED;
  }
  .reviewsItemHeader {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .reviewsItemName {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
  .reviewsItemDate {
    display: inline-block;
    margin-left: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #9CA3AF;
  }
  .reviewsItemText {
    margin-bottom: 20px;
  }
  .reviewsItemActions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .reviewsItemActionsValue {
    font-weight: 500;
    color: #8E8E8E;
    transition: color 0.3s ease;
  }
  .reviewsItemActionsValue.active {
    color: #D40019;
  }
  .reviewsItemActionsButton {
    display: flex;
  }
  .reviewsItemActionsButton svg {
    margin-right: 4px;
  }
  .reviewsItemActionsButton svg path {
    stroke: #8E8E8E;
    transition: stroke 0.3s ease;
  }
  .reviewsItemActionsButton.active svg path {
    stroke: #D40019;
  }
  .reviewsItemActionsButton:hover svg path {
    stroke: #D40019;
  }
  .reviewsMobile {
    display: block;
    margin: 0;
  }
  .reviewsMobile .reviewsTitle {
    display: none;
  }
  .reviewsMobile .reviewsRate {
    margin-bottom: 37px;
  }
}
.modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modalContent {
  background-color: #ffffff;
  width: 480px;
  padding: 36px;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  position: relative;
}
.modalContent.active {
  opacity: 1;
  pointer-events: all;
}
.modalClose {
  display: flex;
  position: absolute;
  top: 36px;
  right: 36px;
  cursor: pointer;
}
.modalClose svg path {
  fill: #000000;
  transition: fill 0.3s ease-out;
}
.modalClose:hover svg path {
  fill: #D40019;
}
.modalTitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  text-align: center;
}
.modalRingContent {
  padding: 72px 36px 52px;
  text-align: center;
}
.modalRingTitle {
  margin-top: 24px;
}
.modalRingSuccess {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}
.modalRingSuccess.active {
  opacity: 1;
  pointer-events: all;
  max-height: 120px;
}
.modalRingName {
  margin: 12px 0 0;
}
.modalRingForm {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  margin: 40px 0 0;
}
.modalRingFormInput {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  border-radius: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  transition: border 0.3s ease, color 0.3s ease;
}
.modalRingFormInput::placeholder {
  color: #8E8E8E;
}
.modalRingFormInput.error {
  border: 1px solid #D40019;
  color: #D40019;
}
.modalRingFormButton {
  padding: 14px;
  justify-content: center;
}
.modalReviewContent {
  width: 688px;
}
.modalReviewTitle {
  margin: 48px 0 32px;
}
.modalReviewRate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
}
.modalReviewRateStar svg path {
  fill: #E3E3E3;
  transition: fill 0.2s ease-out;
}
.modalReviewRateStar.active svg path {
  fill: #FFC107;
}
.modalReviewForm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.modalReviewFormInput {
  width: calc(50% - 6px);
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.modalReviewFormInput::placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.modalReviewFormTextarea {
  width: 100%;
  height: 96px;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  resize: none;
  margin-top: 4px;
}
.modalReviewFormTextarea::placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.modalReviewFormButton {
  width: 100%;
  padding: 14px;
  justify-content: center;
  margin-top: 16px;
}
.modalSuccessReviewContent {
  padding: 72px 36px 52px;
  text-align: center;
}
.modalSuccessReviewTitle {
  margin-top: 24px;
}
.modalAuth {
  z-index: -1;
}
.modalAuth.active {
  z-index: 1000;
}
.modalAuthContent {
  display: flex;
  padding: 0;
  width: 1000px;
  height: 682px;
  background: linear-gradient(to right, #D3031C 0%, #FF9496 100%);
  border-radius: 20px;
}
.modalAuthInfo {
  width: 430px;
  position: relative;
}
.modalAuthInfoBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 20px;
}
.modalAuthInfoText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  max-width: 332px;
  width: 100%;
  text-align: center;
}
.modalAuthInfoText h2 {
  margin-top: 16px;
  font-weight: 800;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}
.modalAuthForms {
  width: 570px;
  padding: 36px;
  background-color: #ffffff;
  border-radius: 20px;
}
.modalAuthInput {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  transition: border 0.3s ease, color 0.3s ease;
}
.modalAuthInput::placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.modalAuthInputPassword {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.modalAuthInputPassword.error {
  border: none !important;
}
.modalAuthInputHalf {
  width: calc(50% - 6px);
}
.modalAuthInputHalf:first-child {
  margin-right: 7px;
}
.modalAuthInput.error {
  border: 1px solid #D40019;
  color: #D40019;
}
.modalAuthSocials {
  margin-top: auto;
}
.modalAuthSocialsTitle {
  text-align: center;
  overflow: hidden;
  margin: 0 auto 32px;
}
.modalAuthSocialsTitle span {
  font-size: 14px;
  line-height: 24px;
  color: #9CA3AF;
  text-transform: uppercase;
  position: relative;
  padding: 0 28px;
}
.modalAuthSocialsTitle span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
  height: 1px;
  background: #9CA3AF;
}
.modalAuthSocialsTitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
  height: 1px;
  background: #9CA3AF;
}
.modalAuthSocialsList {
  margin-bottom: 32px;
}
.modalAuthSocialsItem {
  width: 100%;
  padding: 6px;
  background-color: #F6F5F5;
  border-radius: 38px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.modalAuthSocialsItem:hover {
  background-color: #ffffff;
  border: 1px solid #D40019;
}
.modalAuthSocialsItem span {
  margin: 0 auto;
  padding-right: 36px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.modalAddressContent {
  max-width: 552px;
  padding: 36px;
  text-align: center;
}
.modalAddressContent p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 70px 0 54px;
}
.modalAddressButton {
  width: 100%;
  padding: 14px;
  justify-content: center;
  margin-bottom: 12px;
}
.modalAddressDeleteActions {
  display: flex;
  gap: 12px;
}
.modalAddressDeleteActions button {
  width: calc(50% - 6px);
  justify-content: center;
}
@media (max-width: 1200px) {
  .modalAuthContent {
    width: 570px;
    height: 682px;
  }
  .modalAuthInfo {
    display: none;
  }
  .modalAuthForms {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .modal {
    width: 100vw;
    height: 100vh;
  }
  .modalAuthContent {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .modalAuthForms {
    width: 100%;
    padding: 70px 20px 30px;
    border-radius: 0;
    overflow: hidden;
  }
  .modalReviewContent {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 120px 20px;
  }
  .modalReviewTitle {
    margin: 0 0 36px;
  }
  .modalReviewFormInput {
    width: 100%;
  }
  .modalClose {
    top: 28px;
    right: 28px;
  }
  .modalAddressContent {
    max-width: calc(100% - 40px);
    margin: 0 20px;
    padding: 36px 15px;
  }
  .modalAddressDeleteActions {
    flex-wrap: wrap;
  }
  .modalAddressDeleteActions button {
    width: 100%;
    height: 48px;
  }
  .modalRingContent {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modalRingTitle {
    margin: 0 0 36px;
  }
  .modalRingForm {
    padding: 0;
    margin: 28px 0 0;
  }
}
.aboutPage {
  padding-top: 28px;
}
.aboutPageTitle {
  width: 100%;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  margin-bottom: 42px;
}
.aboutPageTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 2px;
  background-color: #D40019;
}
.aboutPageDescription {
  padding: 0 56px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 72px;
  margin-bottom: 104px;
}
.aboutPageDescriptionText {
  max-width: 880px;
  width: calc(100% - 546px);
  text-align: center;
}
.aboutPageDecor {
  position: relative;
}
.aboutPageDecorLeft {
  width: 232px;
  height: 222px;
}
.aboutPageDecorLeft img:first-child {
  position: absolute;
  top: 12px;
  left: 0;
}
.aboutPageDecorLeft img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.aboutPageDecorLeft img:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 22px;
}
.aboutPageDecorRight {
  width: 170px;
  height: 222px;
}
.aboutPageDecorRight img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.aboutPageDecorRight img:nth-child(2) {
  position: absolute;
  top: 84px;
  right: 0;
}
.aboutPageDecorRight img:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.aboutPageFeatures {
  padding: 144px 0 164px;
  background-color: #FFDAEC;
}
.aboutPageFeaturesList {
  display: flex;
  gap: 16px;
}
.aboutPageFeaturesItem {
  width: calc(25% - 12px);
  padding: 48px 32px 32px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}
.aboutPageFeaturesItemTitle {
  margin-top: 20px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
.aboutPageBrands {
  padding: 120px 0 140px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.aboutPageBrandsList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 54px;
}
.aboutPageBrandsItem {
  width: 160px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1200px) {
  .aboutPageTitle {
    order: -2;
    margin-bottom: 42px;
  }
  .aboutPageDescription {
    padding: 32px 20px 0 ;
    gap: 0;
    margin-bottom: 100px;
  }
  .aboutPageDescriptionText {
    max-width: 100%;
    width: 100%;
    order: -1;
    margin-bottom: 76px;
  }
  .aboutPageDecorLeft {
    width: 50%;
    height: 275px;
  }
  .aboutPageDecorLeft img:first-child {
    top: 21px;
    left: calc(100% - 55px);
    width: 222px;
    height: 222px;
  }
  .aboutPageDecorLeft img:nth-child(2) {
    top: 18px;
    right: 200px;
    width: 90px;
    height: 90px;
  }
  .aboutPageDecorLeft img:nth-child(3) {
    bottom: 0;
    right: 200px;
    width: 134px;
    height: 134px;
  }
  .aboutPageDecorRight {
    width: 50%;
    height: 275px;
  }
  .aboutPageDecorRight img:first-child {
    width: 106px;
    height: 106px;
    top: unset;
    left: unset;
    bottom: 10px;
    right: 39px;
  }
  .aboutPageDecorRight img:nth-child(2) {
    top: 74px;
    right: unset;
    left: -100%;
    width: 78px;
    height: 78px;
  }
  .aboutPageDecorRight img:nth-child(3) {
    width: 128px;
    height: 128px;
    bottom: unset;
    left: unset;
    right: 0;
    top: 0;
  }
  .aboutPageFeatures {
    padding: 120px 20px;
  }
  .aboutPageFeaturesList {
    flex-wrap: wrap;
    gap: 20px;
  }
  .aboutPageFeaturesItem {
    width: calc(50% - 10px);
  }
  .aboutPageFeaturesItemTitle {
    margin-top: 32px;
  }
  .aboutPageBrands {
    padding: 100px 20px;
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  .aboutPageDecorLeft img:first-child {
    left: calc(100% - 75px);
  }
  .aboutPageDecorLeft img:nth-child(2) {
    right: 100px;
  }
  .aboutPageDecorLeft img:nth-child(3) {
    right: 100px;
  }
  .aboutPageDecorRight img:first-child {
    right: 40px;
  }
  .aboutPageDecorRight img:nth-child(2) {
    left: -100%;
  }
  .aboutPageDecorRight img:nth-child(3) {
    right: 10px;
  }
}
@media (max-width: 700px) {
  .aboutPageDescription {
    padding: 64px 0;
    gap: 0;
    flex-direction: column;
    margin-bottom: 0;
  }
  .aboutPageDescriptionText {
    margin-bottom: 60px;
  }
  .aboutPageDecorLeft {
    width: 100%;
    height: 333px;
  }
  .aboutPageDecorLeft img:first-child {
    top: 167px;
    left: 50%;
    transform: translateX(-50%);
    width: 256px;
    height: 256px;
  }
  .aboutPageDecorLeft img:nth-child(2) {
    bottom: unset;
    top: 125%;
    right: unset;
    left: 20px;
    width: 104px;
    height: 104px;
  }
  .aboutPageDecorLeft img:nth-child(3) {
    bottom: unset;
    top: 130%;
    right: 20px;
    width: 155px;
    height: 155px;
  }
  .aboutPageDecorRight {
    width: 100%;
    height: 333px;
  }
  .aboutPageDecorRight img:first-child {
    width: 122px;
    height: 122px;
    top: unset;
    left: unset;
    bottom: 145%;
    right: 0;
  }
  .aboutPageDecorRight img:nth-child(2) {
    top: unset;
    bottom: 30px;
    left: 70px;
    width: 90px;
    height: 90px;
  }
  .aboutPageDecorRight img:nth-child(3) {
    width: 148px;
    height: 148px;
    bottom: 150%;
    left: 0;
    right: unset;
    top: unset;
  }
  .aboutPageFeatures {
    padding: 58px 0;
  }
  .aboutPageFeaturesList {
    gap: 16px;
  }
  .aboutPageFeaturesItem {
    width: 100%;
  }
  .aboutPageBrands {
    padding: 64px 0;
  }
  .aboutPageBrandsItem {
    width: 150px;
  }
}
.shipping {
  padding: 0;
}
.shippingGeneral {
  padding: 68px 0;
  margin-bottom: 68px;
  background-color: #FFEFF2;
}
.shippingGeneralList {
  margin-bottom: 34px;
  display: flex;
  gap: 16px;
}
.shippingGeneralItem {
  width: calc(33.33% - 11px);
  padding: 48px 32px;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.shippingGeneralItemTitle {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.shippingGeneralItemTitleIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #D40019;
}
.shippingGeneralItemText {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.shippingGeneralItemText img {
  display: block;
  margin: 24px 0;
}
.shippingGeneralItemPickup {
  margin-top: 24px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  color: #D40019;
  display: flex;
  gap: 12px;
}
.shippingBlock {
  margin-bottom: 42px;
  padding: 38px 32px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #FFD7D9;
}
.shippingBlockTitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
.shippingBlockList {
  padding-left: 20px;
  margin-bottom: 42px;
}
.shippingBlockItem {
  list-style: disc;
  margin-bottom: 16px;
}
.shippingBlockItem::marker {
  color: #D40019;
}
.shippingBlock p {
  margin-bottom: 16px;
}
.shippingBlockHighlight {
  font-weight: 700;
  color: #D40019;
}
.shippingBlockPaymentList {
  margin-top: 48px;
}
.shippingBlockPaymentItem {
  display: flex;
  align-items: center;
  gap: 24px;
}
.shippingBlockPaymentItem:not(:last-child) {
  margin-bottom: 48px;
}
.shippingBlockPaymentItemContent {
  width: calc(100% - 96px);
}
.shippingBlockPaymentIcon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #D40019;
}
.shippingBlockPaymentTitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.shippingBlockPayment p {
  margin-bottom: 0;
}
.shippingTitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .shippingGeneralList {
    flex-wrap: wrap;
  }
  .shippingGeneralItem {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .shippingGeneral {
    margin-bottom: 48px;
  }
  .shippingGeneralList {
    margin-bottom: 0;
  }
  .shippingGeneralItem {
    padding: 48px 32px 32px;
  }
  .shippingGeneralItemTitle {
    margin-bottom: 32px;
  }
  .shippingBlock {
    margin-bottom: 28px;
    padding: 48px 42px;
  }
  .shippingTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .shippingGeneral {
    padding: 28px 0;
  }
  .shippingGeneralItem {
    padding: 48px 24px 28px;
  }
  .shippingGeneralItemTitle {
    margin-bottom: 24px;
  }
  .shippingBlock {
    padding: 28px 20px;
  }
  .shippingBlockPaymentList {
    margin-top: 28px;
  }
  .shippingBlockPaymentItem {
    flex-direction: column;
    align-items: flex-start;
  }
  .shippingBlockPaymentItem:not(:last-child) {
    margin-bottom: 28px;
  }
  .shippingBlockPaymentItemContent {
    width: 100%;
  }
  .shippingBlockPaymentIcon {
    width: 52px;
    height: 52px;
  }
  .shippingTitle {
    font-size: 26px;
  }
}
.shops {
  display: flex;
  gap: 16px;
  margin-bottom: 68px;
}
.shopsAdaptive {
  display: none;
}
.shopsInfo {
  width: 388px;
}
.shopsMaps {
  width: calc(100% - 404px);
}
.shopsMaps iframe {
  width: 100%;
  height: 552px;
  border-radius: 20px;
}
.shopsSearch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  margin-bottom: 16px;
  position: relative;
}
.shopsSearchOpen {
  margin-left: auto;
  display: flex;
}
.shopsSearchOpen img {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.shopsSearchOpen.active img {
  transform: rotate(180deg);
}
.shopsSearchResult {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.shopsSearchResult.active {
  opacity: 1;
  pointer-events: auto;
}
.shopsSearchResultList {
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  height: 185px;
  overflow-y: auto;
}
.shopsSearchResultItem {
  padding: 8px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  transition: color 0.3s ease;
}
.shopsSearchResultItem:hover {
  color: #D40019;
}
.shopsSearchDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.shopsSearchDropdown.active {
  opacity: 1;
  pointer-events: auto;
}
.shopsSearchDropdownList {
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  height: 185px;
  overflow-y: auto;
}
.shopsSearchDropdownItem {
  padding: 8px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  transition: color 0.3s ease;
}
.shopsSearchDropdownItem:hover {
  color: #D40019;
}
.shopsSearchInput {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
}
.shopsSearchInput::placeholder {
  color: #8E8E8E;
  font-size: 15px;
  line-height: 24px;
}
.shopsList {
  height: 492px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #F51B35 #FFEFF2;
}
.shopsList::-webkit-scrollbar {
  width: 8px;
  background: #FFEFF2;
  border: 2px solid #FFEFF2;
}
.shopsList::-webkit-scrollbar-thumb {
  background: #F51B35;
  border-radius: 8px;
}
.shopsList::-webkit-scrollbar-track {
  background: #FFEFF2;
}
.shopsItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shopsItem:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #FFEFF2;
  transition: padding 0.3s ease, border 0.3s ease;
}
.shopsItemTitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
}
.shopsItemRow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #000000;
}
.shopsItem.active {
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  border-bottom: 1px solid transparent;
  margin: 12px 12px 24px;
  width: calc(100% - 24px);
}
@media (max-width: 1200px) {
  .shops {
    display: none;
    margin-bottom: 68px;
  }
  .shopsAdaptive {
    display: block;
  }
  .shopsInfo {
    width: auto;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
  }
  .shopsInfo.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }
  .shopsMaps {
    width: auto;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .shopsMaps.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }
  .shopsMaps iframe {
    height: 600px;
  }
  .shopsNavigation {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    background-color: #FFEFF2;
    border-radius: 100px;
    position: relative;
    z-index: 1;
  }
  .shopsNavigationButton {
    width: 50%;
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    z-index: 1;
  }
  .shopsNavigationButton.active {
    color: #ffffff;
  }
  .shopsNavigation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #D40019;
    border-radius: 100px;
    z-index: 0;
    pointer-events: none;
    transition: left 0.3s ease;
  }
  .shopsNavigation.slide::before {
    left: 50%;
  }
  .shopsList {
    height: auto;
    padding-right: 0;
  }
  .shopsItemShow {
    justify-content: center;
  }
  .shopsItem.active {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #FFEFF2;
  }
}
@media (max-width: 700px) {
  .shops {
    margin-bottom: 48px;
  }
  .shopsInfo {
    width: auto;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
  }
  .shopsInfo.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }
  .shopsNavigation {
    margin-bottom: 32px;
  }
  .shopsNavigationButton {
    width: 50%;
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    z-index: 1;
  }
  .shopsNavigationButton.active {
    color: #ffffff;
  }
  .shopsList {
    height: auto;
    padding-right: 0;
  }
  .shopsItemShow {
    margin-top: 8px;
  }
  .shopsItem:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.specials {
  padding: 68px 0;
}
.specialsContent {
  margin-bottom: 68px;
}
.specialsContentImg {
  display: flex;
  margin-bottom: 42px;
}
.specialsCatalog {
  margin-bottom: 68px;
}
.specialsList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.specialsListInnerItem {
  width: calc(16.666% - 17px);
}
.specialsItem {
  width: calc(50% - 10px);
}
.specialsLink {
  color: #000000;
}
.specialsLinkTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.specialsLinkDates {
  font-weight: 500;
  margin-bottom: 24px;
}
.specialsLink:hover .specialsView svg {
  transform: translateX(4px);
  transition: transform 0.3s ease;
}
.specialsImage {
  display: flex;
  margin-bottom: 32px;
}
.specialsImage img {
  width: 100%;
  border-radius: 20px;
}
.specialsView {
  color: #D40019;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.specialsView svg {
  transform: translateX(0);
}
@media (max-width: 1500px) {
  .specialsListInnerItem {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1000px) {
  .specials {
    padding: 48px 0;
  }
  .specialsListInnerItem {
    width: calc(33.33% - 14px);
  }
  .specialsItem {
    width: 100%;
  }
  .specialsImage {
    width: 100%;
    height: 400px;
  }
  .specialsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  .specials {
    padding: 36px 0;
  }
  .specialsList {
    gap: 42px;
  }
  .specialsListInner {
    gap: 20px;
  }
  .specialsListInnerItem {
    width: calc(50% - 10px);
  }
  .specialsImage {
    width: 100%;
    height: auto;
  }
}
.checkout {
  background-color: #FFF3F5;
  padding-top: 48px;
}
.checkoutWrapper {
  background-color: #ffffff;
  padding: 48px 0;
}
.checkoutContent {
  display: flex;
  gap: 54px;
}
.checkoutData {
  width: 488px;
}
.checkoutDataTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 36px;
}
.checkoutSubmit {
  width: 100%;
  justify-content: center;
}
@media (max-width: 1300px) {
  .checkoutContent {
    gap: 30px;
  }
  .checkoutData {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .checkoutContent {
    flex-wrap: wrap;
    gap: 54px;
  }
  .checkoutData {
    width: 100%;
  }
  .checkoutDataTitle {
    margin-bottom: 40px;
  }
}
.checkoutCart {
  width: calc(100% - 442px);
}
.checkoutCartHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.checkoutCartTitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.checkoutCartClear {
  font-size: 15px;
  line-height: 24px;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.checkoutCartClear svg path {
  stroke: #8E8E8E;
  transition: stroke 0.3s ease;
}
.checkoutCartClear:hover {
  color: #D40019;
}
.checkoutCartClear:hover svg path {
  stroke: #D40019;
}
.checkoutCartClearItem {
  margin-left: 20px;
}
.checkoutCartClearItem svg path {
  stroke: #8E8E8E;
  transition: stroke 0.3s ease;
}
.checkoutCartClearItem:hover {
  color: #D40019;
}
.checkoutCartClearItem:hover svg path {
  stroke: #D40019;
}
.checkoutCartList {
  margin-bottom: 48px;
}
.checkoutCartItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkoutCartItem:not(:last-child) {
  border-bottom: 1px solid #FFEFF2;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.checkoutCartItemTitle {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.checkoutCartItemPrice {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.checkoutCartItemPriceOld {
  text-decoration: line-through;
  color: #D40019;
  font-weight: 500;
  padding-left: 12px;
  font-size: 15px;
  line-height: 16px;
}
.checkoutCartItemCost {
  display: none;
}
.checkoutCartLink {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.checkoutCartLink img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1300px) {
  .checkoutCart {
    width: calc(100% - 380px);
  }
}
@media (max-width: 1200px) {
  .checkoutCart {
    width: 100%;
  }
  .checkoutCartHeader {
    margin-bottom: 40px;
  }
  .checkoutCartList {
    margin-bottom: 54px;
  }
}
@media (max-width: 700px) {
  .checkoutCartHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .checkoutCartClear {
    font-size: 14px;
    color: #000000;
    width: 100%;
    justify-content: center;
    padding: 8px;
    background-color: #F6F5F5;
    border-radius: 40px;
  }
  .checkoutCartClearItem {
    order: -1;
  }
  .checkoutCartList {
    max-height: 550px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .checkoutCartItem {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .checkoutCartItemTitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 200px;
  }
  .checkoutCartItemPrice {
    display: none;
  }
  .checkoutCartItemPriceOld {
    display: none;
  }
  .checkoutCartItemCost {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin-left: 33%;
    margin-top: 8px;
  }
  .checkoutCartItemCost span {
    display: block;
  }
  .checkoutCartLink {
    width: calc(100% - 65px);
    order: -2;
  }
}
.checkoutSales {
  margin-bottom: 36px;
}
.checkoutSalesTitle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  background-color: #F51B35;
  border-radius: 10px;
  padding: 8px 12px;
}
.checkoutSalesTitleText {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.checkoutSalesList {
  display: flex;
  gap: 18px;
}
.checkoutSalesItem {
  width: calc(25% - 14px);
}
@media (max-width: 1200px) {
  .checkoutSales {
    margin-bottom: 0;
  }
  .checkoutSalesList {
    flex-wrap: wrap;
  }
  .checkoutSalesItem {
    width: calc(50% - 9px);
  }
}
@media (max-width: 700px) {
  .checkoutSalesTitle {
    border-radius: 10px;
    padding: 12px;
    justify-content: center;
  }
  .checkoutSalesTitleText {
    font-size: 20px;
  }
}
.promoCode {
  padding: 24px 20px;
  border-radius: 10px;
  border: 2px solid #FFD7D9;
  margin-bottom: 16px;
}
.promoCodeTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}
.promoCodeInput {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  border-radius: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  transition: border 0.3s ease, color 0.3s ease;
}
.promoCodeInput::placeholder {
  color: #8E8E8E;
}
.promoCodeInput.error {
  border: 1px solid #D40019;
  color: #D40019;
}
.userInfo {
  padding: 24px 20px;
  border-radius: 10px;
  border: 2px solid #FFD7D9;
  margin-bottom: 16px;
}
.userInfoTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}
.userInfoInput {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  border-radius: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  transition: border 0.3s ease, color 0.3s ease;
}
.userInfoInput::placeholder {
  color: #8E8E8E;
}
.userInfoInput.error {
  border: 1px solid #D40019;
  color: #D40019;
}
.userInfoTextarea {
  width: 100%;
  height: 148px;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  border-radius: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  resize: none;
}
.userInfoTextarea::placeholder {
  color: #8E8E8E;
}
.shippingInfo {
  padding: 24px 20px;
  border-radius: 10px;
  border: 2px solid #FFD7D9;
  margin-bottom: 16px;
}
.shippingInfoTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}
.shippingInfo label {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.shippingInfo label:first-of-type {
  margin-bottom: 20px;
}
.shippingInfo label:hover .customRadio {
  border-color: #F51B35;
}
.shippingInfoRadio {
  display: none;
}
.shippingInfoRadio:checked + .customRadio {
  border-color: #D40019;
}
.shippingInfoRadio:checked + .customRadio:after {
  transform: translate(-50%, -50%) scale(1);
}
.shippingInfoRadioText {
  font-size: 15px;
  line-height: 24px;
}
.shippingInfoPickup {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  position: relative;
  z-index: -1;
}
.shippingInfoPickup.active {
  opacity: 1;
  pointer-events: all;
  height: auto;
  margin-top: 20px;
  z-index: 1;
}
.shippingInfoPickupAddressName {
  font-weight: 700;
  text-align: left;
}
.shippingInfoPickupAddressLocation {
  text-align: left;
}
.shippingInfoPickupSelect {
  max-width: 413px;
}
.shippingInfoPickupSelectButton {
  width: 100%;
  border-radius: 40px;
  padding: 10px 16px;
}
.shippingInfoPickupSelectButton.active {
  border: 1px solid #E3E3E3;
}
.shippingInfoPickupSelectHeader {
  color: #8E8E8E;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 44px);
  text-align: left;
}
.shippingInfoPickupSelectBody {
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  z-index: 20;
  max-height: 300px;
}
.shippingInfoPickupSelectBodyItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-weight: 400;
}
.shippingAddress {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.shippingAddress.active {
  opacity: 1;
  pointer-events: all;
  height: auto;
  padding: 24px 20px;
  border-radius: 10px;
  border: 2px solid #FFD7D9;
  margin-bottom: 16px;
}
.shippingAddressTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}
.shippingAddressSelectButton {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  margin-bottom: 12px;
  color: #8E8E8E;
  font-weight: 400;
}
.shippingAddressSelectButton.active {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
}
.shippingAddressSelectBody.active {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
}
.shippingAddressSelectBodyItem {
  font-weight: 400;
}
.shippingAddressComment {
  width: 100%;
  height: 96px;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  resize: none;
}
.shippingAddressComment::placeholder {
  color: #8E8E8E;
}
.paymentInfo {
  padding: 24px 20px;
  border-radius: 10px;
  border: 2px solid #FFD7D9;
  margin-bottom: 16px;
}
.paymentInfoTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}
.paymentInfoRadio {
  display: none;
}
.paymentInfoRadio:checked + .customRadio {
  border-color: #D40019;
}
.paymentInfoRadio:checked + .customRadio:after {
  transform: translate(-50%, -50%) scale(1);
}
.paymentInfoRadioText {
  font-size: 15px;
  line-height: 24px;
}
.paymentInfo label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.paymentInfo label:hover .customRadio {
  border-color: #F51B35;
}
.newPass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.newPass.active {
  opacity: 1;
  pointer-events: all;
  height: 100%;
}
.newPassText {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.resetPass {
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.resetPass.active {
  opacity: 1;
  pointer-events: all;
  height: 100%;
}
.resetPassTitle {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin: 20px 0 40px;
  text-align: center;
}
.resetPassText {
  font-size: 15px;
  line-height: 24px;
  color: #8E8E8E;
  text-align: center;
  margin-bottom: 70px;
  padding: 0 15px;
}
.resetPassFormSubmit {
  width: 100%;
  justify-content: center;
  padding: 12px;
}
.resetPassLogin {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.resetPassLoginButton {
  color: #D40019;
  text-decoration: underline;
}
.successReg {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.successReg.active {
  opacity: 1;
  pointer-events: all;
  height: 100%;
}
.successRegTitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin: 28px 0 20px 0;
  text-align: center;
}
.successRegText {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #8E8E8E;
  font-weight: 500;
  margin-bottom: 36px;
}
.successRegLink {
  width: 100%;
  justify-content: center;
  padding: 12px;
}
@media (max-width: 700px) {
  .successReg {
    padding: 0;
  }
}
.authBlock {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.authBlock.hide {
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  z-index: -1;
}
.authBlockTitle {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin: 20px 0 40px;
  text-align: center;
}
.authBlockNavigation {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  background-color: #FFEFF2;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.authBlockNavigationButton {
  width: 50%;
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  z-index: 1;
}
.authBlockNavigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  border: 2px solid #D40019;
  border-radius: 100px;
  z-index: 0;
  pointer-events: none;
  transition: left 0.3s ease;
}
.authBlockNavigation.slide::before {
  left: 50%;
}
.authBlockMail {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.authBlockMail.active {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
.authBlockTel {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.authBlockTel.active {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
.authBlockForm.active {
  margin-bottom: 32px;
}
.authBlockFormForget {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #D40019;
  margin: 8px 0 16px;
  text-align: left;
  padding-bottom: 5px;
  position: relative;
}
.authBlockFormForget::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 1px;
  background: #D40019;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.authBlockFormForget:hover::before {
  opacity: 1;
}
.authBlockFormSubmit {
  width: 100%;
  justify-content: center;
  padding: 12px;
}
.authBlockFormLabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  margin-bottom: 12px;
  transition: border 0.3s ease;
}
.authBlockFormLabel.error {
  border: 1px solid #D40019;
}
.authBlockFormPasswordToggle {
  display: flex;
}
.authBlockRegister {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.authBlockRegisterButton {
  color: #D40019;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .authBlock {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .authBlock::-webkit-scrollbar {
    width: 8px;
    background: transparent;
    border: 2px solid transparent;
  }
  .authBlock::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
  }
  .authBlock::-webkit-scrollbar-track {
    background: transparent;
  }
}
.regBlock {
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.regBlock.active {
  opacity: 1;
  pointer-events: all;
  height: 100%;
}
.regBlockTitle {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin: 10px 0 30px;
  text-align: center;
}
.regBlockFormLabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  margin-bottom: 12px;
  transition: border 0.3s ease;
}
.regBlockFormLabel.error {
  border: 1px solid #D40019;
}
.regBlockFormLabelPassword {
  color: #000000;
  transition: color 0.3s ease;
}
.regBlockFormLabelPassword.error {
  color: #D40019;
}
.regBlockFormPasswordToggle {
  display: flex;
}
.regBlockFormSubmit {
  width: 100%;
  justify-content: center;
  padding: 12px;
}
.regBlockFormCheckbox {
  display: none;
}
.regBlockFormCheckbox:checked + .customCheckbox:after {
  opacity: 1;
}
.regBlockFormCheckboxText {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.regBlockForm label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.regBlockForm label:hover .customCheckbox {
  border-color: #F51B35;
}
.regBlockLogin {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.regBlockLoginButton {
  color: #D40019;
  text-decoration: underline;
}
.checkoutSuccess {
  background-color: #FDF9FA;
  text-align: center;
  padding: 263px 0;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkoutSuccessContent {
  width: 522px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkoutSuccessImage {
  margin-bottom: 48px;
  display: flex;
}
.checkoutSuccessTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.checkoutSuccess p {
  padding-bottom: 48px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .checkoutSuccess {
    padding: 60px 0 160px;
  }
  .checkoutSuccessContent {
    width: 100%;
  }
  .checkoutSuccessImage {
    margin-bottom: 32px;
  }
  .checkoutSuccessTitle {
    font-size: 24px;
    line-height: 38px;
  }
  .checkoutSuccess p {
    padding-bottom: 32px;
  }
}
.userAccount {
  padding: 58px 0;
}
.userAccountTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 58px;
}
.userAccountTopTitle {
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.userAccountLogout {
  padding: 10px 34px;
}
.userAccountLogoutMobile {
  display: none;
}
.userAccountContent {
  margin-bottom: 48px;
}
.userAccountList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 222px;
}
.userAccountItem {
  width: calc(33.33% - 14px);
}
.userAccountLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  padding: 40px;
  border: 1px solid #FFD7D9;
  border-radius: 20px;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  transition: border 0.3s ease;
}
.userAccountLink:hover {
  border-color: #D40019;
}
.userAccountHistoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 68px;
}
.userAccountHistoryItem {
  width: calc(16.666% - 17px);
}
.userAccountHistoryEmpty {
  padding: 200px 0;
  text-align: center;
  display: none;
}
.userAccountHistoryEmpty p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #8E8E8E;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .userAccountHistoryItem {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1300px) {
  .userAccount {
    padding: 48px 0;
  }
  .userAccountLogout {
    padding: 10px 34px;
    display: none;
  }
  .userAccountLogoutMobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .userAccountList {
    margin-bottom: 42px;
  }
  .userAccountItem {
    width: calc(50% - 10px);
  }
  .userAccountLink {
    height: 270px;
  }
}
@media (max-width: 1000px) {
  .userAccountHistoryItem {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 700px) {
  .userAccount {
    padding: 36px 0;
  }
  .userAccountTop {
    margin: 20px 0 40px;
  }
  .userAccountContent {
    margin-bottom: 64px;
  }
  .userAccountList {
    margin-bottom: 32px;
  }
  .userAccountItem {
    width: 100%;
  }
  .userAccountLink {
    height: auto;
    padding: 40px 15px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 18px;
  }
  .userAccountLink img {
    width: 80px;
    height: 80px;
  }
  .userAccountHistoryList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 68px;
  }
  .userAccountHistoryItem {
    width: calc(50% - 10px);
  }
  .userAccountHistoryEmpty {
    padding: 150px 0;
  }
}
.userAccountInfo {
  margin-bottom: 150px;
}
.userAccountInfoTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.userAccountInfoItem {
  padding: 32px;
  border: 1px solid #FFD7D9;
  border-radius: 20px;
  transition: border 0.3s ease;
  margin-bottom: 20px;
  position: relative;
}
.userAccountInfoItem:hover {
  border-color: #D40019;
}
.userAccountInfoItemAddress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.userAccountInfoForm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.userAccountInfoInput {
  width: calc(50% - 6px);
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
}
.userAccountInfoInput::placeholder {
  color: #8E8E8E;
}
.userAccountInfoSave {
  width: calc(50% - 6px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.userAccountInfoSaveWidth {
  width: 100%;
}
.userAccountInfoButton {
  padding: 12px 56px;
}
.userAccountInfoSuccess {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.userAccountInfoSuccess.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.userAccountInfoCheckbox {
  display: none;
}
.userAccountInfoCheckbox:checked + .customCheckbox:after {
  opacity: 1;
}
.userAccountInfoCheckboxText {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.userAccountInfo label {
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
  cursor: pointer;
}
.userAccountInfo label:hover .customCheckbox {
  border-color: #F51B35;
}
@media (max-width: 1000px) {
  .userAccountInfo {
    margin-bottom: 64px;
  }
  .userAccountInfoItem {
    padding: 28px 20px;
  }
  .userAccountInfoItemAddress {
    flex-wrap: wrap;
    gap: 28px;
  }
  .userAccountInfoInput {
    width: 100%;
  }
  .userAccountInfoSave {
    width: 100%;
  }
  .userAccountInfoButton {
    width: 100%;
    justify-content: center;
  }
  .userAccountInfo label {
    width: 100%;
    justify-content: flex-start;
  }
}
.userAccountAddressAdd {
  display: inline-block;
  margin-bottom: 36px;
  color: #D40019;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}
.userAccountAddressCurrent {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
.userAccountAddressMain {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D40019;
  font-weight: 700;
  padding: 12px 20px;
  border: 2px solid #D40019;
  border-radius: 40px;
  background-color: #ffffff;
}
.userAccountAddressExtra {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D40019;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 40px;
  background-color: #FFEFF2;
}
.userAccountAddressActions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.userAccountAddressEdit {
  padding: 10px;
  width: 200px;
  justify-content: center;
}
.userAccountAddressDelete {
  padding: 8px;
  width: 200px;
  justify-content: center;
}
.userAccountAddressSelect {
  width: calc(50% - 6px);
}
.userAccountAddressSelectButton {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  margin-bottom: 12px;
  color: #8E8E8E;
  font-weight: 400;
}
.userAccountAddressSelectButton.active {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
}
.userAccountAddressSelectBody.active {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
}
.userAccountAddressSelectBodyItem {
  font-weight: 400;
}
.userAccountAddressEmpty {
  display: none;
  padding: 200px 0;
  text-align: center;
  margin-bottom: 60px;
}
.userAccountAddressEmpty p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
  color: #8E8E8E;
}
@media (max-width: 1000px) {
  .userAccountAddressMain {
    order: -1;
    width: 100%;
    justify-content: center;
  }
  .userAccountAddressExtra {
    order: -1;
    width: 100%;
    justify-content: center;
  }
  .userAccountAddressActions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .userAccountAddressEdit {
    padding: 10px;
    width: 200px;
    justify-content: center;
  }
  .userAccountAddressDelete {
    padding: 8px;
    width: 200px;
    justify-content: center;
  }
  .userAccountAddressSelect {
    width: 100%;
  }
  .userAccountAddressEmpty {
    padding: 150px 0;
    margin-bottom: 0;
  }
}
.userAccountOrdersList {
  margin-bottom: 72px;
}
.userAccountOrdersItem {
  position: relative;
}
.userAccountOrdersItemHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 34px rgba(98, 95, 95, 0.1);
}
.userAccountOrdersItemHeaderCompleted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: #85DA69;
}
.userAccountOrdersItemHeaderCanceled::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: #FFE072;
}
.userAccountOrdersItemHeaderPrepared::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: #7ED6FF;
}
.userAccountOrdersItemHeader.active .userAccountOrdersArrow {
  transform: rotate(180deg);
}
.userAccountOrdersItemBody {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 34px transparent;
  border-radius: 10px;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
}
.userAccountOrdersItemBody.active {
  opacity: 1;
  margin: 12px 0 20px;
  pointer-events: all;
  box-shadow: 0 4px 34px rgba(98, 95, 95, 0.1);
  position: relative;
  height: 100%;
  padding: 40px;
}
.userAccountOrdersItemBodyItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F6F5F5;
  margin-bottom: 20px;
}
.userAccountOrdersItemBodyItem:last-child {
  margin-bottom: 0;
}
.userAccountOrdersItemBodyTotal p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.userAccountOrdersItemBodyTotal p:last-child {
  margin-bottom: 0;
}
.userAccountOrdersItemInfo {
  margin-left: auto;
}
.userAccountOrdersItemInfo:first-child {
  margin-left: 0;
}
.userAccountOrdersItemInfoProducts {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.userAccountOrdersLink {
  display: flex;
  align-items: center;
  gap: 24px;
}
.userAccountOrdersLink img {
  border-radius: 8px;
}
.userAccountOrdersLinkTitle {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
}
.userAccountOrdersTitle {
  font-size: 15px;
  line-height: 24px;
  color: #9CA3AF;
  text-align: center;
}
.userAccountOrdersStatus {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 8px;
}
.userAccountOrdersTotal {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 8px;
}
.userAccountOrdersArrow {
  margin-left: 42px;
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.userAccountOrdersProducts {
  display: flex;
  align-items: center;
  gap: 20px;
}
.userAccountOrdersProducts img {
  border-radius: 8px;
}
.userAccountOrdersPrice {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
.userAccountOrdersEmpty {
  display: none;
  padding: 200px 0;
  text-align: center;
  margin-bottom: 60px;
}
.userAccountOrdersEmpty p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
  color: #8E8E8E;
}
@media (max-width: 1000px) {
  .userAccountOrdersItemInfo {
    margin-left: 0;
  }
  .userAccountOrdersItemInfoProducts {
    display: none;
  }
  .userAccountOrdersEmpty {
    padding: 150px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .userAccountOrdersList {
    margin-bottom: 42px;
  }
  .userAccountOrdersItem {
    position: relative;
  }
  .userAccountOrdersItemHeader {
    padding: 16px 16px 16px 32px;
  }
  .userAccountOrdersItemBody.active {
    padding: 28px 20px;
  }
  .userAccountOrdersItemBodyItem {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
  }
  .userAccountOrdersItemInfoTotal {
    display: none;
  }
  .userAccountOrdersLink {
    width: 100%;
  }
  .userAccountOrdersLinkTitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.searchPage {
  padding: 68px 0;
}
.searchPageContent {
  margin-bottom: 68px;
}
.searchPageList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.searchPageItem {
  width: calc(16.666% - 17px);
}
@media (max-width: 1500px) {
  .searchPageItem {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1000px) {
  .searchPage {
    padding: 48px 0;
  }
  .searchPageItem {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 700px) {
  .searchPage {
    padding: 36px 0;
  }
  .searchPageItem {
    width: calc(50% - 10px);
  }
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.preloader.active {
  opacity: 1;
  z-index: 10000;
}
.preloaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.preloaderSpinner {
  position: relative;
  width: 118px;
  height: 118px;
  animation: scale 2s linear infinite;
}
.preloaderImg {
  position: absolute;
  top: 0;
  display: block;
}
.preloaderImgBase {
  z-index: 1;
  width: 118px;
  height: 118px;
}
.preloaderImgActive {
  z-index: 2;
  width: 101px;
  height: 109px;
  transform-origin: 59px 59px;
  animation: spin 5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.ticker {
  display: none;
}
@media (max-width: 700px) {
  .ticker {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
  }
  .tickerShipping {
    background-color: #D3F1D8;
    padding: 4px 0;
    position: relative;
  }
  .tickerTrack {
    display: flex;
    white-space: nowrap;
    animation: ticker-move 15s linear infinite;
  }
  .tickerContent {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
  }
  .tickerContent.clone {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .tickerText {
    color: #20C57C;
    font-size: 10px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .tickerIcon {
    flex-shrink: 0;
  }
}
@keyframes ticker-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.productTabs {
  width: 100%;
  margin: 20px 0 0;
  display: none;
}
.productTabsList {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}
.productTabsList::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFDAEC;
  pointer-events: none;
  z-index: -1;
}
.productTabsItem {
  position: relative;
  color: #FF8C92;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: color 0.3s ease;
  padding-bottom: 8px;
  overflow: hidden;
}
.productTabsItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D40019;
  pointer-events: none;
  z-index: 0;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
}
.productTabsItem.active {
  color: #D40019;
}
.productTabsItem.active::before {
  transform: translateX(0);
}
.productTabsItemContent {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.productTabsItemContent.active {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
@media (max-width: 700px) {
  .productTabs {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */