@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta/PlusJakartaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta/PlusJakartaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta/PlusJakartaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manjari";
  src: url("../fonts/manjari/Manjari-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manjari";
  src: url("../fonts/manjari/Manjari-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  background: #F8F6F0;
  color: #11101F;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.container {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.btn--primary {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.home-hero__title {
  font-family: "Manjari", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.header__cart-count, .cart-count, .wishlist-count {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100% - 40px);
  max-width: 1360px;
  height: 60px;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 30px;
  background-color: rgba(255, 254, 250, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2;
}
.site-header__left {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 100%;
}
.site-header__right {
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100%;
}
.site-header__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.site-header__center .logo-link {
  display: block;
}
.site-header__center .logo-img {
  width: 94px;
  height: 21px;
  display: block;
}

.menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  background-color: #EBE8DD;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  padding: 0;
}
.menu-toggle .icon-menu {
  width: 20px;
  height: 8px;
}

.primary-navigation, .secondary-navigation {
  height: 100%;
}
.primary-navigation .header-menu, .secondary-navigation .header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  gap: 0;
}
.primary-navigation .header-menu li, .secondary-navigation .header-menu li {
  height: 100%;
}
.primary-navigation .header-menu a, .secondary-navigation .header-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 60px;
  text-decoration: none;
  color: #11101F;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.primary-navigation .header-menu a:hover, .secondary-navigation .header-menu a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.secondary-navigation {
  margin-right: 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-actions .action-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72px;
  min-width: 72px;
  height: 36px;
  background-color: #EBE8DD;
  border-radius: 30px;
  padding: 0 8px 0 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header-actions .action-btn:hover {
  background-color: #DFD8C8;
}
.header-actions .action-btn .action-icon {
  display: block;
}
.header-actions .action-btn .action-icon--heart {
  width: 16px;
  height: 15px;
}
.header-actions .action-btn .action-icon--cart {
  width: 18px;
  height: 18px;
}
.header-actions .action-btn .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: #F8F6F0;
  border-radius: 50%;
  color: #5C5B66;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.header-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background-color: rgba(255, 254, 250, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 30px;
  max-height: 0;
  padding: 0 40px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.header-dropdown.active {
  max-height: 500px;
  padding: 40px;
  opacity: 1;
  visibility: visible;
}
.header-dropdown__inner {
  display: flex;
  gap: 80px;
}
.header-dropdown__col .dropdown-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #807F7D;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-dropdown__col .dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-dropdown__col .dropdown-menu a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #11101F;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.header-dropdown__col .dropdown-menu a:hover {
  color: #88CF24;
}

@media (max-width: 1024px) {
  .primary-navigation, .secondary-navigation {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    top: 10px;
  }
  .site-header__left {
    padding-left: 10px;
  }
  .site-header__right {
    padding-right: 10px;
  }
  .menu-toggle {
    margin-right: 0;
  }
  .header-dropdown {
    top: calc(100% + 5px);
    border-radius: 20px;
  }
  .header-dropdown.active {
    padding: 24px;
  }
  .header-dropdown__inner {
    flex-direction: column;
    gap: 30px;
  }
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes borderSpin {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

.home-hero {
  width: 100%;
  background: #F8F6F0;
}

.home-hero__inner {
  width: 100%;
  max-width: 1330px;
  height: auto;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 570px 760px;
  column-gap: 0;
  position: relative;
  box-sizing: border-box;
}

.home-hero__left {
  position: relative;
  padding-right: 0;
}

.home-hero__title {
  width: 667px;
  font-family: "Manjari", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 72px;
  letter-spacing: -1.6px;
  color: #243F2F;
  margin: 0;
  position: relative;
  z-index: 3;
}

.home-hero__logo {
  margin-top: 30px;
  width: 420px;
  height: auto;
  display: block;
}

.home-hero__card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 540px;
  height: 220px;
  border: 1px solid rgba(17, 16, 31, 0.2);
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.home-hero__card-text {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5C5B66;
  max-width: 320px;
  margin: 0;
}

.home-hero__card-arrow {
  width: 46px;
  height: 46px;
  background-color: #EBE8DD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}
.home-hero__card-arrow img {
  width: 16px;
  height: 16px;
  display: block;
}

.home-hero__card-cta {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #11101F;
  text-decoration: none;
}

.home-hero__right {
  position: relative;
  z-index: 1;
}

.home-hero__image {
  width: 100%;
  max-width: 760px;
  height: 1006px;
  object-fit: cover;
  display: block;
  border-radius: 32px;
}

@media (max-width: 768px) {
  .home-hero__inner {
    width: 100%;
    height: auto;
    padding: 24px 16px;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .home-hero__title {
    width: 100%;
    font-size: 44px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  .home-hero__logo {
    width: 240px;
    margin-top: 16px;
  }
  .home-hero__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    border-radius: 24px;
  }
  .home-hero__card {
    position: relative;
    width: 100%;
    height: auto;
    padding: 18px;
    border-radius: 16px;
    margin-top: 10px;
  }
  .home-hero__card-arrow {
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
  }
  .home-hero__card-arrow img {
    width: 40px;
    height: 40px;
  }
  .home-hero__card-cta {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-top: 14px;
  }
}
.home-about {
  width: 100%;
  min-height: 710px;
  margin-top: 0;
}
.home-about__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 140px;
  box-sizing: border-box;
}
.home-about__header {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 40px;
}
.home-about__logo {
  width: 186px;
  height: 41px;
}
.home-about__title-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -1px;
  color: #243F2F;
  margin-left: 10px;
}
.home-about__cards {
  display: flex;
  gap: 20px;
}

.about-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.about-card--main {
  width: 360px;
  height: 360px;
  background: linear-gradient(90deg, #3A863F 0%, #A2DF96 100%);
  padding: 40px;
  box-sizing: border-box;
}
.about-card--main .about-card__main-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0;
}
.about-card--main .about-card__btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 180px;
  height: 46px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  text-decoration: none;
}
.about-card--main .about-card__btn .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.about-card--main .about-card__btn .btn-icon {
  width: 20px;
  height: 20px;
}
.about-card--info {
  width: 300px;
  height: 360px;
  background-color: #FFFEFA;
  box-sizing: border-box;
  padding: 30px;
}
.about-card--info .about-card__icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 26px;
}
.about-card--info .about-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  max-width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}
.about-card--info .about-card__desc {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5C5B66;
  margin: 0;
}
.about-card--special {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  border-radius: 30px 0 30px 30px;
}

