/* Add custom CSS styles below */ 
.canvas-banner .to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    background: linear-gradient(0deg, rgba(1, 8, 32, 0.2), rgba(1, 8, 32, 0.2)),
linear-gradient(180deg, rgba(1, 8, 32, 0) 0%, #010820 100%);
}
.canvas-categories-grid .absolute {
    background: linear-gradient(180deg, rgba(1, 8, 32, 0) 0%, rgba(1, 8, 32, 0.9) 100%);
}
@media (min-width:881px){
  .canvas-features .grid-cols-2 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
}
.canvas-special-products .s-tabs-header {
    display: none;
}
 .canvas-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
@media(max-width:767px){
  .canvas-banner.h-\[85vh\] {
    height: 50vh;
}
  .canvas-banner{
    .text-\[38px\] {
    font-size: 24px;
}
div:has(a).flex.flex-col.sm\:flex-row.gap-3.justify-center {
    flex-direction: row;
}
  }
.au-section{ 
  .au-media {
    height: 250px;
}
             .text-\[18px\] {
    font-size: 12px;
}
           }
.canvas-gifts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .2rem;
}
  .canvas-gifts-grid .h-\[280px\] {
    height: 130px;
}
}
/* تغيير أيقونة الـ WhatsApp وتلوين الأزرار الرقمية المعدلة */
salla-add-product-button[product-type="digital"] button {
    transition: all 0.3s ease;
}

salla-add-product-button[product-type="digital"] button:hover {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #ffffff !important;
}

/* إيقاف ظهور مؤشر التحميل الخاص بسلة عند الضغط على الزر */
salla-add-product-button[product-type="digital"] .s-button-loader {
    display: none !important;
}


/**/
@media(max-width:767px){
/*section.canvas-image-with-text .absolute.bottom-4 {
    display: none;
}*/
section.canvas-image-with-text  img.w-full.h-\[300px\] {
    content: url("https://i.ibb.co/jPYDbSLS/Group-1618875729.png") !important;
    height: 285px;
}
.canvas-image-with-text  .text-\[10px\] {
    line-height: 13px;
}}