/* Add custom CSS styles below */

/* إزالة الفراغ العلوي لأول عنصر */
.s-block.wide-placeholder:first-of-type {
    margin-top: 0;
}

/* البانر الأول بعرض الشاشة كامل */
section[data-testid="store-home-fixed-banner"] {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 0;
}

section[data-testid="store-home-fixed-banner"] .container {
    max-width: 100%;
    padding: 0;
}

section[data-testid="store-home-fixed-banner"] img {
    width: 100%;
    height: auto;
    display: block;
}

body {
    overflow-x: hidden;
}

/* زر إضافة للسلة - وردي */
.s-product-card-content-footer .s-button-element,
.s-button-primary-outline {
    background-color: #ec4899 !important;
    border-color: #ec4899 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.s-product-card-content-footer .s-button-element:hover,
.s-button-primary-outline:hover {
    background-color: #db2777 !important;
    border-color: #db2777 !important;
    box-shadow: 0 4px 10px rgba(236, 72, 153, 0.4) !important;
}