/* Add custom CSS styles below */ 
.special-product .relative.container .grid .flex.justify-center {
	gap: 5.5rem !important;
}

.special-product .relative.container .grid .flex.justify-center img.-mt-16{
	margin-top: 0 !important;
}

@media(max-width: 767px){
	.special-product .relative.container .grid .flex.justify-center {
	gap: 8rem !important;
}

}



 .prestige-categories .container.mx-auto .flex .prestige-categories-category .relative.group .w-24.h-24.relative.group{
 	width: 10rem !important;
 	height: 10rem !important;
 }
 .prestige-slider-categories  .prestige-slider-categories-slide.swiper-slide {
		width: 6rem !important;
	}
	
	.product-single .s-add-product-button-with-apple-pay  salla-quick-buy apple-pay-button {
	display:none !important
	
}


.prestige-card-outofstock .prestige-label span {
    visibility: hidden !important;
    position: relative !important;
}

.prestige-card-outofstock .prestige-label span::after {
    content: "نفذت الكمية";
    visibility: visible !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    color: #fff !important;
    white-space: nowrap !important; 
}

(function () {
  function addAddressBlock() {
    const contactsList = document.querySelector(".s-contacts-list");
    if (!contactsList) return false;

    // منع التكرار داخل نفس القائمة
    if (contactsList.querySelector(".custom-address-slot")) return true;

    const contactSlot = document.createElement("div");
    contactSlot.className = "contact-slot custom-address-slot";

    contactSlot.innerHTML = `
      <div class="s-contacts-item" style="align-items:flex-start;">
        <span class="s-contacts-icon">
          <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
            <path d="M21 10c0 6-9 12-9 12S3 16 3 10a9 9 0 1 1 18 0z"></path>
            <circle cx="12" cy="10" r="3"></circle>
          </svg>
        </span>

        <span class="unicode" style="line-height:1.7;">
          مؤسسة هدى أحمد آل هلال التجارية Huda Ahmed Al Hilal Trading Establishment<br>
          شوكولاتة فناتك Fanatk Chocolate<br>
          المملكة العربية السعودية - الخبر - طريق الملك فهد Kingdom of Saudi Arabia - Al Khobar - King Fahd Road
        </span>
      </div>
    `;

    contactsList.appendChild(contactSlot);
    return true;
  }

  // حاول مباشرة
  if (addAddressBlock()) return;

  // Interval محدود (مثلاً 10 ثواني = 20 محاولة)
  let tries =