@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}

@font-face {
  font-family: Thin;
  src: url(/assets/fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: Regular;
  src: url(/assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Medium;
  src: url(/assets/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Bold;
  src: url(/assets/fonts/Roboto-Bold.ttf);
}
ul {
  list-style: none;
  padding-left: 0 !important;
}

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

.container {
  padding: 0 160px;
}

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

.container {
  padding: 0 160px;
}

input,
button,
select {
  outline: none;
}

button {
  font-size: 14px;
  font-weight: 400;
}

.login-container {
  padding: 0 160px;
}
.login-container .login-page {
  background-color: #efefef;
  height: 713px;
  margin-top: 32px;
  position: relative;
  display: flex;
}
.login-container .login-page .login-page-close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.login-container .login-page .login-page-close-icon img {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.login-container .login-page__wrap {
  width: 317px;
  height: 237px;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  /* Form Visible Class */
}
.login-container .login-page__wrap h1 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.login-container .login-page__wrap__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 44px;
}
.login-container .login-page__wrap__form input {
  border: 1px solid #c4c4c4;
  padding: 17px 12px;
  font-size: 12px;
  font-weight: 400;
  height: 48px;
  background-color: transparent;
}
.login-container .login-page__wrap__form .actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.login-container .login-page__wrap__form .actions button {
  width: 100%;
  height: 43px;
  background-color: #232a38;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #232a38;
  cursor: pointer;
}
.login-container .login-page__wrap__form .actions .gmail-btn {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232a38;
}
.login-container .login-page__wrap__form .actions .gmail-btn img {
  margin-right: 8px;
}
.login-container .login-page__wrap #otpSection {
  display: none;
  margin-top: 44px;
  flex-direction: column;
}
.login-container .login-page__wrap #otpSection .otp-sent-message {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.5882352941);
  margin-bottom: 14px;
}
.login-container .login-page__wrap #otpSection .otp-section-form {
  display: flex;
  flex-direction: column;
}
.login-container .login-page__wrap #otpSection .otp-section-form .otp-error-message {
  color: #ff3b30;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 12px;
  margin-top: 4px;
}
.login-container .login-page__wrap #otpSection .otp-section-form .error {
  border: 1px solid #ff3b30;
}
.login-container .login-page__wrap #otpSection .otp-section-form-label {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 15px 0px;
}
.login-container .login-page__wrap #otpSection .otp-section-form-label .seconds {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5882352941);
}
.login-container .login-page__wrap #otpSection .otp-section-form-label .send-again-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: #c4c4c4;
  cursor: pointer;
}
.login-container .login-page__wrap #otpSection input {
  border: 1px solid #c4c4c4;
  padding: 17px 12px;
  font-size: 12px;
  font-weight: 400;
  height: 48px;
  background-color: transparent;
  margin-top: 10px;
}
.login-container .login-page__wrap #otpSection .actions {
  width: 100%;
  display: flex;
  gap: 10px;
}
.login-container .login-page__wrap #otpSection .actions button {
  height: 43px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #232a38;
  cursor: pointer;
  width: 100%;
}
.login-container .login-page__wrap #otpSection .actions #backBtn {
  background-color: #c4c4c4;
  color: #232a38;
  border: 1px solid #c4c4c4;
}
.login-container .login-page__wrap #otpSection .actions #otpSubmitBtn {
  background-color: #232a38;
  color: #fff;
  border: 1px solid #232a38;
}
.login-container .login-page__wrap .show-otp-section {
  display: flex !important;
}
.login-container .login-page__wrap .hide-form {
  display: none !important;
}
.login-container .login-page__wrap #success-login {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.login-container .login-page__wrap #success-login h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #000000;
}
.login-container .login-page__wrap #success-login h4 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #000000;
}
.login-container .login-page__wrap #success-login span {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5882352941);
}
.login-container .login-page__wrap #success-login span .link-personal-cabinet {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
  color: #007aff;
}
.login-container .login-page__wrap .hide-form {
  display: none !important;
}
.login-container .login-page__wrap .show-otp-section {
  display: flex !important;
}
.login-container #otpSection {
  display: flex;
  display: none;
  margin-top: 44px;
  flex-direction: column;
  height: 713px;
  background-color: #efefef;
  margin-top: 32px;
  position: relative;
}
.login-container #otpSection .otpSection-close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.login-container #otpSection .otpSection-close-icon img {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.login-container #otpSection .otpSection-wrapper {
  width: 317px;
  height: 237px;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}
.login-container #otpSection .otpSection-wrapper .headers {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.login-container #otpSection .otpSection-wrapper .headers .otp-sent-message {
  margin-top: 15px;
}
.login-container #otpSection .otpSection-wrapper .headers .regular-otp-input {
  width: 100%;
  border: 1px solid #c4c4c4;
  padding: 17px 12px;
  font-size: 12px;
  font-weight: 400;
  height: 48px;
  background-color: transparent;
  margin-top: 10px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.login-container #otpSection .otpSection-wrapper .headers .field-with-error {
  display: flex;
  flex-direction: column;
  width: 100%;
  display: none;
}
.login-container #otpSection .otpSection-wrapper .headers .field-with-error input {
  border: 1px solid #ff3b30;
  padding: 17px 12px;
  font-size: 12px;
  font-weight: 400;
  height: 48px;
  background-color: transparent;
  width: 100%;
}
.login-container #otpSection .otpSection-wrapper .headers .field-with-error .error-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: #ff3b30;
  margin-top: 5px;
}
.login-container #otpSection .otpSection-wrapper .otp-sent-message {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.5882352941);
  margin-bottom: 14px;
}
.login-container #otpSection .otpSection-wrapper .otp-section-form-label {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 15px 0px;
}
.login-container #otpSection .otpSection-wrapper .otp-section-form-label .seconds {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5882352941);
}
.login-container #otpSection .otpSection-wrapper .otp-section-form-label .send-again-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: #c4c4c4;
  cursor: pointer;
}
.login-container #otpSection .actions {
  width: 100%;
  display: flex;
  gap: 10px;
}
.login-container #otpSection .actions button {
  height: 43px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #232a38;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}
.login-container #otpSection .actions #backBtn {
  background-color: #c4c4c4;
  color: #232a38;
  border: 1px solid #c4c4c4;
}
.login-container #otpSection .actions #otpSubmitBtn {
  background-color: #232a38;
  color: #fff;
  border: 1px solid #232a38;
}
.login-container #success-login {
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  height: 713px;
  padding: 20px;
  position: relative;
}
.login-container #success-login .success-login-close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.login-container #success-login .success-login-close-icon img {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.login-container #success-login img {
  width: 80px;
  height: 80px;
  margin-top: 64px;
}
.login-container #success-login h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #232a38;
  margin-top: 30px;
}
.login-container #success-login h4 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: #232a38;
  margin-top: 10px;
}
.login-container #success-login span {
  color: #232a38;
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
}
.login-container #success-login .link-personal-cabinet {
  color: #007aff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
  cursor: pointer;
}
.login-container #success-login .actions {
  width: 100%;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.login-container #success-login .actions button {
  height: 43px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #232a38;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}
.login-container #success-login .actions #backBtn {
  background-color: #c4c4c4;
  color: #232a38;
  border: 1px solid #c4c4c4;
}
.login-container #success-login .actions #otpSubmitBtn {
  background-color: #232a38;
  color: #fff;
  border: 1px solid #232a38;
}

.login-page-mobile {
  display: none;
}

@media (max-width: 768px) {
  .login-header {
    display: none !important;
  }
  .login-container .login-page {
    display: none;
  }
  .login-container #otpSection {
    display: none;
  }
  .login-page-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0px 15px;
  }
  .login-page-mobile .login-page {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .login-page-mobile .login-page span {
    margin-bottom: 30px;
    color: #1c1b1f;
  }
  .login-page-mobile .login-page h1 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: center;
    color: #000000;
  }
  .login-page-mobile .login-page form {
    flex-grow: 1;
  }
  .login-page-mobile .login-page .actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .login-page-mobile .login-page input {
    border: 1px solid #c4c4c4;
    padding: 17px 12px;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    background-color: transparent;
    width: 100%;
    margin-top: 25px;
  }
  .login-page-mobile .login-page button {
    width: 100%;
    height: 43px;
    background-color: #232a38;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #232a38;
    cursor: pointer;
  }
  .login-page-mobile .login-page .gmail-btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232a38;
  }
  .login-page-mobile .login-page .gmail-btn img {
    margin-right: 8px;
  }
  .login-page-mobile .login-page .gmail-btn span {
    margin-bottom: 0;
  }
  .login-page-mobile #otp-section-mobile {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 100%;
    padding: 20px;
  }
  .login-page-mobile #otp-section-mobile span {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 30px;
    color: #1c1b1f;
  }
  .login-page-mobile #otp-section-mobile h1 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: center;
    color: #000000;
  }
  .login-page-mobile #otp-section-mobile .headers {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  .login-page-mobile #otp-section-mobile .headers .otp-sent-message {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5882352941);
    text-align: start;
  }
  .login-page-mobile #otp-section-mobile .headers .regular-otp-input {
    border: 1px solid #c4c4c4;
    padding: 17px 12px;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    background-color: transparent;
  }
  .login-page-mobile #otp-section-mobile .headers .field-with-error {
    flex-direction: column;
    display: none;
  }
  .login-page-mobile #otp-section-mobile .headers .field-with-error input {
    border: 1px solid #ff3b30;
    padding: 17px 12px;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    background-color: transparent;
    width: 100%;
  }
  .login-page-mobile #otp-section-mobile .headers .field-with-error .error-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: #ff3b30;
    margin-top: 5px;
  }
  .login-page-mobile #otp-section-mobile .otp-section-form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
  .login-page-mobile #otp-section-mobile .otp-section-form-label .seconds {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5882352941);
  }
  .login-page-mobile #otp-section-mobile .otp-section-form-label .send-again-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: #c4c4c4;
    cursor: pointer;
  }
  .login-page-mobile #otp-section-mobile .actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .login-page-mobile #otp-section-mobile .actions button {
    width: 100%;
    height: 43px;
    background-color: #232a38;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #232a38;
    cursor: pointer;
  }
}
.basket-list {
  width: calc(80% - 64px);
  display: flex;
  justify-content: space-between;
}
.basket-list .basket-list-mobile {
  display: none;
}
.basket-list .empty-right-part {
  display: none;
}
.basket-list .basket-list-wrap {
  display: block;
  width: 67%;
}
.basket-list .basket-list-wrap__elems {
  display: flex;
  flex-direction: column;
}
.basket-list .basket-list-wrap__elems__item {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  padding: 20px 0;
}
.basket-list .basket-list-wrap__elems__item .basket-item-image {
  width: 128px;
  height: 160px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-list .basket-list-wrap__elems__item .basket-item-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info {
  padding-left: 16px;
  width: calc(100% - 128px);
}
.basket-list .basket-list-wrap__elems__item .basket-item-info ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info ul li {
  font-size: 14px;
  font-weight: 400;
  color: #c2bdbd;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info ul li:nth-child(1) {
  color: #000;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  align-items: center;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__left {
  display: flex;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__left .basket-item-size select {
  border: 1px solid #c4c4c4;
  padding: 13px 12px;
  width: 90px;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__left .basket-item-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c4c4c4;
  padding: 0px 12px;
  width: 100px;
  margin-left: 12px;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__left .basket-item-count span,
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__left .basket-item-count div {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__left .basket-item-count span {
  cursor: pointer;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__right button {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
}
.basket-list .basket-list-wrap__elems__item .basket-item-info__bottom__right button span {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4392156863);
}
.basket-list .basket-list-wrap__elems__item:last-child {
  border-bottom: none;
}
.basket-list .basket-summary {
  display: block;
  width: 30%;
  border: 1px solid #b8b8b8;
  padding: 24px;
  height: -moz-max-content;
  height: max-content;
}
.basket-list .basket-summary__products ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 15px;
}
.basket-list .basket-summary__products ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-list .basket-summary__products ul li p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4392156863);
}
.basket-list .basket-summary__products ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.basket-list .basket-summary__total ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 15px;
}
.basket-list .basket-summary__total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-list .basket-summary__total ul li p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4392156863);
}
.basket-list .basket-summary__total ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.basket-list .basket-summary__total ul li:last-child span {
  font-size: 18px;
  font-weight: 600;
}
.basket-list .basket-summary button {
  margin-top: 24px;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  background-color: #232a38;
  border: 1px solid #232a38;
  cursor: pointer;
}

.empty-right-part {
  width: 27%;
}

.empty-basket {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 67%;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: #333;
}
.empty-basket-img img {
  width: 150px;
  height: auto;
}
.empty-basket-info {
  margin-top: 20px;
}
.empty-basket h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.empty-basket span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #717171;
}
.empty-basket-button {
  margin-top: 20px;
}
.empty-basket-button button {
  background-color: #232a38;
  color: #fff;
  padding: 15px 100px;
  border: none;
  cursor: pointer;
}

