/* Navigation Bar Styles */ */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27.24px;
    color: #898989;
    padding: 10px 15px;
    transition: all .3s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #0040c3;
}

.product-heading {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    border: none;
}

.no-data {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    color: #b85656;
}

.category-tabs .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27.24px;
    color: #000;
    padding: 0;
    margin: 0 10px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease;
    border: none;
}

.category-tabs .nav-link.active,
.category-tabs .nav-link:hover {
    color: #0040c3;
    border-bottom: 3px solid #0040c3;
}

.card-custom {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
    padding: 20px;
    position: relative;
    overflow: hidden;
    /* height: 550px; */
    cursor: pointer;
}
.card-img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 300px;
    z-index: 1;
    object-fit: cover;
    border-radius: 20px;
}

.card-custom .product-info {
    position: relative;
    z-index: 2;
    background-color: white;
}

.card-custom:hover .card-img {
    transform: scale(1.1);
    transition: transform 0.3s
}

.product-info {
    padding: 10px;
}

.product-info .category,
.product-info .price,
.product-info .product-name,
.product-info .rating {
    display: block;
}

.product-info .category {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
}

.product-info .product-name {
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.product-info .price {
    font-weight: 500;
    color: #0040c3;
}

.product-info .color-options img {
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

.product-info .strike-price {
    color: #898989;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
}

.rating img {
    vertical-align: middle;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0040c3;
    color: #0040c3;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 5px;
    padding: 8px 32px;
    margin-top: 10px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    background-color: white;
    transition: all 0.3s;
}

.cta-button:hover {
    color: white;
    background-color: #0040c3;
    transition: all 0.3s;
}

.cta-button:hover img {
    filter: brightness(0) invert(1);
}

.cta-button-disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 5px;
    padding: 8px 32px;
    margin-top: 10px;
    text-decoration: none;
    width: 100%;
    background-color: rgb(161 161 161);
}

.cta-button img {
    margin-right: 10px;
}

.membership-offer {
    background: #0040c3;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
    width: 45%;
}

.row-horizontal {
    display: flex;
}

.product-name {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courses-membership-offer {
    position: absolute;
    top: 20px;
    left: 135px;
    background: #0040c3;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
}

.add-to-cart-modal .product-caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27.24px;
    color: #000;
    text-align: center;
    margin-top: 10px
}

.heading-text {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}

.popup {
    width: 90%;
    max-width: 960px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
}
.product-image {
    width: 100%;
    max-width: 266px;
    height: auto;
    border-radius: 6.91px;
    border: 0.35px solid #cfcfcf;
    padding: 3.45px;
    background: #ffffff;
    object-fit: cover;
}
.thumbnail {
    width: 100%;
    max-width: 91.089px;
    height: auto;
    border-radius: 6.91px;
    border: 0.35px solid #cfcfcf;
    padding: 3.45px;
    background: #ffffff;
    object-fit: cover;
    cursor: pointer;
}
.product-info {
    font-family: 'Open Sans', sans-serif;
}
.category, .reviews span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}
.rating-img {
    height: 10px;
    width: 70px;
}
.product-title {
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.price {
    font-weight: 600;
    color: #0040c3;
}
.colors span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}
.color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.white {
    background: #fff;
    border: 2px solid #000;
}
.blue {
    background: #0040c3;
}
.dark-blue {
    background: #000088;
}
.description-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #505050;
    margin: 0;
}
.size-btn {
    padding: 5px 20px;
    border: 1px solid #505050;
    border-radius: 10px;
    background: transparent;
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease; /* Add transition for smooth effect */
}
.size-btn.active, .size-btn.clicked {
    background: #0040C3; /* Change background color */
    color: #FFFFFF; /* Change text color */
}
.add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 32px;
    width: 100%;
    max-width: 205px;
    height: 43px;
    background: transparent;
    border: 1px solid #0040c3;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease; /* Add transition for smooth effect */
}
.add-to-cart img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: filter 0.3s ease; /* Add transition for smooth effect */
}
.add-to-cart span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0040c3;
    text-align: center;
    transition: color 0.3s ease; /* Add transition for smooth effect */
}
.add-to-cart.clicked {
    background-color: #0040C3; /* Change background color */
    color: #FFFFFF; /* Change text color */
    border-color: #0040C3; /* Change border color */
}
.add-to-cart.clicked span {
    color: #FFFFFF; /* Change text color */
}
.add-to-cart.clicked img {
    filter: brightness(0) invert(1); /* Change icon color to white */
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .navbar .nav-link {
        font-size: 18px;
    }

    .no-data {
        font-size: 25px;
    }

    .category-tabs .nav-link {
        font-size: 16px;
    }

    .card-custom {
        height: auto;
    }

    .card-img {
        height: 250px;
    }

    .product-info .category {
        font-size: 12px;
    }

    .product-info .product-name {
        font-size: 16px;
    }

    .product-info .price {
        font-size: 25px;
    }

    .product-info .strike-price {
        font-size: 25px;
    }

    .cta-button,
    .cta-button-disabled {
        font-size: 16px;
        padding: 6px 24px;
    }

    .membership-offer {
        font-size: 12px;
    }

    .courses-membership-offer {
        font-size: 12px;
    }

    .heading-text {
        font-size: 2.5rem; /* fs-49 */
    }
}

@media (max-width: 991.98px) {
    .navbar .nav-link {
        font-size: 16px;
    }

    .no-data {
        font-size: 20px;
    }

    .category-tabs .nav-link {
        font-size: 13px;
    }

    .card-custom {
        height: auto;
    }

    .card-img {
        height: 200px;
    }

    .product-info .category {
        font-size: 10px;
    }

    .product-info .product-name {
        font-size: 13px;
    }

    .product-info .price {
        font-size: 20px;
    }

    .product-info .strike-price {
        font-size: 20px;
    }

    .cta-button,
    .cta-button-disabled {
        font-size: 13px;
        padding: 4px 16px;
    }

    .membership-offer {
        font-size: 10px;
    }

    .courses-membership-offer {
        font-size: 10px;
    }

    .heading-text {
        font-size: 1.5rem; /* fs-49 */
    }
}

@media (max-width: 767.98px) {
    .navbar .nav-link {
        font-size: 14px;
    }

    .no-data {
        font-size: 16px;
    }

    .category-tabs .nav-link {
        font-size: 12px;
    }

    .card-custom {
        height: auto;
    }

    .card-img {
        height: 150px;
    }

    .product-info .category {
        font-size: 10px;
    }

    .product-info .product-name {
        font-size: 12px;
    }

    .product-info .price {
        font-size: 16px;
    }

    .product-info .strike-price {
        font-size: 16px;
    }

    .cta-button,
    .cta-button-disabled {
        font-size: 12px;
        padding: 3px 12px;
    }

    .membership-offer {
        font-size: 10px;
    }

    .courses-membership-offer {
        font-size: 10px;
    }

    .heading-text {
        font-size: 1.25rem; /* fs-49 */
    }
}

@media (max-width: 768px) {
    .card-custom:hover .card-img {
        transform: scale(1.05);
    }
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.modal-backdrop {
    width: 100vw !important;
    height: 100vh !important;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

html {
    overflow-y: scroll !important;
}

.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog {
    margin: 1.75rem auto !important;
}