.swiper-slide.slide--one-fourth.text-center.group.swiper-slide {
    background: #1D1867;
border-radius:8px;
transition:.3s;
position: relative;
}
  @media(min-width:992px){

.s-block--best-offers:nth-of-type(7) .swiper-wrapper{justify-content:center!important}}
.swiper-slide.slide--one-fourth.text-center.group.swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(29, 24, 103, 1) 0%, rgba(64, 22, 82, 1) 25%, rgba(81, 20, 72, 1) 50%, rgba(89, 20, 66, 1) 75%, rgba(167, 14, 19, 1) 100%);
    opacity: 0;
    transition: opacity .3s;
    border-radius:8px;
    z-index: 0;
}
.swiper-slide.slide--one-fourth.text-center.group.swiper-slide:hover::before {
    opacity: 1;
}
.swiper-slide.slide--one-fourth.text-center.group.swiper-slide  a{
display:flex;
align-items:center;
justify-content:space-around;
padding:20px;
border-radius:16px
}
.swiper-slide.slide--one-fourth.text-center.group.swiper-slide .overflow-hidden {overflow:visible}
.swiper-slide.slide--one-fourth.text-center.group.swiper-slide a {
    background: transparent !important;
    position: relative;
    z-index: 1;
}
.swiper-slide.slide--one-fourth.text-center.group.swiper-slide h3.mt-1.md\:mt-2.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary  {font-size:28px;
color:#fff
}
section.force-center salla-slider .swiper-wrapper {justify-content:space-around !important;gap:20px}
/*****product****/
.product-card--vertical {
    border-radius: 16px;
.product-card__content {
    margin: 0 !important;
    padding: 0 !important;
}
.product-card__content-wrapper {
    margin: .5rem;
    padding: .5rem;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #1D1867;
color:#fff;
outline:none !important;
    border:none;border-radius:0;padding:18px;
transition:.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(29, 24, 103, 1) 0%, rgba(64, 22, 82, 1) 25%, rgba(81, 20, 72, 1) 50%, rgba(89, 20, 66, 1) 75%, rgba(167, 14, 19, 1) 100%);
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:hover::before {
    opacity: 1;
}
  h3.footer-title.mb-2 {color: #1D1867;}

  .product-card__image {height:450px !important;}
@media(max-width:600px){
.product-card--vertical:not(.product-card--fit-height) .product-card__image{flex-basis:auto;}
.product-card__image {height:350px !important;}
}