/* 1. Atar l-card o shadow f ga3 l-matjar */
:root {
    --product-card-border-width: 1px !important;
    --product-card-border-color: #e2e8f0 !important;
    --product-card-border-radius: 12px !important;
    --product-card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    --product-card-bg-color: #ffffff !important;
}

/* 2. Tanzim l-card o l-itar */
salla-product-card, 
.s-product-card-entry,
.product-entry {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    padding-bottom: 0px !important; /* Ghadi n-khlliwa l-button hiya li t-7kem f l-masafa */
    margin-bottom: 10px !important;
    background-color: #fff !important;
}

/* 3. T7sin l-tswira */
.s-product-card-image-wrapper {
    border-bottom: 1px solid #00343A !important;
    margin-bottom: 10px !important;
}

/* 1. L-zir (CTA) mstatil o mnasseq */
[part="button"], 
[part="add-to-cart"],
.s-button-primary {
    border-radius: 0px !important;
    height: 42px !important;       /* <--- Beddel hada bach t-t7kem f l-toul */
    min-height: 42px !important;
    clip-path: inset(0 0 0 0) !important;
    width: 100% !important;        /* Bach i-ji lasseq f jnabb b7al l-referance */
    margin: 0 !important;          /* N7eydou l-margin bach i-ji mstatil kamel */
    font-size: 14px !important;    /* Kteba m9adda */
}

/* 2. Tanzim l-footer bach l-zir i-ji lasseq l-ta7t nichan */
.s-product-card-footer {
    padding: 0 !important;         /* N7eydou l-khwa f l-footer */
    margin-top: 10px !important;
}

/* 3. Global Variable bach n-7eydou l-rounding mn l-asl */
:root {
    --salla-button-border-radius: 0px !important;
}