:root {
  --main-green: #27bc96;
  --max-width: 1300px;
  --section-max-width: 1520px;
  --section-padding: 24px;
}
body {
  margin:0;
  font-family: 'Poppins', Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
.header-wrap {
  background: #fff;
  width: 100%;
}
.header-bar {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 36px 24px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1 1 0;
}
.header-links a {
  color: var(--main-green);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.11rem;
  font-family: 'Poppins', Arial, sans-serif;
  transition: color .15s;
  letter-spacing: 0.01em;
}
.header-links a:hover { color: #0e825e;}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0 30px;
}
.header-logo img {
  height: 54px;
  display: block;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1 1 0;
  justify-content: flex-end;
}
.header-icons a {
  color: var(--main-green);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.09rem;
  font-family: 'Poppins', Arial, sans-serif;
  display: flex; align-items: center; gap: 6px;
}
.header-icons a svg {width: 20px; height: 20px; margin-bottom: 1px;}
.header-burger {
  display: none; flex-direction: column; cursor: pointer;
  width: 34px; height: 34px; justify-content: center; align-items: center;
  margin-left: 18px;
}
.header-burger span {
  display: block; background: var(--main-green); height: 3px; border-radius: 2px; margin: 5px 0; width: 32px;
}
@media (max-width: 1000px) {
  .header-bar {padding: 26px 11px 0 11px;}
  .header-links {gap: 20px;}
  .header-icons {gap: 16px;}
}
@media (max-width: 700px) {
  .header-bar {
    padding: 19px 12px 0 12px;
    justify-content: flex-start;
    min-height: 56px;
  }
  .header-links,
  .header-icons {
    display: none;
  }
  .header-logo {
    margin: 0px;
    justify-content: flex-start;
    display: flex;
    position: absolute;
    top: 16px;
  }
  .header-logo img {
    height: 35px;
    position: absolute;
    right: -57px;
    top: 0px;
  }
  .header-burger {
    display: flex;
    position: absolute;
    right: 7%;
    top: 16px;
  }
}
.mobile-menu-bg {
  display: none;
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.28);
  z-index: 1000;
}
.mobile-menu-bg.active {display: block;}
.mobile-menu {
  display: none;
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: #fff;
  z-index: 1001;
  box-sizing: border-box;
  animation: fadein .22s;
}
@keyframes fadein {from{opacity:0} to{opacity:1}}
.mobile-menu.active {display: block;}
.mobile-menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 22px 0 0 0;
  display: flex;
  flex-direction: column;
}
.mobile-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1100;
}
.mobile-close svg {
  width: 34px; height: 34px;
  stroke: var(--main-green);
  background: none;
}
.mobile-menu .header-logo {
  width: 100%;
  justify-content: flex-start;
  padding-left: 18px;
  margin-bottom: 32px;
}
.mobile-menu .header-logo img {
  height: 31px;
  margin: 0;
}
.mobile-links, .mobile-icons {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  align-items: center;
}
.mobile-links {
  margin-top: 10px;
}
.mobile-links a, .mobile-icons a {
  color: var(--main-green);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.3;
  transition: color 0.15s;
}
.mobile-links a:hover, .mobile-icons a:hover {
  color: #109070;
}
.mobile-icons {
  margin-top: 30px;
  gap: 22px;
}
.mobile-icons a {
  font-size: 1.15rem;
  display: flex; align-items: center; gap: 10px;
  justify-content: center;
}
.mobile-icons a svg {width: 23px; height: 23px;}
.header-icons a img {
  height: 21px;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.hero-banner {
  margin: 60px auto 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.hero-banner-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.bestsellers-section {
  max-width: var(--section-max-width);
  margin: 44px auto 0 auto;
  padding: 0 var(--section-padding);
  box-sizing: border-box;
  width: 100%;
}
.bestsellers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 24px;
  width: 100%;
}
.bestsellers-title {
  text-align: center;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0%;
  margin-bottom: 34px;
}
.bestseller-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 12px 22px 12px;
  box-sizing: border-box;
  transition: box-shadow .18s;
  height: 100%;
  min-width: 0;
  box-shadow: none;
}
.bestseller-img-wrap {
  background: #fff;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  overflow: hidden;
  min-height: 240px;
}
.bestseller-img-wrap img {
  width: 97%;
  height: 97%;
  object-fit: contain;
  display: block;
  background: #fff;
  margin: 0 auto;
}
.bestseller-name {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.10rem;
  text-align: center;
  margin-bottom: 7px;
}
.bestseller-stars {
  color: #F7C948;
  letter-spacing: 0.1em;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.bestseller-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 18px;
  gap: 8px;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.old-price {
  text-decoration: line-through;
  color: #000;
  font-size: 1rem;
}
.new-price {
  font-weight: 700;
  font-size: 1.33rem;
  color: #151515;
  margin-left: 3px;
}
.bestseller-off {
  color: #27bc96;
  font-weight: 700;
  font-size: 1rem;
}
.bestseller-btn {
  width: 100%;
  background: #27bc96;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 400;
  font-size: 23px;
  padding: 8px 0;
  margin-top: 6px;
  cursor: pointer;
  transition: background .15s;
  letter-spacing: 1px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  text-align: center;        
  text-decoration: none;     
  display: block;            
}
.bestseller-btn:hover {
  background: #169777;
}
@media (max-width: 1100px) {
  .bestsellers-section, .hero-banner { max-width: 99vw;}
  .bestsellers-grid { gap: 22px 14px;}
}
@media (max-width: 1000px) {
  .bestsellers-grid { grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 700px) {
  .bestsellers-grid { grid-template-columns: 1fr;}
  .bestseller-card { padding: 20px 0 15px 0;}
  .bestsellers-title {font-size: 2rem;}
  .hero-banner {margin-top: 18px;}
}
.view-all-section {
  max-width: var(--section-max-width);
  margin: 46px auto 0 auto;
  padding: 0 var(--section-padding);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
  width: 100%;
}
.view-all-btn {
  background: #21c09e;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  border: none;
  border-radius: 9px;
  padding: 9px 80px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: background .15s;
  letter-spacing: 0.02em;
  font-family: 'Bebas Neue', Arial, sans-serif;
}
.view-all-btn:hover {
  background: #159776;
}
.view-all-note {
  color: #909090;
  font-size: 16px;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .view-all-btn {
    font-size: 25px;
    padding: 8px 11vw;
  }
  .view-all-section {
    padding: 0 10px;
  }
}
.banner-hp-full {
  width: 100vw;
  margin-left: calc(50% - 50vw); 
  margin-right: calc(50% - 50vw);
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.banner-hp-img {
  display: block;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  object-fit: cover;
}
.customer-reviews {
  max-width: 1340px;
  margin: 0 auto 60px auto;
  padding: 0 24px;
}
.customer-reviews-title {
  text-align: center;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 48px;
  letter-spacing: 0.01em;
  color: #282828;
  margin-top: 65px;
}
.customer-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 32px;
  width: 100%;
}
.review-card {
  background: #f6f6f6;
  padding: 32px 28px 36px 28px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  position: relative;
  transition: box-shadow .17s;
}
.bestseller-stars {
  color: #FFD600;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-family: 'Bebas Neue', Arial, sans-serif;
  margin-bottom: 14px;
}
.review-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.17rem;
  margin-bottom: 12px;
  color: #151515;
}
.review-text {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.07rem;
  color: #242424;
  margin-bottom: 28px;
  line-height: 1.43;
}
.review-author {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.02rem;
  color: #232323;
  text-align: right;
  font-style: italic;
  margin-top: auto;
}
@media (max-width: 1020px) {
  .customer-reviews-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media (max-width: 650px) {
  .customer-reviews-title {
    font-size: 32px;
  }
  .customer-reviews-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .review-card {
    padding: 23px 12px 24px 14px;
    font-size: 0.98rem;
  }
  .review-title { font-size: 14px;}
  .review-text {
    font-size: 13px;
  }
  .review-author {
    font-size: 13px;
  }
}
.reviews-stars {
  color: #FFD600;
  font-size: 19px;
  letter-spacing: 0.14em;
  font-family: 'Bebas Neue', Arial, sans-serif;
  margin-bottom: 9px;
}
.why-choose-us {
  margin-top: 48px;
  margin-bottom: 42px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-title {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 26px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #131313;
  margin-top: 0px;
}
.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 28px;
  width: 100%;
  max-width: 700px;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.why-card {
  background: #fff;
  border: 2px solid #232323;
  border-radius: 18px;
  padding: 33px 19px 30px 19px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 210px;
  box-sizing: border-box;
}
.why-icon {
  width: 49px;
  height: 49px;
  margin-bottom: 19px;
  object-fit: contain;
  display: block;
}
.why-card-title {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #171717;
  letter-spacing: 0.2px;
  line-height: 1.1;
}
.why-card-desc {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 17px;
  color: #181818;
  line-height: 1.28;
  font-weight: 400;
}
@media (max-width: 650px) {
  .why-title { font-size: 32px; margin-bottom: 20px; }
  .why-cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    width: 100%;
    max-width: 99vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .why-card {
    min-width: 0;
    padding: 18px 5px 16px 5px;
    border-radius: 13px;
  }
  .why-card-title { font-size: 20px; }
  .why-icon { width: 32px; height: 32px; margin-bottom: 9px;}
  .why-card-desc { font-size: 13px; }
}
.section,
.bestsellers-section,
.view-all-section,
.customer-reviews,
.why-choose-us {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; 
}
.payment-icons-section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.payment-icons-row {
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.payment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .18s;
}
.payment-icon img {
  max-height: 100px;
  display: block;
  object-fit: contain;
}
@media (max-width: 700px) {
  .payment-icons-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .payment-icons-row::-webkit-scrollbar { display: none; }
  .payment-icon {
    flex: 0 0 auto;
    padding: 3px 0px;
  }
  .payment-icon img {
    max-height: 68px;
    max-width: 68px;
  }
}
.footer-main {
  background: #000;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 24px 34px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 200px;
}
.footer-title {
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 0.3em;
  color: #fff;
  letter-spacing: 0.01em;
}
.footer-links {
  display: flex;
  flex-direction: row;
  gap: 34px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #fff;
  font-size: 1.09rem;
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.18s;
  white-space: nowrap;
}
.footer-links a:hover {
  color: #27bc96;
}
@media (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 34px;
    padding: 40px 9vw 30px 9vw;
  }
  .footer-col {
    align-items: center;
    min-width: 0;
  }
  .footer-title {
    text-align: center;
    font-size: 1.15rem;
  }
  .footer-links {
    justify-content: center;
    gap: 24px;
  }
}