.similar-products {
  margin-top: 74px;
}
.similar-products h1 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.similar-products__list {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.similar-products__list .product-item {
  width: calc(20% - 16px);
}

@media screen and (max-width: 768px) {
  footer .container .footer-all {
    display: none;
  }
  .mobile-search-basket-page {
    display: none;
  }
  .basket-list {
    width: 100%;
    flex-direction: column;
  }
  .basket-list .empty-right-part {
    width: 0;
  }
  .basket-list .basket-list-wrap {
    display: none;
    width: 100%;
  }
  .basket-list .basket-list-wrap__elems__item {
    flex-direction: column;
  }
  .basket-list .basket-list-wrap__elems__item .basket-item-image {
    height: 128px;
  }
  .basket-list .basket-list-wrap__elems__item .basket-item-info {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
  .basket-list .basket-summary {
    border: none;
    width: 100%;
    padding: 0;
    position: fixed;
    background-color: white;
    bottom: 0;
    right: 0;
    z-index: 9999999;
  }
  .basket-list .basket-summary__products {
    display: none;
  }
  .basket-list .basket-summary__total {
    border-top: 1px solid #e8e8e8;
    padding: 0px 4%;
  }
  .basket-list .basket-summary__total ul li p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  .basket-list .basket-summary__total ul li span {
    font-size: 16px;
  }
  .basket-list .basket-summary__total ul li .last-price-number {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
  }
  .basket-list .basket-summary button {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.44px;
    text-align: center;
    background-color: #232a38;
  }
  .basket-list .basket-list-mobile {
    display: flex;
    flex-direction: column;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-image {
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-image .brand-image {
    margin-right: 0;
    width: 128px;
    height: 128px;
    background-color: #efefef;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-image .basket-item-info__bottom__right {
    display: flex;
    align-items: flex-start;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-image .basket-item-info__bottom__right button img {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left .basket-item-size,
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left .basket-item-count {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 5px;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left .basket-item-size select,
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left .basket-item-count select {
    border: 0;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left .basket-item-count span {
    cursor: pointer;
    padding: 0 5px;
  }
  .basket-list .basket-list-mobile .basket-list-wrap-mobile .basket-list-wrap__elems .basket-list-wrap__elems__item .basket-item-info .basket-item-info__bottom .basket-item-info__bottom__left .basket-item-count div {
    text-align: center;
    width: 30px;
  }
  .similar-products {
    margin-top: 30px;
  }
  .similar-products__list {
    flex-direction: column;
  }
  .empty-basket {
    margin-left: 0;
    width: 100%;
  }
}
.search-form {
  height: 713px;
  background-color: #efefef;
  margin-top: 32px;
  position: relative;
  display: none;
}
.search-form .search-close {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.search-form__wrap {
  width: 468px;
  height: 354px;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}
.search-form__wrap form {
  background-color: #fff;
  width: 468px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.search-form__wrap form input {
  border: none;
  font-size: 15px;
  font-weight: 300;
  width: 90%;
}
.search-form__wrap form input::-moz-placeholder {
  color: #dcdcdc;
}
.search-form__wrap form input::placeholder {
  color: #dcdcdc;
}
.search-form__wrap .prev-search {
  margin-top: 37px;
}
.search-form__wrap .prev-search span {
  font-size: 15px;
  font-weight: 400;
  color: #c4c4c4;
}
.search-form__wrap .prev-search ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  height: 218px;
  overflow-y: scroll;
}
.search-form__wrap .prev-search ul li a {
  display: flex;
  width: 100%;
}
.search-form__wrap .prev-search ul li a .img {
  width: 40px;
}
.search-form__wrap .prev-search ul li a .img img {
  width: 100%;
  height: 62px;
}
.search-form__wrap .prev-search ul li a .content {
  display: flex;
  justify-content: space-between;
  width: 385px;
  margin-left: 24px;
}
.search-form__wrap .prev-search ul li a .content .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-form__wrap .prev-search ul li a .content .info h1 {
  font-size: 15px;
  font-weight: 400;
}
.search-form__wrap .prev-search ul li a .content .info p {
  font-size: 12px;
  font-weight: 400;
  color: #c4c4c4;
}
.search-form__wrap .prev-search ul li a .content .info span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.search-form__wrap .prev-search ul li a .content .info span span {
  color: #c4c4c4;
}

.search-form-no-result {
  height: 713px;
  background-color: #efefef;
  margin-top: 32px;
  position: relative;
  display: none;
}
.search-form-no-result .search-close {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.search-form-no-result .search-form__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-form-no-result .search-form__wrap .no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 300px;
  margin-top: 30px;
}
.search-form-no-result .search-form__wrap .no-results p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #595959;
}
.search-form-no-result .search-form__wrap .no-results p span {
  color: #007aff;
}
.search-form-no-result .search-form__wrap .no-results img {
  width: 66px;
  height: 66px;
}

.search-active {
  display: block;
}

.whatsapp {
  width: 64px;
  height: 64px;
  background-color: #87ed92;
  border-radius: 50%;
  padding: 16px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999999;
}
#shareBtn{
    cursor: pointer;
}
.share-modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.share-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 24px;
    border: 1px solid #888;
    width: 520px;
}
.share-modal .modal-content .modal-header p {
    font-weight: bold;
    font-size: 20px;
}
.share-modal .modal-body {
    margin-top: 24px;
}
.share-modal .modal-body .share-img {
    height: 262px;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-modal .modal-body .share-img img {
    width: 180px;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
}
.share-modal .modal-body .share-form {
    height: 40px;
    background-color: #EFEFEF;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.share-modal .modal-body .share-form input {
    width: calc(100% - 50px);
    background-color: transparent;
    border: none;
    padding-left: 12px;
}
.share-modal .modal-body .share-form div {
    height: 36px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    background-color: #000;
    align-items: center;
    cursor: pointer;
}
.share-modal .modal-body .share-socials {
    margin-top: 20px;
    text-align: center;
}
.share-modal .modal-body .share-socials span {
    color: #606B83;
    font-size: 12px;
}
.share-modal .modal-body .share-socials ul {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 8px;
}
.share-modal .modal-body .share-socials ul li img {
    cursor: pointer;
}
.share-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.share-modal .close:hover,
.share-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.terms-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.terms-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 24px;
  border: 1px solid #888;
  width: 520px;
  height: 420px;
}
.terms-modal .modal-content p {
  font-size: 20px;
  font-weight: 400;
}
.terms-modal .modal-body {
  margin-top: 24px;
}
.terms-modal .modal-body .modal-tablinks {
  display: flex;
  gap: 12px;
}
.terms-modal .modal-body .modal-tablinks button {
  height: 38px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
}
.terms-modal .modal-body .modal-tablinks .modal-tab-active {
  background-color: #000;
  color: #fff;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .shipping h1 {
  font-size: 16px;
  font-weight: 600;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .shipping p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .payment-types {
  margin-top: 24px;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .payment-types h1 {
  font-size: 16px;
  font-weight: 600;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .payment-types ol {
  margin-top: 6px;
  margin-left: 15px;
  line-height: 18px;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .payment-types ol li {
  font-size: 12px;
  font-weight: 400;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .modal-footer {
  margin-top: 24px;
}
.terms-modal .modal-body .modal-tabcontents .tabcontent .modal-footer p {
  font-size: 12px;
  font-weight: 400;
}
.terms-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.terms-modal .close:hover,
.terms-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.invite-modal {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.invite-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 24px;
  border: 1px solid #888;
  width: 520px;
}
.invite-modal .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invite-modal .modal-content .modal-header .modal-header-wrap {
  display: flex;
  align-items: center;
}
.invite-modal .modal-content .modal-header .modal-header-wrap h1 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.invite-modal .modal-content .modal-header .modal-header-wrap div {
  position: relative;
}
.invite-modal .modal-content .modal-header .modal-header-wrap div .info-active {
  display: block;
}
.invite-modal .modal-content .modal-header .modal-header-wrap div img {
  margin-left: 8px;
  cursor: pointer;
}
.invite-modal .modal-content .modal-header .modal-header-wrap div span {
  position: absolute;
  background-color: #1c1b1f;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  width: 356px;
  color: #ffffff;
  bottom: 38px;
  left: -158px;
  display: none;
}
.invite-modal .modal-content .modal-header .modal-header-wrap div span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #000;
  width: 10px;
  height: 10px;
}
.invite-modal .modal-content .modal-body {
  margin-top: 24px;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-nums ul {
  display: flex;
  justify-content: space-between;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-nums ul li {
  width: calc(33.3333333333% - 4px);
  height: 75px;
  padding: 12px;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-nums ul li span {
  font-size: 21px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-nums ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  margin-top: 4px;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-url {
  height: 40px;
  border: 1px solid #e2e4e9;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  padding: 2px;
  margin-top: 16px;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-url button {
  background-color: #000;
  border: 1px solid #000;
  width: 43px;
  cursor: pointer;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-url input {
  background-color: transparent;
  border: none;
  width: calc(100% - 43px);
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-shared {
  margin-top: 20px;
  text-align: center;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-shared span {
  font-size: 12px;
  font-weight: 500;
  color: #606b83;
}
.invite-modal .modal-content .modal-body .bonus-info .bonus-shared ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}
.invite-modal .close:hover,
.invite-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mobile-search {
  display: none;
  margin-top: 7px;
  padding: 0 12px;
  justify-content: space-between;
}
.mobile-search form {
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 40px;
  padding: 8px 12px;
}
.mobile-search form input {
  background-color: transparent;
  border: none;
  height: 40px;
}
.mobile-search form img {
  opacity: 0.6;
  cursor: pointer;
}
.mobile-search__filter {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #eeeeee;
}

.mobile-sidebar {
  display: none;
  background-color: #f7f7f7;
  padding: 16px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.mobile-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.mobile-sidebar__nav li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
}
.mobile-sidebar__nav li span {
  font-size: 14px;
  font-weight: 300;
  color: #717171;
  margin-left: 12px;
}
.mobile-sidebar__nav li:last-child {
  border-bottom: none;
}
.mobile-sidebar .invite-friend {
  margin-top: 14px;
  width: 100%;
  height: 328px;
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-sidebar .invite-friend h1 {
  font-size: 20px;
  font-weight: 600;
  color: #232a38;
}
.mobile-sidebar .invite-friend button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232a38;
  color: #fff;
}
.mobile-sidebar .invite-friend img {
  width: 203px;
  height: 128px;
  margin: auto;
}

.mobile-sidebar-active {
  display: block !important;
}

.notfound-page .error-container {
  width: 40%;
  margin: auto;
  color: #ccc;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.notfound-page .error-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 332px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #232a38;
  margin-top: 24px;
}
.notfound-page .error-container h1 {
  font-size: 10rem;
  padding-top: 100px;
  font-weight: bold;
  color: #ddd;
}
.notfound-page .error-container p {
  padding-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.quit-accaunt-mobile {
  display: none;
}

.search-form-mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .error-container {
    width: 100% !important;
  }
  .quit-accaunt-mobile {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .quit-accaunt-mobile span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: center;
    color: #717171;
  }
  .quit-accaunt-mobile .no-btn {
    background-color: #000;
    color: #fff;
  }
  .quit-accaunt-mobile .yes-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .invite-modal .modal-content {
    width: calc(100% - 32px) !important;
    margin-top: 40%;
  }
  .invite-modal .modal-content .modal-header-wrap h1 {
    width: 78%;
  }
  .invite-modal .modal-content .modal-header-wrap div span {
    left: -233px !important;
    width: 326px !important;
  }
  .invite-modal .modal-content .modal-header-wrap div span::before {
    left: 77.5% !important;
  }
  .invite-modal .modal-content .bonus-info .bonus-nums ul {
    flex-wrap: wrap;
    gap: 8px;
  }
  .invite-modal .modal-content .bonus-info .bonus-nums ul li {
    width: 100% !important;
  }
  .invite-modal .modal-content .bonus-info .bonus-url input {
    width: calc(100% - 50px) !important;
  }
  .search-form {
    display: none;
  }
  .search-form-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f7f7f7;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    display: none;
  }
  .search-form-mobile .search-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .search-form-mobile .search-close img {
    width: 18px;
    height: 18px;
  }
  .search-form-mobile .search-form__wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 60px;
    width: 100%;
    padding: 20px;
  }
  .search-form-mobile form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .search-form-mobile form input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
    border: none;
  }
  .search-form-mobile form img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .search-form-mobile .prev-search {
    margin-top: 20px;
  }
  .search-form-mobile .prev-search span {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
  }
  .search-form-mobile .prev-search ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .search-form-mobile .prev-search li {
    margin-bottom: 15px;
  }
  .search-form-mobile .prev-search li a {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }
  .search-form-mobile .prev-search .img img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .search-form-mobile .prev-search .content .info h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .search-form-mobile .prev-search .content .info p {
    font-size: 12px;
    color: #777;
    margin: 5px 0;
  }
  .search-form-mobile .prev-search .content .info span {
    font-size: 12px;
    color: #333;
  }
  .search-form-mobile .prev-search .category span {
    font-size: 12px;
    color: #007bff;
  }
}
@media screen and (max-width: 576px) and (max-width: 768px) {
  .search-form-mobile form input {
    font-size: 12px;
  }
  .search-form-mobile form img {
    width: 20px;
    height: 20px;
  }
  .search-form-mobile .prev-search .img img {
    width: 40px;
    height: 40px;
  }
  .search-form-mobile .prev-search .content .info h1 {
    font-size: 12px;
  }
  .search-form-mobile .prev-search .content .info p {
    font-size: 10px;
  }
  .search-form-mobile .prev-search .content .info span {
    font-size: 10px;
  }
  .search-form-mobile .prev-search .category span {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .search-form-no-result {
    height: 713px;
    background-color: #efefef;
    margin-top: 32px;
    position: relative;
    display: none;
  }
  .search-form-no-result .search-close {
    width: 24px;
    height: 24px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
  }
  .search-form-no-result .search-form__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .search-form-no-result .search-form__wrap form {
    width: 100%;
  }
  .search-form-no-result .search-form__wrap .no-results {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 300px;
    margin-top: 30px;
  }
  .search-form-no-result .search-form__wrap .no-results p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #595959;
  }
  .search-form-no-result .search-form__wrap .no-results p span {
    color: #007aff;
  }
  .search-form-no-result .search-form__wrap .no-results img {
    width: 66px;
    height: 66px;
  }
}
header {
  margin-top: 44px;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  z-index: 4444;
}
header .header-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-all .lang {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
header .header-all .lang span {
  color: #787c84;
  font-size: 15px;
  font-weight: 400;
  margin: 0 8px;
}
header .header-all .logo {
  width: 33.3333333333%;
  text-align: center;
}
header .header-all .header-actions {
  width: 33.3333333333%;
}
header .header-all .header-actions ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
header .header-all .header-actions ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header-all .header-actions ul li span {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
header .header-all .header-actions ul li:nth-child(5) {
  display: none;
}
header .header-all .header-actions ul li a {
  display: flex;
  align-items: center;
}
header .header-all .header-actions ul .cabinet-link a {
  background-color: #38b65b;
  padding: 4px 10px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
header .header-all .header-actions ul .cabinet-link a span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  color: #fff !important;
}

footer {
  padding: 78px 0;
  border-top: 0.5px solid #b8b8b8;
  margin-top: 74px;
}
footer .footer-all {
  display: flex;
  justify-content: space-between;
}
footer .footer-all .left {
  width: 30%;
}
footer .footer-all .left img {
  margin-bottom: 34px;
}
footer .footer-all .left p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  margin-top: 10px;
}
footer .footer-all .links {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
footer .footer-all .links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
footer .footer-all .links ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}
footer .footer-all .links ul li:nth-child(1) {
  margin-bottom: 30px;
}
footer .footer-all .links ul:nth-child(2) li span, footer .footer-all .links ul:nth-child(3) li span {
  display: block;
  line-height: 27px;
}
footer .footer-all .links ul .footer-social {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 17px;
}
footer .footer-all .right {
  width: 20%;
}
footer .footer-all .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
footer .footer-all .right ul li {
  width: 50px;
  height: 30px;
}
footer .footer-all .right ul li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

#mobile-layout {
  display: none;
}

.details-page {
  margin-top: 32px;
}
.details-page .product-title {
  height: 95px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.details-page .product-title h1 {
  font-weight: 400;
  margin-bottom: 7px;
}
.details-page .product-title span {
  font-size: 14px;
  font-weight: 400;
  color: #c2bdbd;
  margin-top: 4px;
}
.details-page .details-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.details-page .details-wrap .product-image {
  width: 46%;
  display: flex;
  justify-content: space-between;
  gap: 4.5%;
}
.details-page .details-wrap .product-image .left {
  width: 10%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.details-page .details-wrap .product-image .left li {
  width: 65px;
  height: 65px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.details-page .details-wrap .product-image .left li img {
  width: 50px;
  height: 50px;
}
.details-page .details-wrap .product-image .main {
  width: 88.5%;
  height: 552px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.details-page .details-wrap .product-image .main .main-img {
  width: 453px;
  height: 453px;
}
.details-page .details-wrap .product-image .main__actions {
  display: flex;
  gap: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.details-page .details-wrap .product-image .main__actions img {
  cursor: pointer;
}
.details-page .details-wrap .product-info {
  width: 17%;
  position: relative;
  padding-right: 20px;
}
.details-page .details-wrap .product-info h1 {
  font-size: 50px;
  font-weight: 600;
  position: relative;
  display: inline;
}
.details-page .details-wrap .product-info h1 img {
  position: absolute;
  right: -24px;
  top: -8px;
}
.details-page .details-wrap .product-info .product-size-amount {
  margin-top: 24px;
}
.details-page .details-wrap .product-info .product-size-amount ul {
  display: flex;
  gap: 8px;
}
.details-page .details-wrap .product-info .product-size-amount ul li {
  border: 1px solid #c2bdbd;
  padding: 10px;
  height: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #c2bdbd;
}
.details-page .details-wrap .product-info .product-size-amount ul li span {
  font-size: 14px;
  font-weight: 400;
}
.details-page .details-wrap .product-info .product-size-amount ul .active-size-amount {
  border: 1px solid #000;
  color: #000;
}
.details-page .details-wrap .product-info .product-size-amount .amount {
  margin-top: 16px;
}
.details-page .details-wrap .product-info .product-size-amount .amount small {
  font-size: 10px;
  font-weight: 300;
}
.details-page .details-wrap .product-info .product-size-amount .amount .amount-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #c2bdbd;
  height: 43px;
  margin-top: 8px;
}
.details-page .details-wrap .product-info .product-size-amount .amount .amount-input span {
  font-size: 15px;
  font-weight: 400;
  color: #a8a8a8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.details-page .details-wrap .product-info .product-size-amount .amount .amount-input .count {
  font-weight: bold;
  color: #000;
  cursor: none;
}
.details-page .details-wrap .product-info .product-stars {
  margin-top: 24px;
}
.details-page .details-wrap .product-info .product-stars ul {
  display: flex;
  gap: 7px;
}
.details-page .details-wrap .product-info .product-info-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.details-page .details-wrap .product-info .product-info-actions button {
  background-color: #232a38;
  color: #fff;
  height: 52px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #232a38;
}
.details-page .details-wrap .product-info .product-info-actions div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-page .details-wrap .product-info .product-info-actions div p {
  font-size: 14px;
  font-weight: 300;
}
.details-page .details-wrap .product-info .product-info-actions div span {
  width: 35%;
  height: 1.5px;
  background-color: #d2d2d2;
}
.details-page .details-wrap .product-info .product-shipping-info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.details-page .details-wrap .product-info .product-shipping-info img {
  cursor: pointer;
}
.details-page .details-wrap .product-info .product-shipping-info span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
  padding-right: 20px;
  position: relative;
}
.details-page .details-wrap .product-info .product-shipping-info span .shipping-tooltip {
  display: none;
  position: absolute;
  left: -245px;
  bottom: -27px;
  width: 198px;
  height: 81px;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 16px;
}
.details-page .details-wrap .product-info .product-shipping-info span .shipping-tooltip::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 35px;
  width: 11px;
  height: 11px;
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.details-page .details-wrap .product-info .product-shipping-info span .active {
  display: block;
}
.details-page .details-wrap .product-taksit-table {
  width: 31%;
}
.details-page .details-wrap .product-taksit-table .birbank-banner {
  background-color: #f5f5f5;
  padding: 10px 12px;
  height: 143px;
  display: flex;
  align-items: center;
}
.details-page .details-wrap .product-taksit-table .birbank-banner img {
  width: 84px;
  height: 119px;
}
.details-page .details-wrap .product-taksit-table .birbank-banner div {
  margin-left: 32px;
}
.details-page .details-wrap .product-taksit-table .birbank-banner div h1 {
  font-size: 18px;
  font-weight: 600;
}
.details-page .details-wrap .product-taksit-table .birbank-banner div p {
  font-size: 10px;
  font-weight: 400;
  color: #717171;
  margin-top: 12px;
}
.details-page .details-wrap .product-taksit-table .taksit-table {
  margin-top: 28px;
}
.details-page .details-wrap .product-taksit-table .taksit-table .table-container {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.details-page .details-wrap .product-taksit-table .taksit-table .table-container th,
.details-page .details-wrap .product-taksit-table .taksit-table .table-container td {
  padding: 12px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.details-page .details-wrap .product-taksit-table .taksit-table .table-container th {
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
}
.details-page .details-wrap .product-taksit-table .taksit-table .table-container td {
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
}
.details-page .details-wrap .product-taksit-table .taksit-table .table-container tr:nth-child(even) td {
  background-color: #fff;
}
.details-page .details-wrap .product-taksit-table .taksit-table .radio-cell {
  text-align: center;
}
.details-page .details-wrap .product-taksit-table .taksit-table .radio-cell input[type=radio] {
  accent-color: black;
  /* Adjust color if needed */
}
.details-page .details-wrap .product-taksit-table .taksit-table button {
  width: 100%;
  height: 54px;
  background-color: #232a38;
  border: 1px solid #232a38;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 12px;
  cursor: pointer;
}
.details-page .details-tab {
  margin-top: 74px;
}
.details-page .details-tab .tablinks {
  border-bottom: 1px solid #c2bdbd;
  display: flex;
  gap: 48px;
}
.details-page .details-tab .tablinks button {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}
.details-page .details-tab .tablinks button span {
  color: #c2bdbd;
  margin-left: 7px;
}
.details-page .details-tab .tablinks .active {
  border-bottom: 5px solid #000000;
}
.details-page .details-tab .tabcontents {
  margin-top: 40px;
  width: 60%;
}
.details-page .details-tab .tabcontents .content1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
  font-family: Roboto;
  line-height: 26.13px;
  text-align: left;
}
.details-page .details-tab .tabcontents .content2 {
  flex-direction: column;
  font-family: Arial, sans-serif;
}
.details-page .details-tab .tabcontents .content2 h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.details-page .details-tab .tabcontents .content2 .ratings-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-summary {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 1rem;
  width: 200px;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-summary .average-rating {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-summary .average-rating .rating-value {
  font-size: 2rem;
  font-weight: bold;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-summary .average-rating .stars {
  display: flex;
  gap: 4px;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-summary .write-review {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 1rem;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution .rating-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution .rating-bar .progress-bar {
  flex-grow: 1;
  height: 8px;
  background-color: #e0e0e0;
  position: relative;
  margin-right: 1rem;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution .rating-bar .progress-bar .filled {
  height: 100%;
  background-color: #000;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution .rating-bar .stars-label {
  display: flex;
  gap: 4px;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution .rating-bar .stars-label img {
  width: 11.67px;
  height: 11.09px;
}
.details-page .details-tab .tabcontents .content2 .ratings-container .rating-distribution .rating-bar .rating-count {
  width: 2rem;
  text-align: center;
  font-size: 1rem;
}
.details-page .details-tab .reviews-container {
  margin: 4% auto;
}
.details-page .details-tab .reviews-container .dropdown-container {
  position: relative;
  width: 120px;
  font-family: Arial, sans-serif;
}
.details-page .details-tab .reviews-container .dropdown-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 2px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.details-page .details-tab .reviews-container .dropdown-container .header h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
.details-page .details-tab .reviews-container .dropdown-container .header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}
.details-page .details-tab .reviews-container .dropdown-container .header-icon svg {
  transition: transform 0.3s ease;
  font-size: 16px;
  color: gray;
}
.details-page .details-tab .reviews-container .dropdown-container .header-icon.active svg {
  transform: rotate(180deg);
}
.details-page .details-tab .reviews-container .dropdown-container .dropdown-options {
  position: absolute;
  top: 100%;
  left: 10;
  width: 200px;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 5;
  position: absolute;
  transition: max-height 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.details-page .details-tab .reviews-container .dropdown-container .dropdown-options.show {
  max-height: 500px;
  opacity: 1;
  overflow-y: auto;
}
.details-page .details-tab .reviews-container .dropdown-container .dropdown-options .option {
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
  transition: background-color 0.2s ease;
}
.details-page .details-tab .reviews-container .dropdown-container .dropdown-options .option:last-child {
  border-bottom: none;
}
.details-page .details-tab .reviews-container .dropdown-container .dropdown-options .option:hover {
  background-color: #f0f0f0;
}
.details-page .details-tab .reviews-container hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.details-page .details-tab .reviews-container .review {
  margin: 20px 0;
}
.details-page .details-tab .reviews-container .review p {
  max-width: 775px;
  margin: 0 0 10px;
  line-height: 1.6;
}
.details-page .details-tab .reviews-container .review .review-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 14px;
  color: #555;
  max-width: 450px;
  gap: 16px;
}
.details-page .details-tab .reviews-container .review .review-info .stars {
  display: flex;
  gap: 4px;
}
.details-page .details-tab .reviews-container .review .review-info .stars img {
  width: 11.67px;
  height: 11.09px;
}
.details-page .details-tab .reviews-container .review .review-info .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.08px;
  font-family: "Roboto";
  color: #000000;
  width: 150px;
}
.details-page .details-tab .reviews-container .review .review-info .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.08px;
  font-family: "Roboto";
  color: #000000;
  width: 100px;
}
.details-page .details-tab .reviews-container .load-more {
  display: block;
  width: 131px;
  height: 36px;
  background-color: #e6e6e6;
  border: 0.8px solid #000000;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  color: #000000;
}
.details-page .similar-products {
  margin-top: 56px;
}
.details-page .similar-products__title {
  font-size: 30px;
  font-weight: 500;
}
.details-page .similar-products__list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
}
.details-page .similar-products__list .product-item {
  width: 19%;
  width: 19%;
}

.pay-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.pay-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 24px;
  border: 1px solid #888;
  width: 520px;
  height: 384px;
}
.pay-modal .modal-content .modal-header {
  height: 24px;
}
.pay-modal .modal-content .modal-body {
  margin-top: 24px;
}
.pay-modal .modal-content .modal-body h1 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.pay-modal .modal-content .modal-body input {
  width: 100%;
  height: 48px;
  border: 1px solid #c4c4c4;
  padding: 17px 12px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 24px 0 16px;
}
.pay-modal .modal-content .modal-body input::-moz-placeholder {
  color: #c4c4c4;
}
.pay-modal .modal-content .modal-body input::placeholder {
  color: #c4c4c4;
}
.pay-modal .modal-content .modal-body button {
  height: 54px;
  background-color: #232a38;
  color: #fff;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  margin-top: 32px;
}
.pay-modal .modal-content .modal-body .alert {
  background-color: rgba(0, 122, 255, 0.0784313725);
  padding: 12px;
  display: flex;
}
.pay-modal .modal-content .modal-body .alert p {
  font-size: 14px;
  font-weight: 400;
  color: #007aff;
  margin-left: 12px;
  line-height: 18px;
}
.pay-modal .modal-content .modal-body .alert img {
  align-self: flex-start;
}
.pay-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.pay-modal .close:hover,
.pay-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.pay-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 24px;
  border: 1px solid #888;
  width: 520px;
  height: 384px;
}
.pay-modal .modal-content .modal-header {
  height: 24px;
}
.pay-modal .modal-content .modal-body {
  margin-top: 24px;
}
.pay-modal .modal-content .modal-body h1 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.pay-modal .modal-content .modal-body input {
  width: 100%;
  height: 48px;
  border: 1px solid #c4c4c4;
  padding: 17px 12px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 24px 0 16px;
}
.pay-modal .modal-content .modal-body input::-moz-placeholder {
  color: #c4c4c4;
}
.pay-modal .modal-content .modal-body input::placeholder {
  color: #c4c4c4;
}
.pay-modal .modal-content .modal-body button {
  height: 54px;
  background-color: #232a38;
  color: #fff;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  margin-top: 32px;
}
.pay-modal .modal-content .modal-body .alert {
  background-color: rgba(0, 122, 255, 0.0784313725);
  padding: 12px;
  display: flex;
}
.pay-modal .modal-content .modal-body .alert p {
  font-size: 14px;
  font-weight: 400;
  color: #007aff;
  margin-left: 12px;
  line-height: 18px;
}
.pay-modal .modal-content .modal-body .alert img {
  align-self: flex-start;
}
.pay-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.pay-modal .close:hover,
.pay-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.give-rate-modal-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  display: none;
}
.give-rate-modal-container .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.give-rate-modal-container .give-rate-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 519px;
  background-color: #fff;
  z-index: 9999999;
}
.give-rate-modal-container .give-rate-modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.give-rate-modal-container .give-rate-modal-heading h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #000000;
}
.give-rate-modal-container .give-rate-modal-heading .modal-section__close {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.give-rate-modal-container .give-rate-modal-body {
  display: flex;
  gap: 25px;
  padding: 20px;
}
.give-rate-modal-container .give-rate-modal-body img {
  width: 215px;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #efefef;
}
.give-rate-modal-container .give-rate-modal-body .product-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}
.give-rate-modal-container .give-rate-modal-body .product-details .authors {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.give-rate-modal-container .give-rate-modal-body .product-details .authors span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #b4b4b4;
  margin-bottom: 8px;
}
.give-rate-modal-container .give-rate-modal-body .product-details .authors h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: start;
  color: #000000;
}
.give-rate-modal-container .give-rate-modal-body .product-details .rate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.give-rate-modal-container .give-rate-modal-body .product-details .rate h3 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
  text-align: center;
  color: #000000;
}
.give-rate-modal-container .give-rate-modal-body .product-details .rate span {
  display: flex;
  gap: 5px;
}
.give-rate-modal-container .give-rate-modal-body .product-details .rate span img {
  width: 15px;
  height: 15px;
  background-color: transparent;
}
.give-rate-modal-container .give-rate-modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 20px;
  gap: 20px;
}
.give-rate-modal-container .give-rate-modal-footer button {
  padding: 10px 20px;
  background-color: #232a38;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.give-rate-modal-container .give-rate-modal-footer .disabled-btn {
  border: 1px solid #cdcdcd;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  color: #bfbfbf;
  line-height: 17.58px;
  text-align: center;
  background-color: #f5f5f5;
}

.order-success-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
.order-success-modal .modal-content {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 520px;
  max-width: 100%;
  height: 314px;
  max-height: 80%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-success-modal .modal-content .modal-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.order-success-modal .modal-content .modal-header .close {
  color: #aaa;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.order-success-modal .modal-content .modal-header .close:hover {
  color: #232a38;
}
.order-success-modal .modal-content .modal-header .close:focus {
  color: #232a38;
}
.order-success-modal .modal-content .modal-body {
  text-align: center;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
.order-success-modal .modal-content .modal-body h1 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 18.24px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
.order-success-modal .modal-content .modal-body h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 18.24px;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.order-success-modal .modal-content .modal-body img {
  width: 48px;
  max-width: 100px;
  height: 48px;
  height: auto;
  margin-bottom: 24px;
}
.order-success-modal .modal-content .modal-body p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.12px;
  text-align: center;
}
.order-success-modal .modal-content .modal-body p span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.12px;
  text-align: center;
}

.review {
  display: flex;
  flex-direction: column;
}

.review-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-info .stars {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100px;
}

.review-info .stars img {
  margin-right: 2px;
}

.dropdown-container {
  width: 300px;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.header h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.header-icon svg {
  width: 24px;
  height: 24px;
  fill: #666;
  transition: transform 0.3s ease;
}

.dropdown-options {
  padding: 12px 0;
}

.option {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.option:hover {
  background-color: #f5f5f5;
}

.option .check-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: #4caf50;
  display: none;
}

.option.selected .check-icon {
  display: inline;
}

@media screen and (max-width: 768px) {
  #product-details {
    display: none;
  }
  header {
    padding: 0 2%;
  }
  #mobile-layout {
    display: flex;
    margin-top: 0;
  }
  #mobile-layout .container .details-page .similar-products {
    padding: 0px 0px 60% 0px;
  }
  #mobile-layout .container .details-page .product-title {
    max-width: 343px;
    width: 100%;
  }
  #mobile-layout .container .details-page .details-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #mobile-layout .container .details-page .details-wrap .product-info {
    padding-right: 0px;
  }
  #mobile-layout .container .details-page .details-wrap .product-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  #mobile-layout .container .details-page .details-wrap .product-image .main {
    width: 100%;
    height: auto;
  }
  #mobile-layout .container .details-page .details-wrap .product-image .main .main-img {
    max-width: 100%;
    height: auto;
  }
  #mobile-layout .container .details-page .details-wrap .product-image .left {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
  }
  #mobile-layout .container .details-page .details-wrap .product-info {
    width: 100%;
  }
  #mobile-layout .container .details-page .details-wrap .product-info .product-size-amount ul {
    width: 100%;
  }
  #mobile-layout .container .details-page .details-wrap .product-taksit-table {
    width: 100%;
    margin-top: 15px;
  }
  #mobile-layout .container .details-page .details-wrap .product-shipping-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  #mobile-layout .container .details-page .details-wrap .product-shipping-info img {
    cursor: pointer;
  }
  #mobile-layout .container .details-page .details-wrap .product-shipping-info span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
    padding-right: 20px;
    position: relative;
  }
  #mobile-layout .container .details-page .details-wrap .product-shipping-info span .shipping-tooltip {
    display: none;
    position: absolute;
    left: -245px;
    bottom: -27px;
    width: 198px;
    height: 81px;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
  }
  #mobile-layout .container .details-page .details-wrap .product-shipping-info span .shipping-tooltip::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 35px;
    width: 11px;
    height: 11px;
    background-color: #000000;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  #mobile-layout .container .details-page .details-wrap .product-shipping-info span .active {
    display: block;
  }
  #mobile-layout .container .details-page .details-tab {
    margin-top: 15px;
  }
  #mobile-layout .container .details-page .details-tab .accordion {
    overflow: hidden;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item {
    border-bottom: 1px solid #ddd;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-header:hover {
    background-color: #f0f0f0;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-header span {
    flex-grow: 1;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-header img {
    width: 9px;
    height: 6px;
    margin-left: 8px;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content {
    padding: 16px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content p {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content .ratings-container {
    display: flex;
    flex-direction: column;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content .ratings-container .rating-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content .ratings-container .rating-summary .average-rating {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content .ratings-container .rating-summary .average-rating .stars {
    display: flex;
  }
  #mobile-layout .container .details-page .details-tab .accordion .accordion-item .accordion-content .ratings-container .rating-summary .average-rating .stars img {
    width: 20px;
    height: 20px;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #mobile-layout .container .details-page .product-info-actions {
    padding: 0% 16px;
    height: 157px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
    z-index: 2121213;
  }
  #mobile-layout .container .details-page .product-info-actions .price-info {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    display: flex;
    justify-content: start;
    color: #333;
    margin-top: 10px;
  }
  #mobile-layout .container .details-page .product-info-actions .buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #mobile-layout .container .details-page .product-info-actions .buttons-container button {
    background-color: #232a38;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.44px;
    text-align: center;
    color: #ffffff;
  }
  #mobile-layout .container .details-page .product-info-actions .buttons-container .add-to-cart {
    width: 286px;
    height: 45px;
  }
  #mobile-layout .container .details-page .product-info-actions .buttons-container .quick-order {
    width: 45px;
    height: 45px;
  }
  .give-rate-modal-container .give-rate-modal-body {
    display: flex;
    gap: 25px;
    padding: 20px;
  }
  .give-rate-modal-container .give-rate-modal-body img {
    width: 156px;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #efefef;
  }
}
@media screen and (max-width: 768px) {
  .product-details-footer {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}

header {
  margin-top: 44px;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
header .header-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
header .header-all .lang {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
header .header-all .lang span {
  color: #787c84;
  font-size: 15px;
  font-weight: 400;
  margin: 0 8px;
}
header .header-all .logo {
  width: 33.3333333333%;
  text-align: center;
}
header .header-all .header-actions {
  width: 33.3333333333%;
}
header .header-all .header-actions ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
header .header-all .header-actions ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header-all .header-actions ul li span {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
header .header-all .header-actions ul li:nth-child(5) {
  display: none;
}
header .header-all .header-actions ul li a {
  display: flex;
  align-items: center;
}
header .header-all .header-actions ul .cabinet-link a {
  background-color: #38b65b;
  padding: 4px 10px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
header .header-all .header-actions ul .cabinet-link a span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  color: #fff !important;
}

.breadcrumb-for-brands-page {
  display: flex;
  flex-direction: column;
}
.breadcrumb-for-brands-page ul {
  display: flex;
  flex-direction: column;
}
.breadcrumb-for-brands-page ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumb-for-brands-page ul li ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
.breadcrumb-for-brands-page ul li ul li .arrow {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.breadcrumb-for-brands-page ul li ul li img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.home-page {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 32px;
}
.home-page .main-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 68px;
}
.home-page .main-right .brands-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  width: 100%;
  gap: 70px;
  padding: 20px;
  padding: 32px;
}
.home-page .main-right .brands-section .brands-list {
  display: flex;
  gap: 4%;
}
.home-page .main-right .brands-section .brands-list h2 {
  font-size: 64px;
  font-weight: 500;
  color: #000000;
}
.home-page .main-right .brands-section .brands-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 35px;
}
.home-page .main-right .brands-section .brands-list ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.home-page .main-right .home-bottom-banner {
  background-color: #f1f1f1;
  padding: 62px 42px 45px 63px;
  margin-top: 56px;
  height: 350px;
  width: 100%;
}
.home-page .main-right .home-bottom-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-left h1 {
  font-size: 30px;
  font-weight: 400;
  color: #2f2f2f;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-left p {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  margin-top: 8px;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-left a {
  width: 91px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #000000;
  margin-top: 85px;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-image {
  width: 268px;
  height: 268px;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-right {
  width: 15%;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-right ul li {
  border-bottom: 0.5px solid #c5c5c5;
  text-align: right;
}
.home-page .main-right .home-bottom-banner__wrap .banner-bt-right ul li:last-child {
  border-bottom: none;
}
.home-page .main-left {
  width: 18%;
  position: relative;
}
.home-page .main-left__links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-page .main-left__links ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-page .main-left__links ul li span {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.home-page .main-left__links .internal-credit-btn {
  margin-top: 32px;
}
.home-page .main-left__links .internal-credit-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 40px;
  background-color: #f4f4f4;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
}
.home-page .main-left .best-seller {
  margin-top: 52px;
}
.home-page .main-left .best-seller h1 {
  color: #c2bdbd;
  font-size: 13px;
  font-weight: 400;
}
.home-page .main-left .best-seller ul li {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.home-page .main-left .best-seller ul li .img {
  width: 48px;
  height: 48px;
  background-color: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .main-left .best-seller ul li .img img {
  width: 26px;
  height: 26px;
}
.home-page .main-left .best-seller ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin-left: 23px;
}
.home-page .main-left .invite-friend {
  margin-top: 60%;
  width: 252px;
  height: 348px;
  background-color: rgba(239, 239, 239, 0.5019607843);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-page .main-left .invite-friend h1 {
  font-size: 20px;
  font-weight: 600;
  color: #232a38;
}
.home-page .main-left .invite-friend button {
  width: 204px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232a38;
  color: #fff;
  cursor: pointer;
}
.home-page .main-left .filter-section {
  position: absolute;
  top: 0;
  max-width: 265px;
  width: 100%;
  max-height: 989px;
  padding: 46px 0;
  padding-bottom: 0px;
  background-color: #f5f5f5;
  display: none;
}
.home-page .main-left .filter-section__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.home-page .main-left .filter-section h4 {
  font-size: 12px;
  font-weight: 600;
  color: #c2bdbd;
  margin-bottom: 7px;
}
.home-page .main-left .filter-section__price h4 {
  margin: 0 0 21px 31px;
}
.home-page .main-left .filter-section__price .price-range {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .main-left .filter-section__price .range-values {
  display: flex;
  justify-content: space-between;
  width: 203px;
  margin-top: 16px;
}
.home-page .main-left .filter-section__price .range-values span {
  font-size: 13px;
  font-weight: 600;
}
.home-page .main-left .filter-section__price .slider-container {
  position: relative;
  width: 163px;
}
.home-page .main-left .filter-section__price input[type=range] {
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 5px;
  outline: none;
  pointer-events: none;
}
.home-page .main-left .filter-section__price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
.home-page .main-left .filter-section__price input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.home-page .main-left .filter-section__checkbox {
  width: 135px;
  margin: 37px 0 37px 31px;
  display: flex;
  flex-direction: column;
}
.home-page .main-left .filter-section__checkbox .custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding-left: 35px;
  cursor: pointer;
  margin-top: 16px;
}
.home-page .main-left .filter-section__checkbox .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.home-page .main-left .filter-section__checkbox .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.home-page .main-left .filter-section__checkbox .custom-checkbox input:checked ~ .checkmark {
  background-color: #2f2f2f;
  /* Checked vəziyyətdə checkbox rəngi */
}
.home-page .main-left .filter-section__checkbox .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.home-page .main-left .filter-section__checkbox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.home-page .main-left .filter-section__checkbox .custom-checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.brand-footer-container {
  padding: 5% 10%;
  border-top: 0.5px solid #b8b8b8;
  margin-top: 74px;
}
.brand-footer-container .brand-footer-all {
  display: flex;
  justify-content: space-between;
}
.brand-footer-container .brand-footer-all .left {
  width: 30%;
}
.brand-footer-container .brand-footer-all .left img {
  margin-bottom: 34px;
}
.brand-footer-container .brand-footer-all .left p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  margin-top: 10px;
}
.brand-footer-container .brand-footer-all .links {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.brand-footer-container .brand-footer-all .links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.brand-footer-container .brand-footer-all .links ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}
.brand-footer-container .brand-footer-all .links ul li:nth-child(1) {
  margin-bottom: 30px;
}
.brand-footer-container .brand-footer-all .links ul:nth-child(2) li span, .brand-footer-container .brand-footer-all .links ul:nth-child(3) li span {
  display: block;
  line-height: 27px;
}
.brand-footer-container .brand-footer-all .links ul .brand-footer-social {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.brand-footer-container .brand-footer-all .right {
  width: 20%;
}
.brand-footer-container .brand-footer-all .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand-footer-container .brand-footer-all .right ul li {
  width: 50px;
  height: 30px;
}
.brand-footer-container .brand-footer-all .right ul li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .home-page {
    flex-direction: column;
  }
  .home-page .main-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-page .main-right {
    width: 100%;
  }
  .home-page .main-right .brands-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    padding-top: 0;
  }
  .home-page .main-right .brands-section .brands-list {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .home-page .main-right .brands-section .brands-list h2 {
    font-size: 44px;
  }
  .home-page .main-right .brands-section .brands-list ul {
    margin-left: 0;
    padding: 0;
  }
  .home-page .main-right .brands-section .brands-list ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .brand-footer-container {
    background-color: #232a38;
    color: white;
    padding: 20px 10px;
  }
  .brand-footer-container .brand-footer-all {
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
  }
  .brand-footer-container .brand-footer-all .left {
    width: 100%;
    color: white;
  }
  .brand-footer-container .brand-footer-all .left img {
    margin-bottom: 20px;
    width: 80px;
    background-color: white;
    padding: 10px;
  }
  .brand-footer-container .brand-footer-all .left p {
    font-size: 12px;
    font-weight: 400;
    color: white;
    margin-top: 5px;
  }
  .brand-footer-container .brand-footer-all .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .brand-footer-container .brand-footer-all .links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .brand-footer-container .brand-footer-all .links ul .brand-footer-social {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
    color: white;
  }
  .brand-footer-container .brand-footer-all .links ul li span {
    font-size: 12px;
    font-weight: 400;
    color: white;
    display: block;
    line-height: 20px;
  }
  .brand-footer-container .brand-footer-all .links ul li:nth-child(1) {
    margin-bottom: 15px;
  }
  .brand-footer-container .brand-footer-all .right {
    width: 100%;
  }
  .brand-footer-container .brand-footer-all .right ul {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .brand-footer-container .brand-footer-all .right ul li {
    width: 40px;
    height: 25px;
  }
  .brand-footer-container .brand-footer-all .right ul li img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  header {
    display: flex !important;
    margin-top: 10px !important;
  }
  header .container {
    width: 100%;
  }
  header .container .logo img {
    width: 117px;
    height: 28px;
  }
  header .container .header-actions ul {
    gap: 8px !important;
  }
  header .container .header-actions ul li {
    display: none !important;
  }
  header .container .header-actions ul li:nth-child(2) {
    display: flex !important;
  }
  header .container .header-actions ul li:nth-child(5) {
    display: flex !important;
  }
  footer {
    display: block;
    background-color: #232a38;
  }
  footer .footer-all {
    flex-direction: column;
  }
  footer .footer-all .left,
  footer .footer-all .links,
  footer .footer-all .right {
    width: 100%;
  }
  footer .footer-all .left img {
    filter: brightness(0) invert(1);
  }
  footer .footer-all .left p {
    display: none;
  }
  footer .footer-all .links {
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
  }
  footer .footer-all .links ul {
    width: 100%;
  }
  footer .footer-all .links ul li span {
    color: #fff;
  }
  footer .footer-all .right {
    margin-top: 40px;
  }
  footer .footer-all .right img {
    filter: brightness(0) invert(1);
  }
  .container {
    padding: 0 16px;
  }
  .modal-content {
    width: 95% !important;
  }
  .modal-content .modal-tablinks button {
    padding: 10px 8px !important;
  }
  .home-banner {
    display: none;
  }
  .home-page .main-left {
    display: none;
  }
  .home-page .main-products {
    width: 100% !important;
  }
  .home-page .main-products__top {
    justify-content: flex-end !important;
  }
  .home-page .main-products__top ul {
    display: none !important;
  }
  .service-page__list {
    flex-direction: column;
  }
  .service-page__list__item {
    width: 100% !important;
  }
  .cabinet {
    flex-direction: column;
  }
  .cabinet__aside {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .cabinet__aside__nav {
    display: none !important;
  }
  .cabinet__sections {
    flex-direction: column;
    width: 100% !important;
    gap: 12px;
  }
  .cabinet__sections__elem {
    width: 100% !important;
    padding: 16px !important;
    overflow-x: hidden;
  }
  .cabinet__sections .bonus p {
    margin: 8px 0 48px !important;
  }
  .internal-credit .breadcrumb {
    display: block !important;
  }
  .internal-credit__payment {
    flex-direction: column;
    gap: 12px;
  }
  .internal-credit__payment__method {
    width: 100% !important;
    padding: 0 16px !important;
  }
  .internal-credit__payment__method .image {
    width: 112px !important;
    height: 36px !important;
  }
  .internal-credit__payment__method .text {
    width: 55% !important;
  }
  .product-item {
    width: 100% !important;
  }
  .mobile-search {
    display: flex;
  }
  footer {
    display: none;
  }
  .footer-for-mobile {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 12px;
  }
  .footer-for-mobile .footer-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .footer-for-mobile .footer-wrapper .column1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
    /* Added spacing between the elements */
  }
  .footer-for-mobile .footer-wrapper .column1 div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    /* Increased gap for better spacing */
  }
  .footer-for-mobile .footer-wrapper .column1 div img {
    width: 30px;
    /* Adjusted width for better visual balance */
    height: auto;
    /* Maintains the aspect ratio */
  }
  .footer-for-mobile .footer-wrapper .column1 div .categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Adds spacing between the list items */
    color: #fff;
    /* Ensures text is white for visibility */
  }
  .footer-for-mobile .footer-wrapper .column1 div .categories h3 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    /* Increased font size for better readability */
    font-weight: 500;
    /* Adjusted weight for better visual emphasis */
    line-height: 18px;
    color: #fff;
    margin-bottom: 8px;
    /* Added space below the heading */
  }
  .footer-for-mobile .footer-wrapper .column1 div .categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* Removed default list style */
  }
  .footer-for-mobile .footer-wrapper .column1 div .categories ul li {
    font-size: 10px;
    /* Smaller font size for list items */
    line-height: 18px;
  }
  .footer-for-mobile .footer-wrapper .column1 .banking-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* Increased gap for better separation between icons */
  }
  .footer-for-mobile .footer-wrapper .column1 .banking-icons span {
    display: flex;
    gap: 12px;
    /* Adjusted spacing between icons */
  }
  .footer-for-mobile .footer-wrapper .column1 .banking-icons span .visa,
  .footer-for-mobile .footer-wrapper .column1 .banking-icons span .master,
  .footer-for-mobile .footer-wrapper .column1 .banking-icons span .m10,
  .footer-for-mobile .footer-wrapper .column1 .banking-icons span .birbank {
    width: auto;
    height: auto;
    max-width: 50px;
    /* Ensures logos don't get too big */
    max-height: 20px;
    /* Sets a max height for uniformity */
  }
  .footer-for-mobile .footer-wrapper .column2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-for-mobile .footer-wrapper .column2 h3 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer-for-mobile .footer-wrapper .column2 p {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    margin: 0;
  }
  .footer-for-mobile .footer-wrapper .column2 .question ul {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
  }
  .footer-for-mobile .footer-wrapper .column2 .question ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .footer-for-mobile .footer-wrapper .column2 .icons-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  .footer-for-mobile .footer-wrapper .column2 .icons-wrapper img {
    width: 24px;
    height: 24px;
  }
  .footer-for-mobile .footer-wrapper .column2 p:last-of-type {
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .product-item {
    width: 49% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1400px) {
  .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-item {
    width: 49% !important;
  }
}
main {
  margin-top: 32px;
}
main .container .home-banner-mobile {
  display: none;
}
main .home-page-mobile {
  display: none;
}
main .home-banner {
  position: relative;
  background-color: #efefef;
}
main .home-banner .home-banner__close {
  position: absolute;
  top: 5%;
  right: 2%;
  background: none;
  border: none;
  cursor: pointer;
}
main .home-banner .home-banner__close img {
  width: 28px;
  height: 28px;
}
main .home-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .home-banner__wrap span {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
main .home-banner__wrap h1 {
  font-size: 35px;
  font-weight: 600;
  color: #2f2f2f;
}
main .home-banner__wrap .banner-left {
  display: flex;
  flex-direction: column;
  gap: 41px;
  width: 30%;
}
main .home-banner__wrap .banner-left span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #000000;
}
main .home-banner__wrap .banner-left h1 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  line-height: 45.5px;
  text-align: left;
  color: #2f2f2f;
}
main .home-banner__wrap .banner-img {

}
main .home-banner__wrap .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .home-banner__wrap .banner-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 41px;
  width: 30%;
}
main .home-banner__wrap .banner-right span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #000000;
}
main .home-banner__wrap .banner-right h1 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  line-height: 52.5px;
  text-align: left;
  color: #2f2f2f;
}
main .home-banner__wrap .banner-right h1 sup {
  font-size: 18px;
  font-weight: 400;
  color: #9d9d9d;
}
main .home-bottom-banner {
  background-color: #f1f1f1;
  margin-top: 56px;
}
main .home-bottom-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .home-bottom-banner__wrap .banner-bt-left h1 {
  font-size: 30px;
  font-weight: 400;
  color: #2f2f2f;
}
main .home-bottom-banner__wrap .banner-bt-left p {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  margin-top: 8px;
}
main .home-bottom-banner__wrap .banner-bt-left a {
  width: 91px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #000000;
  margin-top: 85px;
}
main .home-bottom-banner__wrap .banner-bt-image {

}
main .home-bottom-banner__wrap .banner-bt-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .home-bottom-banner__wrap .banner-bt-right {
  width: 15%;
}
main .home-bottom-banner__wrap .banner-bt-right ul li {
  border-bottom: 0.5px solid #c5c5c5;
  text-align: right;
}
main .home-bottom-banner__wrap .banner-bt-right ul li:last-child {
  border-bottom: none;
}
main .home-page {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
main .home-page .main-left {
  width: 18%;
  position: relative;
}
main .home-page .main-left .filter-section {
  display: flex;
  flex-direction: column;
  width: 265px;
  max-height: 989px;
  padding: 23px 0;
  padding-top: 0;
  background-color: #f5f5f5;
  display: none;
}
main .home-page .main-left .filter-section .filter-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5%;
}
main .home-page .main-left .filter-section .filter-section-heading span {
  display: flex;
  align-items: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #717171;
}
main .home-page .main-left .filter-section .filter-section-heading .filter-section__close {
  cursor: pointer;
}
main .home-page .main-left .filter-section h4 {
  font-size: 12px;
  font-weight: 600;
  color: #c2bdbd;
  margin-bottom: 7px;
}
main .home-page .main-left .filter-section__price {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
main .home-page .main-left .filter-section__price .price-range {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .home-page .main-left .filter-section__price .range-values {
  display: flex;
  justify-content: space-between;
  width: 203px;
  margin-top: 16px;
}
main .home-page .main-left .filter-section__price .range-values span {
  font-size: 13px;
  font-weight: 600;
}
main .home-page .main-left .filter-section__price .slider-container {
  position: relative;
  width: 163px;
}
main .home-page .main-left .filter-section__price input[type=range] {
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 5px;
  outline: none;
  pointer-events: none;
}
main .home-page .main-left .filter-section__price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
main .home-page .main-left .filter-section__price input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
main .home-page .main-left .filter-section__checkbox {
  width: 135px;
  margin: 37px 0 37px 31px;
  display: flex;
  flex-direction: column;
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding-left: 35px;
  cursor: pointer;
  margin-top: 16px;
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox input:checked ~ .checkmark {
  background-color: #2f2f2f;
  /* Checked vəziyyətdə checkbox rəngi */
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
main .home-page .main-left .filter-section__checkbox .custom-checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
main .home-page .main-left__links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main .home-page .main-left__links ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .home-page .main-left__links ul li span {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
main .home-page .main-left__links .internal-credit-btn {
  margin-top: 32px;
}
main .home-page .main-left__links .internal-credit-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 40px;
  background-color: #f4f4f4;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
}
main .home-page .main-left .best-seller {
  margin-top: 52px;
}
main .home-page .main-left .best-seller h1 {
  color: #c2bdbd;
  font-size: 13px;
  font-weight: 400;
}
main .home-page .main-left .best-seller ul li {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
main .home-page .main-left .best-seller ul li .img {
  width: 48px;
  height: 48px;
  background-color: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .home-page .main-left .best-seller ul li .img img {
  width: 26px;
  height: 26px;
}
main .home-page .main-left .best-seller ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin-left: 23px;
}
main .home-page .main-left .invite-friend {
  margin-top: 55%;
  width: 252px;
  height: 348px;
  background-color: rgba(239, 239, 239, 0.5019607843);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .home-page .main-left .invite-friend h1 {
  font-size: 20px;
  font-weight: 600;
  color: #232a38;
}
main .home-page .main-left .invite-friend button {
  width: 204px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232a38;
  color: #fff;
  cursor: pointer;
}
main .home-page .main-products {
  width: 76%;
}
main .home-page .main-products__top {
  display: flex;
  justify-content: space-between;
}
main .home-page .main-products__top ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
main .home-page .main-products__top ul li {
  font-size: 13px;
  font-weight: 400;
  color: #c2bdbd;
  cursor: pointer;
}
main .home-page .main-products__top ul .active {
  color: #000000;
}
main .home-page .main-products__top select {
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #c2bdbd;
}
main .home-page .main-products__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 24px;
}
main .home-page .main-products__list .product-item {
  width: 32.3%;
}
main .home-page .main-products__pagination {
  margin-top: 32px;
}
main .home-page .main-products__pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
main .home-page .main-products__pagination ul li {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
main .home-page .main-products__pagination ul .active-page {
  background-color: #000;
  color: #fff;
}
main .cabinet {
  display: flex;
  justify-content: space-between;
}
main .cabinet__aside {
  width: 20%;
}
main .cabinet__aside__top ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main .cabinet__aside__top ul li a {
  display: flex;
  align-items: center;
}
main .cabinet__aside__top ul li a span {
  margin-left: 4px;
  font-size: 13px;
  font-weight: 400;
}
main .cabinet__aside__top ul li ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
main .cabinet__aside__top ul li ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .cabinet__aside__top ul li ul li a {
  font-size: 13px;
  font-weight: 400;
}
main .cabinet__aside__nav {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 32px;
}
main .cabinet__aside__nav h1 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
main .cabinet__aside__nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .cabinet__aside__nav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #717171;
}
main .cabinet__aside__nav ul li a span {
  color: #bfbfbf;
  margin-left: 4px;
}
main .cabinet__aside__nav a {
  display: flex;
  align-items: center;
  color: #787c84;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 2px;
}
main .cabinet__aside__nav a span {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 400;
}
main .cabinet__aside__nav a img {
  opacity: 0.6;
}
main .cabinet__sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(80% - 64px);
  gap: 15px;
}
main .cabinet__sections__elem {
  width: calc(50% - 16px);
  height: 180px;
  padding: 24px 0 0 41px;
}
main .cabinet__sections__elem h2 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
main .cabinet__sections .bonus {
  background-color: #64c34d;
}
main .cabinet__sections .bonus p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin: 33px 0 43px;
}
main .cabinet__sections .bonus a {
  display: flex;
  align-items: center;
}
main .cabinet__sections .bonus a span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
main .cabinet__sections .last-order {
  background-color: #efefef;
  position: relative;
}
main .cabinet__sections .last-order h2 {
  color: #717171;
}
main .cabinet__sections .last-order ul {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
main .cabinet__sections .last-order ul li {
  display: flex;
  flex-direction: column;
}
main .cabinet__sections .last-order ul li img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
main .cabinet__sections .last-order ul li h3 {
  font-size: 13px;
  font-weight: 400;
  color: #b4b4b4;
}
main .cabinet__sections .last-order ul li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-top: 5px;
}
main .cabinet__sections .last-order span {
  position: absolute;
  bottom: 13px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
main .cabinet__sections .order-location {
  background-color: #ff9500;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
main .cabinet__sections .order-location p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
}
main .cabinet__sections .order-location ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
main .cabinet__sections .order-location ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
main .cabinet__sections .order-location img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
main .cabinet__sections .get-birkart {
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20%;
  padding: 0;
}
main .cabinet__sections .get-birkart .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
main .cabinet__sections .get-birkart .info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #000000;
  text-align: start;
}
main .cabinet__sections .get-birkart .info span {
  font-size: 10px;
  font-weight: 400;
  line-height: 11.72px;
  text-align: left;
  color: #717171;
  text-align: start;
  max-width: 165px;
}
main .cabinet__sections .get-birkart img {
  width: 108px;
  height: 151px;
}
main .cabinet__sections .invite-friend {
  background-color: #efefef;
  overflow: hidden;
}
main .cabinet__sections .invite-friend ul {
  display: flex;
  justify-content: space-between;
}
main .cabinet__sections .invite-friend ul li {
  width: 47%;
}
main .cabinet__sections .invite-friend ul li h1 {
  font-size: 20px;
  font-weight: 600;
  color: #0b0b0b;
}
main .cabinet__sections .invite-friend ul li button {
  width: 190px;
  height: 40px;
  background-color: #0b0b0b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
  margin-top: 24px;
  cursor: pointer;
}
main .cabinet__sections .invite-friend ul li img {
  width: 200px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .cabinet__comments {
  display: block;
  width: calc(80% - 64px);
}
main .cabinet__comments__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .cabinet__comments__list li span {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
main .cabinet__comments__list li ul {
  margin-top: 11px;
  display: flex;
  align-items: center;
  height: 120px;
  background-color: #efefef;
  padding: 17px 25px 14px;
}
main .cabinet__comments__list li ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .cabinet__comments__list li ul li img {
  width: 89px;
  height: 89px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .cabinet__comments__list li ul li:nth-child(1) {
  width: 10%;
}
main .cabinet__comments__list li ul li:nth-child(2) {
  border-right: 1px solid #c9c9c9;
  padding-right: 50px;
  width: 18%;
}
main .cabinet__comments__list li ul li:nth-child(2) span {
  display: flex;
  flex-direction: column;
}
main .cabinet__comments__list li ul li:nth-child(2) span:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
}
main .cabinet__comments__list li ul li:nth-child(2) span:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  color: #b4b4b4;
  margin-top: 4px;
}
main .cabinet__comments__list li ul li p {
  font-size: 14px;
  font-weight: 300;
}
main .cabinet__comments__list li ul li:nth-child(3) {
  padding-left: 53px;
  width: 65%;
}
main .cabinet__comments__list li ul .comment-rating {
  display: flex;
  gap: 7px;
  margin-top: 17px;
}
main .cabinet__comments__list li ul .comment-rating img {
  width: 11px;
  height: 11px;
}
main .cabinet .cabinet-comments-mobile {
  display: none;
}
main .cabinet__wishlist {
  width: calc(80% - 64px);
}
main .cabinet__wishlist__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
main .cabinet__wishlist__list .product-item {
  width: calc(25% - 16px);
}
main .cabinet__wishlist__list .product-item__image__actions .heart-icon {
  width: 24px;
  height: 24px;
  background: url("/assets/images/wishlist.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: background 0.3s ease;
}
main .cabinet__wishlist__list .product-item__image__actions .heart-icon.active {
  background: url("/assets/images/wishlist-red-heart.svg") no-repeat center;
  background-size: contain;
}
main .cabinet__wishlist__empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 20px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-left: 17.5%;
}
main .cabinet__wishlist__empty img {
  width: 118px;
  height: 103px;
  margin-bottom: 20px;
}
main .cabinet__wishlist__empty h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #000000;
}
main .cabinet__wishlist__empty p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #717171;
}
main .cabinet__wishlist__empty button {
  padding: 10px 20px;
  background-color: #232a38;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
main .cabinet__personal {
  width: calc(80% - 64px);
}
main .cabinet__personal .form__non-credit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
main .cabinet__personal .form__non-credit__container {
  width: calc(50% - 8px);
  height: 48px;
  border: 1px solid #c4c4c4;
  padding: 17px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* Checkbox checked olduqda */
}
main .cabinet__personal .form__non-credit__container .eye-icon-line {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 24px;
  height: 1.5px;
  transform: rotate(-45deg);
  background-color: #000;
  display: none;
}
main .cabinet__personal .form__non-credit__container:nth-child(7) {
  border: none;
  justify-content: flex-end;
  width: 100%;
}
main .cabinet__personal .form__non-credit__container .pass-eye-icon {
  cursor: pointer;
}
main .cabinet__personal .form__non-credit__container input {
  border: none;
  width: calc(100% - 40px);
}
main .cabinet__personal .form__non-credit__container .toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .cabinet__personal .form__non-credit__container .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}
main .cabinet__personal .form__non-credit__container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
main .cabinet__personal .form__non-credit__container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  /* Default rəng */
  border-radius: 20px;
  transition: background-color 0.4s ease;
}
main .cabinet__personal .form__non-credit__container .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s ease;
}
main .cabinet__personal .form__non-credit__container input:checked + .slider {
  background-color: #000;
  /* Qara rəng */
}
main .cabinet__personal .form__non-credit__container input:checked + .slider:before {
  transform: translateX(14px);
}
main .cabinet__personal .form__non-credit__container .label-text {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
main .cabinet__personal .form__credit {
  display: none;
}
main .cabinet__personal .form__credit__pin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
main .cabinet__personal .form__credit__sibling {
  margin-top: 44px;
}
main .cabinet__personal .form__credit__sibling h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
main .cabinet__personal .form__credit__sibling__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 12px;
}
main .cabinet__personal .form__credit__job {
  margin-top: 44px;
}
main .cabinet__personal .form__credit__job h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
main .cabinet__personal .form__credit__job .form__credit__sibling__container .form__non-credit__container:nth-child(1) {
  width: 100%;
}
main .cabinet__personal .form__credit__identity {
  margin-top: 44px;
}
main .cabinet__personal .form__credit__identity h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
main .cabinet__personal .form__credit__identity__container {
  display: flex;
  gap: 20px;
}
main .cabinet__personal .form__credit__identity__container .form__non-credit__container {
  margin-top: 12px;
  height: 0;
  padding: 23px 25px 60px;
  background-color: #f2f2f2;
  border: 1px dashed #c4c4c4;
}
main .cabinet__personal .form__credit__identity__container .form__non-credit__container input[type=file] {
  display: none;
}
main .cabinet__personal .form__credit__identity__container .form__non-credit__container label {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
main .cabinet__personal .form__submit {
  margin-top: 24px;
}
main .cabinet__personal .form__submit button {
  width: 330px;
  height: 48px;
  background-color: #232a38;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
main .internal-credit__tabs {
  margin-top: 32px;
}
main .internal-credit__tabs h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
main .internal-credit__tabs .accordion {
  margin: 20px auto;
  border-radius: 5px;
}
main .internal-credit__tabs .accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
main .internal-credit__tabs .accordion .accordion-item .accordion-header {
  padding: 24px 0 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
main .internal-credit__tabs .accordion-icon {
  font-size: 20px;
  color: #666;
  transition: transform 0.2s ease;
}
main .internal-credit__tabs .accordion-header.active .accordion-icon {
  transform: rotate(45deg);
}
main .internal-credit__tabs .accordion-body {
  display: none;
  padding: 15px 20px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
main .internal-credit__tabs .accordion-body.show {
  display: block;
}
main .internal-credit__payment {
  display: flex;
  justify-content: space-between;
}
main .internal-credit__payment__method {
  width: calc(50% - 10px);
  height: 180px;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 43px;
}
main .internal-credit__payment__method .text a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
}
main .internal-credit__payment__method .text a img {
  margin-left: 22px;
}
main .internal-credit__payment__method .text p {
  font-size: 10px;
  font-weight: 400;
  color: #717171;
  margin-top: 10px;
}
main .internal-credit__payment__method .image {
  width: 189px;
  height: 60px;
}
main .internal-credit__payment__method .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .service-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px;
}
main .service-page__list__item {
  width: calc(33.3333333333% - 28px);
  height: 130px;
  border: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px;
}
main .service-page__list__item__img {
  display: flex;
  align-items: center;
}
main .service-page__list__item__img img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .service-page__list__item__title {
  padding-left: 31px;
}
main .service-page__list__item__title h1 {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
main .service-page__list__item__title p {
  font-size: 12px;
  font-weight: 400;
  color: #7b7b7b;
  margin-top: 7px;
}
main .service-page__list__item__title a {
  font-size: 12px;
  font-weight: 400;
  color: #b3b3b3;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
main .service-page__list__item__title a img {
  margin-left: 8px;
}

.footer-for-mobile-home {
  display: none;
}

.popup-container {
  padding: 0 160px;
}
.popup-container .popup-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 452px;
  width: 100%;
  height: 70px;
  background-color: #ff9500;
  padding: 12px;
}
.popup-container .popup-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup-container .popup-wrapper div .order-label {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: #ffffff;
}
.popup-container .popup-wrapper div .order-message {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.popup-container .popup-wrapper div .order-message img {
  color: #ffd498;
  width: 19px;
  height: 19px;
}
.popup-container .popup-wrapper div .order-message span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #ffffff;
}
.popup-container .popup-wrapper .watch-detailed {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}

.basket-brand-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.basket-brand-modal-container .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.basket-brand-modal-container .basket-brand-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  z-index: 9999999;
}
.basket-brand-modal-container .basket-brand-modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.basket-brand-modal-container .basket-brand-modal-heading h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #000000;
}
.basket-brand-modal-container .basket-brand-modal-heading .modal-section__close {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.basket-brand-modal-container .basket-brand-modal-body {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.basket-brand-modal-container .basket-brand-modal-body img {
  width: 215px;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #efefef;
}
.basket-brand-modal-container .basket-brand-modal-body div {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.basket-brand-modal-container .basket-brand-modal-body div .authors {
  display: flex;
  align-items: start;
}
.basket-brand-modal-container .basket-brand-modal-body div .authors span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #b4b4b4;
  margin-bottom: 8px;
}
.basket-brand-modal-container .basket-brand-modal-body div .authors h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
  color: #000000;
}
.basket-brand-modal-container .basket-brand-modal-body div h1 {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  text-align: left;
  color: #000000;
}
.basket-brand-modal-container .basket-brand-modal-body div h1 sup {
  font-size: 14px;
  color: #c2bdbd;
  text-decoration: none;
}
.basket-brand-modal-container .basket-brand-modal-body div h1 sup img {
  width: 22px;
  height: 20px;
  background-color: transparent;
}
.basket-brand-modal-container .basket-brand-modal-body div .amount {
  margin-top: 16px;
}
.basket-brand-modal-container .basket-brand-modal-body div .amount .amount-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 8px 12px;
  border: 1px solid #c2bdbd;
  height: 43px;
  margin-top: 8px;
  width: 100%;
}
.basket-brand-modal-container .basket-brand-modal-body div .amount .amount-input span {
  font-size: 15px;
  font-weight: 400;
  color: #a8a8a8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.basket-brand-modal-container .basket-brand-modal-body div .amount .amount-input span.count {
  font-weight: bold;
  color: #000;
  cursor: default;
}
.basket-brand-modal-container .basket-brand-modal-body div .size-dropdown {
  margin-top: 16px;
}
.basket-brand-modal-container .basket-brand-modal-body div .size-dropdown label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.basket-brand-modal-container .basket-brand-modal-body div .size-dropdown select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #c2bdbd;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  height: 43px;
  border-radius: 0;
  padding: 8px 12px;
}
.basket-brand-modal-container .basket-brand-modal-body div .size-dropdown select option {
  font-size: 14px;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}
