/* Add custom CSS styles below */ 
/* إخفاء البحث واللوجين فقط */
button[aria-label="Search"],
button[aria-label="Login"] {
    display: none !important;
}

/* إظهار السلة */
salla-cart-summary {
    display: flex !important;
    align-items: center;
}

/* إخفاء التعليقات نهائيًا */
salla-comments,
.s-comments,
.s-comments-page {
  display: none !important;
}


.new-header-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}
.new-header-buttons a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.new-header-buttons a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #D4A02F;
    transition: width 0.3s ease;
}

.new-header-buttons a:hover {
    color: #D4A02F;
}

.new-header-buttons a:hover::after {
    width: 100%;
}
.btn-primary {
    background: linear-gradient(135deg, #F2C751, #D4A02F);
    color: #1a1200;
    border-radius: 999px;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0,0,0,0.45);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.6);
    background: linear-gradient(135deg, #D4A02F, #F2C751);
}

.store-header {
    border-bottom: 1px solid #D4A02F; 
}


.store-header hr {
    border: none; 
    height: 1px; 
    background-color: #D4A02F; 
}
.section-kicker {
    color: #F2C751;
    font-size: 13px;
    letter-spacing: 0.25em;
    margin-bottom: 6px;
    display: block; 
}
.section-title {
    font-size: 22px;
    margin: 0 0 6px;
    font-weight: bold;
    display: block;
}
.home-block-title .section-sub {
    font-size:13px !important;
    color:#c2c7dd !important;
    text-align:center !important;
    max-width:520px;
    margin:5px auto 0;
    line-height:1.6;
}
.s-block.s-block--square-links .home-block-title {
    margin-bottom: 5px !important; 
}

.s-block.s-block--square-links ul {
    margin-top: 10px !important; 
    padding-top: 0 !important;
}
. breadcrumbs {
  display: none
}
@media (max-width: 768px) {
    .new-header-buttons {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .s-block--three-banners .flex {
        flex-direction: column !important;
        gap: 10px;
    }

    .s-block--three-banners .flex a {
        width: 100% !important;
        flex: unset !important;
        display: block;
    }

    .s-block--three-banners .flex a img {
        width: 100% !important;
        height: auto;
    }
}

/* تصغير صورة المنتج */
.product-single__main-media {
  max-height: 420px !important;
}

.product-single__main-media img {
  max-height: 420px !important;
  object-fit: contain !important;
}
/* إخفاء منتجات قد تعجبك */
salla-products-slider,
.s-products-slider-wrapper {
  display: none !important;
}
/* إخفاء تفاصيل المنتج + التقييمات */
.product-more-info,
.more-info-tabs__nav,
.more-info-tabs__content {
  display: none !important;
}
/* لون النص أبيض */
.product-single__info,
.product-single__info h1,
.product-single__info h2,
.product-single__info h3,
.product-single__info p,
.product-price,
.inventory-content,
label {
  color: #ffffff !important;
}

/* لون النص الثانوي أفتح شوية */
.text-store-text-secondary {
  color: #dddddd !important;
}
salla-social-share,
.btn--wishlist {
  display: none !important;
}