/* Add custom CSS styles below */ 
.square-links__title{
  text-decoration: none !important; 
}


.s-slider-wrapper .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: #99272c;
}


.container.my-2{
  text-decoration: none !important; 
}


.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all, salla-products-slider .s-slider-block__title-left .s-slider-block__display-all {
    border: 0px ;
    color: #000000;
}

/* .border-2 {
    border-width: 0;
} */

.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
    border-bottom: 2px solid #99272c;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .user-contacts {
    transform: translateX(-180px) !important;
    
  }
}

@media (min-width: 1024px) {
    .lg\:col-span-1 {
        grid-column: span 2 / span 2;
    }
}


@media (min-width: 1024px) {
    .lg\:items-start {
        display: grid;
      
      
    }
}

.sicon-keyboard_arrow_down{
  background-color: transparent;
  color: #99272c;

}

.single-faq{
  border: 0px;
  background-color: #fbfbfb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.store-footer {
    margin-top: 0rem;
}

.s-block.s-block--bundle-personalized-shoppers-who-bought{
  display: none;
}


.s-block.s-block--enhanced-features.container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #fbfbfb;
    padding-top: 20px;
    padding-bottom: 20px;
}


.enhanced-features__grid.grid.grid-cols {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fbfbfb;

  
}


.s-block--enhanced-features__item.group {
    background-color: #fbfbfb;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    /* grid-template-rows: auto auto; */
    align-items: center;
    justify-content: center;
    gap: 0 1.25rem;
    border: none !important;
    border-inline-end: none !important;
    box-shadow: none !important;
    position: relative;
    
}

.s-block--enhanced-features__item.group::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #e0e0e0;
    transform-style: none;
}

.s-block--enhanced-features__item.group:first-child::before {
    display: none;
    transform-style: none
}

.s-block--enhanced-features.mini-features .s-block--enhanced-features__item p {
    font-size: 11px;
}

.s-block--enhanced-features.mini-features .s-block--enhanced-features__item h2 {
    font-weight: 900;
}
/*  */
.s-block--enhanced-features__item.group > div.absolute {
    display: none !important;
}
.s-block--enhanced-features__item.group .feature-icon {
    grid-row: 1 / -1;
    grid-column: 1;
    align-self: center;
    justify-self: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0;
}

.s-block--enhanced-features__item.feature-icon {
    grid-column: 1 !important;
    grid-row: 1 / -1 !important;
    align-self: center !important;
    justify-self: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0;
    flex-shrink: 0;
}
.max-h-24 {
    max-height: 2.5rem;
}



.s-block--enhanced-features__item.group h2 {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
    margin: 0;
    line-height: 1.3;
    font-weight: 900;
}


@media (max-width: 991px) {
    .s-block--enhanced-features.mini-features .s-block--enhanced-features__item h2 {
        font-weight: bolder;
        
    }
}

.s-block--enhanced-features__item.group p {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    margin: 0;
    line-height: 1.3;
    font-size: 12px;
}


.s-block.s-block--bundle-editorial-showcase-v2{
  margin-top: 0;
}





@media (min-width: 640px) {
    .s-block.s-block--bundle-editorial-showcase-v2{
  margin-top: 0;
  }
}

.testimonials__review-card {
    display: grid;
    grid-template-areas:
        "rating rating"
        "text text"
        "avatar name";
    grid-template-columns: auto 1fr;
    row-gap: 0.5rem;
    align-items: center;
}

.testimonials__review-author,
.testimonials__review-author-info {
    display: contents;
}

.comment__rating {
    grid-area: rating;
}

.testimonials__text-wrap {
    grid-area: text;
}

.testimonials__review-author img {
    grid-area: avatar;
}

.testimonials__review-author-name {
    grid-area: name;
    align-self: center;
    margin: 0;
}