/* زر تنزيل الملف للمنتج الرقمي بعد الشراء */ 

        :root {
            /* main colors ---*/
            --color-primary: #3a1420;
            --color-primary-dark: #140000;
            --color-primary-light: #603a46;
            --color-primary-reverse: #ffe0ec;
            --color-text: #000;
            --color-text-reverse: #ffe0ec;
            --color-title: #3a1420;
            /* new variables */
            --color-secondary: #3a1420;  /* may come from dashboard - for now let's make it darker version of main color */
                        --font-main: 'Apple';
                        --font-light: 'Apple';
                        --font-regular: 'Apple';
                        --font-medium: 'Apple-Medium';
                        --font-bold: 'Apple-Bold';
                        --page-height: 100%;
        }

        .sf-dump {
            direction: ltr;
            text-align: left;
        }
  
  
/* لون اسم المستخدم اعلى الشاشه بدل الابيض صار اسود */ 
.btn--grey {
    color: #000;
    

    --color-primary: #3a1420;
    --color-primary-dark: #140000;
    --color-primary-light: #603a46;
    --color-primary-reverse: #ffe0ec;
    --color-text: #000;
    --color-text-reverse: #ffe0ec;
    --color-title: #3a1420;
    --color-secondary: #3a1420;
    --font-main: 'Apple';
    --font-light: 'Apple';
    --font-regular: 'Apple';
    --font-medium: 'Apple-Medium';
    --font-bold: 'Apple-Bold';
    --page-height: 100%;
}

.s-product-options-multiple-options-wrapper input {
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    color: var(--color-primary);
}

@media (min-width: 768px) {
    .s-product-options-multiple-options-wrapper label {
        width: 50%;
    }
}
.s-product-options-multiple-options-wrapper label {
    position: relative;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}


.s-product-options-multiple-options-wrapper label:after{
    display:none;
}