body {
    background-color: #f2f3f6 !important;
    font-family: "Outfit", sans-serif;
}


.container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}


button {
    font-weight: 500 !important;
    outline: none;
    border: none;
    background-color: unset;
}


.btn:focus,
.btn:active,
.btn:hover,
input:hover,
input:focus,
input:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.common-section {
    margin-top: 60px;
}

/* owl-carousel-1 */

.featured-collection.ng-star-inserted {
    margin: 0px !important;
    width: 140px;
}

.sub-heading {
    font-size: 25px;
    text-align: justify;
    font-weight: 500;
    font-family: "Play", sans-serif;
    padding-top: 80px;
    letter-spacing: 3px;
    color: #18181a;
}

.container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}

.owl-carousel .owl-stage-outer {
    padding-top: 10px;
}




.featured-collection.ng-star-inserted {
    margin: 0px !important;
    width: 140px;
}

.img-border img {
    background-color: #ffffff;
    border-radius: 10%;
    padding: 20px;
    box-shadow: 0 2px 5px rgb(109 109 109 / 22%);
    transition: transform 0.3s ease;
}

.owl-stage .owl-item img:hover {
    transform: scale(1.05);
}

.card-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    /* text-transform: lowercase; */
}

p.card-sub-name {
    font-size: 12px;
    margin: 0px;
}

/* product list */


.product-list-container {
    padding: 20px;
}

.click-here {
    cursor: pointer;
    font-weight: 600;
    color: #007bff;
}

/* hihihihihi */
.all-product {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 15px 10px 5px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 6px 0px rgb(39 36 36 / 9%);
    position: relative;

}

/* .all-product:hover {
    transform: translateY(-5px);
}

.item-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.image-size {
    padding: 25px 10px 0px;
}

.offer-tag {
    background-color: #FDDE5A;
    color: #3a3a3a;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
    gap: 4px;
    display: flex;
    align-items: center;
}

.hot-sale-tag {
    padding-left: 10px;
    font-size: 20px;
}


.item-details .name {
    padding-bottom: 10px;
}

.name {
    font-size: 16px;
}

.item-details .prices {
    font-size: 14px;
}

del {
    font-size: 10px;
}

.name-price {
    position: relative;
    top: 15px;
}

.prices,
.price {
    color: #004aad;
    font-weight: 500;
} */
.product-card {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* --- Image --- */
.product-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Offer Tag (Top Left) --- */
.offer-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ff385c;
    color: white;
    padding: 4px 8px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-tag span:first-child {
    font-size: 1.1em;
}

.offer-tag span:last-child {
    font-size: 0.7em;
}

/* --- Like Icon (Top Right) --- */
.like-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #ccc;
    /* Default color */
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
}

/* Class to change color on click */
.like-icon.is-liked {
    color: #e53e3e;
    /* Red color */
}

/* --- Details Section (Overlaid on the image) --- */
.item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
}

/* Left Side: Name and Price Group */
.name-price-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-grow: 1;
    padding-right: 10px;
}

.name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.prices {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.prices .fw-bold {
    font-weight: 700;
    color: white;
}

.prices del {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 400;
}


.btn-effect-6 {
    background: #308deb;
    color: white;
    border-radius: 3px;
}

.btn-effect-6:hover {
    animation: shake 0.5s infinite;
    background: #308deb;
}

button.btn-effect-6 {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.btn-effect-6:active {
    transform: scale(0.98);
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px) rotate(-5deg);
    }

    50% {
        transform: translateX(5px) rotate(5deg);
    }

    75% {
        transform: translateX(-5px) rotate(-5deg);
    }
}


/* hihihihihibihi */




.item-add {
    padding: 0px 16px 15px;
}

button.btn.minuss,
button.btn.pluss {
    padding: 0px 0px 4px;
}

/* section.bottum-view {
    margin-bottom: 100px;
} */

i.fa-heart.fa-regular.outline-heart {
    color: #00000099;
}

.btn-outline-sportsens {
    background-color: #fdde5a;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
}

.btn-sportsens {
    background-color: #004aad;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
}

.btn-outline-sportsens:hover,
.btn-sportsens:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;

}

/*************************************/
/*********** owl-carousel ************/
/*************************************/


