/* Add custom CSS styles below */

salla-slider.photos-slider .swiper {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.mt-12 {
    margin-top: 1.2rem;
}
  
.product-card__image{
  height: 12rem;
    max-height: 12rem;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
padding-right: 0.5rem;
padding-left: 0.5rem;
}

.s-block { margin-top: 1rem; }

@media (max-width: 767px) {
    .index.mobile_small_blocks_titles h2.text-3xl {
        font-size: 1rem;
    }
}

.border-primary {
    border-color: #282828;
}
.border-2 {
    border-width: 1.2px;
}

.w-28 {
    width: 2rem;
}

.mb-8 {
    margin-bottom: 0rem;
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(218 161 53);
}

.btn--outline-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: #daa135;
    color: #414042;
    color: var(--color-primary);
    background-color: #daa135;
    border-radius: 0px;
}