/* Add custom CSS styles below */ 

a.banner.banner--fixed.overflow-hidden img {width: 100vw !important;
    max-width: 100% !important;
    padding-top: 0 !imporrtant;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container{
max-width: 100%;
padding:0;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0 !important;
}
section#best-offers-3-slider {
        margin-bottom: 4rem;
}
salla-slider#slider-with-bg-5 {
    margin-bottom: 4rem;
}
.s-button-element:not(:disabled):not([loading]) {
    background-color: #f8f4ea;
    color: black;
    border: solid #f8f4ea;
}
.s-block--features__item {padding:10px;
    width:60%;
    background:#f8f4ea;
    border-radius:20px;
}
.s-block--features__item .feature-icon, .s-block--features__item p   {
    background:#f8f4ea;
    color:black;
}

a.banner-entry.lazy.h-lg-banner.entered.loaded {
    background-size:contain;
    height:500px;
    background-color:#f9fafb
}
.footer-is-light .store-footer .store-footer__inner {background-color:#f3efe5 !important}

a.flex.items-center.m-0 h3 {font-size:0}

a.flex.items-center.m-0 h3::after{
    content: "";
    display: block;
    width: 200px;  
    height: 100px;
    background: url('https://cdn.files.salla.network/homepage/147430728/f909c77e-4fe7-4403-b31b-a20cca2e6760.webp') no-repeat center;
    background-size: cover;
}
@media (max-width:796px){
  a.banner.banner--fixed.overflow-hidden img{
    margin:0 !important;
  }
 a.flex.items-center.m-0 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
  a.banner-entry.lazy.h-lg-banner.entered.loaded {
    height:200px;
}
  .grid-flow-row {
    grid-auto-flow: column;
}
  .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding-bottom:5%;
}
  .footer-is-light .store-footer .store-footer__inner{
    text-align: center;
  }
  section.s-block.s-block--fixed-banner.wide-placeholder .container{
   padding-right: 0;
}
  .s-block--features__item {
                         width:95%;
                          margin-right:13px;
    margin-left:13px;
                         }
  .s-contacts-list {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.store-footer .contact-social ul {
    margin-right: 140px;
}
salla-trust-badges.s-trust-badges-wrapper.hydrated { margin-right: 100px;}
}
/* ===== FAQ Section Style ===== */
.custom-faq-wrapper {
    padding: 60px 40px;
    direction: rtl;
}

.custom-faq-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}

.custom-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 60px;
}

.custom-faq-item {
    background: #f8f4ea;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.custom-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.custom-faq-icon {
    width: 32px;
    height: 32px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s ease;
}

.custom-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

.custom-faq-item.active .custom-faq-answer {
    max-height: 200px;
}

.custom-faq-item.active .custom-faq-icon {
    transform: rotate(180deg);
    background: #000;
    color: #fff;
}

/* Responsive */
@media(max-width:768px){
    .custom-faq-grid{
        grid-template-columns: 1fr;
    }
}