/* Add custom CSS styles below */ 
.items-end {
    align-items: center !important;
    justify-content: center;
}

.s-product-card-image img {
    height: 100%;
    opacity: 0;
    background-color: #fff;
}
:root {
  color-scheme: light only;
}
/* ------------------------------------- الخط ------------------------------------ */
@font-face {
    font-family: 'GESSTextMedium';
    src: url('https://arbfonts.com//wp-content/fonts/kufi-arabic-fonts//Rubik-Regular.ttf');
}

body, *:not(i) {
font-family: 'GESSTextMedium' !important;
} 

.s-block {
    margin-top: 2rem;
}

.navbar-brand img {
    max-height: 7rem;
    width: auto;
    max-width: 100px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 110px;
}

.s-menu-footer-item {
    margin-bottom: 1.25rem;
    display: grid;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 2;
}


/* ------------------------------------- NAV ------------------------------------ */
.mm-spn ul.main-menu li:before {
    opacity: 1;
    border: 0;
    margin-right: 5px;
    --tw-content: "︾";
    content: var(--tw-content);
    display: inline-block;
    width: 1rem;
    font-family: sallaicons;
    font-size: .75rem;
    line-height: 1rem;
    transform: rotate(0deg) translate(0,-50%);
    rotate: 90deg;
    position: absolute;
    left: 8%;
}

.mm-spn li a:after{
    color: inherit;
    margin-right: 5px;
    --tw-content: "︾";
    content: var(--tw-content);
    display: inline-block;
    width: 1rem;
    font-family: sallaicons;
    font-size: .75rem;
    line-height: 1rem;
    rotate: 90deg;
    position: absolute;
    left: 8%;
    animation-delay: 450ms;
    transition: all 500ms ease-in-out;
}

.mm-spn li a:hover:after{
    /* لون النص عند التمرير - يتم استخدام اللون الثانوي الفاتح */
    color: #1ac6c6; 
    animation-delay: 450ms;
    transition: all 500ms ease-in-out;
}

.mm-spn li a, .mm-spn li span {
    padding: 18px;
    text-align: initial;
}

:is([dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main):after {
    padding-right: .75rem;
    text-align: initial;
}

.mm-spn li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    content: "";
    color: #f1f1f1;
    /* خلفية عند التمرير - تم تغييرها للأزرق الداكن */
    background: #0d769b; 
    transition: all 500ms ease-in-out;
}

.mm-spn li a:hover:before{
    right: 0%;
    left: auto;
    width: 100%;
}

.mm-spn li a:hover{
    /* لون النص عند التمرير - تم تغييرها للأبيض */
    color:#fff; 
}


/* ------------------------------------- TOP ------------------------------------ */
.btn--rounded-gray {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 6px;
    background-color: rgba(229,231,235,.5);
    padding: .5rem .875rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: rgba(229,231,235,.5);
    border-radius: 6px !important;
}

.top-navbar {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    background: #fff;
}

.s-cart-summary-total {
    display: none;
}

[dir=rtl] .header-btn__icon.icon ,
[dir=ltr] .header-btn__icon.icon {
    margin-left: 0px;
    margin-right: 0px;
}

[dir=rtl] .rtl\:mr-4 ,
[dir=ltr] .rtl\:mr-4 {
    margin-right: 0rem;
    margin-left: 0rem;
}

.s-user-menu-trigger-avatar-only .s-user-menu-trigger-avatar {
    border-width: 0;
    height: 33px;
    width: 33px;
    border-radius: 6px;
    /* إطار الصورة الشخصية - تم تغيير الأسود للأزرق الداكن */
    outline: #0d769b solid 1px; 
    object-fit: cover;
    border: #fff solid 5px !important;
    max-width: 100%;
}

.header-btn__icon {
    overflow: hidden;
    position: relative;
    display: flex;
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    /* إطار الأيقونات - تم تغيير الأسود للأزرق الداكن */
    border: #0d769b solid 1px; 
    font-size: 1.25rem;
    color: rgb(55 65 81/var(--tw-text-opacity));
    z-index: 1;
}

.header-btn__icon:after{
    content: "";
    height: 0%;
    width: 0%;
    /* خلفية تأثير التمرير - تم تغيير الأسود للأزرق الداكن */
    background: #0d769b; 
    position: absolute;
    top: 50%;
    right: 50%;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    z-index: 0;
}

.header-btn__icon:hover:after{
    animation: btn-17 2s;
    /* خلفية تأثير التمرير - تم تغيير الأسود للأزرق الداكن */
    background-color: #0d769b; 
}

