@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);

}

@font-face {
    font-family: Audiowide;
    src: url(../fonts/Audiowide/Audiowide-Regular.ttf);
}

@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular/Oswald-Regular.ttf);
}

p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #828282;
}

.subheading {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    color: #0989E4;
}

.mainheading {
    font-family: Audiowide;
    font-size: 46px;
    font-weight: 400;
    line-height: 58.65px;
    color: #2B3138;
}
@media (max-width: 767px) {
    .mainheading {
        font-size: 28px;
        line-height: 36px;
    }
    .subheading {
        font-size: 18px;
        line-height: 28px;
    }
    .navbar-brand img {
        width: 120px;
        height: 40px;
    }
    .category_select {
        width: 100px;
        font-size: 14px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-primary,
    .btn.btn-outline-secondary.increment.cartlist-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}

.bg-dark {
    background-color: #001928 !important;
}

.btn-primary {
    background: linear-gradient(281.63deg, #1177E7 6.23%, #0C55A5 99.14%) !important;
    border-color: #0C55A5 !important;
}

.navbar-brand img {
    width: 200px;
    height: 66px;
    object-fit: contain;
}

.nav-top-bar .dropdown input,
.nav-top-bar .dropdown .category_select {
    background: #EAEAEA;
    border: none;
}

.category_select {
    padding: 7px 0px;
    width: 130px;
}

.category_select::before {
    content: "";
    width: 0 !important;
    height: 80%;
    position: absolute;
    right: 0;
    border-right: 1px solid #A3A3A3;
    top: 10%;
    padding: 0;
}
@media (min-width: 577px) {
        
    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

}

.btn.btn-outline-secondary.increment.cartlist-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 576px) {
    .d-xs-none {
        display: none !important
    }
}

.navbar-section {
    border-bottom: 1px solid rgb(255, 254, 254) !important;
    z-index: 10;
    display: block;
    position: relative;
}

.nav-link {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff !important;
}

.nav-link:hover {
    color: #0071B7 !important;
}

.nav-link {
    padding: 10px 20px;
    min-width: 80px;
    text-align: center;
}

.category_select:focus,
.category_select~button:focus {
    box-shadow: none;
}

.category_select~input:focus-visible {
    box-shadow: none;
}

.category_select~input {
    border-radius: 0px;
}

.category_select~button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-add-cart {
    position: absolute;
    right: -8px;
    bottom: -8px;
    padding: 0.275rem 0.55rem;
}



.product-section .card {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    /* cursor: pointer; */
}

.product-section .card:hover {
    background: #EEEEEE;
}

.product-section .card .bg-grey {
    background: #EEEEEE;
    /* padding: 10px; */
    border-radius: 10px;
}

.product-section .card .bg-grey img {
    height: auto;
    width: 100%;
    border-radius: 5px
}

.product-content {
    position: relative;
}

.product-content .title a {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 600;
    line-height: 34.5px;
    color: #000000;
}

.product-content .price .mrp {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.5px;
    color: #787878;
    text-decoration: line-through;
}

.product-content .rating {
    color: #F0BE5D;
    margin: 0;
}

.product-content .price span {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 34.5px;
    color: #0071B7;
    text-decoration: none;
    margin-right: 10px;
}

.btn-rounded {
    width: 350px;
    height: 54px;
    border-radius: 40px;
    border: 2px solid #0071B7;
    font-family: Audiowide;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.95px;
    color: #0071B7;
}

.btn-rounded:hover {
    border: 2px solid #0071B7;
    background-color: #0071B7;
}

.banner-black.height-lg {
    min-height: 550px !important;
}

.banner-black {
    background: radial-gradient(50% 297.59% at 50% 50%, #1a2732 0%, #131c24 100%);
    min-height: 350px;
    gap: 0px;
    opacity: 0px;
    width: 100%;
    display: flex;
}

.banner-black .banner-titles {
    margin: auto;
    color: #fff;
    text-align: center;
}

.banner-black.height-lg .banner-titles {
    margin-top: 24vh;
}

#brand-slide1 .brand-lo,
#brand-slide2 .brand-lo {
    padding: 10px;
}

#brand-slide1 .brandslide,
#brand-slide2 .brandslide {
    padding: 10px;
    background: linear-gradient(180deg, rgba(226, 226, 226, 0.5) 0%, rgba(124, 124, 124, 0.5) 100%);
}

