@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  transition: color 0.2s ease;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button-primary {
  padding: 24px 32px;
  display: inline-block;
  background-color: #b92770;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button-secondary {
  margin: 24px 32px;
  padding: 12px;
  display: inline-block;
  background-color: #b92770;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button-nav {
  margin: 24px 32px;
  padding: 12px;
  display: inline-block;
  border-color: #b92770;
  border-radius: 8px;
  background-color: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.feature-box {
  text-align: center;
  padding: 16px;
}
.feature-box__icon {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: 16px;
}
.feature-box__title {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
}
.feature-box__text {
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.team-member {
  text-align: center;
  padding: 16px;
}
.team-member__portrait {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto 16px;
  display: block;
}
.team-member__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.team-member__title {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.offer-month {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  position: relative;
  background-image: url("../../src/assets/images/AboutUs_Get-Offer.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  text-align: left;
  /* Dark Overlay with Transparency */
}
.offer-month::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.offer-month {
  /*  container for the Left Side (50% and its subtitle) */
}
.offer-month__left-column {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin-top: -30px;
  background: none;
  padding: 0;
}
.offer-month {
  /* Large Percentage Text on the Left */
}
.offer-month__percentage-text {
  font-size: 240px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  margin-top: 80px; /* Adjust this value to move the element down */
}
.offer-month {
  /* Subtitle Text (The small text beneath 50%) */
}
.offer-month__subtitle {
  display: block;
  color: #fff;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}
.offer-month {
  /* Main Content Block on the Right (Adjusted width) */
}
.offer-month__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 45%;
  text-align: left;
  align-items: flex-start;
  margin-left: 20px;
}
.offer-month {
  /* Offer of the Month Title */
}
.offer-month__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.offer-month {
  /* Description Text */
}
.offer-month__description {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
}

.banner {
  width: 100vw;
  height: 550px;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}
.banner__title {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}
.banner p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__indicator {
  background-color: #000;
  border-color: #000;
}
.checkbox__input:checked + .checkbox__indicator::after {
  opacity: 1;
}
.checkbox__indicator {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  position: relative;
}
.checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.checkbox__label {
  font-size: 0.9rem;
}

.section--contact-form {
  margin-top: 144px;
  margin-bottom: 144px;
}

.form-layout {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  max-width: 100%;
  max-height: 100%;
}
.form-layout__image {
  margin: auto;
  padding-right: 32px;
  flex: 1;
}
.form-layout__image img {
  width: 600px;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 20px 80px 0 rgba(193, 199, 212, 0.702);
}
.form-layout__form-wrapper {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  min-height: 100%;
  justify-content: space-between;
}
.form-layout .button-primary {
  width: auto;
  align-self: flex-start;
  padding: 16px 48px;
}

.form-wrapper__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  text-align: left;
}
.form-wrapper__subtitle {
  font-size: 17px;
  color: #504e4a;
  margin-bottom: 48px;
  line-height: 1.5;
  text-align: left;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.field__label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
  text-align: left;
}
.field__input {
  width: 100%;
  padding: 16px;
  border: 1px solid #b92770;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #504e4a;
  transition: border-color 0.2s ease-in-out;
}
.field__input:focus {
  outline: none;
  border-color: #b92770;
  box-shadow: 0 0 0 2px rgba(185, 39, 112, 0.2);
}
.field__input[id=message] {
  min-height: 100px;
  resize: vertical;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  overflow: visible;
}
.product-card img {
  box-shadow: 0 20px 80px 0 rgba(193, 199, 212, 0.702);
  display: block;
  width: 100%;
  height: auto;
}
.product-card__image-container {
  position: relative;
  padding: 0;
  margin-bottom: 16px;
  background: none;
  border: none;
}
.product-card__image {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.product-card__details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 0 16px;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}
.product-card__tag {
  position: absolute;
  top: 32px;
  left: 32px;
  background-color: #b92770;
  color: #fff;
  padding: 4px 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  display: none;
}
.product-card__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 16px;
  flex-grow: 1;
  min-height: 4.5rem;
}
.product-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  margin-top: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  font-family: Montserrat, sans-serif;
}
header .header__top {
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid rgba(114, 113, 116, 0.2);
  padding: 30px 40px;
}
header .header__top .social_icons {
  display: flex;
  align-items: center;
}
header .header__top .user_icons {
  display: flex;
  align-items: center;
}
header .header__top .social_icons img,
header .header__top .user_icons img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
header .header__top .header_container {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header__top .header_container img {
  width: 30px;
  height: 30px;
}
header .header__top .header_container .header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #b92770;
  text-decoration: none;
}
header .header__top .header_container .header__logo img {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  background: #b92770;
  box-sizing: border-box;
  object-fit: contain;
}
header .header_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
header .header_nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
header .header_nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: flex; /* Make the anchor a flex container */
  align-items: center; /* Vertically align text and image */
  gap: 5px; /* Add a small gap between text and image */
}
header .header_nav ul li a:hover {
  color: #b92770;
}
header .header_nav ul li a img {
  height: 12px; /* Adjust the height of the arrow icon */
}
header .header_nav ul li a.active {
  color: #b92770;
}

