/* Add custom CSS styles below */ 

/*First panner */
section:first-of-type {
    margin: 0;
}
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}

.g_cat {
    margin-top: 4%;
}

/*products*/
section:nth-of-type(7) .flex.flex-col.gap-8.s-block__title.min-h-\[140px\] {
    margin-top: 4rem;
}
section#best-offers-6-slider {
    margin-top: 3rem;
}
.carousel-slider .s-slider-block__title-nav {
    display: none !important;
}
.md\:mb-\[32px\] {
    margin-bottom: 0;
}
.s-button-primary {
    color: #fff;
}
.s-product-card-image-full {
    max-height: 300px;
}
@media (min-width: 768px) {
.md\:mb-\[111px\] {
    margin-bottom: 0;
}
}
@media (max-width: 767px) {
.s-product-card-image-full {
    max-height: 230px;
}
}

/*Category*/
.grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.flex.flex-col.items-center.products-item:nth-child(3) {
    display: none;
}
.mb-\[55px\] {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
@media (max-width: 767px) {
.mb-\[55px\] {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.mb-\[54px\] {
    margin-bottom: 0;
}
}
/*Footer*/
.footer-is-light .store-footer .store-footer__inner {
    background-color: #A67B5B;
    color: #fff !important;
}

.text-\[\#2b2b2b\].text-left.font-\[\'Alexandria-Regular\'\,_sans-serif\].text-lg.font-normal.relative {
    color: #fff;
}
footer svg path {
stroke:white 
}
.pb-\[100px\] {
    padding-bottom: 0;
}
.store-footer__inner {
    border-bottom-width: 0px;
}
@media (max-width: 767px) {
.bg-\[var\(--s-color\)\] {
    padding-bottom: 100px;
}
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}
@media (max-width: 767px) {
    #contact-slot, .contact-custom {
        background: #a67b5b;
        padding: 0.5rem 3rem;
        border-radius: 22px;
    }
}