.top-footer {
    background: #FACB49;
}

footer.footer {
    background: #262833;
    color: #fff;
}

#testimonial-slide .owl-item {
    margin-top: 80px;
}

#testimonial-slide .comma {
    font-size: 32px;
    color: #7d7d7d;
}

#testimonial-slide .testimonial-img {
    position: absolute;
    top: -60px;
    left: 70px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

#testimonial-slide .testimonial-img img {
    scale: 1.6;
}

#testimonial-slide .post-slide {
    display: flex;
}

#testimonial-slide .testimonial-card {
    max-width: 300px;
    border: 1px solid #C1C1C1;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
}

#testimonial-slide .testimonial-card p {
    font-family: Poppins;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
}

#testimonial-slide .testimonial-card .ratings {
    color: #FBD346;
}

#testimonial-slide .testimonial-card h5 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    color: #303030;
    text-transform: capitalize;
}

#testimonial-slide .testimonial-card h6 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    color: #818181;
}

.foot {
    gap: 10px;
}

.foot img {
    max-width: 80px;
    height: auto;
}

.foot-fon {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}

.foot-fon1 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}

.hom-fon-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}

.comapny-media {
    gap: 20px;
}

.comapny-media i {
    margin-top: 10%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.sendmail.input-button-wrapper {
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background-color: #555555;
    /* Gray background */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
}

.sendmail.input-button-wrapper input {
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 50%;
    font-size: 16px;
    color: #ffffff;
    flex: 2;
    background-color: transparent;
    font-family: Arial, sans-serif;
}

.sendmail.input-button-wrapper input::placeholder {
    color: #d1d1d1;
    /* Placeholder text color */
}

.sendmail.input-button-wrapper button {
    padding: 10px 20px;
    border: none;
    outline: none;
    background-color: #007bff;
    /* background-color: #E6E6E6; */
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    flex: 1;
    border-radius: 30px;
}

.sendmail.input-button-wrapper button:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
}

.caro-img img,
.center-align-img {
    display: none;
    position: relative;
    top: -50px;
}

.nav-cart-count {
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #000000;
    padding: 1px;
    border-radius: 50px;
    color: #fff;
    width: auto;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
}

.nav-cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}

.nav-cart-items {
    min-width: 350px;
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.nav-cart-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-cart-items .cart-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    margin: 0;
}

.nav-cart-items .cart-item:last-child {
    border-bottom: none;
}

.nav-cart-items .cart-item .row {
    margin: 0;
    padding: 12px 15px;
    position: relative;
    align-items: center;
}

.nav-cart-items .cart-item .col-3 {
    padding: 0 8px 0 0;
}

.nav-cart-items .cart-item .col-3 img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.nav-cart-items .cart-item .col-9 {
    padding: 0 8px 0 0;
}

