/* Add custom CSS styles below */ 
.scroll-to-top:after {
    position: absolute;
    font-family: sallaicons;
    content: "";
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: block;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
    border: unset;
    z-index: 1;
}
.scroll-to-top path {
    stroke: #414042;
    stroke: #9b8b18;
    stroke-width: 5px;
    box-sizing: border-box;
    fill: #1b3146;
    color: #fff;
}
.s-slider-v-centered .s-slider-block__title-nav button {
    box-shadow: none;
    background: #1b3146;
    color: #fff;
    border: 2px solid #9b8b18;
}
s-slider-nav-arrow svg,.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    width: 22px;
    fill: #ffffff;
}
.s-slider-controls-outer .s-slider-block__title-nav {
    width: 100%;
}
.s-block.s-block--square-links.s-block--animate img.aspect-\[14\/13\].w-full.rounded-2xl.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    filter: drop-shadow(0px 0px 2px #a1a1a1);
}
img.aspect-\[14\/13\].w-full.rounded-2xl.lazy.object-cover.group-hover\:scale-110.duration-400.loaded:hover {
    background: linear-gradient(360deg, #1b3146a8 -98%, #fff 28%);
}
h2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl.anime-item {
    background: -webkit-linear-gradient(#0b3b68, #a78b11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto;
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary.anime-item:after {
    content: "";
    position: absolute;
    width: 9%;
    height: 30px;
    background: #1b3146;
    left: 45%;
    border: 5px solid #ffffff;
    top: 15px;
    border-radius: 50%;
    transform: translateY(-100%);
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary.anime-item {
    width: 30%;
    position: relative;
    border: 1px solid;
}
.s-slider-block__title-right h2 {
    background: -webkit-linear-gradient(#0b3b68, #a78b11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-size: 27px;
}
..s-slider-block__title-right :hover
{
animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
	from {
		width: 25%;
	}

	to {
		width: 100%;
	}
}

.footer-is-custom .store-footer .store-footer__curve {
    color: #1b3146;
}

.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: #1b3146;
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    color: #fff !important;
}
.footer-is-custom .store-footer .footer-rights p {
    color: var(--footer-text-color);
    opacity: .7;
    display: none;
}
.container.md\:flex.items-center.justify-between.py-4.text-center {
    background: #1b3146;
}
/*********product *************/
.product-card--vertical {
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #ddd6d6;
}
.product-card.hover_style_3 .product-card__buttons, .product-card.product-card--horizontal .product-card__buttons {
    position: static;
    position: initial;
    margin-top: 10px;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #1b3146 !important;
}