@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

nav {
  /* width: 90%; */
  padding: 0px 80px;
  background-color: #FAF9F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
nav .nav-L {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
nav .nav-L h6 {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #4E944F;
}
nav .nav-L img {
  height: 60px;
}
nav ul {
  display: flex;
  gap: 40px;
}
nav ul li {
  list-style: none;
}
nav ul li a {
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  color: #4E944F;
}
nav ul li a:hover {
  color: #fff;
  background-color: #4E944F;
}
nav ul .dropdown {
  position: relative;
  display: inline-block;
}
nav ul .dropdown .dropdown-content {
  width: 120px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
nav ul .dropdown .dropdown-content a {
  display: block;
}
nav ul .dropdown .dropdown-content a:hover {
  background-color: #ddd;
  color: #3e8e41;
}
nav .active {
  font-weight: bold;
}
nav .nav-R {
  display: flex;
  gap: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* ---------------- Tablet (720px–1000px) ---------------- */
@media (max-width: 1000px) and (min-width: 720px) {
  nav {
    padding: 0 40px;
  }
  nav .nav-L h6 {
    display: none;
  }
  nav ul {
    gap: 20px;
  }
}
@media (max-width: 600px) and (min-width: 360px) {
  nav {
    padding: 0px 20px;
  }
  nav .nav-L img {
    height: 40px;
  }
  nav .nav-L h6 {
    display: none;
  }
  nav .nav-mid ul {
    gap: 10px;
  }
  nav .nav-mid ul a {
    font-size: 12px;
  }
}
.wel-sec {
  height: 600px;
  padding: 60px;
  background-image: url(/img/wel-product.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.471);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wel-sec h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #4E944F;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
.wel-sec p {
  font-size: 1.2rem;
  width: 900px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.cards-sec-container {
  padding: 60px 80px;
}
.cards-sec-container h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #4E944F;
  margin-bottom: 30px;
}
.cards-sec-container .cards-sec {
  display: flex;
  justify-content: space-between;
}
.cards-sec-container .sk-card, .cards-sec-container .cmt-card {
  width: 46%;
  height: 320px;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.cards-sec-container .sk-card p, .cards-sec-container .cmt-card p {
  width: 380px;
}
.cards-sec-container .sk-card .button-74, .cards-sec-container .cmt-card .button-74 {
  width: 120px;
  padding: 0 18px;
  background-color: transparent;
  border: 1px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.cards-sec-container .sk-card .button-74 a, .cards-sec-container .cmt-card .button-74 a {
  color: #422800;
  text-decoration: none;
}
.cards-sec-container .sk-card .button-74:hover, .cards-sec-container .cmt-card .button-74:hover {
  font-weight: bolder;
}
.cards-sec-container .sk-card {
  background-image: url(../../../img/sk/sk.png);
}
.cards-sec-container .cmt-card {
  background-image: url(../../../img/cmt/cmt.png);
}

.best-sell-container {
  padding: 60px 80px;
}
.best-sell-container h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #4E944F;
  margin-bottom: 30px;
}
.best-sell-container .bs-product-card-container:last-child {
  margin-top: 50px;
}
.best-sell-container .bs-product-card-container {
  /* Sub-title row */
  /* Product card container */
}
.best-sell-container .bs-product-card-container .bs-sub-title {
  padding: 10px 0px 10px 20px;
  background-color: #A8C686;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.best-sell-container .bs-product-card-container .bs-sub-title h3 {
  font-size: 1.5rem;
  color: #444;
}
.best-sell-container .bs-product-card-container .bs-sub-title button {
  font-size: large;
  padding: 6px 14px;
  background: none;
  border: none;
}
.best-sell-container .bs-product-card-container .bs-sub-title button a {
  color: #222;
  text-decoration: none;
}
.best-sell-container .bs-product-card-container .bs-sub-title button:hover {
  font-weight: bold;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent {
  display: flex;
  gap: 25px;
  /* Single product card */
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card {
  width: 18%;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Product details */
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card h4 {
  font-size: 1rem;
  color: #333;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card p {
  font-size: 0.8rem;
  margin: 5px 0;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row, .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .price p:first-child {
  font-size: 0.95rem;
  color: red;
  text-decoration: line-through;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .price p:last-child {
  font-size: 0.95rem;
  color: #3a6d3b;
  font-weight: bold;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row {
  /* Buy button */
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row .star {
  display: flex;
  align-items: center;
  gap: 5px;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row .star svg {
  fill: #f5b50a;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row button {
  background: #4e944f;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row button:hover {
  background: #3a6d3b;
}
.best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.brand-sec {
  padding: 60px 80px;
  width: 89%;
}
.brand-sec h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #4E944F;
  margin-bottom: 30px;
}
.brand-sec .brand-pt {
  margin-top: 15px;
}
.brand-sec .brand-lsc, .brand-sec .brand-pt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.brand-sec .brand-lsc .brands, .brand-sec .brand-pt .brands {
  width: 13%;
  border: 1px solid #3B2F2F;
}

footer {
  padding-top: 40px;
  background-color: #FAF9F6;
}
footer p {
  color: #3B2F2F;
}
footer h3 {
  color: #4E944F;
}
footer .foot-top-container {
  padding: 0px 80px;
  display: flex;
  justify-content: space-between;
}
footer .foot-top-container .foot-parents-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .foot-top-container .foot-parents-logo img {
  height: 100px;
}
footer .foot-top-container .foot-parents-logo p:nth-child(2) {
  font-family: Verdana;
  font-weight: bold;
}
footer .foot-top-container .foot-parents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .copyright {
  width: 100%;
  margin-top: 40px;
  padding: 15px 0px;
  background-color: #4E944F;
}
footer .copyright p {
  color: #fff;
  text-align: center;
}

/* ---------------- Tablet (720px–1000px) ---------------- */
@media (max-width: 1000px) and (min-width: 720px) {
  footer {
    font-size: 12px;
  }
  footer .foot-top-container {
    gap: 20px;
    padding: 0px 40px;
  }
}
@media (max-width: 600px) and (min-width: 360px) {
  footer {
    padding: 0px;
    padding-top: 10px;
  }
  footer p {
    font-size: 0.8rem;
  }
  footer h3 {
    font-size: 0.8rem;
  }
  footer .foot-top-container {
    padding: 0px 20px;
  }
  footer .foot-top-container .foot-parents-logo img {
    height: 60px;
  }
  footer .foot-top-container .foot-parents-logo p:last-child {
    display: none;
  }
  footer .foot-top-container .foot-parents:last-child {
    display: none;
  }
  footer .copyright {
    margin-top: 10px;
    padding: 5px 0px;
  }
  footer .copyright p {
    font-size: 0.8rem;
  }
}
@media (max-width: 1000px) and (min-width: 720px) {
  .wel-sec {
    height: 400px;
    padding: 40px;
    padding-top: 80px;
  }
  .wel-sec h2 {
    width: 500px;
  }
  .wel-sec p {
    width: 680px;
  }
  .cards-sec-container {
    padding: 60px 40px;
  }
  .cards-sec-container .cards-sec {
    display: flex;
    justify-content: space-between;
  }
  .cards-sec-container .sk-card, .cards-sec-container .cmt-card {
    width: 43%;
    height: 220px;
  }
  .cards-sec-container .sk-card p, .cards-sec-container .cmt-card p {
    width: 300px;
  }
  .best-sell-container {
    padding: 60px 40px;
  }
  .best-sell-container .bs-product-card-container:last-child {
    margin-top: 50px;
  }
  .best-sell-container .bs-product-card-container {
    /* Product card container */
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    /* Single product card */
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card {
    width: 42%;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card img {
    width: 100%;
    height: 300px;
  }
  .brand-sec {
    padding: 60px 40px;
    width: 90%;
  }
  .brand-sec .brand-lsc .brands, .brand-sec .brand-pt .brands {
    width: 12.6%;
  }
}
@media (max-width: 600px) and (min-width: 360px) {
  .wel-sec {
    height: 160px;
    padding: 20px;
    padding-top: 60px;
  }
  .wel-sec h2 {
    text-align: center;
    font-size: 1.4rem;
    color: #4E944F;
    margin-bottom: 20px;
    color: #fff;
  }
  .wel-sec p {
    display: none;
  }
  .cards-sec-container {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .cards-sec-container h2 {
    text-align: center;
    font-size: 1.4rem;
    color: #4E944F;
    margin-bottom: 20px;
  }
  .cards-sec-container .cards-sec {
    flex-direction: column;
    row-gap: 20px;
  }
  .cards-sec-container .sk-card, .cards-sec-container .cmt-card {
    width: 90%;
    height: 180px;
  }
  .cards-sec-container .sk-card p, .cards-sec-container .cmt-card p {
    width: auto;
    font-size: 0.8rem;
    text-align: justify;
  }
  .cards-sec-container .sk-card .button-74, .cards-sec-container .cmt-card .button-74 {
    width: 120px;
    padding: 0px 14px;
  }
  .cards-sec-container .sk-card {
    background-image: url(../../../img/sk/phone-sk.png);
  }
  .cards-sec-container .cmt-card {
    background-image: url(../../../img/cmt/phone-cmt.png);
  }
  .best-sell-container {
    padding: 40px 20px;
  }
  .best-sell-container h2 {
    text-align: center;
    font-size: 1.4rem;
    color: #4E944F;
    margin-bottom: 20px;
  }
  .best-sell-container .bs-product-card-container:last-child {
    margin-top: 40px;
  }
  .best-sell-container .bs-product-card-container {
    /* Sub-title row */
    /* Product card container */
  }
  .best-sell-container .bs-product-card-container .bs-sub-title {
    padding: 8px 0px 8px 20px;
  }
  .best-sell-container .bs-product-card-container .bs-sub-title h3 {
    font-size: 1.1rem;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent {
    display: block;
    /* Single product card */
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card {
    margin-top: 20px;
    width: 90%;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    grid-template-areas: "img info1" "img info2" "img info3" "img info4";
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card img {
    margin: 0;
    height: 140px;
    grid-area: img;
    align-self: center;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card h4 {
    grid-area: info1;
    font-size: 0.8rem;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card h4 + p {
    grid-area: info2;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .price {
    grid-area: info3;
  }
  .best-sell-container .bs-product-card-container .bs-product-card-parent .bs-product-card .card-row {
    grid-area: info4;
  }
  .brand-sec {
    padding: 40px 20px;
    padding-top: 0;
    width: 89%;
  }
  .brand-sec h2 {
    text-align: center;
    font-size: 1.4rem;
    color: #4E944F;
    margin-bottom: 20px;
  }
  .brand-sec .brand-pt {
    margin-top: 15px;
  }
  .brand-sec .brand-lsc, .brand-sec .brand-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
  }
  .brand-sec .brand-lsc .brands, .brand-sec .brand-pt .brands {
    width: 22.5%;
    border: 1px solid #3B2F2F;
  }
}/*# sourceMappingURL=s-products.css.map */