/* Apply only on laptop and PC screens */
@media screen and (min-width: 1024px) {
    .banners-builder-overlay-center {
        background: t;
    }

    .banners-builder-single-content-informations-button-icon-wrapper {
        display: no;
    }

    .rtl .text-start,
    [dir=rtl] .text-start {
        text-align: right;
        margin-right: -180px;
        padding-bottom: 60px;
    }

    .store-features-style-1-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 8rem;
    }
}

.loader-init {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255);
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 9999;
}


@media (max-width: 768px) {

  .gap-3 {
    gap: 4.75rem;
    width: 252px;
  }

  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
    text-align: center;
}

  .banners-builder-single-content-informations-title {
    font-size: 35px !important;
  }

  .banners-builder-single-content-informations-description {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 300;
  }

  .banners-builder-single-content-informations {
    height: 85% !important;
  }

  .btn--rounded-gray {
    display: none;
  }


}

    .main-links-mosaique-single-content-informations:where([dir="rtl"], [dir="rtl"] *) {
        right: 27px;
        width: 255px;
    }

body:has(salla-hook[name="product.single:start"]) a[href*="api.whatsapp.com"] {
    display: none !important;
}

.shadow-md {
    --tw-shadow: 5px 10px 99px rgba(43, 45, 52, 0.05098);
    --tw-shadow-colored: 5px 10px 99px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 5px 10px 99px rgba(43, 45, 52, 0.05098);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    display: none;
}