.container-products-one-is-home {
  display: flex;
  gap: 20px;
}
.container-products-one-is-home .content-layout-left-img {
  flex: 1 0 0;
  width: 80%;
  height: 100%;
}
.container-products-one-is-home .content-layout-left-img .layout-img {
  display: flex;
  gap: 5px;
}
.container-products-one-is-home .content-layout-left-img .layout-img img {
  transition: all 0.3s ease;
  width: 240px;
  height: 300px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 8px;
}
.container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(3) {
  margin-top: 60px;
}
.container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(2) {
  margin-top: 40px;
}
.container-products-one-is-home .content-layout-left-img .layout-img img:hover {
  transition: all 0.2s ease;
  transform: scale(1.02);
}
.container-products-one-is-home .content-layout-left-img .layout-img2 {
  display: flex;
  gap: 5px;
}
.container-products-one-is-home .content-layout-left-img .layout-img2 img {
  transition: all 0.3s ease;
  width: 240px;
  height: 300px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 8px;
}
.container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(1) {
  margin-top: 60px;
}
.container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(2) {
  margin-top: 40px;
}
.container-products-one-is-home .content-layout-left-img .layout-img2 img:hover {
  transition: all 0.2s ease;
  transform: scale(1.02);
}
.container-products-one-is-home .content-layout-right-detailPd {
  flex: 1 0 0;
  width: 80%;
  min-height: 100%;
}
.container-products-one-is-home .content-layout-right-detailPd .right-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-products-one-is-home .content-layout-right-detailPd .color-is-threme {
  color: #5a781e;
}
.container-products-one-is-home .content-layout-right-detailPd .name-products {
  font-size: clamp(1rem, 0.7143rem + 0.5952vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.container-products-one-is-home .content-layout-right-detailPd .price-products-main {
  font-size: clamp(0.875rem, 0.7321rem + 0.2976vw, 1rem);
  margin-bottom: 15px;
}
.container-products-one-is-home .content-layout-right-detailPd .size-list-pd {
  margin: 0px;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
}
.container-products-one-is-home .content-layout-right-detailPd .color-list {
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 0.4px solid #5a781e;
}
.container-products-one-is-home .content-layout-right-detailPd ul li {
  list-style: none;
}
.container-products-one-is-home .content-layout-right-detailPd .sumary-detail {
  margin-top: 20px;
}
.container-products-one-is-home .bottom-btn button:hover {
  transition: all 0.5s ease;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.container-products-one-is-home .bottom-btn button:hover a {
  color: #000 !important;
}
.container-products-one-is-home .bottom-btn button:active {
  transition: all 0.5s ease;
  transform: scale(0.8);
}

@media (max-width: 1093px) {
  .container-products-one-is-home .content-layout-left-img {
    flex: 1 0 0;
    width: 60%;
    height: 100%;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img {
    gap: 5px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img {
    max-width: 240px;
    min-width: 180px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(3) {
    display: none;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(2) {
    margin-top: 40px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 {
    gap: 5px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img {
    max-width: 240px;
    min-width: 180px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(1) {
    margin-top: 60px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(2) {
    display: none;
  }
  .container-products-one-is-home .content-layout-right-detailPd {
    width: 60%;
  }
}
@media (max-width: 807px) {
  .bottom-btn {
    flex-direction: column;
  }
  .bottom-btn button {
    width: fit-content;
  }
}
@media (max-width: 742px) {
  .container-products-one-is-home .content-layout-left-img {
    width: 30%;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img {
    justify-content: center;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img {
    max-width: 240px;
    min-width: 180px;
    height: auto;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(3) {
    display: none;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(2) {
    display: none;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 {
    justify-content: center;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img {
    max-width: 240px;
    min-width: 180px;
    height: auto;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(1) {
    display: none;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(2) {
    display: none;
  }
  .container-products-one-is-home .content-layout-right-detailPd {
    width: 70%;
  }
}
@media (max-width: 513px) {
  .container-products-one-is-home {
    flex-direction: column;
  }
  .container-products-one-is-home .content-layout-left-img {
    width: 100%;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img {
    justify-content: center;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img {
    max-width: 220px;
    min-width: 150px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img img:nth-child(2) {
    display: inline-block;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 {
    justify-content: center;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img {
    max-width: 220px;
    min-width: 150px;
  }
  .container-products-one-is-home .content-layout-left-img .layout-img2 img:nth-child(1) {
    display: inline-block;
  }
  .container-products-one-is-home .content-layout-right-detailPd {
    width: 100%;
    min-height: fit-content;
  }
  .container-products-one-is-home-v2 {
    flex-direction: column-reverse;
  }
}

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