@media (max-width: 1360px) {
  .home-about__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-about__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home-about__inner {
    padding-top: 80px;
  }
  .home-about__header {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .home-about__title-text {
    margin-left: 0;
  }
  .about-card--main, .about-card--info {
    width: 100%;
    height: auto;
    min-height: 360px;
  }
}
.bestsellers-section {
  width: 100%;
}
.bestsellers-section__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 100px 20px 0;
  box-sizing: border-box;
}
.bestsellers-section__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
  color: #243F2F;
  text-align: center;
  margin: 0 0 60px 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  width: 100%;
  max-width: 315px;
  background-color: #FFFEFA;
  border-radius: 30px;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.product-card:hover {
  z-index: 10;
}
.product-card__top {
  position: relative;
  height: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFEFA;
  border-radius: 30px 30px 0 0;
}
.product-card__top .badge-new {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: 40px;
  background-color: #A2DF96;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #FFFEFA;
}
.product-card__top .btn-wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background-color: #EBE8DD;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.product-card__top .btn-wishlist img {
  width: 25px;
  height: auto;
}
.product-card__top .btn-wishlist:active {
  transform: scale(0.9);
}
.product-card__top .product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-card__top .product-image-link img, .product-card__top .product-image-link .product-img {
  max-width: 100%;
  max-height: 75%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-card__info {
  height: 103px;
  background-color: #F8F6F0;
  padding: 20px 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__info .product-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
  color: #11101F;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.product-card__info .product-price {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.6px;
  color: #243F2F;
  text-align: center;
  margin-bottom: 20px;
  transition: opacity 0.2s ease;
}
.product-card__info .product-price del {
  opacity: 0.5;
  font-size: 14px;
  margin-right: 5px;
}
.product-card__info .product-price ins {
  text-decoration: none;
}
.product-card__action {
  height: 98px;
  background-color: #FFFEFA;
  position: relative;
  border-radius: 0 0 30px 30px;
}

.variable-action {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 20px 20px;
  position: relative;
}
.variable-action .custom-select {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 207px;
  background: #FFFEFA;
  border: 1px solid #BCC1CC;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  max-height: 48px;
  transition: max-height 0.4s ease, border-radius 0.4s ease;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.variable-action .custom-select.active {
  max-height: 250px;
  border-radius: 20px;
}
.variable-action .custom-select__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 10px 0 8px;
  box-sizing: border-box;
}
.variable-action .custom-select__img-wrap {
  width: 34px;
  height: 34px;
  border: 1px solid #BCC1CC;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.variable-action .custom-select__img-wrap .mini-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.variable-action .custom-select__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18.6px;
  color: #11101F;
  margin-left: 10px;
  flex-grow: 1;
}
.variable-action .custom-select__arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}
.variable-action .custom-select.active .variable-action .custom-select__arrow {
  transform: rotate(180deg);
}
.variable-action .custom-select__dropdown {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  width: 100%;
}
.variable-action .custom-select__dropdown .custom-select__option {
  padding: 10px 10px 10px 52px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 18.6px;
  color: #11101F;
  transition: background 0.2s;
}
.variable-action .custom-select__dropdown .custom-select__option:hover {
  background: #F8F6F0;
}
.variable-action .btn-cart-circle {
  position: relative;
  border: 1px solid #BCC1CC;
  transition: border-color 0.3s ease;
  z-index: 1;
}
.variable-action .btn-cart-circle::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(var(--gradient-angle), #3A863F, #A2DF96);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}
.variable-action .btn-cart-circle:hover {
  border-color: transparent;
}
.variable-action .btn-cart-circle:hover::before {
  opacity: 1;
  animation: borderSpin 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.variable-action .btn-cart-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: #FFFEFA;
}
.variable-action .btn-cart-circle img {
  width: 24px;
  height: auto;
}
.variable-action .btn-cart-circle.is-clicked {
  animation: clickFlash 1.5s forwards;
}

.simple-action {
  padding: 30px 20px 20px;
}
.simple-action .btn-add-to-cart {
  position: relative;
  border: 1px solid #BCC1CC;
  transition: border-color 0.3s ease;
  z-index: 1;
}
.simple-action .btn-add-to-cart::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(var(--gradient-angle), #3A863F, #A2DF96);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}
.simple-action .btn-add-to-cart:hover {
  border-color: transparent;
}
.simple-action .btn-add-to-cart:hover::before {
  opacity: 1;
  animation: borderSpin 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.simple-action .btn-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 18.6px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #FFFEFA;
}

@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .bestsellers-section__title {
    font-size: 36px;
  }
}
.delivery-banner {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.delivery-banner__inner {
  width: 100%;
  max-width: 1320px;
  height: 560px;
  border-radius: 30px;
  background-color: #FFFEFA;
  background-image: url("../images/bg-delivery.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.delivery-banner__box-img {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 600px;
  height: 480px;
  object-fit: contain;
}
.delivery-banner__content {
  position: absolute;
  top: 110px;
  right: 85px;
  width: 575px;
  height: 320px;
  display: flex;
  flex-direction: column;
}
.delivery-banner__title {
  margin: 0;
  padding: 0;
}
.delivery-banner__title .title-line-1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0;
  color: #11101F;
  display: block;
}
.delivery-banner__title .title-line-2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: 0;
  background: linear-gradient(90deg, #3A863F 0%, #A2DF96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
.delivery-banner__text {
  margin: 34px 0 0 0;
  width: 282px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5C5B66;
}
.delivery-banner__btn {
  margin-top: 38px;
  width: 180px;
  height: 46px;
  min-height: 46px;
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 30px;
  border: 1px solid #11101F;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 13px 0 17px;
  text-decoration: none;
  flex-shrink: 0;
}
.delivery-banner__btn .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #11101F;
}
.delivery-banner__btn .btn-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 1360px) {
  .delivery-banner__inner {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .delivery-banner__box-img {
    width: 500px;
    height: 400px;
    top: 80px;
  }
  .delivery-banner__content {
    width: 500px;
    right: 40px;
  }
  .delivery-banner__title .title-line-1, .delivery-banner__title .title-line-2 {
    font-size: 72px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .delivery-banner__inner {
    background-image: none;
    background-color: #FFFEFA;
    height: auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .delivery-banner__box-img {
    display: none;
  }
  .delivery-banner__content {
    position: static;
    width: 100%;
    height: auto;
    align-items: center;
    margin-top: 0;
  }
  .delivery-banner__text {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .delivery-banner__title .title-line-1, .delivery-banner__title .title-line-2 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.new-arrivals {
  width: 100%;
  margin-top: 80px;
  min-height: 595px;
  box-sizing: border-box;
}
.new-arrivals__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.new-arrivals__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #11101F;
  text-align: left;
  margin: 0 0 60px 0;
}

@media (max-width: 600px) {
  .new-arrivals {
    margin-top: 60px;
  }
  .new-arrivals__title {
    font-size: 36px;
    text-align: center;
  }
}
.catalog-section {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}

.catalog-top-banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 126px;
  margin: 0 auto;
}
.catalog-top-banner__bg {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-top-banner .btn-shop-top {
  position: absolute;
  top: 54px;
  right: 70px;
  width: 150px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  z-index: 2;
}
.catalog-top-banner .btn-shop-top .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #11101F;
}
.catalog-top-banner .btn-shop-top .icon-circle {
  width: 46px;
  height: 46px;
  background-color: #FFFEFA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.catalog-top-banner .btn-shop-top .icon-circle img {
  width: 16px;
  height: 16px;
}

.catalog-main {
  width: 100%;
  background-color: #FFFEFA;
  padding-bottom: 80px;
}
.catalog-main__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.catalog-main .catalog-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #11101F;
  margin: 0;
  padding-top: 12px;
  padding-left: 312px;
  padding-bottom: 64px;
}
.catalog-main .catalog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 78px 30px;
  padding: 0 300px;
}
.catalog-main .catalog-card {
  position: relative;
  width: 600px;
  height: 300px;
}
.catalog-main .catalog-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
.catalog-main .catalog-card__product {
  position: absolute;
  left: -93px;
  bottom: -189px;
  transform: translateY(-50%);
  z-index: 2;
  max-width: none;
}
.catalog-main .catalog-card__content {
  position: absolute;
  top: 48px;
  right: 0;
  width: 258px;
  height: 80px;
  z-index: 3;
}
.catalog-main .catalog-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #243F2F;
  margin: 0;
}
.catalog-main .catalog-card__btn {
  position: absolute;
  top: 194px;
  right: 114px;
  width: 128px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #11101F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  text-decoration: none;
}
.catalog-main .catalog-card__btn .btn-text {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #11101F;
}
.catalog-main .catalog-card__btn img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1600px) {
  .catalog-main .catalog-grid {
    padding: 0 100px;
  }
  .catalog-main .catalog-title {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .catalog-main .catalog-grid {
    padding: 0 20px;
    gap: 60px 20px;
  }
  .catalog-main .catalog-title {
    padding-left: 20px;
  }
  .catalog-main .catalog-card {
    width: 100%;
    max-width: 500px;
  }
  .catalog-main .catalog-card__product {
    left: -40px;
    max-width: 55%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .catalog-section {
    margin-top: 48px;
  }
  .catalog-top-banner {
    display: none;
  }
  .catalog-main {
    padding-top: 40px;
  }
  .catalog-main .catalog-title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 12px;
  }
  .catalog-main .catalog-grid {
    padding: 0 15px;
    gap: 16px;
  }
  .catalog-main .catalog-card {
    width: 100%;
    height: 250px;
  }
  .catalog-main .catalog-card__product {
    left: -48px;
    top: 89px;
    max-width: 59%;
  }
  .catalog-main .catalog-card__content {
    top: 50px;
    width: 180px;
  }
  .catalog-main .catalog-card__title {
    font-size: 24px;
    line-height: 28px;
    margin: 16px 0;
    width: 120px;
    height: 40px;
  }
  .catalog-main .catalog-card__btn {
    top: 130px;
    right: 30px;
    width: 120px;
    height: 40px;
  }
}
.shop-page {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.shop-page__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 300px;
  padding-right: 383px;
  box-sizing: border-box;
}
.shop-page .shop-title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #11101F;
  margin: 0 0 48px 0;
}
.shop-page .shop-capsules {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 64px;
}
.shop-page .shop-capsules .shop-capsule {
  padding: 12px 16px;
  border: 1px solid #EBE8DD;
  border-radius: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease;
}
.shop-page .shop-capsules .shop-capsule.active, .shop-page .shop-capsules .shop-capsule:hover {
  background-color: #243F2F;
  color: #FFFFFF;
  border-color: #243F2F;
}
.shop-page .shop-content {
  display: flex;
  gap: 111px;
}
.shop-page .shop-sidebar {
  width: 113px;
  flex-shrink: 0;
}
.shop-page .shop-sidebar__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin: 0 0 12px 0;
}
.shop-page .shop-sidebar .shop-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shop-page .shop-sidebar .shop-filter-list li {
  display: flex;
  align-items: center;
}
.shop-page .shop-sidebar .shop-filter-list .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.shop-page .shop-sidebar .shop-filter-list .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shop-page .shop-sidebar .shop-filter-list .custom-checkbox input:checked ~ .checkmark {
  background-color: #A2DF96;
  border-color: #A2DF96;
}
.shop-page .shop-sidebar .shop-filter-list .custom-checkbox .checkmark {
  height: 12px;
  width: 12px;
  border: 1px solid #A2DF96;
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
  transition: background-color 0.2s;
}
.shop-page .shop-sidebar .shop-filter-list .custom-checkbox .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin-left: 8px;
  line-height: 12px;
  white-space: nowrap;
}
.shop-page .shop-grid {
  width: 1013px;
  flex-shrink: 0;
}
.shop-page .shop-grid .shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 315px);
  gap: 46px 25px;
}
.shop-page .shop-grid .load-more-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 64px;
}
.shop-page .shop-grid .btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 48px;
  border-radius: 30px;
  background-color: transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #BCC1CC;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px #BCC1CC;
}
.shop-page .shop-grid .btn-load-more:hover {
  color: #000000;
  box-shadow: inset 0 0 0 2px #A2DF96;
}

