/* Add custom CSS styles below */ 
.s-block.s-block--fixed-banner.wide-placeholder .container{max-width: 100%;}
.s-slider-v-centered .s-slider-block__title-nav button{background-color: rgb(155 85 5);}
salla-slider.photos-slider .swiper-slide{width: 100%;}
.s-block.s-block--photos-slider {margin-top:0px;}
.store-footer{margin-top:0px;}

.coupon-container {
    border: 2px dashed #e07a5f;
    width: 334px;
    text-align: center;
    margin: 25px auto;
    padding: 11px;
}
.coupon-header {
    font-size: 22px;
    font-weight: bolder;
    color: #471339;
    margin-bottom: 5px;
}
.coupon-subheader {
    font-size: 21px;
    color: #471339;
    margin-bottom: 15px;
}

#couponCode {
  width: 80%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#copyButton {
  width: 80%;
  padding: 10px;
  font-size: 16px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#copyButton:hover {
  background-color: #218838;
}

/*--------------------*/


div#product-1573173120 .sticky-product-bar, div#product-1634161390 .sticky-product-bar, div#product-1341467495 .sticky-product-bar {
    position: relative;
}

div#product-1573173120 .sticky-product-bar:before, div#product-1634161390 .sticky-product-bar:before, div#product-1341467495 .sticky-product-bar:before {
    content: "متبقى 10 قطع فقط";
    background: #ff0606;
    color: white;
    position: absolute;
    top: -18rem;
    left: 5px;
    padding: 7px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-animation: heartbeat 1.5s ease-in-out 1s infinite both;
    animation: heartbeat 1.5s ease-in-out 1s infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media (max-width: 767px) {
    div#product-1573173120 .sticky-product-bar, div#product-1634161390 .sticky-product-bar, div#product-1341467495 .sticky-product-bar {
        position: fixed !important;
    }

    div#product-1573173120 .sticky-product-bar:before, div#product-1634161390 .sticky-product-bar:before, div#product-1341467495 .sticky-product-bar:before {
        top: -45px;
        left: 5px;
    }