@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .banner-entry{
  height:54vh !important
}  
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

.s-block--banners .grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 640px) {
.banner-entry{
  height:20vh !important
}  
}
#wa-selia{
    left: 30px !important;
    right: auto;
}

/* تحويل خيارات سلة إلى كروت بصرية - بواسطة رنا */
.custom-cards-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.custom-variant-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
    background-color: #fff;
    font-size: 16px;
}

.custom-variant-card:hover {
    border-color: #a0a0a0;
}

/* تصميم الكرت عند التحديد (اللون الأخضر للتحويل العالي) */
.custom-variant-card.active {
    border-color: #28a745 !important;
    background-color: #eafaf1 !important;
    color: #155724 !important;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.1);
}