.basket-brand-modal-container .basket-brand-modal-body div .size-dropdown select option span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #c2bdbd;
}
.basket-brand-modal-container .basket-brand-modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 20px;
  gap: 20px;
}
.basket-brand-modal-container .basket-brand-modal-footer button {
  padding: 10px 20px;
  background-color: #232a38;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.basket-brand-modal-container .basket-brand-modal-footer a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.basket-brand-modal-container .basket-brand-modal-footer a:hover {
  color: #333;
}

.rules-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.rules-modal-container .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  cursor: pointer;
}
.rules-modal-container .rules-modal {
  position: relative;
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 5;
}
.rules-modal-container .rules-modal .rules-modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.rules-modal-container .rules-modal .rules-modal-heading h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.rules-modal-container .rules-modal .rules-modal-heading .modal-section__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.rules-modal-container .rules-modal .rules-modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rules-modal-container .rules-modal .rules-modal-body .actions-container {
  display: flex;
  gap: 8px;
}
.rules-modal-container .rules-modal .rules-modal-body .actions-container button {
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  cursor: pointer;
}
.rules-modal-container .rules-modal .rules-modal-body .actions-container button.btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}
.rules-modal-container .rules-modal .rules-modal-body .actions-container button.regular-btn {
  background-color: #fff;
  color: #000;
}
.rules-modal-container .rules-modal .rules-modal-body .rules-content .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin-bottom: 8px;
}
.rules-modal-container .rules-modal .rules-modal-body .rules-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #000000;
}
.rules-modal-container .rules-modal .rules-modal-body .rules-content p span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #000000;
}
.rules-modal-container .rules-modal .rules-modal-body .rules-content ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
.rules-modal-container .rules-modal .rules-modal-body .rules-content ol li {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #090909;
}

