/* Add custom CSS styles below */ 
.links-container {
    
    flex-wrap: wrap;
    gap: 8px;
  }

  .links-container a {
    white-space: nowrap;
    
    color: var(--primary-color);
    border-radius: 9999px;
    padding: 0.125rem 0.625rem;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-block;
    transition: none;
    display: inline-block !important;
  
  }
a.rtl\:ml-2.ltr\:mr-2.inline-flex.bg-\[\#813a21\]\/10.hover\:bg-\[\#813a21\]\/40.text-\[color\:var\(--primary-color\)\].rounded-full.px-2\.5.py-0\.5.text-sm.mb-1.transition-all.duration-300.ease-out.hover\:transition-all.hover\:duration-300.hover\:ease-out {
    color: black !important;
    background-color: white !important;
}

/* الحاوية بتاعت الروابط */
.mb-3 > div {
  display: flex;
  flex-wrap: wrap; /* يلف الروابط لما تملى السطر */
  gap: 8px; /* مسافة بين الروابط */
}

/* الروابط نفسها */
.mb-3 > div > a {
  flex: 0 0 15%; /* كل رابط ياخد 25% من عرض الحاوية */
  box-sizing: border-box;
  white-space: nowrap; /* عشان النصوص ما تتكسرش في النص */
  overflow: hidden; /* لو النص كبير يخفي الزيادة */
  text-overflow: ellipsis; /* علامات ... لو النص طويل */
  justify-content: center;
  display: inline-flex;
  padding: 0.25rem 0.5rem;
}

        







.w-full.md\:w-\[calc\(60\%-32px\)\].flex.justify-start.items-center {
    position: relative;
    left: 540px;
}

.bg-\[\#813a21\]\/10 {
   background-color: white;
}

.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0;
}

button.s-quantity-input-increase-button.s-quantity-input-button
 {
    border-radius: 0.375rem;
    border-width: 2px;
    border-color: #000000 !important;
    fill: #000000 !important;
}

button.s-quantity-input-decrease-button.s-quantity-input-button {
    border-color: #000000 !important;
    fill: #000000 !important;
}

button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    color: black;
}

.s-add-product-button-mini-checkout-content {
    color: #000000 !important;
}

span.s-button-text {
    color: black !important;
}

button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    border: 1px solid black;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout.hide-scroll.hydrated {
    border: 1px solid black;
    border-radius: 13px;
}

section.sticky-product-bar {
    background-color: white;
}