.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    background-color: #bf5cb6 !important;
    color: #fff !important;
    border-color: #28a745 !important;
}

.sticky-product-bar .s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary {
    background-color: #bf5cb6 !important;
    border-color: #ff5722 !important;
    color: #fff !important;
    font-weight: bold;
}

.sticky-product-bar .s-add-product-button-mini-checkout .s-add-product-button-mini-checkout-content {
    background-color: #28a745 !important;
    color: #fff !important;
    border: 1px solid #28a745 !important;
    border-radius: 8px;
    padding: 0.75rem 12rem;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
/* تكبير حجم اللوجو */
.navbar-brand img {
    max-height: 100px !important; /* الطول */
    width: auto !important;      /* العرض يتناسب تلقائياً */
}

/* لو عايز تكبر كمان في الموبايل */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 60px !important;
  }
}
.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 90% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}