@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: 80px;
  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: 280px;
  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: auto;
  background-color: #FFFEFA;
  box-sizing: border-box;
  padding: 30px;
}
.about-card--info .about-card__icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 20px;
}
.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: 30px;
  left: 30px;
  right: 30px;
  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: 80px 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: 80px;
  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: 60px;
  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 */

/* ===== SITE FOOTER ===== */
.site-footer {
  background-color: #243F2F;
  color: #FFFFFF;
  margin-top: 80px;
}
.site-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  box-sizing: border-box;
}
.footer-brand__logo {
  display: block;
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.footer-brand__desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
  max-width: 280px;
}
.footer-brand__email {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-brand__email:hover {
  color: #FFFFFF;
}
.footer-col__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 20px;
}
.footer-col__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col__links li {
  margin-bottom: 12px;
}
.footer-col__links a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col__links a:hover {
  color: #FFFFFF;
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-payment-icon {
  display: block;
  border-radius: 5px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-payment-icon:hover {
  opacity: 1;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer__bottom-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
}
.footer-copy {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding: 40px 20px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand__desc {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* ===== PAGE TEMPLATE (page.php) ===== */
.site-main.page-content {
  background: transparent;
  padding-top: 110px;
  padding-bottom: 80px;
  min-height: 60vh;
}
.page-content article {
  background: transparent;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/* Override any white/cream backgrounds from Elementor containers */
.page-content .elementor-section,
.page-content .e-con,
.page-content .elementor-container {
  background: transparent !important;
}
.page-content .page-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.15;
  color: #243F2F;
  margin: 0 0 40px;
}
.page-content .page-body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #3D3C4A;
}
.page-content .page-body h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #243F2F;
  margin: 36px 0 12px;
}
.page-content .page-body h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #243F2F;
  margin: 24px 0 8px;
}
.page-content .page-body p {
  margin: 0 0 16px;
}
.page-content .page-body ul,
.page-content .page-body ol {
  padding-left: 24px;
  margin: 0 0 16px;
}
.page-content .page-body li {
  margin-bottom: 8px;
}
.page-content .page-body a {
  color: #3A863F;
  text-decoration: underline;
}
.page-content .page-body a:hover {
  color: #243F2F;
}
@media (max-width: 768px) {
  .site-main.page-content {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .page-content .page-title {
    font-size: 28px;
  }
}

/* ===== ELEMENTOR PAGES (About, Contacts, Privacy, Shipping, Refund) ===== */
/* Remove white/cream section backgrounds — let body beige (#F8F6F0) show through */
.page-template-elementor_header_footer .elementor-section,
.page-template-elementor_header_footer .e-con,
.page-template-elementor_header_footer .elementor-container {
  background-color: transparent !important;
  background-image: none !important;
}
/* Add top padding to clear the fixed header (80px header + 20px gap = 100px) */
.page-template-elementor_header_footer .elementor-section:first-child,
.page-template-elementor_header_footer .e-con:first-of-type {
  padding-top: 110px !important;
}

/* Fix About Us grid alignment — cells were bottom-aligned, make them top-aligned */
.elementor-element-ae28743.e-con,
.elementor-element-ae28743 > .e-con-inner {
  align-items: start !important;
  align-content: start !important;
}

/* ===== MOBILE FIXES (Day 3) ===== */

/* --- Fix 1: Hero — clear the fixed header on mobile ---
   Header on mobile: top:10px + height:60px = 70px occupied + 20px buffer = 90px total.
   The existing rule sets padding:24px 16px — not enough to clear the header. */
@media (max-width: 768px) {
  .home-hero__inner {
    padding-top: 90px;
  }
}

/* --- Fix 2: Section spacing — reduce large desktop gaps on mobile --- */
@media (max-width: 768px) {
  .home-about__inner {
    padding-top: 40px;
  }
  .bestsellers-section__inner {
    padding-top: 40px;
  }
  .delivery-banner {
    margin-top: 40px;
  }
  .new-arrivals {
    margin-top: 40px;
  }
  .catalog-section {
    margin-top: 30px;
  }
}

/* --- Fix 3: Bestsellers — cart button area and dropdown overflow ---
   On narrow cards the custom-select (fixed 207px) can push the cart button out.
   Also ensure the action block doesn't clip. */
@media (max-width: 768px) {
  .product-card__action {
    height: auto;
    min-height: 88px;
    overflow: visible;
    box-sizing: border-box;
  }
  .variable-action {
    padding: 20px 16px 16px;
    min-height: 88px;
    box-sizing: border-box;
  }
  .variable-action .custom-select {
    width: calc(100% - 70px);
    max-width: 200px;
    left: 16px;
    top: 20px;
  }
  .bestsellers-section {
    overflow: visible;
  }
  .product-grid {
    overflow: visible;
  }
}

/* --- Fix 4: Catalog — clip product images that overflow the section horizontally.
   .catalog-card__product uses left:-48px causing the image to extend past the left edge
   of the viewport on mobile, creating a horizontal scroll. */
@media (max-width: 768px) {
  .catalog-section {
    overflow: hidden;
  }
}

/* --- Fix 5: About-cards — remove gap between title and description.
   The desc uses position:absolute; bottom:30px. With min-height:360px on the card
   this creates a large empty gap between the title and the description.
   On mobile, switch to static flow so the desc follows the title immediately. */
@media (max-width: 768px) {
  .about-card--info {
    min-height: auto;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .about-card--info .about-card__desc {
    position: static;
    margin-top: 16px;
  }
  .about-card--main {
    min-height: auto;
  }
}

/* ===== FIX: about-card--main button overlap on mobile ===== */
/* .about-card__btn is position:absolute; bottom:40px. After min-height:auto
   the card shrinks and the button overlaps the text. Switch to static flow. */
@media (max-width: 768px) {
  .about-card--main {
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .about-card--main .about-card__btn {
    position: static;
    margin-top: 20px;
    align-self: flex-start;
    width: 160px;
  }
}

/* ===== FIX: footer mobile layout — Shop + Information side by side ===== */
/* At ≤480px the grid was overridden to 1fr (single column), making footer very long.
   Keep 2 columns: Shop (left) | Information (right), Payment full-width below. */
@media (max-width: 480px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
    padding: 32px 16px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-col:last-child {
    grid-column: 1 / -1;
  }
}

/* ===== FIX: header logo overlap with action icons on mobile ===== */
/* Logo is position:absolute; left:50% but right side (heart+cart with counts)
   takes ~130px vs left side (hamburger) ~70px — visual center is ~25px left of 50%. */
@media (max-width: 768px) {
  .site-header__center {
    left: calc(50% - 25px);
  }
}

/* ===== FIX: hero card arrow icon too large on mobile ===== */
/* Existing mobile rule sets card-arrow img to 40x40 (same as container).
   Desktop uses 16x16 inside a 46x46 circle. Restore correct icon size. */
@media (max-width: 768px) {
  .home-hero__card-arrow img {
    width: 16px;
    height: 16px;
  }
}

/* ===== FIX: shop page mobile layout ===== */
/* The 1024px/1600px breakpoint rules were written without .shop-page prefix,
   so they lose to base selectors (.shop-page .shop-content etc) on specificity.
   Override with correct full selectors. */
@media (max-width: 768px) {
  /* Clear fixed header (10px top + 60px height + 20px gap = 90px) */
  .shop-page {
    padding-top: 90px;
  }
  /* Stack sidebar above grid, not beside it */
  .shop-page .shop-content {
    flex-direction: column;
    gap: 30px;
  }
  /* Sidebar: full width, filters as horizontal wrapping row */
  .shop-page .shop-sidebar {
    width: 100%;
  }
  .shop-page .shop-sidebar .shop-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  /* Grid: full width, 2 columns */
  .shop-page .shop-grid {
    width: 100%;
  }
  .shop-page .shop-grid .shop-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  /* Title smaller */
  .shop-page .shop-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  /* Capsule pills: horizontal scroll, no wrap */
  .shop-page .shop-capsules {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 30px;
  }
  .shop-page .shop-capsules::-webkit-scrollbar {
    display: none;
  }
}

/* ===== FIX: shop capsules — reduce height on mobile ===== */
@media (max-width: 768px) {
  .shop-page .shop-capsules .shop-capsule {
    padding: 7px 14px;
    font-size: 13px;
  }
}

/* ===== FIX: shop capsules — minimal padding, text-tight ===== */
@media (max-width: 768px) {
  .shop-page .shop-capsules .shop-capsule {
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1;
  }
}

/* ===== FIX: shop capsules — center text vertically ===== */
@media (max-width: 768px) {
  .shop-page .shop-capsules .shop-capsule {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ===== MOBILE FIXES: All inner pages ===== */
@media (max-width: 768px) {

  /* Ensure fixed header shows on all WooCommerce pages */
  .site-header {
    position: fixed !important;
  }

  /* === CART PAGE === */
  .cart-page {
    padding-top: 90px;
  }
  .cart-page__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cart-page__main-block {
    width: calc(100% - 32px);
    margin: 20px 16px 48px;
    flex-direction: column;
    padding: 24px 16px;
    gap: 32px;
    box-sizing: border-box;
  }
  .cart-page .cart-items {
    width: 100%;
  }
  .cart-page .cart-divider {
    width: 100%;
  }
  .cart-page .cart-item {
    width: 100%;
    height: auto;
    gap: 12px;
    padding-bottom: 12px;
  }
  .cart-page .cart-item__info {
    margin-left: 12px;
    width: auto;
    flex: 1;
    min-width: 0;
  }
  .cart-page .cart-item__info .cart-item__name {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .cart-page .cart-item__right {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
  .cart-page .cart-totals {
    width: 100%;
    box-sizing: border-box;
  }
  .cart-page .cart-totals .accordion-content .coupon-form {
    flex-direction: column;
    gap: 8px;
  }
  .cart-page .cart-totals .accordion-content .coupon-form input {
    width: 100%;
    box-sizing: border-box;
  }
  .cart-page .recently-viewed__title {
    padding-left: 16px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cart-page .recently-viewed__grid {
    flex-wrap: wrap;
    padding: 0 16px;
    justify-content: center;
  }
  .cart-page .recently-viewed__grid .product-card {
    width: 100%;
  }

  /* === WISHLIST PAGE === */
  .wishlist-page {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .wishlist-page__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .wishlist-page__block {
    width: calc(100% - 32px);
    margin: 20px 16px 48px;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .wishlist-page .wishlist-item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 12px;
  }
  .wishlist-page .wishlist-item__left {
    flex: 1;
    min-width: 0;
  }
  .wishlist-page .wishlist-item__info {
    margin-left: 12px;
    min-width: 0;
  }
  .wishlist-page .wishlist-item__name {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }
  .wishlist-page .wishlist-item__right {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
  .wishlist-page .recently-viewed {
    padding: 0 16px;
  }
  .wishlist-page .recently-viewed__title {
    font-size: 22px;
    padding-left: 0;
  }

  /* === ACCOUNT PAGE (Sign In / Sign Up) === */
  .account-page .page-title {
    margin-top: 100px;
    font-size: 28px;
  }
  .account-page .main-container {
    width: calc(100% - 32px);
    margin: 16px 16px 48px;
    padding: 24px 16px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .account-page .form-block {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .account-page .form-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .account-page .form-content .input-field {
    width: 100%;
    box-sizing: border-box;
  }

  /* === SINGLE PRODUCT PAGE === */
  .single-product-container {
    padding: 90px 16px 60px;
    box-sizing: border-box;
  }
  .single-product-container .product-main-block {
    flex-direction: column;
    gap: 24px;
  }
  .single-product-container .product-gallery {
    width: 100%;
    flex-shrink: unset;
  }
  .single-product-container .product-gallery .main-image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .single-product-container .product-gallery .product-thumbnails .thumbnail {
    width: 64px;
    height: 64px;
  }
  .single-product-container .product-info .product-single-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .single-product-container .product-info .product-single-price {
    font-size: 22px;
  }
  .single-product-container .product-info .product-variations .custom-select {
    width: 100%;
    max-width: 100%;
  }
  .single-product-container .product-info .add-to-cart-wrapper {
    flex-wrap: wrap;
    gap: 12px;
  }

  /* === WOOCOMMERCE CHECKOUT (native) === */
  .woocommerce-checkout .woocommerce {
    padding: 90px 16px 60px;
    box-sizing: border-box;
  }
}

/* ===== FIX: Related/Recently-viewed product grid — 2 cols on mobile ===== */
@media (max-width: 768px) {
  /* Override inline style grid-template-columns: repeat(4, 1fr) */
  .cart-page .shop-product-grid,
  .cart-page .product-grid,
  .wishlist-page .shop-product-grid,
  .wishlist-page .product-grid,
  .single-product-container .product-grid,
  .single-product-container .shop-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px 12px;
  }
  /* Scrollable section padding */
  .cart-page .recently-viewed,
  .wishlist-page .recently-viewed {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .cart-page .recently-viewed__title,
  .wishlist-page .recently-viewed__title {
    font-size: 22px;
  }
}

/* ===== FIX: mobile menu — scrollable dropdown ===== */
@media (max-width: 768px) {
  .header-dropdown.active {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ===== FIX: hero card layout on mobile ===== */
@media (max-width: 768px) {
  .home-hero__card {
    flex-direction: column;
    gap: 12px;
  }
  .home-hero__card-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .home-hero__card-cta {
    display: block;
    margin-top: 0;
  }
}

/* ===== FIX: hero card text — right padding so arrow doesn't overlap ===== */
@media (max-width: 768px) {
  .home-hero__card-text {
    padding-right: 56px;
  }
}

/* === Contacts page (v2.5) === */
.page-id-1704 .page-title{
  text-align:center;
  margin: 110px auto 24px;
  font-family: "Manjari","Inter",system-ui,-apple-system,sans-serif;
}
.page-id-1704 .page-body{
  max-width:1180px;
  margin:0 auto;
  padding: 0 16px 60px;
}
.contacts-breadcrumbs{
  text-align:center;
  font-size:14px;
  color:#5C5B66;
  margin: 0 0 18px;
}
.contacts-breadcrumbs a{ color:#243F2F; text-decoration:none; }
.contacts-breadcrumbs a:hover{ text-decoration:underline; }
.contacts-breadcrumbs span{ margin: 0 8px; color:#3A863F; }

.contacts-grid{
  display:grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 56px;
  background:#E7F0E3;
  border-radius:28px;
  padding: 48px 56px;
}
.contacts-form__title{
  font-family:"Manjari","Inter",system-ui,sans-serif;
  font-size:30px;
  font-weight:700;
  color:#11101F;
  margin: 0 0 22px;
}
.contacts-form .wpcf7-form p{ margin: 0 0 18px; }
.contacts-form .wpcf7-form label{
  display:block;
  color:#5C5B66;
  font-size:14px;
}
.contacts-form .wpcf7-form input[type="text"],
.contacts-form .wpcf7-form input[type="email"],
.contacts-form .wpcf7-form textarea{
  width:100%;
  background:#EEF4EA;
  border:1px solid #D5E2CC;
  border-radius:10px;
  padding:14px 16px;
  font-size:15px;
  color:#11101F;
  font-family: inherit;
  outline:none;
  margin-top:8px;
  box-sizing:border-box;
  transition: border-color .2s ease, background .2s ease;
}
.contacts-form .wpcf7-form input[type="text"]:focus,
.contacts-form .wpcf7-form input[type="email"]:focus,
.contacts-form .wpcf7-form textarea:focus{
  border-color:#3A863F;
  background:#F4F8F1;
}
.contacts-form .wpcf7-form textarea{ min-height:170px; resize:vertical; }
.contacts-form .wpcf7-submit{
  display:inline-block;
  background:#243F2F;
  color:#FFFEFA;
  border:none;
  border-radius:999px;
  padding:14px 40px;
  font-size:15px;
  font-weight:600;
  font-family:inherit;
  cursor:pointer;
  transition: background .2s ease, transform .2s ease;
  margin-top: 4px;
  letter-spacing:.2px;
}
.contacts-form .wpcf7-submit:hover{ background:#3A863F; }
.contacts-form .wpcf7-submit:active{ transform: translateY(1px); }

.contacts-info{
  display:flex;
  flex-direction:column;
  gap:30px;
}
.contacts-info__heading{
  font-family:"Manjari","Inter",system-ui,sans-serif;
  font-size:22px;
  font-weight:700;
  color:#11101F;
  margin:0 0 10px;
  line-height:1.2;
}
.contacts-info__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  color:#3A863F;
  margin-bottom:8px;
}
.contacts-info__icon svg{ width:24px; height:24px; display:block; }
.contacts-info__block p{
  margin:0;
  color:#11101F;
  font-size:16px;
  line-height:1.5;
}
.contacts-info__block a{ color:#11101F; text-decoration:none; }
.contacts-info__block a:hover{ color:#3A863F; }

.contacts-info__messengers{
  display:flex;
  gap:14px;
  margin-top:4px;
}
.contacts-info__messenger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  color:#3A863F;
  transition: color .2s ease, transform .2s ease;
}
.contacts-info__messenger:hover{ color:#243F2F; transform: translateY(-1px); }
.contacts-info__messenger svg{ width:26px; height:26px; display:block; }

/* Tablet */
@media (max-width: 1024px){
  .contacts-grid{ padding: 40px 36px; gap: 40px; }
}

/* Mobile */
@media (max-width: 768px){
  .page-id-1704 .page-title{ margin-top: 100px; font-size:34px; }
  .page-id-1704 .page-body{ padding: 0 12px 40px; }
  .contacts-grid{
    grid-template-columns: 1fr;
    padding: 28px 20px;
    border-radius: 20px;
    gap: 32px;
  }
  .contacts-form__title{ font-size:24px; margin-bottom:16px; }
  .contacts-info__heading{ font-size:20px; }
}
