@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gridBasket {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

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

.image-gallery {
  width: 100%;
  height: 500px;
}
.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.thumbnail-container {
  width: 100px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  gap: 10px;
}

.thumbnail {
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
}

.thumbnail-image {
  width: 80px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
  border-radius: 20px;
  user-select: none;
}

.thumbnail.selected .thumbnail-image {
  border: 2px solid black;
  border-radius: 20px;
  opacity: 1;
  transition: transform 0.2s ease, border 0.2s ease;
}

.main-img-slider {
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.thub_flex {
  display: flex;
  flex-direction: column;
}

.basketPrev,
.basketNext {
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  padding: 5px;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1), 0 -3px 1px 0 rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
  right: 41%;
}

.basketPrev {
  top: 0;
}

.basketNext {
  bottom: 0;
}
.basketNext i,
.basketPrev i {
  color: gray;
  font-size: 12px;
}

.thub_flex {
  position: relative;
  height: 100%;
}

.ratingProductBasketIcons {
  display: flex;
  align-items: center;
}

.detailTextHead h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30.75px;
  color: black;
}

.ratingProductBasket {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.ratingProductBasket p {
  margin: 0;
  color: #9597ad;
}

.ratingProductBasketIcons {
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.ratingProductBasketIcons i {
  color: #dcdde4;
}

.xususiyyetlerMehsul {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 5rem;
}

.xususiyyetlerMehsul h3 {
  font-family: Poppins;
  font-size: 23px;
  font-weight: 700;
  line-height: 14px;
  color: #1f2026;
}

.xususiyyetlerMehsul p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: black;
  margin: 0;
}
/* Rey */

.review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s;
  user-select: none;
}

.review-card:hover {
  box-shadow: 0 6px 12px -4px rgba(31, 32, 38, 0.04),
    0 12px 24px -6px rgba(31, 32, 38, 0.08);
  transition: all 0.3s;
}
.betweenReview h3 {
  margin: 0;
  font-size: 14px;
  color: #3a4858;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
}

.betweenReview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-stars {
  display: flex;
  gap: 2.5px;
}

