/* Banners */

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


img.lazy-load {
    width: 100%;
    min-height: 400px;
    display: block;
    object-fit: contain; /
}

img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img.lazy-load.loaded {
    opacity: 1;
}

.animated, .fade-in, .slide-up {
    animation: none !important;
    transition: none !important;
}

@font-face {
    font-family: 'CustomFont';
    src: url('custom-font.woff2') format('woff2');
    font-display: swap;
}



button, a {
    transition: none !important;
    font-display: swap;
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 300px;
    }

    .s-block--hero-slider {
        min-height: 250px;
      
       
    }
}









.main-menu li>a:hover {
        color: #528284;
    }
.sicon-user-circle:before {
    content: "\f078" !important;
}
i.header-btn__icon.sicon-user-circle:hover {
    background: #1a191a !important;
    transition-duration: 0.5s;
    color: white;
}
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    background: #1a191a !important;
    transition-duration: 0.5s;
    color: white;
}
.sicon-shopping-bag:before {
    content: "\eb60" !important;
}
@media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
        color: #070707;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu .has-children li a:hover, .main-menu .has-children .has-children:hover>a {
        color: #070707
    }
}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    display: none;
}
/* تصميم أساسي لبطاقة المنتج */
.s-product-card-entry {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    cursor: pointer;
}



/* صورة المنتج */
.s-product-card-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.s-product-card-entry:hover .s-product-card-image img {
    transform: scale(1.05);
}



.s-product-card-entry:hover .s-product-card-content-title a {
    color: #007bff;
}

.s-product-card-sale-price h4 {
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
}

.s-product-card-sale-price span {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.s-product-card-content-footer .s-button-element {
    background: #070707;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}

.s-product-card-content-footer .s-button-element:hover {
    background: #070707;
    transform: translateY(-3px);
}

.s-product-card-wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 8px;
    transition: background 0.3s ease;
}

.s-product-card-wishlist-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.s-product-card-wishlist-btn i {
    color: #ff4757;
    font-size: 20px;
}

.s-product-card-content-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}
.s-product-card-content-sub {
    justify-content: flex-start;
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.star-rating-section {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
@media only screen and (max-width: 600px) {
.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.footer-is-light .store-footer .contact-social {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: transparent;
    display: none;
}
}
.s-product-card-fit-height .s-product-card-image {
    height: fit-content;
    max-height: fit-content;
}
.s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: contain !important;
}
.s-block--special-products .tab-trigger.is-active button {
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: black;
    font-size: 21px;
}
.star-rating-section {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.star-rating {
    display: flex;
    gap: 4px;
}

.star {
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 17.27 18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21 12 17.27" fill="%23ffd700"/></svg>') no-repeat center;
    background-size: contain;
    animation: fillStar 1s forwards infinite alternate;
}

@keyframes fillStar {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.best-product {
    font-size: 14px;
    color: #ff6347;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

/* تأثير الاهتزاز السريع المتقطع للزر */
.add-to-cart-button {
    animation: shake 0.2s ease-in-out 3, pauseShake 4s infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-4px);
    }
    50% {
        transform: translateX(4px);
    }
    75% {
        transform: translateX(-4px);
    }
}

@keyframes pauseShake {
    0%, 80% {
        transform: translateX(0);
    }
    81% {
        animation: shake 0.2s ease-in-out 3;
    }
}

/* جعل التصميم ريسبونسف */
@media (max-width: 768px) {
    .star-rating-section {
        align-items: center;
        text-align: center;
    }
    .star-rating {
        justify-content: center;
    }
}
    .s-block__title {
        margin-bottom: 2rem;
        justify-content: right !important;
    }
    .s-slider-block__display-all {

    color: black;
}
.s-slider-block__display-all {
    color: black;
}
.s-slider-nav-arrow:not(:disabled):hover svg {
    fill: black;
}
.s-block--features__item {
    background: linear-gradient(135deg, #ffffff, #f8f8f8);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.s-block--features__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.s-block--features__item:hover .feature-icon {
    color: #ff6347;
}

.s-block--features__item h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.s-block--features__item:hover h2 {
    color: #007bff;
}

.s-block--features__item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .s-block--features__item {
        padding: 15px;
    }

    .feature-icon {
        font-size: 32px;
    }

    .s-block--features__item h2 {
        font-size: 20px;
    }

    .s-block--features__item p {
        font-size: 14px;
    }
}
.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: #070707;
    color: #ff6767;
    color: white;
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}
.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main {
    width: 100%;
    flex-direction: row-reverse;
}
.s-quick-order-container.s-quick-order-default {
    background: black !important;
    color: white;
}
.s-quantity-input-button:hover {
    color: black;
    
}
.s-button-primary {
    border-color: black;
}
.faq-container {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: inherit; /* استخدام نفس خط الموقع */
}

.faq-title {
    font-size: 24px;
    color: #000; /* لون أسود */
    margin-bottom: 15px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #000; /* لون النص أسود */
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    transition: color 0.3s;
}

.faq-question:hover {
    color: #000; /* يظل النص أسود عند التمرير */
}

.toggle-icon {
    font-size: 24px;
    color: #000; /* لون الأيقونة أسود */
}

.faq-answer {
    display: none;
    font-size: 16px;
    color: #000; /* لون النص أسود */
    margin-top: 5px;
}

.faq-item.open .faq-answer {
    display: block;
}
footer.store-footer {
    background: linear-gradient(45deg, #000000, #000000);
    position: relative;
    width: 90%;
    border-radius: 30px;
    margin: 50px auto;
    padding: 12px 40px;
    box-shadow: #000000 0 20px 30px -10px;
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: transparent !important;
    color: white;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: white;
}

.index .faq-container {

    display: none !important;
}

.hero-banner {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 100%;
}


/**/




img[data-src] {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

img[src] {
    opacity: 1;
}

.animate {
    will-change: transform;
    transform: translateZ(0);
}



@font-face {
    font-display: swap;
}

.static-element {
    contain: layout style paint;
}



.optimized-shadow {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateZ(0);
}

.transition {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.menu {
    contain: content;
    content-visibility: auto;
}
    .main-nav-container.fixed-header .inner {

        margin-top: 40px;
    }