.footer {
  padding-top: 100px;
  background: #fff;
  width: 100%;
  display: block;
  clear: both;
  font-family: "Montserrat", sans-serif;
}
.footer .benefits {
  position: relative;
  background-color: #504e4a;
  padding: 50px 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .benefits::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../src/assets/images/footer-vector.svg");
  background-repeat: repeat;
  background-size: 100% 16.6666666667%;
  background-position: top center;
  opacity: 0.2;
  z-index: 1;
}
.footer .benefits__inner {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer .benefits__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 48px;
}
.footer .benefits__items {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .footer .benefits__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .benefits .benefit {
  flex: 1;
  max-width: 250px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer .benefits .benefit {
    max-width: 100%;
  }
}
.footer .benefits .benefit img {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 16px;
}
.footer .benefits .benefit p {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.footer h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer .footer__content {
  width: min(1300px, 90%);
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer {
  /* LEFT big column */
}
.footer .footer__left {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer {
  /* grid: 3 equal columns */
}
.footer .footer__links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer .footer__column ul {
  padding-left: 0;
}
.footer .footer__column li {
  margin-bottom: 10px;
  list-style: none;
}
.footer {
  /* Block under the grid */
}
.footer .footer__shipping {
  width: 100%;
}
.footer .footer__shipping p {
  line-height: 1.6;
  max-width: 600px;
}
.footer {
  /* RIGHT side - Contact */
}
.footer .footer__contact {
  flex: 1;
}
.footer .footer__contact p {
  margin-bottom: 24px;
}
.footer .footer__contact .contact__info {
  padding-top: 72px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  row-gap: 24px;
}
.footer .footer__contact .contact__info li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.footer .footer__contact .contact__info img {
  width: 18px;
  margin-top: 3px;
}
.footer .footer__contact .contact__info a {
  color: #b92770;
  text-decoration: underline;
}

main {
  padding-top: 50px;
}

section {
  margin-top: 96px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
section h2 {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
section p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  color: #504e4a;
}
section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: bold;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
}

.hero {
  background-color: #e7e8e9;
  padding: 96px 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  max-width: none;
}
.hero__container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 96px 0;
}
.hero__content {
  flex: 3;
  position: relative;
  z-index: 1;
}
.hero__content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: bold;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
}
.hero__content p {
  text-align: left;
  color: #504e4a;
  font-size: 17px;
}
.hero__image {
  flex: 3.5;
  position: relative;
  z-index: 2;
  margin-left: -120px;
}

.promo {
  font-family: "Montserrat", sans-serif;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  max-width: 1300px;
  display: flex;
  gap: 0;
  box-shadow: 0 20px 80px 0 rgba(193, 199, 212, 0.702);
  /* ----------------------------------
     LEFT SIDE — AUTHOR + TEXT INFO
  ---------------------------------- */
}
.promo .promo__author {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.promo .promo__author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 16px;
}
.promo .promo__author h2 {
  text-align: left;
  color: #000;
}
.promo .promo__author span {
  font-size: 0.9rem;
  color: #504e4a;
}
.promo__info {
  flex: 1;
  background-color: #fff;
  padding: 96px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.promo__info h2 {
  font-size: 40px;
  font-weight: 900;
  margin: 20px 0 15px;
  color: #000;
  text-align: left;
}
.promo__info p {
  font-size: 1.2rem;
  color: #504e4a;
  text-align: left;
  margin-bottom: 32px;
}
.promo {
  /* ----------------------------------
     RIGHT SIDE — IMAGE + OVERLAY TEXT
  ---------------------------------- */
}
.promo__discount {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.promo__discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.promo__discount img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__discount-content {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  z-index: 10;
}
.promo__discount {
  /* 25% Discount badge */
}
.promo__discount-badge {
  font-weight: 900;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
}
.promo__discount {
  /* Description text */
}
.promo__discount-text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  width: 100%;
  text-align: left;
}
.promo__discount {
  /* Button */
}
.promo__discount .button-primary {
  margin-top: 32px;
  position: relative;
  left: 0;
}

.categories {
  margin-top: 96px;
}
.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.categories .category-card {
  position: relative;
  overflow: hidden;
}
.categories .category-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
}
.categories .category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.categories .category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categories .category-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 64px;
  z-index: 2;
  color: #fff;
}
.categories .category-card__content h4,
.categories .category-card__content span {
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.categories .category-card__content h4 {
  padding-bottom: 16px;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 40px auto;
  max-width: 1400px;
  padding: 0;
}
.products__grid .product-card {
  min-width: 200px;
}
@media (max-width: 600px) {
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonials {
  margin-top: 96px;
  background-color: #fff;
  padding: 48px 0;
  text-align: center;
}
.testimonials p {
  margin-bottom: 48px;
  color: #777;
}
.testimonials__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
}
.testimonials .testimonial-card {
  flex: 1;
  min-width: 250px;
  background-color: #fff;
  padding: 48px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 20px 80px 0 rgba(193, 199, 212, 0.702);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials .testimonial-card > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 32px;
}
.testimonials .testimonial-card > p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
  flex-grow: 1;
}
.testimonials .testimonial-card .author {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #000;
  margin-top: auto;
}

@media (max-width: 992px) {
  .hero {
    padding: 48px 0 96px 0;
  }
  .hero__container {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .hero__content, .hero__image {
    max-width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .hero__content h1, .hero__content p {
    text-align: center;
  }
  .promo {
    margin-top: -50px;
    padding: 0 32px;
  }
  .categories__grid,
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-month__content h2 {
    font-size: 2.5rem;
  }
  .offer-month__content h2 span {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  section {
    padding: 40px 10px;
  }
  h2 {
    font-size: 2rem;
  }
  .promo {
    margin-top: 0;
    flex-direction: column;
  }
  .categories__grid,
  .products__grid {
    grid-template-columns: 1fr;
  }
  .testimonials__grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.page-catalog {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1440px) {
  .page-catalog {
    padding: 0 32px;
  }
}
.page-catalog .catalog-layout {
  display: grid;
  gap: 48px;
  align-items: start;
}
.page-catalog .catalog-layout .button-primary {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .page-catalog .catalog-layout {
    order: initial;
    gap: 48px;
    grid-template-columns: 3fr 1fr;
  }
}
.page-catalog .catalog-layout .catalog-layout__main-content {
  width: 100%;
}
.page-catalog .catalog-layout .filter-controls {
  display: none;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .page-catalog .catalog-layout {
    order: initial;
  }
}
.page-catalog .field__label {
  font-weight: bold;
  color: #504e4a;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}
.page-catalog .field__select {
  border: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0;
  cursor: pointer;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.page-catalog .field__select__disabled {
  color: #727174;
}
.page-catalog .field__select:focus {
  outline: none;
  border-bottom-color: #000;
}
.page-catalog .filter-controls {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-catalog .filter-controls__grid {
  border-top: 2px solid #b92770;
  padding-top: 32px;
  border-bottom: 2px solid #b92770;
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .page-catalog .filter-controls__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.page-catalog .filter-controls__action-bar {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
.page-catalog .filter-controls__action-bar .button-primary {
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
}
.page-catalog .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 40px auto;
  max-width: 1400px;
  padding: 0;
}
.page-catalog .product-grid .product-card {
  min-width: 200px;
}
@media (max-width: 600px) {
  .page-catalog .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.filter-dropdown-menu {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.filter-dropdown-menu .field__radio {
  margin: 0;
  align-self: flex-start;
  margin-right: 16px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
  user-select: none;
}
.pagination #page-indicator {
  font-weight: bold;
}

.results-count {
  color: #777;
  margin-bottom: 32px;
}

.button-primary {
  padding-left: 0;
  padding-right: 0;
  margin-left: 20%;
  margin-right: 20%;
}

.h5 {
  font-size: 17px;
  font-style: bold;
  margin: 0;
}

.best-sets-sidebar__title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #212121;
}
.best-sets-sidebar .best-sets-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.best-sets-sidebar .best-sets-list__item {
  margin-bottom: 32px;
}
.best-sets-sidebar .best-sets-list__item:last-child {
  margin-bottom: 0;
}
.best-sets-sidebar .best-sets-list__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 16px;
  transition: opacity 0.2s ease;
}
.best-sets-sidebar .best-sets-list__link:hover {
  opacity: 0.8;
}
.best-sets-sidebar .best-sets-list__image-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.best-sets-sidebar .best-sets-list__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.best-sets-sidebar .best-sets-list__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.best-sets-sidebar .best-sets-list__name {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #212121;
  margin: 0 0 8px 0;
  line-height: 1.3;
  overflow: hidden;
  text-align: left;
}
.best-sets-sidebar .best-sets-list__rating {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #ffc107;
}
.best-sets-sidebar .best-sets-list__rating .star {
  margin-right: 2px;
  display: flex;
}
.best-sets-sidebar .best-sets-list__rating .star--empty {
  color: #dddddd;
}
.best-sets-sidebar .best-sets-list__price {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #212121;
  margin: 0;
  text-align: left;
}

.search-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.search-wrapper .search-input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  outline: none;
}
.search-wrapper .search-input:focus {
  border-color: #000;
}
.search-wrapper .search-icon {
  position: absolute;
  right: 10px;
  top: 70%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}
.search-wrapper .search-icon img {
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.page-about .new-arrivals-layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1440px) {
  .page-about .new-arrivals-layout {
    padding: 0 32px;
  }
}
.page-about .new-arrivals-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px 0;
}
.page-about .new-arrivals-layout p,
.page-about .new-arrivals-layout h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .page-about .new-arrivals-layout {
    grid-template-columns: 1fr 1fr;
  }
}
.page-about .section--team .section__title {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
.page-about .section--team .section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 2px;
  background-color: #b92770;
}
.page-about .team-flex-container {
  padding-top: 32px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
.page-about .team-flex-container .team-member {
  flex: 1 1 100%;
  max-width: 410px;
}

.cart-outer {
  max-width: 80%;
  margin: 3rem auto;
}
@media (min-width: 768px) {
  .cart-outer {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.cart-container {
  width: 100%;
}

.cart-header {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr 1.5fr 1fr 1fr;
  background: #504e4a;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  justify-items: center;
  align-items: center;
}
.cart-header > div:nth-child(1),
.cart-header > div:nth-child(2) {
  justify-self: left;
}
.cart-header > div:nth-child(1) {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .cart-header {
    gap: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.cart-item {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr 1.5fr 1fr 1fr;
  padding: 1rem 0;
  border-bottom: 1px solid #f5f5f5;
  place-items: center center;
}
.cart-item > div:nth-child(1), .cart-item > div:nth-child(2) {
  justify-self: left;
}
.cart-item-img_container {
  width: auto;
  height: 80px;
  padding-left: 1rem;
}
.cart-item-img_container img {
  height: 100%;
  object-fit: contain;
  display: block;
}

.cart-product-name {
  font-weight: 500;
}

.cart-price,
.cart-total {
  font-weight: 600;
}

.cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cart-quantity p {
  border: 1px solid #ccc;
  padding: 0 0.5rem;
  border-radius: 4px;
  line-height: 1.5;
}

.cart-deduct:hover,
.cart-add:hover {
  cursor: pointer;
}

.cart-delete {
  height: 1.25rem;
  width: 1.25rem;
  margin: auto;
  justify-self: center;
  cursor: pointer;
}
.cart-delete img {
  width: 100%;
  object-fit: contain;
}

.cart-lower_container {
  max-width: 100%;
  display: grid;
  margin: 1rem auto 3rem auto;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .cart-lower_container {
    grid-template-columns: 1fr;
    margin: 1rem;
    max-width: initial;
  }
}

.cart-actions {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.cart-actions .btn-continue,
.cart-actions .btn-clear {
  margin: 0;
  font-size: 0.9rem;
  padding-left: 32px;
  padding-right: 32px;
}

.summary_container {
  display: flex;
  justify-content: flex-end;
}

.summary {
  background: #504e4a;
  color: #fff;
  padding: 1rem;
  max-width: 570px;
  width: 50%;
  min-width: auto;
}
.summary .btn-checkout {
  font-size: 0.9rem;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #b92770;
}

.summary-line.total {
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: none;
  padding-top: 12px;
}

.empty-cart-message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  height: 100px;
}

.button-primary {
  padding: 0.75rem 1rem;
}

.product-main {
  padding: 4rem 2rem;
}
.product-main__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .product-main__wrapper {
    grid-template-columns: 1fr;
  }
}
.product-main__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-main__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-right: 2rem;
}
@media (max-width: 900px) {
  .product-main__info {
    padding-right: 0;
  }
}
.product-main__info h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  text-align: start;
}

/* Rating */
.rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rating__text {
  font-size: 0.875rem;
  color: #666;
}

/* Price */
.price {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
  text-align: left;
}

/* Product description paragraphs */
.description {
  color: #444;
  line-height: 1.6;
  max-width: 90%;
  text-align: left;
}

/* Field groups */
.field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.field label {
  font-size: 0.9rem;
  font-weight: 600;
}
.field select {
  padding: 0.75rem;
  border-radius: 8px;
  font-size: 1rem;
}
.field select:focus {
  border-color: #000;
  outline: none;
}

.actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 450px) {
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.quantity input {
  width: 45px;
  text-align: center;
  border: none;
  font-size: 1rem;
  padding: 0.5rem 0;
}
.quantity__btn {
  padding: 0.5rem 1rem;
  border: none;
  background: none;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.quantity__btn:hover {
  background: #fff;
}

.button-primary {
  margin-left: 0;
}

/* Payment icons */
.payment {
  margin-top: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.payment img {
  height: 22px;
}

/* --- Container & General --- */
.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* --- Tab Navigation Header --- */
.tabs-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff; /* Light line across full width */
  position: relative;
}
.tabs-header .tab-button {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}
.tabs-header .tab-button:hover {
  color: #000;
}
.tabs-header .tab-button.active {
  color: #000;
}
.tabs-header .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b92770;
}

.tabs-content .tab-pane {
  display: none;
}
.tabs-content .tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-description-content {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.product-description-content p {
  margin-bottom: 20px;
  text-align: left;
}

#reviews-tab .reviews-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  #reviews-tab .reviews-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#reviews-tab .existing-reviews .reviews-count {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}
#reviews-tab .existing-reviews .review-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
#reviews-tab .existing-reviews .review-item img.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
#reviews-tab .existing-reviews .review-item .review-content .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#reviews-tab .existing-reviews .review-item .review-content .review-header strong {
  font-size: 16px;
  color: #333;
}
#reviews-tab .existing-reviews .review-item .review-content .review-header .date {
  font-size: 13px;
  color: #999;
  margin-left: 10px;
}
#reviews-tab .existing-reviews .review-item .review-content .stars {
  color: #f5a623;
  margin-bottom: 10px;
  font-size: 14px;
}
#reviews-tab .existing-reviews .review-item .review-content p {
  color: #777;
  line-height: 1.5;
  font-size: 15px;
}
#reviews-tab .add-review-form h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#reviews-tab .add-review-form .privacy-notice {
  font-size: 13px;
  color: #777;
  margin-bottom: 25px;
}
#reviews-tab .add-review-form .form-group {
  margin-bottom: 20px;
}
#reviews-tab .add-review-form .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #504e4a;
}
#reviews-tab .add-review-form .form-group textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  font-family: inherit;
  resize: vertical;
  outline: none;
}
#reviews-tab .add-review-form .form-group textarea:focus {
  border-color: #b92770;
}
#reviews-tab .add-review-form .form-row {
  display: flex;
  gap: 20px;
}
#reviews-tab .add-review-form .form-row .form-group {
  flex: 1;
}
#reviews-tab .add-review-form .form-row input {
  width: 100%;
  height: 45px;
  border: 1px solid #b92770;
  padding: 0 15px;
  outline: none;
}
#reviews-tab .add-review-form .form-row input:focus {
  border-color: #000;
}
#reviews-tab .add-review-form {
  /* Checkbox Group */
}
#reviews-tab .add-review-form .checkbox-group {
  display: flex;
  align-items: center;
}
#reviews-tab .add-review-form .checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  font-weight: 400;
  color: #777;
  font-size: 14px;
  cursor: pointer;
}
#reviews-tab .add-review-form .checkbox-group input[type=checkbox] {
  margin-top: 3px;
}
#reviews-tab .add-review-form {
  /* Submit Button */
}
#reviews-tab .add-review-form .submit-review-btn {
  background-color: #b92770;
  color: white;
  border: none;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}
#reviews-tab .add-review-form .submit-review-btn:hover {
  background-color: #80255d;
}
#reviews-tab .add-review-form {
  /* Star Rating Input styling (visual placeholder) */
}
#reviews-tab .add-review-form #review-rating {
  font-size: 20px;
  color: #f5a623;
  cursor: pointer;
}

.cart-count--badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ffffff;
  color: #b92770;
  font-size: 10px;
  font-weight: bold;
  border: 2px solid #b92770;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  min-width: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.popup-content h3 {
  margin-top: 0;
  color: #333;
}

.popup-content p {
  margin-bottom: 20px;
  color: #666;
}

.popup-close-btn {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 20px;
  cursor: pointer;
}

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