@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* google-font */
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background: #f8f8f8;
  overflow-x: hidden;
}

h4,
h5 {
  color: #232532;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 3.4rem;
}

h5 {
  font-size: 3rem;
  margin-bottom: 0;
}

a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #232532;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
a span {
  font-size: 14px;
  font-weight: 500;
}

p {
  font-size: 15px;
  color: #797979;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 132.1rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}

input {
  font-size: 1.3rem;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.shop-btn {
  padding: 1.2rem 3.4rem;
  margin: 4rem 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: #ae1c9a;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
}
.shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.shop-btn:hover {
  color: #ffffff;
  background-color: #ae1c9a;
}
.shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.shop-btn:hover span {
  color: #ffffff;
}

.product {
  padding: 6rem 0;
}
@media (max-width: 1023px) {
  .product {
    padding: 3rem 0;
  }
}

.product-wrapper {
  width: 100%;
  height: 44.5rem;
  padding: 0 0 2rem 0;
  border-radius: 1.2rem;
  background-color: #ffffff;
  font-family: "Jost", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.product-wrapper .product-img {
  height: 31.3rem;
  position: relative;
}
.product-wrapper .product-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-wrapper .product-info {
  margin: 1.5rem 3rem 3rem;
}
.product-wrapper .product-info .ratings {
  margin: 0.6rem 0;
}
.product-wrapper .product-details {
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .product-wrapper .product-details {
    font-size: 2.2rem;
  }
}
.product-wrapper:hover {
  border: 1px solid #ae1c9a;
}
@media (max-width: 767px) {
  .product-wrapper .product-img {
    height: 30rem;
  }
  .product-wrapper .product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin: 0rem;
  }
  .product-wrapper .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-wrapper .price span {
    font-size: 2rem;
  }
}

.price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.price .price-cut {
  text-decoration: line-through;
}
.price .new-price {
  color: #ae1c9a;
}
.price span {
  font-size: 1.6rem;
  color: #797979;
  font-weight: 500;
}

.section-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
@media (max-width: 767px) {
  .section-title h5 {
    font-size: 2.5rem;
  }
}

.header-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 1.9rem 0 2.2rem 0;
}
.header-center .header-cart-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.header-center .header-cart-items .cart-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.header-center .header-cart-items .cart-item .cart-text {
  font-size: 1.6rem;
  color: #797979;
}

@media (max-width: 610px) {
  .header-center {
    gap: 10px;
    padding: 1.2rem 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 10px;
}

.weekly-sale {
  background-color: #f9edf7;
}
@media (max-width: 767px) {
  .weekly-sale h5 {
    font-size: 2rem;
  }
}

.footer {
  background: #292b38;
  font-family: "League Spartan", sans-serif;
}

.footer-padding {
  padding-bottom: 12rem !important;
}

.footer-service-section {
  background-color: #ae1c9a;
  padding: 2.8rem;
  margin-top: -11rem;
  border-radius: 4px;
}
.footer-service-section .service-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
.footer-service-section .service-wrapper .service-info {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-service-section .service-wrapper .service-details {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .footer-service-section .gy-4 {
    --bs-gutter-y: 2rem;
  }
  .footer-service-section .service-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .footer-service-section .service-wrapper {
    align-items: flex-start;
  }
}

.footer-section {
  padding-top: 6rem;
}
.footer-section .logo {
  margin-bottom: 3rem;
}
.footer-section .footer-heading {
  font-size: 2rem;
  color: #ffffff;
}
.footer-section .footer-title {
  margin-bottom: 1.8rem;
}
.footer-section .footer-link a {
  color: #c8c8c8;
  font-size: 1.5rem;
  font-weight: 300;
}
.footer-section .footer-link a:hover {
  color: #ae1c9a;
  text-decoration: underline;
}
.footer-section .footer-link p {
  color: #c8c8c8;
}
.footer-section .footer-link ul {
  padding-left: 0;
}
.footer-section .footer-link ul li {
  margin-bottom: 2rem;
}
.footer-section .footer-link .address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}
.footer-section .contact-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer-section .footer-link a {
    font-size: 1.5rem !important;
  }
}

.product-info {
  background: #ffffff;
}
@media (max-width: 767px) {
  .product-info .product-info-content {
    padding: 0;
  }
}

.product-info-section {
  margin-top: 2.5rem;
}
.product-info-section .row > * {
  --bs-gutter-y: 50px;
}

.product-info-img .swiper {
  position: relative;
}
.product-info-img .swiper .product-discount-content {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  background: #ffbb38;
  width: 8.1rem;
  height: 8.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 50%;
  z-index: 2;
}
.product-info-img .swiper .product-discount-content h4 {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}
.product-info-img .swiper .swiper-wrapper {
  align-items: center;
}
.product-info-img .product-top {
  height: 60rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 1rem;
}
.product-info-img .product-top .swiper-wrapper {
  height: 100%;
}
.product-info-img .product-top .slider-top-img {
  height: 51.5rem;
  padding: 0;
}
.product-info-img .product-top .slider-top-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

.product-bottom {
  margin-top: 2rem;
}
.product-bottom .slider-bottom-img {
  height: 9rem !important;
  width: 9rem !important;
  padding: 1rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 1rem;
  opacity: 0.4;
}
.product-bottom .slider-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info-content {
  padding: 0 5rem;
}
.product-info-content .ratings {
  margin-top: 1.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.product-info-content .ratings .text {
  font-size: 1.4rem;
}
.product-info-content .price {
  gap: 1rem;
  margin-top: 1rem;
}
.product-info-content .price .new-price {
  font-size: 2rem;
  color: red;
}
.product-info-content .content-paragraph {
  line-height: 3rem;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.product-info-content .product-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.product-info-content .product-quantity .quantity-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.product-info-content .product-quantity .quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: 5rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.product-info-content .product-quantity .quantity {
  width: 12rem;
  font-size: 2rem;
}
.product-info-content .product-quantity .shop-btn {
  flex: 1 1 0%;
}
.product-info-content .product-quantity .shop-btn::after {
  display: none;
}
@media (max-width: 1200px) {
  .product-info-content .product-quantity {
    flex-direction: column;
    margin-top: 2rem;
  }
  .product-info-content .product-quantity .shop-btn {
    margin-top: 0;
  }
}

hr {
  color: #f3b4ea;
}

.product-description .nav-item {
  border-bottom: 1px solid rgba(174, 28, 154, 0.08);
  gap: 2rem;
}
.product-description .nav-item .nav-link {
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  color: #ae1c9a;
  font-weight: 600;
}
.product-description .nav-item .nav-link:hover {
  border-color: rgba(174, 28, 154, 0.08);
}
.product-description .nav-item .nav-link.active {
  background: #ae1c9a;
  color: #ffffff;
}
.product-description .tab-item {
  padding: 2rem 0 0 0;
}
.product-description .tab-item .product-intro-section {
  margin-bottom: 4rem;
}
.product-description .tab-item .product-intro-section .product-details {
  line-height: 3rem;
  margin-top: 1rem;
}
.product-description .tab-item .product-feature ul li {
  list-style: unset;
  margin-top: 2rem;
  margin-left: 2rem;
}
.product-description .tab-item .product-feature ul li::marker {
  font-size: 1.5rem;
}
.product-description .tab-item .review-wrapper {
  padding: 2rem 0;
}

.product-weekly {
  background: #f8f8f8;
}

.review-form {
  margin-top: 4rem;
}
.review-form .comment-title {
  margin-bottom: 3rem;
}
.review-form .form-control {
  border: 1px solid rgba(174, 28, 154, 0.08);
  box-shadow: none;
  color: #232532;
}
.review-form label {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  color: #797979;
  margin-bottom: 0.5rem;
}
.review-form input {
  height: 5rem;
}
.review-form input {
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .review-form .comment-title {
    font-size: 2rem;
  }
}

.quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12rem;
  height: 4rem;
  padding: 0 4rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.quantity span {
  font-size: 1.5rem;
}

.login-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.login-section .review-form {
  width: 51.2rem;
  height: 63rem;
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 0.5rem;
}
.login-section .review-form .comment-title {
  text-align: center;
  margin-top: 5rem;
}
.login-section .review-form .shop-btn {
  width: 100%;
  margin: 0 0 2rem 0;
}
.login-section .review-form .shop-btn::after {
  display: none;
}
@media (max-width: 767px) {
  .login-section .review-form {
    padding: 2rem;
    height: auto;
  }
}

.question-section {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.question-section .review-form {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 2rem 4rem;
}
.question-section .review-form .comment-title {
  margin-top: 2rem;
}
.question-section .review-form .review-form-name {
  margin-bottom: 2rem;
}
.question-section .review-form .shop-btn {
  margin-top: 2rem;
}
.privacy-section .policy .policy-features ul li::marker {
  font-size: 2rem;
}

.contact {
  background: #ffffff;
}

.contact-section .row > * {
  --bs-gutter-x: 3rem;
}
@media (max-width: 767px) {
  .contact-section .login-section .review-form {
    padding: 2rem 1.5rem;
  }
} /*# sourceMappingURL=style.css.map */
.logo img {
  max-width: 100px;
}
.disclaimer {
  padding-right: calc(var(--bs-gutter-x) * 2);
  margin-bottom: 2rem;
}
.text-bottom {
  color: #c8c8c8;
}
@media (max-width: 768px) {
  .product-info-section .row > * {
    --bs-gutter-y: 10px;
  }
  .product-info-section {
    margin-top: 1rem;
  }
  .product {
    padding: 1rem 0;
  }
  .product-info-img .product-top {
    height: 40rem;
  }
}

hr {
  color: #f3b4ea;
}
.product-description .tab-item .product-feature ul li::marker {
  font-size: 1.5rem;
}

.intro-heading {
  font-weight: 500;
  font-size: 1.8rem;
}

.privacy-section .intro-heading {
  margin-bottom: 2rem;
}
.privacy-section .policy-details {
  line-height: 3rem;
}
.privacy-section .policy-details .policy-inner-text {
  display: block;
  margin-top: 3rem;
}
.privacy-section .policy {
  margin-bottom: 3rem;
}

.blog {
  background: #fffafe;
  padding: 3rem 0;
}
.blog .heading {
  font-size: 3rem;
  text-align: center;
}
.policy a {
  font-size: 1.6rem;
      color: #797979;
}

.policy h2,
.policy h3,
.policy h4 {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 2rem 0;
}
.policy h2 {
  font-size: 2rem;
}
.policy ul li {
  list-style: unset;
  margin-left: 2rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  color: #797979;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.docs-container {
  max-width: 680px;
  margin: 0 auto;
}
.docs-img {
  max-width: 100px;
  margin: 10px auto;
}
.product-bottom .swiper-slide-thumb-active {
    opacity: 1;
}