/* Add custom CSS styles below */ 
html {
  overflow-x: hidden;
}
.s-block--list-items .items a:before {
    display: none;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
    .ps-footer__middle {
        /* background: 
color-mix(in srgb, var(--color-primary) 10%, transparent); */
        background: #fff;
    }
}

.account-page {
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.flex-dts-box .main-dts {
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

.ps-product__content {
   
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    }
    
    .common-questions .svg-box img {
    display: none;
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    justify-content: center;
    right: 0;
}

.box-sec-home section:first-of-type {
    margin-top: 10px !important;
}

@media (max-width: 576px) {
    .s-block--list-items .items.items-2 {
        grid-template-columns: 1fr 1fr !important;
    }
}