section#best-offers-1-slider ,

section#best-offers-2-slider ,

section#best-offers-3-slider ,

section#best-offers-4-slider ,

section#best-offers-5-slider ,

section#best-offers-6-slider ,

section#best-offers-7-slider ,

section#best-offers-8-slider ,

section#best-offers-9-slider

{

margin-top: 2rem;

margin-bottom: 2rem;

}


section.s-block.s-block--fixed-banner.wide-placeholder{

margin: 1rem 0 ;

}




/* Edit First Banner */

@media (max-width: 768px) {

.banner-sm-mq-0 {

height: 33dvh !important;

}

}


/* Remove Bg User Login */


.s-user-menu-trigger{

background: transparent;

}


/* Start Edit Footer */

footer.store-footer.bg-no-repeat.bg-cover{

background-position: center center;

}


@media(min-width:768px){

.navbar-brand img {

max-height: 3rem !important;

max-width: 185px !important;

width: auto;

}

}


/* Start Edit Single Product Page */

.product-single article#more-content{

display: none;

}


/* Whatsapp */

.btn-whatsapp-pulse {

background: #25d366;

color: #fff;

position: fixed;

bottom: 20px;

right: 20px;

width: 60px;

height: 60px;

border-radius: 50%;

display: flex;

justify-content: center;

align-items: center;

font-size: 34px;

z-index: 9999;

box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);

animation: pulse 1.5s infinite;

}


.btn-whatsapp-pulse:hover {

transform: scale(1.1);

}


.btn-whatsapp-pulse svg {

width: 32px;

height: 32px;

display: block;

fill: #ffffff;

}


@keyframes pulse {

0% {

box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);

}

80% {

box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);

}

100% {

box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);

}

}




// منصة الاعمال
.pro-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999 !important;
    

}

.pro-modal-box {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8);
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    max-width: 95vw;
    max-height: 90vh;
    opacity: 0;
    transition: all 0.3s ease;
   z-index: 9999999 !important;
}

.pro-modal-overlay.active .pro-modal-box {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}



@media(max-width:768px){
  .pro-modal-overlay.active .pro-modal-box {
        width: 100% !important;
  }
}

.pro-modal-box img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
}

.pro-modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}