/* electronics */
.elec-card img{
  width: 155px;
  height: 155px;
}
.elec-card h3{
  font-size: 18px;
  text-align: center;
}
.container-elec{
  width: 1250px;
}
.elec-wrapper-card{
  width: 100%;
}
.container-elec  button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    background:white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 20px 20px;
}
.container-elec .prev-btn-elec {
    inset-inline-end: 15px;
}
.container-elec  .next-btn-elec {
    inset-inline-start: 15px;
}
.wrapper-elec{
  height: 330px;
}
.card-elec{
  height: 330px;
}
.card-elec .img-box{
  height: 130px;
}
.img-elec{
  margin-top: 20px;
}
.img-elec img{
  margin-bottom: 15px;
  width: 1270px;
  height: 200px;
}
.img-elec .image{
  height: 130px;
}
.container-elec-card{
  margin:25px 40px;
}
.container-elec-card div{
  display: flex;
  gap: 3px;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.container-elec-card h2{
  margin-bottom: 20px;
}
.container-elec-card img{
  width: 250px;
}
.cont-elec{
  margin-top: 17px;
  width: 1270px;
  height: 175px;
}
.marka{
  margin-top: 13px;
}
.marka-img{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.marka h2{
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.marka-img img{
  width: 200px;
  margin-bottom: 15px;
}
.elec-card-last .img-card{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  background-color: white;
  padding: 10px;
}
.elec-card-last .img-card img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.elec-card-last .info-card .offer{
  font-size: 14px;
  color: #555555d2;
  font-weight: 400;
}
.elec-card-last .info-card .use{
  cursor: pointer;
  font-size: 13px;
  color: #067ae0;
  font-weight: 500;
}

.electronics .product-for-you-phone{
  display: none;
}







@media (max-width: 768px) {
  .header-for-phone, .footer-mobile {
    display: block;
  }
  .electronics .mobile-slider2, .container-elec-card, .none{
    display: none;
  }
  .electronics .product-for-you-phone{
    display: block;
  }
  .product-for-you-phone {
    background-color: #ffffff;
    padding: 15px 0;
    width: 100%;
    font-family: sans-serif;
  }
  .product-for-you-phone h2 {
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 15px;
    margin-top: 0;
  }
 .price-product-for-phone {
    display: flex;
    gap: 8px;
    margin: 0 6px;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .price-product-for-phone::-webkit-scrollbar {
    display: none;
  }
  .filter-btn {
    background-color: #ffffff;
    border: 1px solid #c2c5c5;
    border-radius: 6px;
    padding: 4px 4px;
    font-weight: bold;
    font-size: 14px;
    color: #0f1111;
    white-space: nowrap;
    cursor: pointer;
  }
  .filter-btn i {
    font-size: 12px;
    margin-inline-end: 4px;
}
.home-for-mobile .product-grid-for-phone,
.product-grid-for-phone {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  display: grid;
  grid-template-columns: repeat(2, 190px);
  gap: 0 12px;
}
.home-for-mobile .product-link,
.product-link {
  width: 180px;
  height: 300px;
  display: flex;
  text-decoration: none;
  z-index: 1;
}
.home-for-mobile .product-card,
.product-card {
  width: 180px;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}
.home-for-mobile .image-wrapper,
.image-wrapper {
  width: 190px;
  position: relative;
  background-color: #f8f8f8;
  padding: 10px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.home-for-mobile .image-wrapper img,
.image-wrapper img {
  width: 170px;
  height: 180px;
}
.home-for-mobile .add-to-cart-btn,
.add-to-cart-btn {
  position: absolute;
  bottom: 15px;
  inset-inline-start: 135px;
  background-color: #ffd814;
  border: 1px solid #fcd200;
  color: #0f1111;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 10;
}
.add-to-cart-btn:hover {
  background-color: #f7ca00;
}
.product-info {
  padding: 16px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-title {
  font-size: 13px;
  color: #0f1111;
  font-weight: normal;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
.price-box {
  display: flex;
  align-items: flex-start;
  color: #0f1111;
}
.price-main {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.price-decimal {
  font-size: 11px;
  font-weight: 500;
  vertical-align: super;
  margin-top: 1px;
}
.currency {
  font-size: 12px;
  margin-inline-start: 4px;
  align-self: center;
}
.discount-badge {
  background-color: #cc0c39;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  direction: ltr;
}
.old-price {
  font-size: 12px;
  color: #565959;
  text-decoration: line-through;
  margin-top: -2px;
}
.bought-status {
  font-size: 11px;
  color: #565959;
  margin-top: 2px;
}
}