@media (max-width: 1600px) {
  .shop-page__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .shop-content {
    gap: 60px;
  }
  .shop-grid {
    width: 100%;
  }
  .shop-grid .shop-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .shop-content {
    flex-direction: column;
    gap: 40px;
  }
  .shop-sidebar {
    width: 100%;
  }
  .shop-sidebar .shop-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .shop-grid .shop-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .shop-page {
    padding-top: 60px;
  }
  .shop-page__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop-page .shop-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .shop-page .shop-capsules {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .shop-page .shop-capsules::-webkit-scrollbar {
    display: none;
  }
  .shop-page .shop-grid .shop-product-grid {
    grid-template-columns: 1fr;
  }
}
.account-page {
  background-color: #F8F6F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
.account-page .page-title {
  margin-top: 140px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -1px;
  color: #11101F;
  text-align: center;
}
.account-page .main-container {
  margin: 40px 0 100px;
  width: 1360px;
  background-color: #FFFEFA;
  border-radius: 30px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.account-page .form-block {
  width: 600px;
  background-color: #F8F6F0;
  border-radius: 30px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-page .form-content {
  width: 400px;
  display: flex;
  flex-direction: column;
}
.account-page .form-content .form-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #11101F;
  text-align: center;
  margin-bottom: 40px;
}
.account-page .form-content .label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(36, 63, 47, 0.68);
  margin-bottom: 4px;
}
.account-page .form-content .label span {
  color: #b25d5d;
}
.account-page .form-content .label.input-error {
  border-color: #b25d5d !important;
  background-color: #fffafa;
}
.account-page .form-content .field-error-msg {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #b25d5d;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.account-page .form-content .field-success-msg {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #5d82b2;
  background-color: #f0f5ff;
  padding: 12px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid rgba(93, 130, 178, 0.2);
}
.account-page .form-content .input-field {
  width: 400px;
  height: 46px;
  background-color: #FFFEFA;
  border: 1px solid #CED4E0;
  border-radius: 30px;
  padding: 0 20px;
  margin-bottom: 16px;
  outline: none;
}
.account-page .form-content .row-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 24px;
}
.account-page .form-content .row-options .checkbox-group {
  display: flex;
  align-items: center;
  gap: 4px;
}
.account-page .form-content .row-options .checkbox-group .custom-checkbox {
  width: 17px;
  height: 17px;
  background-color: #FFFEFA;
  border: 1px solid #CED4E0;
  border-radius: 5px;
}
.account-page .form-content .text-small {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #243F2F;
}
.account-page .form-content .link-text {
  text-decoration: underline;
  cursor: pointer;
}
.account-page .form-content .link-text:hover {
  color: #A2DF96;
}
.account-page .form-content .info-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #243F2F;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: justify;
}
.account-page .form-content .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.account-page .form-content .btn-container .submit-btn {
  width: 200px;
  height: 46px;
  background-color: #243F2F;
  color: #FFFFFF;
  border-radius: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.account-page .form-content .btn-container .switch-text {
  margin-top: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #243F2F;
  cursor: pointer;
}
.account-page .form-content .btn-container .switch-text:hover {
  color: #A2DF96;
}
.account-page .form-content .info-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #243F2F;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: justify;
}
.account-page .form-content .info-text.privacy-policy-text {
  margin-top: 24px;
}
.account-page .form-content .info-text .policy-link {
  color: #243F2F;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.account-page .form-content .info-text .policy-link:hover {
  color: #7ad03a;
  text-decoration: underline;
}
.account-page .form-content label, .account-page .form-content .label {
  margin-left: 10px !important;
  display: block;
}
.account-page .form-content .field-error-msg {
  margin-left: 10px;
}

