/* Custom styles */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*.default-img, .product-image-default img, .card-logo-default img{*/
/*    width: 45% !important;*/
/*}*/

.icon-fixed {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.payment-option, .preference-select{
    cursor: pointer;
}

#productBestSeller .card-logo-default img,
#productBestSeller .card-logo img,
#categoryFeatured .card-logo img,
#categoryFeatured .card-logo-default img,
#relatedProduct .card-logo-default img,
.card-grid .card-logo img,
.card-grid .card-logo-default img,
#brandFav .card-logo img,
#brandFav .card-logo-default img,
#relatedProduct .card-logo img{
    width: 100%;
    height: 136px;
    border-radius: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    position: relative;
    box-shadow: 0px 5px 8px 0px #00000026;
    max-width: 300px;
    min-width: 162px;
}

#productBestSeller .card-logo-default img,
#categoryFeatured .card-logo-default img,
#relatedProduct .card-logo-default img,
.card-grid .card-logo-default img,
#brandFav .card-logo-default img{
    padding: 20px;
    object-fit: contain !important;
}

.carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .login-container {
        margin-top: 10%;
        padding: 0 20px;
    }
}

main {
    background: white;
}

.row {
    margin-right: unset;
    margin-left: unset;
    margin-top: unset;
}

[dir="rtl"] .page-link {
    transform: scaleX(-1);
}

.btn-group {
    display: flex !important;
}

@media (max-width: 767.98px) {
    .product-logo img{
        object-fit: unset !important;
    }
}