.flexReviws {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.flexReviws h2 {
  font-family: Poppins;
  font-size: 23px;
  font-weight: 700;
  line-height: 14px;
  color: #1f2026;
}
.flexReviws button {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  cursor: pointer;
  color: #1f2026;
  background-color: none;
  background: none;
  border: none;
}
.flexReviws button:hover {
  color: #3d3f48;
}

.reviewsComment {
  margin-top: 5rem;
}

.review-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.review-header span {
  color: #8e9099;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  user-select: none;
}

.review-comment p {
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  color: #1f2026;
  letter-spacing: 0.2px;
  line-height: 23px;
}

.review-comment strong {
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  color: #1f2026;
}

.review-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.review-details span {
  color: #8e9099;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  user-select: none;
  margin: 10px 0;
}

.review-card {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.review-card.visible {
  max-height: 500px; /* Təxmini yüksəkliyi, ehtiyacınıza uyğun olaraq dəyişdirin */
  opacity: 1;
}

.review-card:not(.visible) {
  max-height: 0;
  opacity: 0;
}

.slick-slide {
  margin: 0 10px; /* Soldan və sağdan 10px məsafə */
}
.slick-list {
  margin-left: -10px; /* Düzgün hizalama üçün */
  margin-right: -10px;
}

.Baxdıqlarım {
  margin: 5rem 0;
  overflow: hidden;
}

.oxsarMehsullar {
  margin-bottom: 4rem;
  overflow: hidden;
}

/* Ümumi stillər */

.product-containerDetail {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

/* Ölçü seçimi */
.sizesDetail {
  font-family: Arial, sans-serif;
  margin: 10px 0;
}

.size-optionsDetail {
  display: flex;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.size-optionsDetail input[type="radio"] {
  display: none; /* Radio button gizlədilir */
}

.size-optionsDetail label {
  display: inline-block;
  padding: 6px 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #333;
  transition: all 0.2s ease-in-out;
}

/* Seçilmiş radio üçün border qara olsun */
.size-optionsDetail input[type="radio"]:checked + label {
  border: 2px solid black;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.priceDetail {
  font-size: 1.5rem;
  font-weight: bold;
}

.current-priceDetail {
  color: #000;
  font-size: 27px;
  font-weight: 600;
  line-height: 33.21px;
}

.old-priceDetail {
  text-decoration: line-through;
  color: #888;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.91px;
  color: #928f8f;
}

.count-containerDetail {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  background-color: white;
}

.count-containerDetail button {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
}

.count-containerDetail button:hover {
  background-color: #fff;
}

.count-containerDetail span {
  margin: 0 10px;
  font-size: 1.2rem;
  background-color: white;
}

/* Səbətə at düyməsi */
.add-to-cartDetail {
  background-color: #81d653;
  color: #2d2d2d;
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  width: 150px;
  transition: all 0.2s ease-out;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.sendWishlistItem .wishlist i {
  font-size: 20px;
}

.birKlikdeAl:hover {
  background-color: rgb(235, 234, 234);
  transition: all 0.2s;
}

.add-to-cartDetail:hover {
  background-color: #7fe448;
  transition: all 0.2s ease-out;
}

/* Çatdırılma və Ödəmə */

.deliveryDetail h3,
.payment-methodsDetail h3 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
  color: #020202;
  margin-bottom: 8px;
}
.deliveryDetail p {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #928f8f;
}
.payment-iconDetail {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.cashDetail {
  display: inline-block;
  background-color: #4caf50;
  width: 50px;
  height: 20px;
  border-radius: 5px;
}

/* Rəng seçimi */
.colorsDetail {
  display: flex;
  gap: 10px;
  align-items: center;
}

.color-checkboxDetail {
  position: relative;
  cursor: pointer;
}

.color-checkboxDetail input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.color-boxDetail {
  display: inline-block;
  width: 50px;
  height: 60px;
  border: none;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
}

.yellowDetail {
  background-color: #c8da05;
}

.grayDetail {
  background-color: #d9d9d9;
}

/* Seçilmiş rəng üçün üslub */
.color-checkboxDetail input:checked + .color-boxDetail {
  border: 2px solid #3a4858;
}

.color_product {
  display: flex;
  flex-direction: column;
}

.color_product p {
  padding: 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.priceFlexDetail {
  background-color: #ddffca;
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
}

.sizesDetail p,
.color_product p {
  margin-bottom: 10px;
}

.price-sectionDetail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.7rem;
}

.price_sectionDetailLeft {
  display: flex;
  flex-direction: column;
}

.discountDetail {
  background-color: #ff5733;
  border-radius: 12px;
  width: 44px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Rubik;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}

.countBasketFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.count-containerDetail button i {
  font-size: 18px;
  line-height: 25.2px;
}

.countDiget {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.sendWishlistItem {
  border: none;
  background-color: white;
  border-radius: 50%;
  padding: 14px;
  user-select: none;
}
.buttonAddWish {
  border: none;
  background-color: transparent;
}
.buttonAddWish:hover {
  background-color: transparent;
}

.birKlikdeAl {
  font-family: Poppins;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 12px;
}

.wishlistDetailProduct {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.çatrilma_ödeme_div {
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #d5d5d5;
  display: flex;
  flex-direction: column;
}

.payment_images {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}

.payment_img {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.payment_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Dükan məlumatı */
.store-containerDetail {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #d5d5d5;
}

/* Mağaza bölməsi */
.store-headerDetail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.store-logoDetail {
  width: 54px;
  height: 56px;
  background-color: #ddd;
  border-radius: 20px;
  margin-right: 13px;
}

.store-logoDetail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.store-details {
  flex: 1;
}

.store-nameDetail {
  margin: 0;

  font-family: Poppins;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.store-ratingDetail {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
}

.store-ratingDetail span {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  color: #928f8f;
  margin-left: 4px;
}

.store-linkDet {
  display: block;
  text-align: center;
  padding: 12px 0;
  background: #e6e8ec;
  color: #2d2d2d;
  border-radius: 20px;
  text-decoration: none;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  transition: all 0.2s;
}

.store-linkDet:hover {
  background: #d7d9de;
  transition: all 0.2s;
}

/* Məhsul kartı */
.product-cardDetail a {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #d5d5d5;
}

.product-imageDetail {
  width: 119px;
  height: 154px;
  overflow: hidden;
  border-radius: 10px;
}

.product-imageDetail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-imageDetail {
  position: relative;
}
.product-infoDetail {
  flex: 1;
}

.discountDetailDiv {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-titleDetail {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  color: black;
}

.product-priceDetail {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: flex;
  flex-direction: column;
}

.product-old-priceDetail {
  text-decoration: line-through;
  font-size: 17px;
  color: #928f8f;
  font-weight: 400;
}

.store-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.payment_img img {
  cursor: pointer;
}