.header-btn__icon:hover {
    /* لون الأيقونة عند التمرير - تم تغييرها للأبيض */
    color: #fff!important; 
    opacity: 1;
    /* لون الإطار عند التمرير - تم تغيير الأسود للأزرق الداكن */
    border-color: #0d769b; 
    /* خلفية الأيقونة عند التمرير - تم تغيير الأسود للأزرق الداكن */
    background-color: #0d769b!important; 
    transition: background-color 0.5s ease-in-out 0.8s;
}

.sicon-shopping-bag:before {
    content: "\ef36";
    position: relative;
    z-index: 2;
}

.sicon-user-circle:before {
    content: "\f072";
    position: relative;
    z-index: 2;
}

.s-cart-summary-count {
    top: -8px;
    z-index: 3;
}

.justify-end {
    justify-content: flex-end;
    gap: 6px;
}


/* ------------------------------------- TOP PR ------------------------------------ */
.leading-12 {
    line-height: 3rem;
    text-align: center;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
}

.s-block--slider-with-bg .s-slider-block__title-left {
    display: flex;
    width: 100%;
    justify-content: center;
}

.s-block--slider-with-bg .s-slider-block__display-all {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    background-color: transparent!important;
    --tw-text-opacity: 1 !important;
    padding: 4px 50px 10px 50px;
    background-color: #fff!important;
    /* لون النص الافتراضي - تم تغيير الأسود للأزرق الداكن */
    color: #0d769b!important ; 
    border: 0;
}

.s-block--slider-with-bg .s-slider-block__display-all:hover {
    /* لون النص عند التمرير - تم تغييرها للأبيض */
    color: #fff!important ; 
    opacity: 1;
    border-color: #fff;
    /* خلفية عند التمرير - تم تغيير الأسود للأزرق الداكن */
    background-color: #0d769b!important; 
    transform: translateY(-3px)!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.s-block--slider-with-bg .s-slider-block__display-all:after{
    content: '';
    /* لون التظليل في الخلفية - تم تغييرها للسماوي الفاتح */
    background: #1ac6c6; 
    border-radius: 6px;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.s-block--slider-with-bg .s-slider-block__display-all:hover:after{
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
    border-radius: 14px;
}

.overflow-hidden {
    overflow: ;
}


/* ------------------------------------- PR ------------------------------------ */
[dir=rtl] .rtl\:pl-3 {
    /* خلفية زر تصفية المنتجات - تم تغيير الأسود للأزرق الداكن */
    background: #0d769b; 
    padding: 0px 15px 0px 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    /* لون نص زر التصفية - تم تغييرها للأبيض */
    color: #fff; 
}

.form-input {
    height: 2.5rem;
    width: 100%;
    border-radius: 6px;
    --tw-border-opacity: 1;
    /* إطار حقول الإدخال - تم تغيير الأسود للأزرق الداكن */
    border-color: #0d769b; 
    font-size: .875rem;
    line-height: 1.25rem;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}

[dir=rtl] .rtl\:ml-3 {
    margin-left: 0px;
    /* خلفية زر تصفية المنتجات - تم تغيير الأسود للأزرق الداكن */
    background: #0d769b; 
    height: 40px;
    line-height: 40px;
    padding: 0px 15px 0px 15px;
    border-radius: 6px;
    /* لون نص زر التصفية - تم تغييرها للأبيض */
    color: #fff; 
}

.s-product-card-content-title {
    margin-bottom: .625rem;
    max-width: 100%;
    line-height: 1.5rem;
    text-align: center;
}

.s-product-card-content-sub {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.s-product-card-entry {
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    /* ظل كرت المنتج - تم تغيير الأسود للأزرق الداكن */
    box-shadow: 2px 2px 12px #0d769b1a; 
}

.overflow-auto {
    overflow: inherit;
}


/* ------------------------------------- CART PR ------------------------------------ */
.s-product-card-vertical .s-product-card-wishlist-btn button {
    --tw-bg-opacity: 1 !important;
    /* خلفية أيقونة قائمة الأمنيات - تم تغيير الأسود للأزرق الداكن */
    background-color: #0d769b !important; 
    opacity: 1;
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn {
    left: 2px;
    top: 2px;
    right: initial;
    border-radius: 6px !important;
}

[dir=ltr] .s-product-card-vertical .s-product-card-wishlist-btn {
    right: 2px;
    top: 2px;
    left: initial;
    border-radius: 6px !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    margin: 0;
    overflow: hidden;
}

.s-button-light-outline {
    --tw-bg-opacity: 1;
    overflow: hidden;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    border-radius: 6px !important;
}

.s-button-light-outline:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to left, transparent, #1ac6c6); 
    animation: btn-22-left 2s linear infinite;
    transition: 0.5s ease-in-out;
}

.s-button-light-outline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to right, transparent, #1ac6c6); 
    animation: btn-22-right 2s linear infinite;
}

.s-button-primary:hover {
    background-color: #fff;
    /* لون النص عند التمرير - تم تغيير الأسود للأزرق الداكن */
    color: #0d769b; 
    border: 0;
}

.s-button-btn {
    border-radius: 6px!important;
    /* خلفية الزر - تم تغيير الأسود للأزرق الداكن */
    background: #0d769b; 
    /* لون نص الزر - تم تغييرها للأبيض */
    color: #fff; 
    overflow: hidden;
}

.s-button-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to left, transparent, #1ac6c6); 
    animation: btn-22-left 2s linear infinite;
    transition: 0.5s ease-in-out;
}

.s-button-btn:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to right, transparent, #1ac6c6); 
    animation: btn-22-right 2s linear infinite;
}