.nav-cart-items .cart-item-name {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-cart-items .cart-item .d-flex {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nav-cart-items .cart-inc-dec {
    max-width: 120px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.nav-cart-items .cart-inc-dec .custom-product-cart-btn {
    width: 28px;
    height: 28px;
    background: #0071B7;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 0;
    flex-shrink: 0;
}

.nav-cart-items .cart-inc-dec .custom-product-cart-btn:hover {
    background: #005a94;
}

.nav-cart-items .cart-inc-dec .increment {
    background: #0071B7;
    color: white;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 0;
    flex-shrink: 0;
}

.nav-cart-items .cart-inc-dec .increment:hover {
    background: #005a94;
}
.nav-cart-items .cart-inc-dec .decrement {
    background: #0071B7;
    color: white;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 0;
    flex-shrink: 0;
}
.nav-cart-items .cart-inc-dec .decrement:hover {
    background: #005a94;
}
.nav-cart-items .cart-inc-dec .prdqty {
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background: #fff;
    padding: 4px 8px;
    min-width: 40px;
    height: 28px;
    flex: 1;
}

.nav-cart-items .cart-inc-dec .prdqty:focus {
    outline: none;
    box-shadow: none;
    background: #f8f9fa;
}

.nav-cart-items .cart-item .ms-2 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0071B7;
    min-width: 60px;
    text-align: right;
    margin-left: 10px;
}

.nav-cart-items .cart-item .remove-cart-item[data-prdid] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 10px;
    padding: 0;
    opacity: 0.8;
    z-index: 10;
}

.nav-cart-items .cart-item .remove-cart-item[data-prdid]:hover {
    background: #c82333;
    opacity: 1;
    transform: scale(1.1);
}

/* Cart items scrollbar styling */
.nav-cart-items::-webkit-scrollbar {
    width: 6px;
}

.nav-cart-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.nav-cart-items::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.nav-cart-items::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Empty cart state */
.nav-cart-items:empty::before {
    content: "Your cart is empty";
    display: block;
    text-align: center;
    padding: 30px 20px;
    color: #666;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
}

/* Responsive adjustments for cart items */
@media (max-width: 768px) {
    .nav-cart-items {
        min-width: 300px;
        max-height: 350px;
    }
    
    .nav-cart-items .cart-item .row {
        padding: 10px 12px;
    }
    
    .nav-cart-items .cart-item .col-3 img {
        height: 50px;
    }
    
    .nav-cart-items .cart-item-name {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .nav-cart-items .cart-inc-dec {
        max-width: 100px;
    }
    
    .nav-cart-items .cart-inc-dec .navcart-product-cart-btn,
    .nav-cart-items .cart-inc-dec .increment {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    
    .nav-cart-items .cart-inc-dec .prdqty {
        font-size: 12px;
        height: 24px;
        min-width: 35px;
    }
    
    .nav-cart-items .cart-item .ms-2 {
        font-size: 13px;
        min-width: 50px;
    }
    
    .nav-cart-items .cart-item .remove-cart-item[data-prdid] {
        width: 20px;
        height: 20px;
        font-size: 9px;
        top: 6px;
        right: 6px;
    }
}

@media (max-width: 576px) {
    .nav-cart-items {
        min-width: 280px;
        max-height: 300px;
    }
    
    .nav-cart-items .cart-item .row {
        padding: 8px 10px;
    }
    
    .nav-cart-items .cart-item .col-3 {
        padding: 0 6px 0 0;
    }
    
    .nav-cart-items .cart-item .col-9 {
        padding: 0 6px 0 0;
    }
    
    .nav-cart-items .cart-item .col-3 img {
        height: 45px;
    }
    
    .nav-cart-items .cart-item-name {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .nav-cart-items .cart-inc-dec {
        max-width: 90px;
    }
    
    .nav-cart-items .cart-inc-dec .navcart-product-cart-btn,
    .nav-cart-items .cart-inc-dec .increment {
        width: 22px;
        height: 22px;
        font-size: 9px;
    }
    
    .nav-cart-items .cart-inc-dec .prdqty {
        font-size: 11px;
        height: 22px;
        min-width: 30px;
    }
    
    .nav-cart-items .cart-item .ms-2 {
        font-size: 12px;
        min-width: 45px;
    }
}

.alert,
.brand,
.btn-simple,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
body,
button.close,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat, sans-serif;
}

.alert {
    border: 0;
    position: relative;
    padding: .95rem !important;
}

.alert.animated.fadeInDown[data-notify="container"] {
    max-width: 300px;
}

.alert-danger,
.alert-default,
.alert-info,
.alert-primary,
.alert-secondary,
.alert-success,
.alert-warning {
    color: #fff;
    width: 100%;
}

.alert-primary {
    background-color: #177dff;
}

.alert-warning {
    background-color: #ffc107;
}

.alert-danger {
    background-color: #dc3545;
}

.alert-success {
    background-color: #35cd3a;
}


/* Style for the form inputs */
.form-group {
    margin-bottom: 1.5rem;
}

.input-group-text {
    display: flex;
    /* background-color: #007bff; */
    background-color: #E6E6E6;
    color: #353535;
    /* color: #fff; */
    border: none;
    border-radius: 0.25rem 0 0 0.25rem;
    padding: 10px 15px;
    height: 100%;
}

form .form-control,
.custom-select {
    /* border: 2px solid #007bff; */
    border: 1px solid #E6E6E6;
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 10px 15px;
    font-size: 16px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    display: block;
    width: 100%;
    background-color: #E6E6E6;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group.input-group:focus-within {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}

.input-group-text i {
    font-size: 1.2rem;
    margin: auto;
}

.form-group.input-group {
    position: relative;
    display: flex;
    border-radius: 0.25rem;
}

form .error {
    display: block;
    position: absolute;
    right: 0px;
    bottom: -10px;
    background: #fff;
    font-size: 12px;
    color: #b30000;
    padding: 0px 10px;
}

.dropdown-item:hover {
    background-color: #177dff;
    color: #fff;
}



.container-custom {
    margin-top: 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ec-shop-leftside {
    background: #343a40;
    color: white;
    padding: 20px;
}

.ec-shop-leftside img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid white;
}

.ec-shop-leftside h5 {
    color: #fff;
}

.ec-shop-leftside ul {
    list-style: none;
    padding: 0;
}

.ec-shop-leftside ul li {
    margin-bottom: 10px;
}

.ec-shop-leftside ul li a {
    color: #ddd;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.ec-shop-leftside ul li a:hover,
.ec-shop-leftside ul li.active a {
    background: #495057;
    color: white;
}

.ec-register-container {
    padding: 20px;
}

.cart-mrp {
    font-size: 12px;
    text-decoration: line-through;
}
.dropdown-menu-right {
    padding: 0px;
}

.view-cart .item-price .item-mrp {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #a5a5a5;
}

.order-item-list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.above-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #2f2f2f63;
    display: flex;
}
.above-1 strong {
    margin: auto;
    color: #fff;
    font-size: 20px;
}

.input-group.cart-inc-dec {
    max-width: 160px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.cart-inc-dec .increment, .cart-inc-dec .decrement {
    cursor: pointer;
    border-radius: 0px;
}

/* --- Custom Product Card Styles --- */
.custom-product-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 18px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    min-height: 370px;
    overflow: hidden;
}

.custom-product-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    border-color: #0071B7;
}

.custom-product-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    min-height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f9fa;
}

.custom-product-img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.custom-product-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7f7f7;
    transition: transform 0.3s ease;
}

.custom-product-img-wrapper:hover .custom-product-img {
    transform: scale(1.05);
}

.custom-product-content {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
}

.custom-product-title {
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
    line-height: 1.3;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom-product-title span {
    font-size: 10px;
    font-weight: 400;
}
.custom-product-subtitle {
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-product-rating {
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.custom-product-rating .fa-star,
.custom-product-rating .fa-star-o {
    color: #F0BE5D;
    margin-right: 2px;
    font-size: 14px;
}

.custom-product-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.custom-product-price {
    font-family: Poppins, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0071B7;
    line-height: 1;
}

.custom-product-old-price {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    color: #a5a5a5;
    text-decoration: line-through;
    line-height: 1;
}

.custom-product-cart-btn-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
}

.custom-product-cart-btn {
    background: #0071B7;
    color: white;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

.custom-product-cart-btn:hover {
    background: #005a94;
    transform: scale(1.05);
}

.custom-product-cart-btn:active {
    transform: scale(0.95);
}

.custom-product-cart-btn-qty-input {
    flex: 1;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #fff;
    min-width: 60px;
}

.custom-product-cart-btn-qty-input:focus {
    outline: none;
    border-color: #0071B7;
    box-shadow: 0 0 0 2px rgba(0, 113, 183, 0.1);
}

/* Responsive adjustments for product cards */
@media (max-width: 768px) {
    .custom-product-card {
        min-height: 340px;
        padding: 15px 12px 12px 12px;
    }
    
    .custom-product-title {
        font-size: 16px;
    }
    
    .custom-product-subtitle {
        font-size: 12px;
    }
    
    .custom-product-price {
        font-size: 18px;
    }
    
    .custom-product-old-price {
        font-size: 13px;
    }
    
    .custom-product-cart-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .custom-product-cart-btn-qty-input {
        padding: 6px 8px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .custom-product-card {
        min-height: 320px;
        padding: 12px 10px 10px 10px;
    }
    
    .custom-product-img {
        height: 120px;
    }
    
    .custom-product-img-wrapper {
        min-height: 120px;
    }
}
.text-decoration-line-through {
    text-decoration: line-through;
}