.input-field.input-error {
  border-color: #b25d5d !important;
  background-color: #fffafa;
}

.field-error-msg {
  color: #b25d5d;
  font-size: 11px;
  margin-top: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}
.field-error-msg.is-visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 20px;
  margin-bottom: 5px;
}

.field-success-msg {
  color: #5d82b2;
  background-color: #f0f5ff;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

.password-wrapper {
  width: 400px;
}
.password-wrapper .input-field {
  width: 100% !important;
}

.wishlist-page {
  width: 100%;
  padding-top: 134px;
  padding-bottom: 120px;
  box-sizing: border-box;
  background-color: #F8F6F0;
}
.wishlist-page__title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #11101F;
  text-align: center;
  margin: 0;
}
.wishlist-page__title .inline-logo {
  height: 30px;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: -4px;
}
.wishlist-page__block {
  width: 1361px;
  margin: 40px auto 120px auto;
  background-color: #FFFEFA;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 48px 64px;
  box-sizing: border-box;
}
.wishlist-page .wishlist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1212px;
  height: 102px;
  transition: opacity 0.3s ease, transform 0.3s ease, height 0.4s ease, margin 0.4s ease;
  transform-origin: top;
}
.wishlist-page .wishlist-item__left {
  display: flex;
  align-items: center;
}
.wishlist-page .wishlist-item__img-wrap {
  width: 102px;
  height: 102px;
  border: 1px solid #243F2F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
.wishlist-page .wishlist-item__img-wrap img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.wishlist-page .wishlist-item__info {
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
}
.wishlist-page .wishlist-item__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0 0 14px 0;
  line-height: 1.2;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.wishlist-page .wishlist-item__name:hover {
  color: #88CF24 !important;
}
.wishlist-page .wishlist-item__base-price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.wishlist-page .wishlist-item__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding-right: 85px;
}
.wishlist-page .wishlist-item__qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 120px;
  flex-shrink: 0;
}
.wishlist-page .wishlist-item__qty .qty-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  min-width: 25px;
  text-align: center;
}
.wishlist-page .wishlist-item__qty .qty-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-page .wishlist-item__qty .qty-btn img {
  width: 19px;
  height: 19px;
}
.wishlist-page .wishlist-item__total {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  margin-left: 100px;
  width: 110px;
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.wishlist-page .wishlist-item__remove {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 100px;
  width: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-page .wishlist-item__remove img {
  width: 26px;
  height: 24px;
}
.wishlist-page .wishlist-item__add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 48px;
  border: 1px solid #EBE8DD;
  border-radius: 30px;
  background-color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #11101F;
  text-decoration: none;
  margin-left: 32px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.wishlist-page .wishlist-item__add-cart:hover {
  border-color: #11101F;
  background-color: #F8F6F0;
  color: #11101F;
}
.wishlist-page .wishlist-divider {
  width: 1233px;
  height: 1px;
  background-color: #807F7D;
  margin: 24px 0;
  transition: opacity 0.3s ease, height 0.4s ease, margin 0.4s ease;
}
.wishlist-page .recently-viewed {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.wishlist-page .recently-viewed__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -1px;
  color: #11101F;
  margin: 0 0 48px 0;
  padding-left: 300px;
}
.wishlist-page .recently-viewed__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
.wishlist-page .recently-viewed__grid .product-card {
  width: 315px;
}

@media (max-width: 1400px) {
  .wishlist-page__block {
    width: 95%;
    padding: 40px;
  }
  .wishlist-page .wishlist-item, .wishlist-page .wishlist-divider {
    width: 100%;
  }
  .wishlist-page .wishlist-item__total {
    margin-left: 50px;
  }
  .wishlist-page .wishlist-item__remove {
    margin-left: 50px;
  }
  .wishlist-page .recently-viewed__title {
    padding-left: 100px;
  }
  .wishlist-page .recently-viewed__grid {
    flex-wrap: wrap;
  }
}
.wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.wishlist-empty p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #BCC1CC; /* Красивый серый цвет */
  margin: 0 0 32px 0;
}
.wishlist-empty .btn-back-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 48px;
  border-radius: 30px;
  background-color: #243F2F;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.wishlist-empty .btn-back-shop:hover {
  background-color: #11101F;
}

