/* Add custom CSS styles below */ 
.s-product-card-image img.loaded {
    transition: all .5s;
    border-radius: 10px;
}
.s-product-card-image img.loaded:hover {
    transform: rotate(8deg) scale(1.3);
    transition: all .5s;
}
.s-product-card-entry {

    padding: 7px;
    border-radius: 17px;
    height: 97%;
    margin-top: 13px;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    border: #fff;
}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    color: aliceblue;
}
.store-footer__inner.da-bgm {
    margin-top: -66px;
}

   @media (max-width: 575.98px){
.container.flex.flex-col {
    padding-top: 70px;
}
}
@media (min-width: 1199.98px) {
 .store-footer__inner.da-bgm {
    margin-top: -66px;
}
}




#karzoun-widget-send-button {
    background-color: #069652;
}





.styles__tabbyPromoSnippetText--b30d0 {
    color: #ffffff;
}
.s-product-card-sale-price h4:is(.dark *) {
    --tw-text-opacity: 1;
    color: #000000;
}
.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
    color: aliceblue;
}