/* All product thumbnails always fully visible (no dim on inactive) */

.product-single__thumbnail .swiper-slide {
    opacity: 1 !important;
}


.footer-middle {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.text-right {
    text-align: right;
}

.pt-90 {
    padding-top: 90px !important;
}

.my-account__address-list {
    display: flex;
    gap: 1.625rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    /* height: 48px; */
}

p {
    text-align: justify;
    text-justify: inter-word;
}

.product img,
.product-single img,
.product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fb-product-card__img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.fb-product-card__img-wrapper {
    aspect-ratio: 3 / 4 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: block;
}

.fb-product-card__img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}