@media screen and (max-width: 1024px) {
    .featured-collection.ng-star-inserted {
        width: 100px;
    }

    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
    }


    .common-section {
        margin-top: 30px;
    }


    /* product-list */


    .offer-tag {
        font-size: 8px !important;
        padding: 4px 5px !important;
    }

    .rating-number.text-muted.small {
        font-size: 10px;
    }

    .item-details .prices {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {

    .featured-collection.ng-star-inserted {
        width: 90px;
    }

    .common-section {
        margin-top: 20px;
    }

    .item-details .prices {
        font-size: 12px;
    }

    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    .featured-collection.ng-star-inserted {
        width: 80px;
    }

    .sub-heading {
        padding-top: 50px !important;
    }

    .sub-heading {
        font-size: 20px;
        padding-top: 50px;
    }

    .card-title {
        font-size: 12px !important;
    }

    .item-details {
        display: block !important;
        padding-left: 20px !important;
        padding-top: 0px !important;
    }



    .item-details .prices {
        font-size: 13px !important;
    }

    del {
        font-size: 10px !important;
    }

    .all-product:hover {
        transform: none;
    }

}

@media (max-width: 575px) {

    .categories .owl-carousel .owl-nav {
        display: none !important;
    }

}

@media screen and (max-width: 426px) {
    .featured-collection.ng-star-inserted {
        margin: 0px !important;
        width: 80px;
    }

    .sub-heading {
        font-size: 20px;
        padding-top: 50px;
    }

    .card-title {
        font-size: 12px !important;
    }

    .item-details {
        display: block !important;
        padding-left: 15px !important;
    }

    .item-details .prices {
        font-size: 10px !important;
    }

    del {
        font-size: 10px !important;
    }

    .rating-number.text-muted.small {
        font-size: 13px;
        position: absolute;
        right: 0;
        bottom: 0;
    }


    /* product-list or alll */

    .click-here {
        font-size: 10px;
        padding-right: 15px;
    }

    .image-size {
        padding: 20px 10px 0px;
    }

    .offer-tag {
        font-size: 7px !important;
        padding: 4px 5px !important;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .name {
        font-size: 14px;
    }

    .address-info {
        font-size: 12px;
    }

    .btn-effect-6 {
        font-size: 14px;
    }

    .like-icon {
        top: 8px;
    }
}

@media screen and (max-width: 375.5px) {
    .featured-collection.ng-star-inserted {
        margin: 0px !important;
        width: 65px;
    }

    .sub-heading {
        font-size: 18px;
        padding-top: 25px;
    }


    .rating-number.text-muted.small {
        font-size: 13px;

    }

    .all-product {
        padding: 10px 5px;
    }

    .item-details {
        padding-left: 10px !important;
        padding-bottom: 0px !important;
    }

    /* product-list or alll */


    .click-here {
        font-size: 10px;
    }

    .rating-number.text-muted.small {
        font-size: 6px;
    }

    p.price {
        margin: 0 !important;
    }

    .name {
        font-size: 14px;
    }

    button.btn-effect-6 {
        right: 10px;
        bottom: 10px;
    }

    .name-price-group {
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 320.5px) {

    .click-here {
        font-size: 10px;
    }

    .rating-number.text-muted.small {
        font-size: 4px;
    }

    del {
        font-size: 6px;
    }

    .item-details .prices {
        font-size: 8px;
    }

    .product-list-container {
        padding: 0px !important;
    }

    .name {
        font-size: 10px;
    }

    .btn-effect-6 {
        font-size: 10px;
    }
}




/* edited */

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    /* so the container doesn't block clicks */
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    pointer-events: auto;
    /* allow button clicks */
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.owl-prev {
    position: relative;
    right: 35px;
}

.owl-next {
    position: relative;
    left: 30px;
}

.categories .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
}

.nav-space {
    padding-top: 55px;
}





/* new ADDED */





.product--blue {
    background: linear-gradient(-45deg, #92dce5 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--orange {
    background: linear-gradient(-45deg, #ef6f6c 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--red {
    background: linear-gradient(-45deg, #e84855 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--green {
    background: linear-gradient(-45deg, #70c1b3 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--yellow {
    background: linear-gradient(-45deg, #e8db7d 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--pink {
    background: linear-gradient(-45deg, #ff386d 50%, rgba(255, 255, 255, 0.5) 50%);
}


.card-name {
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}




/* Empty State Styling */
.empty-data {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    height: auto;
    max-height: 500px;
    /* default smaller height */
    opacity: 0.9;
}

.empty-list-data{
    top: 65% !important;

}

/* Tablet View */
@media (max-width: 992px) {
    .empty-data {
        max-width: 80%;
        max-height: 300px;
    }
}

/* Mobile View */
@media (max-width: 576px) {
    .empty-data {
        max-width: 85%;
        max-height: 250px;
    }
}

/* Ultra-wide screens (web >1400px) */
@media (min-width: 1400px) {
    .empty-data {
        max-width: 90%;
        max-height: 550px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 86% !important;
    }
} 


@media (min-width:992px) {
    .navbar .navp-icon {
        position: absolute !important;
        right: 4% !important;
        top: 0;
    }

    .navbar .navp-search {
        position: absolute !important;
        right: 9% !important;
        top: 5px;
    }
}