.cart-page {
  width: 100%;
  padding-top: 134px;
  background-color: #F8F6F0;
}
.cart-page__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #11101F;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.cart-page__main-block {
  width: 1361px;
  margin: 40px auto 120px auto;
  background-color: #FFFEFA;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 48px 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.cart-page .cart-items {
  width: 725px;
}
.cart-page .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 705px;
  height: 102px;
}
.cart-page .cart-item__left {
  display: flex;
  align-items: center;
}
.cart-page .cart-item__img-wrap {
  width: 102px;
  height: 102px;
  border: 1px solid #243F2F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-item__img-wrap img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.cart-page .cart-item__info {
  margin-left: 48px;
  width: 300px;
}
.cart-page .cart-item__info .cart-item__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  transition: color 0.3s;
}
.cart-page .cart-item__info .cart-item__name:hover {
  color: #88CF24;
}
.cart-page .cart-item__info .cart-item__base-price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.cart-page .cart-item__right {
  display: flex;
  align-items: center;
  gap: 64px;
}
.cart-page .cart-item__right .cart-item__qty {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-page .cart-item__right .cart-item__qty .qty-num {
  font-size: 20px;
  width: 20px;
  text-align: center;
}
.cart-page .cart-item__right .cart-item__total {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  min-width: 80px;
  text-align: right;
}
.cart-page .cart-divider {
  width: 725px;
  height: 1px;
  background: #807F7D;
  margin: 24px 0;
}
.cart-page .cart-totals {
  width: 464px;
  border: 1px solid #243F2F;
  border-radius: 30px;
  padding: 32px 30px;
  box-sizing: border-box;
}
.cart-page .cart-totals .accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
}
.cart-page .cart-totals .accordion-header span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  margin-right: 8px;
}
.cart-page .cart-totals .accordion-header .arrow {
  width: 18px;
  height: 9px;
  transition: transform 0.3s;
}
.cart-page .cart-totals .accordion-header.active .arrow {
  transform: rotate(180deg);
}
.cart-page .cart-totals .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 10px;
}
.cart-page .cart-totals .accordion-content .coupon-form {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.cart-page .cart-totals .accordion-content .coupon-form input {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 248px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
}
.cart-page .cart-totals .accordion-content .coupon-form .btn-apply {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 120px;
  height: 40px;
  border: 1px solid #243F2F;
  border-radius: 20px;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  color: #243F2F;
  cursor: pointer;
  transition: all 0.3s;
}
.cart-page .cart-totals .accordion-content .coupon-form .btn-apply:hover {
  background: #243F2F;
  color: #FFF;
}
.cart-page .cart-totals .totals-divider {
  width: 100%;
  height: 1px;
  background: #807F7D;
  margin: 20px 0;
}
.cart-page .cart-totals .totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cart-page .cart-totals .totals-row .label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
}
.cart-page .cart-totals .totals-row .value {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #243F2F;
  font-weight: 300;
}
.cart-page .cart-totals .totals-row.grand-total {
  margin-bottom: 24px;
}
.cart-page .cart-totals .totals-row.grand-total .label {
  font-size: 24px;
}
.cart-page .cart-totals .totals-row.grand-total .value {
  font-size: 24px;
}
.cart-page .cart-totals .shipping-section {
  padding: 0 10px;
}
.cart-page .cart-totals .shipping-section .label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
}
.cart-page .cart-totals .shipping-section .shipping-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.cart-page .cart-totals .shipping-section .shipping-method .custom-radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-page .cart-totals .shipping-section .shipping-method .custom-radio .outer-circle {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-totals .shipping-section .shipping-method .custom-radio .outer-circle .inner-dot {
  width: 6px;
  height: 6px;
  background: #243F2F;
  border-radius: 50%;
}
.cart-page .cart-totals .shipping-section .shipping-method .custom-radio .shipping-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #807F7D;
}
.cart-page .cart-totals .shipping-section .shipping-method .shipping-price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #243F2F;
  font-weight: 300;
}
.cart-page .cart-totals .shipping-section .shipping-note {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-page .cart-totals .shipping-section .calc-shipping {
  margin: 0 -10px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-header.bordered {
  width: 100%;
  height: 52px;
  border: none;
  padding: 0 20px;
  justify-content: space-between;
  box-sizing: border-box;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-header.bordered span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-header.bordered .arrow-small {
  width: 12px;
  height: 6px;
  transition: transform 0.3s;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-header.bordered.active .arrow-small {
  transform: rotate(180deg);
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-content {
  padding: 0;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-content .calc-form {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-content .calc-form input, .cart-page .cart-totals .shipping-section .calc-shipping .accordion-content .calc-form .working-select {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  outline: none;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-content .calc-form .select-wrapper {
  position: relative;
  width: 100%;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-content .calc-form .select-wrapper::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background-image: var(--select-arrow);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.cart-page .cart-totals .shipping-section .calc-shipping .accordion-content .calc-form .select-wrapper .working-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 30px;
}
.cart-page .cart-totals .btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 52px;
  background: #243F2F;
  border-radius: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s;
  margin: 0 auto;
}
.cart-page .cart-totals .btn-checkout:hover {
  opacity: 0.8;
}
.cart-page .recently-viewed {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 120px auto;
}
.cart-page .recently-viewed__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -1px;
  color: #11101F;
  margin: 0 0 48px 0;
  padding-left: 300px;
}
.cart-page .recently-viewed__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
.cart-page .recently-viewed__grid .product-card {
  width: 315px;
}

.qty-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.qty-btn:hover {
  opacity: 0.7;
}
.qty-btn img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.qty-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  min-width: 25px;
  text-align: center;
  user-select: none;
}

.single-product-container {
  padding: 40px 300px 120px;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}
.single-product-container .back-to-catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #5C5B66;
  text-decoration: none;
  margin-bottom: 40px;
}
.single-product-container .product-main-block {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.single-product-container .product-gallery {
  width: 554px;
  flex-shrink: 0;
}
.single-product-container .product-gallery .main-image-wrapper {
  width: 554px;
  height: 554px;
  background: #F8F6F0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.single-product-container .product-gallery .main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product-container .product-gallery .product-thumbnails {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.single-product-container .product-gallery .product-thumbnails .thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease;
}
.single-product-container .product-gallery .product-thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product-container .product-gallery .product-thumbnails .thumbnail.active {
  border: 1px solid #243F2F;
}
.single-product-container .product-info {
  flex-grow: 1;
  padding-top: 10px;
}
.single-product-container .product-info .product-single-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 46px;
  letter-spacing: -1px;
  color: #11101F;
  margin: 0 0 40px 0;
  line-height: 1.1;
}
.single-product-container .product-info .product-single-price {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #243F2F;
  margin-bottom: 16px;
}
.single-product-container .product-info .product-variations {
  margin-bottom: 16px;
  position: relative;
}
.single-product-container .product-info .product-variations .variation-label {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: #11101F;
  margin-bottom: 4px;
}
.single-product-container .product-info .product-variations .custom-select {
  position: relative;
  width: 300px;
  background: #FFFEFA;
  border: 1px solid #BCC1CC;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  max-height: 48px;
  transition: max-height 0.4s ease, border-radius 0.4s ease;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.single-product-container .product-info .product-variations .custom-select.active {
  max-height: 250px;
  border-radius: 20px;
}
.single-product-container .product-info .product-variations .custom-select__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 10px 0 8px;
  box-sizing: border-box;
}
.single-product-container .product-info .product-variations .custom-select__img-wrap {
  width: 34px;
  height: 34px;
  border: 1px solid #BCC1CC;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.single-product-container .product-info .product-variations .custom-select__img-wrap .mini-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.single-product-container .product-info .product-variations .custom-select__text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #11101F;
  margin-left: 10px;
  flex-grow: 1;
}
.single-product-container .product-info .product-variations .custom-select__arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}
.single-product-container .product-info .product-variations .custom-select.active .single-product-container .product-info .product-variations .custom-select__arrow {
  transform: rotate(180deg);
}
.single-product-container .product-info .product-variations .custom-select__dropdown {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  width: 100%;
}
.single-product-container .product-info .product-variations .custom-select__dropdown .custom-select__option {
  padding: 10px 10px 10px 52px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #11101F;
  transition: background 0.2s;
}
.single-product-container .product-info .product-variations .custom-select__dropdown .custom-select__option:hover {
  background: #F8F6F0;
}
.single-product-container .product-info .add-to-cart-wrapper {
  display: flex;
  align-items: center;
}
.single-product-container .product-info .add-to-cart-wrapper .qty-selector {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.single-product-container .product-info .add-to-cart-wrapper .qty-selector .qty-btn {
  width: 19px;
  height: 19px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-container .product-info .add-to-cart-wrapper .qty-selector .qty-btn img {
  width: 100%;
  height: 100%;
}
.single-product-container .product-info .add-to-cart-wrapper .qty-selector .qty-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #11101F;
  margin: 0 16px;
  min-width: 20px;
  text-align: center;
}
.single-product-container .product-info .add-to-cart-wrapper .btn-single-add {
  width: 143px;
  height: 45px;
  background: #243F2F;
  border-radius: 30px;
  border: none;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: opacity 0.3s;
}
.single-product-container .product-info .add-to-cart-wrapper .btn-single-add:hover {
  opacity: 0.8;
}
.single-product-container .product-info .add-to-cart-wrapper .btn-single-wish {
  width: 40px;
  height: 40px;
  background: #F8F6F0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.2s;
}
.single-product-container .product-info .add-to-cart-wrapper .btn-single-wish img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
}
.single-product-container .product-info .add-to-cart-wrapper .btn-single-wish:active {
  transform: scale(0.9);
}
.single-product-container .related-products-section {
  margin-top: 120px;
}
.single-product-container .related-products-section .related-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #11101F;
  margin-bottom: 40px;
}

input,
textarea,
select,
button,
.woocommerce input,
.woocommerce textarea {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500 !important;
}

input:focus,
textarea:focus {
  outline: none !important;
}

label,
.label,
.woocommerce-form-row label,
.woocommerce-checkout label {
  margin-left: 10px !important;
  display: inline-block;
}

.account-page .form-content .label {
  margin-left: 10px !important;
}

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