.credit-application-success-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
}
.credit-application-success-modal-container .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.credit-application-success-modal-container .credit-application-success-modal {
  position: relative;
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 5;
}
.credit-application-success-modal-container .credit-application-success-modal .credit-application-success-modal-heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
}
.credit-application-success-modal-container .credit-application-success-modal .credit-application-success-modal-heading .modal-section__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.credit-application-success-modal-container .credit-application-success-modal .credit-application-success-modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.credit-application-success-modal-container .credit-application-success-modal .credit-application-success-modal-body h2 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 18.24px;
  text-align: center;
  color: #000000;
}
.credit-application-success-modal-container .credit-application-success-modal .credit-application-success-modal-body img {
  width: 48px;
  height: 48px;
}

.brands-active {
  display: grid;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb ul li {
  display: flex;
}
.breadcrumb ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #b9b9b9;
}

.product-item {
  transition: all 0.3s ease;
  position: relative;
  overflow-x: hidden;
}
.product-item:hover {
  padding: 12px;
  box-shadow: 0px 4px 16.9px 0px rgba(0, 0, 0, 0.1215686275);
}
.product-item:hover .product-item__info .price-ul li {
  display: block;
}
.product-item:hover .product-item__info .price-ul li .product-price {
  font-size: 14px;
}
.product-item:hover .product-item__info .price-ul li .product-price span {
  font-size: 14px;
}
.product-item__image {
  background-color: #efefef;
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-item__image__new-discount {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-item__image__new-discount span {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
}
.product-item__image .product-main-image {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__image__actions {
  display: flex;
  gap: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.product-item__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 16px;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 2121;
}
.product-item__info .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-item__info .title h1 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.product-item__info .title span {
  font-size: 14px;
  font-weight: 400;
  color: #c2bdbd;
}
.product-item__info .title .price-ul li {
  display: none;
}
.product-item__info .title .price-ul li .product-price {
  font-size: 14px;
  color: #c2bdbd;
}
.product-item__info .title .price-ul li .product-price span {
  color: #c2bdbd;
  font-size: 14px;
}
.product-item__info .title .price-ul .active-li {
  display: block;
}
.product-item__info .taksit {
  width: 136px;
  height: 52px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: rgba(239, 239, 239, 0.4196078431);
  padding: 4px;
}
.product-item__info .taksit ul {
  display: flex;
  justify-content: space-between;
}
.product-item__info .taksit ul li {
  font-size: 10px;
  font-weight: 400;
  color: #c2bdbd;
  width: 40px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-item__info .taksit ul .active-taksit {
  color: #000000;
  border: 1px solid #000;
}
.product-item__info .taksit .taksit-price {
  text-align: center;
}
.product-item__info .taksit .taksit-price p {
  font-size: 14px;
  font-weight: 500;
  color: #090909;
}

.order-status-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
.order-status-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.order-status-modal .modal-content {
  position: relative;
  background: white;
  width: 90%;
  max-width: 539px;
  padding: 20px;
  z-index: 2;
}
.order-status-modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.order-status-modal .modal-content .modal-header h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
  color: #000000;
}
.order-status-modal .modal-content .modal-header .close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}
.order-status-modal .modal-content .modal-body .product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.order-status-modal .modal-content .modal-body .product-info .product-name {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #434343;
}
.order-status-modal .modal-content .modal-body .product-info .product-price {
  font-size: 14px;
  color: #555;
}
.order-status-modal .modal-content .modal-body .progress-tracker {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  font-size: 14px;
  color: #777;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step .icon span {
  font-size: 12px;
  color: white;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step .text {
  margin-left: 1.5em;
  line-height: 1.5;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 9px;
  width: 2px;
  height: calc(100% - 0px);
  background: #ccc;
  z-index: 0;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step:last-child::after {
  display: none;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step.completed {
  color: green;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step.completed .icon {
  background: green;
  border-color: green;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step.completed .icon span {
  color: white;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step.completed::after {
  background: green;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step.active {
  color: black;
  font-weight: bold;
}
.order-status-modal .modal-content .modal-body .progress-tracker .step.active .icon {
  background: white;
  border-color: black;
}

.order-status-modal-w-actions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.order-status-modal-w-actions .info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.order-status-modal-w-actions .info div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.order-status-modal-w-actions .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.order-status-modal-w-actions .modal-content {
  position: relative;
  background: white;
  width: 90%;
  max-width: 539px;
  padding: 20px;
  z-index: 2;
}
.order-status-modal-w-actions .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.order-status-modal-w-actions .modal-content .modal-header span {
  display: flex;
  align-items: start;
  gap: 8px;
}
.order-status-modal-w-actions .modal-content .modal-header span h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
  color: #000000;
}
.order-status-modal-w-actions .modal-content .modal-header span p {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5215686275);
}
.order-status-modal-w-actions .modal-content .modal-header .close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 5%;
}
.order-status-modal-w-actions .modal-content .modal-body .product-info {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.order-status-modal-w-actions .modal-content .modal-body .product-info .product-name {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #434343;
}
.order-status-modal-w-actions .modal-content .modal-body .product-info .product-price {
  font-size: 14px;
  color: #555;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  font-size: 14px;
  color: #777;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step .icon span {
  font-size: 12px;
  color: white;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step .text {
  margin-left: 1.5em;
  line-height: 1.5;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 9px;
  width: 2px;
  height: calc(100% - 0px);
  background: #ccc;
  z-index: 0;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step:last-child::after {
  display: none;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step.completed {
  color: green;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step.completed .icon {
  background: green;
  border-color: green;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step.completed .icon span {
  color: white;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step.completed::after {
  background: green;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step.active {
  color: black;
  font-weight: bold;
}
.order-status-modal-w-actions .modal-content .modal-body .progress-tracker .step.active .icon {
  background: white;
  border-color: black;
}
.order-status-modal-w-actions .modal-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.order-status-modal-w-actions .modal-footer button {
  flex: 1;
}
.order-status-modal-w-actions .modal-footer .regular {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  color: #232a38;
  padding: 8px 12px;
  border: 1px solid #232a38;
  border-radius: 0;
}
.order-status-modal-w-actions .modal-footer .next-btn {
  background-color: #232a38;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 0;
  border: 1px solid #232a38;
  color: #fff;
}

.home-bottom-banners-mobile {
  display: none;
}

.mobile-search-home {
  display: none;
}

.filter-section-mobile {
  display: none;
}

.other-sizes-container-mobile {
  display: none;
}

.cabinet-personal-for-mobile {
  display: none;
}

.footer-for-mobile-personal-info {
  display: none;
}

.cabinet .cabinet-wishlist-mobile {
  display: none;
}

.cabinet .cabinet-wishlist-no-data-mobile {
  display: none;
}

.cabinet .cabinet-orders-mobile {
  display: none;
}

.cabinet-orders {
  flex: 1;
}
.cabinet-orders .cabinet-orders-list .cabinet-order-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #000000;
}
.cabinet-orders .cabinet-orders-list .cabinet-order {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  flex: 1;
  margin: 10px 0px;
  padding: 22px 18px;
  gap: 10px;
  position: relative;
  justify-content: space-between;
}
.cabinet-orders .cabinet-orders-list .cabinet-order div {
  display: flex;
  align-items: center;
  text-align: start;
  gap: 8px;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .cabinet-order-date {
  font-weight: bold;
  color: #333;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .first img {
  width: 47px;
  height: 47px;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .first span p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #000;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .first span span {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 11.72px;
  text-align: left;
  color: #b4b4b4;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .fourth {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: start;
  color: #b4b4b4;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .mastercard {
  width: 32px;
  height: 40px;
  border-radius: 4px;
  height: 18px;
}
.cabinet-orders .cabinet-orders-list .cabinet-order p {
  margin: 0;
  font-weight: bold;
  color: #333;
}
.cabinet-orders .cabinet-orders-list .cabinet-order span {
  color: #555;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .ready-state {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cabinet-orders .cabinet-orders-list .cabinet-order .ready-state .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: green;
}
.cabinet-orders .main-products__pagination {
  margin-top: 32px;
}
.cabinet-orders .main-products__pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cabinet-orders .main-products__pagination ul li {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
.cabinet-orders .main-products__pagination ul .active-page {
  background-color: #000;
  color: #fff;
}

.footer-for-mobile-wishlist {
  display: none;
}

@media screen and (max-width: 768px) {
  main .cabinet__sections .get-birkart {
    display: none !important;
  }
  main .container .home-page-mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    width: 100%;
  }
  main .container .home-page-mobile .main-products {
    width: 76%;
  }
  main .container .home-page-mobile .main-products__top {
    display: flex;
    justify-content: space-between;
  }
  main .container .home-page-mobile .main-products__top ul {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  main .container .home-page-mobile .main-products__top ul li {
    font-size: 13px;
    font-weight: 400;
    color: #c2bdbd;
    cursor: pointer;
  }
  main .container .home-page-mobile .main-products__top ul .active {
    color: #000000;
  }
  main .container .home-page-mobile .main-products__top select {
    border: none;
    font-size: 13px;
    font-weight: 400;
    color: #c2bdbd;
  }
  main .container .home-page-mobile .main-products__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-top: 24px;
  }
  main .container .home-page-mobile .main-products__list .product-item {
    width: 32.3%;
  }
  main .container .home-page-mobile .main-products__pagination {
    margin-top: 32px;
  }
  main .container .home-page-mobile .main-products__pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  main .container .home-page-mobile .main-products__pagination ul li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #f1f1f1;
    cursor: pointer;
  }
  main .container .home-page-mobile .main-products__pagination ul .active-page {
    background-color: #000;
    color: #fff;
  }
  main .container .home-banner-mobile {
    display: block;
    background-color: #efefef;
  }
  main .container .home-banner-mobile .home-banner__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    height: 280px;
  }
  main .container .home-banner-mobile .home-banner__wrap .home-banner__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  main .container .home-banner-mobile .home-banner__wrap .home-banner__header span {
    font-size: 14px;
    color: #666;
    font-weight: bold;
  }
  main .container .home-banner-mobile .home-banner__wrap .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  main .container .home-banner-mobile .home-banner__wrap .text-wrapper .title {
    font-size: 24px;
  }
  main .container .home-banner-mobile .home-banner__wrap .text-wrapper span {
    font-size: 16px;
  }
  main .container .home-banner-mobile .home-banner__wrap .text-wrapper .price {
    font-size: 22px;
    font-weight: 700;
  }
  main .container .home-banner-mobile .home-banner__wrap .text-wrapper sup {
    color: #9d9d9d;
  }
  main .container .home-banner-mobile .home-banner__wrap .home-banner__close {
    border: 0;
    background: none;
    cursor: pointer;
  }
  main .container .home-banner-mobile .home-banner__wrap .home-banner__close img {
    width: 10px;
    height: 10px;
  }
  main .container .home-banner-mobile .home-banner__wrap span {
    font-size: 14px;
    color: #666;
  }
  main .container .home-banner-mobile .home-banner__wrap h1 {
    margin: 0;
  }
  main .container .home-banner-mobile .home-banner__wrap h1:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  main .container .home-banner-mobile .home-banner__wrap h1:last-of-type {
    font-size: 16px;
    font-weight: normal;
  }
  main .container .home-banner-mobile .home-banner__wrap h1:last-of-type sup {
    font-size: 12px;
    color: #999;
  }
  main .container .home-banner-mobile .home-banner__wrap h1:last-of-type del {
    color: #999;
  }
  main .container .home-banner-mobile .home-banner__wrap .banner-img {
    position: absolute;
    overflow: hidden;
  }
  main .container .home-banner-mobile .home-banner__wrap .banner-img img {

  }
  .home-bottom-banner {
    display: none;
  }
  .home-bottom-banners-mobile {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
  }
  .home-bottom-banners-mobile .home-bottom-banner {
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    padding: 0;
    margin-top: 0;
  }
  .home-bottom-banners-mobile .home-bottom-banner:last-child {
    margin-bottom: 20px;
  }
  .home-bottom-banners-mobile .home-bottom-banner__wrap {
    display: flex;
    width: 100%;
    height: 106px;
    align-items: center;
    justify-content: space-between;
  }
  .home-bottom-banners-mobile .home-bottom-banner__wrap .banner-bt-left {
    flex: 1;
  }
  .home-bottom-banners-mobile .home-bottom-banner__wrap .banner-bt-left h1 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #2f2f2f;
  }
  .home-bottom-banners-mobile .home-bottom-banner__wrap .banner-bt-left p {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    color: #8c8c8c;
  }
  .home-bottom-banners-mobile .home-bottom-banner__wrap .banner-bt-image {

  }
  .home-bottom-banners-mobile .home-bottom-banner__wrap .banner-bt-image img {

  }
  .basket-brand-modal-container .basket-brand-modal-body {
    display: flex;
    gap: 25px;
    padding: 20px;
  }
  .basket-brand-modal-container .basket-brand-modal-body img {
    width: 156px;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #efefef;
  }
  .rules-modal-container {
    padding: 0px 10px;
  }
  .popup-container {
    padding: 0 16px;
  }
  .basket-brand-modal-container {
    display: none;
  }
  .mobile-search-home {
    display: flex;
    margin-top: 20px;
    padding: 0 16px;
    justify-content: space-between;
  }
  .mobile-search-home form {
    background-color: #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    height: 40px;
    padding: 8px 12px;
  }
  .mobile-search-home form input {
    background-color: transparent;
    border: none;
    height: 40px;
  }
  .mobile-search-home form img {
    opacity: 0.6;
    cursor: pointer;
  }
  .mobile-search-home__filter {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #eeeeee;
  }
  .filter-section-mobile {
    display: none;
    position: relative;
    top: 410px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 398px;
    height: auto;
    max-height: 989px;
    padding: 20px;
    background-color: #f5f5f5;
    z-index: 9999;
  }
  .filter-section-mobile .filter-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-section-mobile .filter-section-heading span {
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #717171;
  }
  .filter-section-mobile .filter-section__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .filter-section-mobile h4 {
    font-size: 14px;
    font-weight: 600;
    color: #c2bdbd;
    margin-bottom: 15px;
  }
  .filter-section-mobile .filter-section__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .filter-section-mobile .filter-section__price h4 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #c2bdbd;
    margin: 0 0 10px 0;
  }
  .filter-section-mobile .filter-section__price .price-range {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .filter-section-mobile .filter-section__price .range-values {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 203px;
    margin-top: 16px;
  }
  .filter-section-mobile .filter-section__price .range-values span {
    font-size: 13px;
    font-weight: 600;
  }
  .filter-section-mobile .filter-section__price .slider-container {
    position: relative;
    width: 100%;
    max-width: 163px;
  }
  .filter-section-mobile .filter-section__price input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 5px;
    outline: none;
    pointer-events: none;
  }
  .filter-section-mobile .filter-section__price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
  }
  .filter-section-mobile .filter-section__price input[type=range]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
  }
  .filter-section-mobile .filter-section__checkbox {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-section-mobile .filter-section__checkbox h4 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #c2bdbd;
    margin-bottom: 0;
  }
  .filter-section-mobile .filter-section__checkbox .custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding-left: 35px;
    cursor: pointer;
    margin-top: 16px;
  }
  .filter-section-mobile .filter-section__checkbox .custom-checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
  }
  .filter-section-mobile .filter-section__checkbox .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .filter-section-mobile .filter-section__checkbox .custom-checkbox input:checked ~ .checkmark {
    background-color: #2f2f2f;
  }
  .filter-section-mobile .filter-section__checkbox .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .filter-section-mobile .filter-section__checkbox .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .other-sizes-container-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999999999;
    overflow: hidden;
  }
  .other-sizes-container-mobile .other-sizes-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(139, 139, 139, 0.4);
    z-index: 1;
  }
  .other-sizes-container-mobile .other-sizes-content {
    position: relative;
    z-index: 999999999999;
    background: white;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25%;
    padding: 16px;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-heading img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-heading span {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: center;
    color: #000;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-body {
    position: relative;
    z-index: 3;
    padding: 16px;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 4;
    position: relative;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-body ul li {
    padding: 12px 0;
    font-size: 16px;
    color: #c2bdbd;
    font-family: Roboto;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-body ul li:last-child {
    border-bottom: none;
  }
  .other-sizes-container-mobile .other-sizes-content .other-sizes-body ul li span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #000000;
  }
  .order-status-modal-w-actions .modal-content .modal-header .close-button {
    margin-bottom: 8%;
  }
  .history-header {
    display: none !important;
  }
  main .cabinet .cabinet__aside {
    display: none;
  }
  main .cabinet .cabinet__comments {
    display: none !important;
  }
  .cabinet .cabinet__personal {
    display: none;
  }
  .cabinet .cabinet__wishlist {
    display: none;
  }
  .cabinet .cabinet-personal-for-mobile {
    display: flex;
    flex-direction: column;
  }
  .cabinet .cabinet-personal-for-mobile .form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit__container {
    position: relative;
    display: flex;
    align-items: center;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit__container input {
    flex: 1;
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    outline: none;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit__container .pass-eye-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit__container .eye-icon-line {
    display: none;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .switch .slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .switch input:checked + .slider {
    background-color: #232a38;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .switch input:checked + .slider::before {
    transform: translateX(20px);
  }
  .cabinet .cabinet-personal-for-mobile .form .form__non-credit .toggle-container .label-text {
    font-size: 1rem;
    color: #333;
  }
  .cabinet .cabinet-personal-for-mobile .form .form__submit button {
    width: 100%;
    padding: 0.75rem;
    background-color: #232a38;
    color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
  }
  .cabinet .cabinet-wishlist-mobile {
    display: flex;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__image {
    position: relative;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__image .product-item__image__actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__image .product-item__image__actions img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__image .product-item__image__actions .heart-icon {
    width: 24px;
    height: 24px;
    background: url("/assets/images/wishlist-red-heart.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__image .product-main-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title h1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    margin-bottom: 3px;
    text-align: start;
    color: #000000;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #c2bdbd;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title .price-ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title .price-ul li {
    font-size: 14px;
    color: #333;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title .price-ul li.active-li {
    font-weight: bold;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title .price-ul li .product-price {
    font-size: 14px;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .title .price-ul li .product-price span {
    font-weight: normal;
    color: #888;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .actions {
    display: flex;
    align-items: center;
    margin-top: 16px;
    width: 100%;
    gap: 10px;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .actions .size-dropdown {
    width: 100%;
    flex: 1;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .actions .size-dropdown select {
    flex: 1;
    padding: 8px 0;
    border: 1px solid #c2bdbd;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    height: 43px;
    border-radius: 0;
    width: 100%;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .actions .size-dropdown select option {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: left;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .actions .size-dropdown select option span {
    color: #c2bdbd;
  }
  .cabinet .cabinet-wishlist-mobile .cabinet-wishlist .cabinet-wishlist-mobile-list .product-item__info .actions button {
    flex: 1;
    width: 100%;
    padding: 13px 0px;
    background-color: #000000;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
  }
  .cabinet .cabinet-wishlist-no-data-mobile {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .cabinet .cabinet-wishlist-no-data-mobile img {
    width: 118px;
    height: 103px;
    margin-bottom: 20px;
  }
  .cabinet .cabinet-wishlist-no-data-mobile h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: center;
    color: #000000;
  }
  .cabinet .cabinet-wishlist-no-data-mobile p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: center;
    color: #717171;
  }
  .cabinet .cabinet-wishlist-no-data-mobile button {
    padding: 10px 20px;
    background-color: #232a38;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
  }
  .cabinet .cabinet-orders-mobile {
    display: block;
  }
  .cabinet .cabinet-orders-mobile .close-icon {
    margin-bottom: 30px;
  }
  .cabinet .cabinet-orders-mobile .close-icon img {
    width: 10px;
    height: 10px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-heading {
    display: flex;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    align-items: center;
    gap: 12px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-heading img {
    width: 17px;
    height: 18px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-heading span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #717171;
    margin-top: 4px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses span {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 11.72px;
    text-align: center;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .ready {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .ready .circle.green {
    background-color: green;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .credit {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .credit .circle.orange {
    background-color: orange;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .canceled {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cabinet .cabinet-orders-mobile .cabinet-orders-statuses .canceled .circle.red {
    background-color: red;
  }
  .cabinet .cabinet-orders-mobile .history-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .history-item-date {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: #000000;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #efefef;
    padding: 8px 4px;
    margin-top: 4px;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper img {
    width: 47px;
    height: 47px;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-right: 15%;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper .details p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #000;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper .details span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #c2bdbd;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper div .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: green;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper div .discount {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: center;
    color: #000;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .upper div span img {
    width: 16px;
    height: 9px;
  }
  .cabinet .cabinet-orders-mobile .history-list .history-list-item .bottom {
    padding: 10px 16px;
    background-color: #efefef;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: #000000;
  }
  .cabinet .cabinet-orders-mobile .main-products__pagination {
    margin-top: 32px;
  }
  .cabinet .cabinet-orders-mobile .main-products__pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cabinet .cabinet-orders-mobile .main-products__pagination ul li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #f1f1f1;
    cursor: pointer;
  }
  .cabinet .cabinet-orders-mobile .main-products__pagination ul .active-page {
    background-color: #000;
    color: #fff;
  }
  .cabinet .cabinet-orders {
    display: none;
  }
  .footer-wishlist {
    display: none;
  }
  .footer-for-mobile-personal-info {
    display: none;
  }
  .footer-for-404 {
    display: none;
  }
  .footer-for-mobile-personal-info {
    display: block;
    width: 100%;
    padding: 20px 12px;
  }
  .footer-for-mobile-personal-info .footer-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
    /* Added spacing between the elements */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    /* Increased gap for better spacing */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 div img {
    width: 30px;
    /* Adjusted width for better visual balance */
    height: auto;
    /* Maintains the aspect ratio */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 div .categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Adds spacing between the list items */
    color: #fff;
    /* Ensures text is white for visibility */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 div .categories h3 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    /* Increased font size for better readability */
    font-weight: 500;
    /* Adjusted weight for better visual emphasis */
    line-height: 18px;
    color: #fff;
    margin-bottom: 8px;
    /* Added space below the heading */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 div .categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* Removed default list style */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 div .categories ul li {
    font-size: 10px;
    /* Smaller font size for list items */
    line-height: 18px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 .banking-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* Increased gap for better separation between icons */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 .banking-icons span {
    display: flex;
    gap: 12px;
    /* Adjusted spacing between icons */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column1 .banking-icons span .visa,
  .footer-for-mobile-personal-info .footer-wrapper .column1 .banking-icons span .master,
  .footer-for-mobile-personal-info .footer-wrapper .column1 .banking-icons span .m10,
  .footer-for-mobile-personal-info .footer-wrapper .column1 .banking-icons span .birbank {
    width: auto;
    height: auto;
    max-width: 50px;
    /* Ensures logos don't get too big */
    max-height: 20px;
    /* Sets a max height for uniformity */
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 h3 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 p {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    margin: 0;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 .question ul {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 .question ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 .icons-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 .icons-wrapper img {
    width: 24px;
    height: 24px;
  }
  .footer-for-mobile-personal-info .footer-wrapper .column2 p:last-of-type {
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  .footer-for-mobile-wishlist {
    display: block;
    width: 100%;
    padding: 20px 12px;
  }
  .footer-for-mobile-wishlist .footer-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 div img {
    width: 30px;
    height: auto;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 div .categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 div .categories h3 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    margin-bottom: 8px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 div .categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 div .categories ul li {
    font-size: 10px;
    line-height: 18px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 .banking-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 .banking-icons span {
    display: flex;
    gap: 12px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column1 .banking-icons span .visa,
  .footer-for-mobile-wishlist .footer-wrapper .column1 .banking-icons span .master,
  .footer-for-mobile-wishlist .footer-wrapper .column1 .banking-icons span .m10,
  .footer-for-mobile-wishlist .footer-wrapper .column1 .banking-icons span .birbank {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 20px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 h3 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 p {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    margin: 0;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 .question ul {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 .question ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 .icons-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 .icons-wrapper img {
    width: 24px;
    height: 24px;
  }
  .footer-for-mobile-wishlist .footer-wrapper .column2 p:last-of-type {
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  .footer-for-mobile-404 {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 12px;
  }
  .footer-for-mobile-404 .footer-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 div img {
    width: 30px;
    height: auto;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 div .categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 div .categories h3 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    margin-bottom: 8px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 div .categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 div .categories ul li {
    font-size: 10px;
    line-height: 18px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 .banking-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 .banking-icons span {
    display: flex;
    gap: 12px;
  }
  .footer-for-mobile-404 .footer-wrapper .column1 .banking-icons span .visa,
  .footer-for-mobile-404 .footer-wrapper .column1 .banking-icons span .master,
  .footer-for-mobile-404 .footer-wrapper .column1 .banking-icons span .m10,
  .footer-for-mobile-404 .footer-wrapper .column1 .banking-icons span .birbank {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 20px;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 h3 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 p {
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    margin: 0;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 .question ul {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 .question ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 .icons-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 .icons-wrapper img {
    width: 24px;
    height: 24px;
  }
  .footer-for-mobile-404 .footer-wrapper .column2 p:last-of-type {
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  main .cabinet .cabinet-comments-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #efefef;
    font-family: Arial, sans-serif;
    max-width: 400px;
    margin: 0 auto;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header .product-image {
    width: 88px;
    height: 88px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 12px;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header .product-info {
    display: flex;
    flex-direction: column;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header .product-info .product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header .product-info .product-subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0;
    color: #888;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header .product-info .rating {
    display: flex;
    gap: 3%;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile .comment-mobile-header .product-info .rating img {
    width: 13px;
    height: 13px;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile-body {
    margin-top: 3%;
  }
  main .cabinet .cabinet-comments-mobile .comment-mobile-body p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.08px;
    text-align: left;
    color: #000000;
  }
}/*# sourceMappingURL=style.css.map */
