.s-block--square-links .gap-y-6 {
    row-gap: .5rem;
}
.s-block--square-links .gap-x-6 {
    column-gap: .5rem;
} 
.lg\:mx-0 .border-2 {
    border-width: 0px;
}
.lg\:mx-0 h2.text-3xl {
    font-size: 1.2rem;
}
.product-card {
    border: 1px solid #62715a25;
}
.product-card span.s-button-text i.sicon-shopping{
display: none;
}
.s-product-card-rating span svg {
    height: .7rem;
    width: .7rem;
}
@media (max-width: 991px) {
.simplified-products .offer-slide .product-card--simplified .product-card__mini-cart button, .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__mini-cart button, .simplified-products .s-products-slider-card .product-card--simplified .product-card__mini-cart button {
    padding: 3px;
}
}
.product-card .s-button-btn {
    border-radius: 0rem;
}
.s-block--banners  
.banner-entry:nth-child(1) {
  grid-area: 1 / 1 / span 2;
align-self: stretch;
height: 100%;
}
.s-block--banners  
.banner-entry:nth-child(2) {
    grid-area: 1 / 2;
}
.s-block--banners  
.banner-entry:nth-child(3) {
    grid-area: 2 / 2;
}
.s-block--banners  
.md\:grid-cols-3 {
    grid-template-columns: 1fr 1fr;
}
.s-block--banners  
.banner-entry {
    height: 160px;
    border-radius: 0px;

}
@media (min-width: 800px) {
    .s-block--banners  
.banner-entry {
    height: 300px;
    border-radius: 0px;
}
.s-block--banners .banner-entry .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fcfbf2;
}
}

/*tabs*/
.s-block.s-block-tabs{
    margin-top: 0rem;  
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
border-bottom-width: 2px!important;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
   background-color: #fcfbf2;
   color: #62715a;
    border-color: #62715a70 !important ;
}

.s-block--tabs-produtcs .tab-trigger button {
border-bottom-width: 1px!important;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;    
    background-color: #fcfbf2;
    color: #62715a;
    border-color: #62715a70 !important ;
}

.home-block-title .border-2 {
    border-width: 0px;
}
.home-block-title h2.text-3xl {
    font-size: 1.2rem;
}


/*testimonials*/
.s-block.s-block--testimonials .carousel-slider .swiper {
    padding-left: 0rem !important;
}
.s-block--testimonials.enhanced .review {
    display: flex;
    justify-content: center;
}
 .s-block--testimonials img {
    display: none!important
}

.s-block--testimonials .flex.items-center.mt-6.-mx-2 {
    flex-direction: column!important;
    text-align: center;
    margin-top: .5rem;
}

 .s-block--testimonials .sicon-quote:before {
    display: none
}
 .s-block--testimonials .text-store-text-primary {
    text-align: center
}
.s-block--testimonials .flex.flex-col.justify-between {
    box-shadow: none;
    background: #fcfbf2;
    border: 0.05rem solid #62715a70;
    border-radius: 8px;
    width: 90%;
    margin: auto;
}
.footer-list a {
    font-size: .65rem;
    padding-top: 0rem;
}
.rounded_contacts a, .rounded_contacts a i {
    border-radius: 2px;
}