.joudan-whatsapp-desktop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  z-index: 999999;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  transition: transform .25s ease, box-shadow .25s ease;
}

.joudan-whatsapp-desktop svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.joudan-whatsapp-desktop:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

/* يظهر فقط في سطح المكتب */
@media (max-width: 768px) {
  .joudan-whatsapp-desktop {
    display: none !important;
  }
}



.joudan-cold-shipping {
  direction: rtl;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 16px auto;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f7efe4 0%, #fffaf2 45%, #eaf7ff 100%);
  border: 1px solid rgba(186, 145, 92, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

.joudan-cold-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dff5ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.joudan-cold-title {
  font-size: 18px;
  font-weight: 800;
  color: #2b1b12;
}

.joudan-cold-subtitle {
  font-size: 13px;
  color: #6f5b4b;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .joudan-cold-shipping {
    width: calc(100% - 24px);
    padding: 14px;
    border-radius: 14px;
  }

  .joudan-cold-title {
    font-size: 15px;
  }

  .joudan-cold-subtitle {
    font-size: 12px;
  }
}


/*توسيط صور المنتجات*/
@media (max-width: 768px) {
  img.aspect-\[3\/4\].w-full.cursor-zoom-in.rounded.object-cover {
    object-fit: contain !important;
    object-position: center !important;
    transform: translateX(-45px) !important;
  }
}



span[data-product-sku-wrapper]{
    display:none !important;
}