.s-button-primary-outline {
    /* لون النص الافتراضي - تم تغييرها للأبيض */
    color: #fff; 
    overflow: hidden;
    border: 0;
    /* خلفية الزر - تم تغيير الأسود للأزرق الداكن */
    background: #0d769b; 
}

.s-button-primary-outline:hover {
    background-color: #fff;
    /* لون النص عند التمرير - تم تغيير الأسود للأزرق الداكن */
    color: #0d769b; 
}

.s-button-primary-outline:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to left, transparent, #1ac6c6); 
    animation: btn-22-left 2s linear infinite;
    transition: 0.5s ease-in-out;   
} 

.s-button-primary-outline:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to right, transparent, #1ac6c6); 
    animation: btn-22-right 2s linear infinite;
}

.s-button-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to bottom, transparent, #1ac6c6); 
    animation: btn-22-bottom 2s linear infinite;
    animation-delay: 1s;
    transform: translateY(-100%);
}

.s-button-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to top, transparent, #1ac6c6); 
    animation: btn-22-top 2s linear infinite;
    animation-delay: 1s;
    transform: translateY(-100%);
}

.s-product-card-content-footer:hover:before {
    bottom:0;
}


@keyframes btn-22-right {
 0% {
     transform: translateX(-100%);
 }

 100% {
     transform: translateX(100%);
 }

}

@keyframes btn-22-top {
 0% {
     transform: translateY(100%);
 }

 100% {
     transform: translateY(-100%);
 }

}

@keyframes btn-22-left {
 0% {
     transform: translateX(100%);
 }

 100% {
     transform: translateX(-100%);
 }
}

@keyframes btn-22-bottom {
 0% {
     transform: translateY(-100%);
 }

 100% {
     transform: translateY(100%);
 }
}


/* ------------------------------------- FOTTER Features ------------------------------------ */
.gap-4 {
    gap: 1rem;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.s-block--features__item:first-child {
    grid-column: span 1 / span 2;
}

.s-block--features__item p {
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #6b7280;
    /* لون نص مميزات المتجر الافتراضي - تم تغيير الأسود للأزرق الداكن */
    color: rgb(13 118 155); 
    z-index: 10;
}
.s-block--features__item p {
}

.s-block--features__item .feature-icon {
    margin-bottom: 0.75rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    /* خلفية أيقونة المميزات - تم تغيير المتغير للون الأزرق الداكن */
    background-color: #0d769b; 
    overflow: hidden;
    border-radius: 9999px;
    z-index: 3;
}

.s-block--features__item h4 {
    margin-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    z-index: 3;
    --tw-text-opacity: 1;
    color: #1f2937;
    /* لون عنوان المميزات - تم تغييرها للأبيض */
    color: #fff; 
}

.s-block--features__item {
    display: flex;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    position: relative;
    margin-top: 0rem;
    margin-bottom: 1rem;
    overflow: hidden;
    z-index: 0;
    max-height: -webkit-fill-available;
    padding: 0;
}

.s-block--features__item:after {
    content: "";
    position: absolute;
    color: #fff;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    height: 95%;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
    z-index: 1;
}
.s-block--features__item h2 {
    margin-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #1f2937;
    /* لون عنوان المميزات - تم تغيير الأسود للأزرق الداكن */
    color: rgb(13 118 155); 
    Z-INDEX: 10;
}

.s-block--features__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-280deg);
    width: 208%;
    /* لون تأثير الخلفية المتحركة - تم تغيير الرمادي للسماوي الفاتح */
    --color-primary: #1ac6c6; 
    height: 206%;
    background-image: conic-gradient(transparent 13deg,var(--color-primary) 0deg,var(--color-primary) 89deg,transparent 90deg,transparent 191deg,var(--color-primary) 180deg,var(--color-primary) 268deg,transparent 180deg,transparent 300deg);
    opacity: 1;
    z-index: 0;
    transition: 2s ease!important;
    animation: feature  3.5s ease infinite !important;
}

@keyframes feature {
 0%{
     transform: translate 1s;
     opacity: 1;
 }
 50%{
     transform: translate(-50%,-50%) rotate(-100deg);
     opacity: 1;
 }
}


