.product-card,
.product-entry,
.product-item,
.product {
  background: #ffffff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid #f1dede !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08) !important;
  transition: all .35s ease !important;
  padding: 10px !important;
  position: relative !important;
}

.product-card::before,
.product-entry::before,
.product-item::before,
.product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, transparent, #d9a7a0, transparent);
}

.product-card:hover,
.product-entry:hover,
.product-item:hover,
.product:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.14) !important;
}

.main-image,
.product-card img,
.product-entry img,
.product-item img,
.product img {
  border-radius: 18px !important;
  transition: all .45s ease !important;
}

.product-card:hover .main-image,
.product-entry:hover .main-image,
.product-item:hover .main-image,
.product:hover .main-image {
  transform: scale(1.04) !important;
}

.product-title,
.product-card h3,
.product-entry h3,
.product-item h3,
.product h3 {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.8 !important;
  text-align: center !important;
  margin-top: 10px !important;
}

.price,
.product-price,
.s-price {
  color: #b76e79 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.s-button-element,
button[type="submit"] {
  border-radius: 14px !important;
  font-weight: 800 !important;
  transition: all .3s ease !important;
}

@media (max-width: 768px) {
  .product-card,
  .product-entry,
  .product-item,
  .product {
    border-radius: 18px !important;
    padding: 8px !important;
  }

  .product-title,
  .product-card h3,
  .product-entry h3,
  .product-item h3,
  .product h3 {
    font-size: 12px !important;
  }
}




.product-card.has-image {
    max-width: 280px !important;
    margin: auto !important;
}

.product-card .main-image {
    height: 280px !important;
    object-fit: contain !important;
}

.product-card {
    display: flex !important;
    flex-direction: column !important;
}



.home-block-title{
    position: relative;
    padding-top: 95px !important;
}

.home-block-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 300px;
    height: 100px;

    background: url('https://cdn.files.salla.network/homepage/992675303/7b993297-432f-4348-adda-6adc7dbeae37_900x900.webp') center/contain no-repeat;

    opacity: .9;
    transition: .4s ease;
}

.home-block-title:hover::before{
    transform: translateX(-50%) scale(1.05);
}





.index .s-block--square-links .swiper-slide a div {
  border-radius: 50% !important;
}

.index .s-block--square-links .swiper-slide a img {
  border-radius: 50% !important;
  aspect-ratio: 1/1 !important; /* لجعل الصورة مربعة قبل تدويرها */
}





.s-blocks-wrapper .grid{
    justify-content:center !important;
    gap:20px !important;
}

/* للابتوب فقط */
@media (min-width: 992px) {

.s-products-list-wrapper.s-products-list-vertical-cards{

display:flex !important;
flex-wrap:wrap !important;
justify-content:center !important;
gap:20px !important;

}

.s-products-list-wrapper.s-products-list-vertical-cards > *{

margin:0 !important;

}

}


#offer-btn{
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    top: 45% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;

    background: #000 !important;
    color: #fff !important;

    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;

    padding: 16px 10px !important;
    border-radius: 0 14px 14px 0 !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    box-shadow: 0 8px 25px rgba(0,0,0,.35) !important;
    z-index: 99999999 !important;
}

/* الجوال */
@media (max-width:768px){

    #offer-btn{
        left: 0 !important;
        right: auto !important;
        top: 45% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;

        writing-mode: vertical-rl !important;
        text-orientation: mixed !important;

        background: #000 !important;
        color: #fff !important;

        padding: 14px 8px !important;
        border-radius: 0 12px 12px 0 !important;

        font-size: 13px !important;
    }

}



#copyCoupon{
width:100%;
padding:15px;
border:0;
background:#da9489;
color:#fff;
border-radius:14px;
cursor:pointer;
font:900 17px sans-serif;
box-shadow:0 10px 25px rgba(218,148,137,.35);
}




.logo-normal {
    content: url("https://cdn.files.salla.network/homepage/992675303/7d6b2587-ec8b-4030-8655-e6069c3897af_900x900.webp") !important;
    width: 180px !important;
    height: auto !important;
    object-fit: contain !important;
}

img.max-h-16.relative.z-10 {
    content: url("https://cdn.files.salla.network/homepage/992675303/c0a4b3fb-b57d-4568-bc5c-2bd79ad7da4c_900x678.webp") !important;
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;