/* Add custom CSS styles below */ 
header.store-header.z-3.absolute.top-0.right-0.left-0.fixed-sticky .flex.items-stretch.justify-between.relative {
    background: #f3f4f6;
    padding: 0px 12px;
    border-radius: 15px;
    margin-top: 10px;
}


.divider-icon img.w-full.h-full.object-contain.lazy.max-h-12.loaded {
    border-radius: 24px !important;
}
body#app {
    background-size: cover;
}
.s-product-card-entry:before {
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 61%;
    background: #ececf0;
    position: absolute;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.s-product-card-entry {
    border: 0px;
    position: relative;
}
.s-product-card-content {
    padding: 0px !important;
}
.s-product-card-content-footer {
    background: #d13e23;
    padding: 1px 10px;
    border-radius: 0px !important;
}
.s-product-card-content-footer:before {
    content: "";
    position: relative;
    width: 35px;
    height: 35px;
    background: url(https://i.ibb.co/pr1YFzJd/Vector-Smart-Object.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
 animation: myAnim 6s ease-in-out 0s infinite normal forwards;
}
.s-product-card-content-footer .s-button-btn {
    background: transparent;
    border: 0px;
    color: #fff !important;
}
.s-product-card-content-main, .s-product-card-content-sub.justify-between {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
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: #fff !important;
    filter: brightness(1);
    opacity: 1;
}
.s-product-card-entry {
    border: 0px;
    position: relative;
    background: transparent;
}
.s-products-slider-card.swiper-slide:hover .s-product-card-image img.loaded {
    scale: 1.1;
    transform: translateY(-1px);
}
.s-product-card-image img.loaded {
    padding: 10px;
    background: transparent !important;
    transition: .5s !important
    ;
}
@keyframes myAnim {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
.s-button-text i.text-\[16px\].sicon-add {
    display: none;
}

.to-top.flex.justify-center.da-tm.overflow-hidden {
    display: none;
}
.store-footer__inner.da-bgm:before {
    content: "";
    width: 100%;
    height: 20%;
    top: 0;
    background: url(https://i.ibb.co/vC62sZnG/image.png);
    position: absolute;
    transform: translateY(-98%);
    background-size: cover;
}
.store-footer {
    background: #1c588e;
    margin-top: 15%;
}
.store-footer__inner.da-bgm {
    color: #fff;
}
.store-footer h3 {
    
    color: #ffffff !important;
}
img.logo-light {
    content: url(https://i.ibb.co/8nMW5ytz/New-Project-3.png);
}
footer.store-footer img.logo-light.foo {
    content: url(https://i.ibb.co/RkFsJWvB/New-Project-3-1.png);
}
a.menu-silde_link.pointer-events-none.h-16.md\:h-20.active {
    content: url(https://i.ibb.co/8nMW5ytz/New-Project-3.png);
    display: flex;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
header.store-header.z-3.absolute.top-0.right-0.left-0.fixed-sticky .flex.items-stretch.justify-between.relative {
    background: #f3f4f6;
    padding: 0px 12px;
    border-radius: 15px;
    margin-top: 1px;
}
.store-footer {
    background: #1c588e;
    margin-top: 35%;
}
.categore3{
      position: relative;
    left: -50%;
}
}