/* ------------------------------------- FOTTER ------------------------------------ */
@media (min-width: 1024px){
.lg\:grid-cols-6 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
[dir=rtl] .rtl\:lg\:pl-20 {
    padding-left: 0rem;
}
.lg\:col-span-2 {
    grid-column: span 1/span 2;
}
}

.s-block {
    margin-top: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
    justify-content: center;
}

.store-footer__inner {
    border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255,255,255,.1);
    --tw-bg-opacity: 1;
    /* خلفية الفوتر - تم تغيير الأسود للأزرق الداكن */
    background-color: #0d769b; 
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.items-end {
    align-items: flex-end;
    justify-content: center;
}

.mb-5 {
    margin-bottom: 7px;
}

[dir=rtl] .rtl\:ml-2\.5 , 
[dir=ltr] .rtl\:ml-2\.5 {
    margin-inline: 4px;
}

.store-footer a {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
    justify-content: center;
    margin-bottom: 4px;
}

.unicode {
    display: none;
}

.border {
    position: relative;
    padding-inline: 15px;
    overflow: hidden;
    width: auto;
    border-width: 1px;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 10px;
    background: #0000;
    height: 32px;
    border-radius: 6px;
    align-items: center;
    gap: 6px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}

.store-footer a:hover {
    opacity: 0.99999;
}

.border:hover {
    /* لون النص عند التمرير - تم تغيير الأسود للأزرق الداكن */
    color: #0d769b!important; 
    opacity: 0.999999;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    /* خلفية عند التمرير - تم تغييرها للأبيض */
    background-color: #fff; 
    transition: background-color 0.5s ease-in-out 0.8s;
}

.border:after{
    content: "";
    height: 0%;
    width: 0%;
    /* خلفية تأثير التمرير - تم تغييرها للأبيض */
    background: #fff; 
    position: absolute;
    top: 50%;
    right: 50%;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.border:hover:after{
    animation: btn-16 4s;
    /* خلفية تأثير التمرير - تم تغييرها للأبيض */
    background-color: #fff; 
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}

@keyframes btn-16 {
 0% {
     height: 0%;
     width: 0%;
 }

 25% {
     height: 600%;
     width: 600%;
 }

 50% {
     height: 400%;
     width: 600%;
 }

 75% {
     height: 100%;
     width: 600%;
 }

 100% {
     height: 0%;
     width: 0%;
 }
}

.store-footer .contact-social {
    margin-top: 1.25rem;
    border-top-width: 1px;
    border-color: rgba(255,255,255,.1);
    padding-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.store-footer .social-link {
    display: flex;
    height: 2rem;
    position: relative;
    overflow: hidden;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-width: 1px;
    font-size: .875rem;
    line-height: 1.25rem;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}

.store-footer .social-link:before {
    content: "";
    height: 0%;
    width: 0%;
    /* خلفية تأثير التمرير - تم تغييرها للأبيض */
    background: #fff; 
    position: absolute;
    top: 50%;
    right: 50%;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.store-footer .social-link:hover:before {
    animation: btn-17 4s;
    /* خلفية تأثير التمرير - تم تغييرها للأبيض */
    background-color: #fff; 
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}

.store-footer .social-link:hover {
    /* لون الأيقونة عند التمرير - تم تغيير الأسود للأزرق الداكن */
    color: #0d769b!important; 
    opacity: 0.999999;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    /* خلفية عند التمرير - تم تغييرها للأبيض */
    background-color: #fff; 
     transition: background-color 0.5s ease-in-out 0.8s;
}

@keyframes btn-17 {
 0% {
     height: 0%;
     width: 0%;
 }

 25% {
     height: 400%;
     width: 600%;
 }

 50% {
     height: 600%;
     width: 600%;
 }

 75% {
     height: 100%;
     width: 600%;
 }

 100% {
     height: 0%;
     width: 0%;
 }

}

.store-footer h3 {
    width: 100%;
    overflow: hidden;
    margin-bottom: .75rem;
    font-weight: 700;
    position: relative;
    height: 35px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    transition: 0.2s all;
    box-sizing: border-box;
    /* لون نص عنوان الفوتر - تم تغيير الأسود للأزرق الداكن */
    color: #0d769b; 
    /* خلفية عنوان الفوتر - تم تغييرها للأبيض */
    background: #fff; 
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.store-footer h3:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to left, transparent, #1ac6c6); 
    animation: btn-22-left 2s linear infinite;
    transition: 0.5s ease-in-out;   
} 


.store-footer h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* لون تأثير الإطار - تم تغيير اللون الرمادي الفاتح للسماوي الفاتح */
    background: linear-gradient(to right, transparent, #1ac6c6); 
    animation: btn-22-right 2s linear infinite;
}


/* ------------------------------------- BG ------------------------------------ */
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
}