/* 
 * Budget Radiators Style Implementation
 * This CSS file applies Budget Radiators styling
 */

/* Typography */
body {
    color: #707070;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.6rem;
    background-color: #f7f8f8;
}

/* Header Styles */
.header-container {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Top Contact Bar Styles */
.top-contact-bar-container {
    background-color: #2c3e50;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-contact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact-info {
    display: flex;
    flex-wrap: wrap;
}

.top-contact-item {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}

.top-contact-item i {
    margin-right: 5px;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    transition: all 0.3s ease;
    color: #fff;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
}

/* Responsive Top Contact Bar */
@media (max-width: 991px) {
    .top-contact-info {
        justify-content: center;
        width: 100%;
    }

    .top-contact-item {
        margin: 0 10px;
        font-size: 13px;
    }

    .social-links {
        display: none !important;
    }

    .top-contact-bar .col-md-2,
    .top-contact-bar-container .social-links,
    .social-links {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #logo img {
        max-height: 80px;
        margin: 10px auto;
    }

    .top-contact-bar-container {
        padding: 5px 0;
    }

    .top-contact-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 5px 0;
    }

    .top-contact-item {
        margin: 0 5px;
        font-size: 12px;
    }

    .top-contact-item i {
        margin-right: 4px;
    }

    .top-contact-item.phone {
        order: 1;
        margin-right: auto;
        text-align: left;
        flex-basis: 45%;
    }

    .top-contact-item.email {
        order: 2;
        margin-left: auto;
        text-align: right;
        flex-basis: 45%;
    }

    .top-contact-item.hours {
        order: 3;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        flex-basis: 100%;
    }

    .main-header .row {
        display: block !important;
        align-items: center;
    }

    .top-contact-item.phone {
        flex-basis: 100%;
        font-size: 16px;
    }

    #logo,
    .header-search,
    .header-tools {
        display: block !important;
        text-align: center;
    }

    .heating-calculator {
        padding: 0 !important;
        margin: 0 !important;
    }

}

@media (max-width: 480px) {
    .main-header .row {
        display: block !important;
        align-items: center;
    }


    #logo,
    .header-search,
    .header-tools {
        display: block !important;
        text-align: center;
    }

    .heating-calculator {
        padding: 0 !important;
        margin: 0 !important;
    }

    .top-contact-item {
        font-size: 16px;
    }

    .top-contact-item.phone {
        flex-basis: 100%;
        font-size: 16px;
    }

    .top-contact-item.email {
        flex-basis: 48%;
    }
}

.header-top {
    background-color: #2c3e50;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.header-top a {
    color: #fff;
}

.header-top .social-icons {
    display: flex;
    align-items: center;
}

.header-top .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    transition: all 0.3s ease;
}

.header-top .social-icons a:hover {
    background: rgba(255, 255, 255, 0.4);
}

.header-main {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-container img {
    max-width: 100%;
    height: auto;
}

.search-box-container {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.search-box-container input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
}

.header-action-item {
    margin-left: 20px;
    color: #333;
    font-size: 16px;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #333;
    font-size: 24px;
    cursor: pointer;
}

.usp-bar {
    background-color: #fff8f7;
    padding: 10px 0;
    border-top: 1px solid #f1e7e6;
    border-bottom: 1px solid #f1e7e6;
}

.usp-item {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}

.usp-item i {
    color: #e74c3c;
    margin-right: 8px;
}

.header-actions .cart-total {
    background-color: #D73F15;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.header-actions .cart-link {
    position: relative;
}

/* Mobile Header Styles */
@media (max-width: 991px) {
    .search-box-container {
        max-width: 200px;
    }

    .header-top {
        text-align: center;
    }

    .header-top .social-icons {
        justify-content: center;
        margin-top: 5px;
    }

    .usp-bar .container {
        flex-direction: column;
    }

    .usp-item {
        margin-bottom: 5px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .nav-toggle {
        display: block;
    }

    .header-main {
        padding: 10px 0;
    }

    .logo-container {
        max-width: 140px;
    }

    .search-box-container {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .header-action-item {
        margin-left: 15px;
    }

    .usp-bar {
        display: none;
    }

    .header-top {
        padding: 5px 0;
        font-size: 12px;
    }

    .header-top .social-icons a {
        width: 25px;
        height: 25px;
    }

    .mobile-usp-bar {
        display: block;
        background-color: #fff8f7;
        padding: 10px 0;
    }

    .mobile-usp-slider {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        white-space: nowrap;
        padding: 0 10px;
    }

    .mobile-usp-slider::-webkit-scrollbar {
        display: none;
    }

    .mobile-usp-item {
        display: inline-flex;
        align-items: center;
        padding: 0 15px;
        font-size: 12px;
        font-weight: 500;
    }

    .mobile-usp-item i {
        margin-right: 5px;
        color: #e74c3c;
    }

    .mobile-search {
        display: flex;
        padding: 10px 15px;
        background: #f5f5f5;
    }

    .mobile-search input {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 8px 15px;
        font-size: 14px;
    }

    /* Hide Trust Bar on mobile */
    .trust-bar {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .header-search {
        width: 80%;
        margin: 0 auto !important;
    }

    .header-top {
        display: none;
    }

    .logo-container {
        max-width: 120px;
    }

    .header-actions .header-action-item:not(.cart-link) {
        display: none;
    }

    .header-main {
        padding: 8px 0;
    }
}

/* Container Widths in 50px Increments (Small to Large) */
@media (min-width: 400px) {}

@media (min-width: 450px) {}

@media (min-width: 500px) {
    .container {
        width: 480px;
    }
}

@media (min-width: 550px) {
    .container {
        width: 530px;
    }
}

@media (min-width: 600px) {
    .container {
        width: 580px;
    }
}

@media (min-width: 650px) {
    .container {
        width: 630px;
    }
}

@media (min-width: 700px) {
    .container {
        width: 680px;
    }
}

@media (min-width: 750px) {
    .container {
        width: 730px;
    }
}

@media (min-width: 800px) {
    .container {
        width: 780px;
    }
}

@media (min-width: 850px) {
    .container {
        width: 830px;
    }
}

@media (min-width: 900px) {
    .container {
        width: 880px;
    }
}

@media (min-width: 950px) {
    .container {
        width: 930px;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1050px) {
    .container {
        width: 1030px;
    }
}

@media (min-width: 1100px) {
    .container {
        width: 1080px;
    }
}

@media (min-width: 1150px) {
    .container {
        width: 1130px;
    }
}

/* Container Widths in 50px Increments */
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1250px) {
    .container {
        width: 1220px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1420px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

@media (min-width: 1550px) {
    .container {
        width: 1520px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    color: #D73F15;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: #e74c3c;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Page Header & Breadcrumbs */
.breadcrumb {
    background: transparent;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: left;
}



.breadcrumb a {
    color: #666;
}

.page-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.page-header h1 {
    margin-bottom: 10px;
}

.category-description {
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Buttons */
.btn-primary {
    background-color: #D73F15;
    border-color: #D73F15;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    font-weight: 600;
}

/* Product List Container */
.product-listing-container {
    margin-top: 20px;
}

/* Product Grid */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-grid-item {
    padding: 0 10px;
    margin-bottom: 30px;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.product-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.03);
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.badgebadge-new {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #2ecc71;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.badgebadge-new:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.6;
    }
}

.product-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.product-name a {
    color: #333;
}

.product-name a:hover {
    color: #D73F15;
}

.rating {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.rating .fa-star {
    color: #ddd;
    margin-right: 2px;
    font-size: 14px;
}

.rating .fa-star.checked {
    color: #ffc107;
}

.price {
    margin-top: auto;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.price .current-price {
    color: #e74c3c;
}

.price .old-price {
    text-decoration: line-through;
    color: #787676;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.product-meta {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

.product-meta div {
    margin-bottom: 5px;
}

.product-meta i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #787676;
}

.product-footer {
    padding: 15px;
}

/* Featured Categories Module Styling */
.featured-categories {
    padding: 40px 0;
    background-color: #f9f9f9;
    /* Light background for the section */
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
}

.category-grid-item {
    margin-bottom: 30px;
    padding: 0 15px;
    /* Add spacing between items */
}

.category-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    /* Ensure cards fill the grid item height */
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.category-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.category-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.category-image-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* Create a 1:1 aspect ratio (square) */
    overflow: hidden;
    background-color: #eee;
    /* Placeholder background */
}

.category-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.category-card:hover .category-image {
    transform: scale(1.08);
    filter: brightness(0.8);
}

/* Dark overlay effect on hover */
.category-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* Style for the title overlay */
.category-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    z-index: 2;
    text-align: left;
}

.category-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.category-card:hover .category-name {
    transform: translateY(-5px);
}

/* Trust Bar Styles */
.trust-bar {
    background: #fef8f6;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.trust-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.trust-item:hover,
.trust-item:focus {
    color: #333;
    text-decoration: none;
    transform: translateY(-1px);
}

.trust-item:hover i {
    color: #b91c1c;
    transform: scale(1.1);
}

.trust-item i {
    color: #d73f15;
    margin-right: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0;
    transition: all 0.3s ease;
}

.trust-item strong {
    font-weight: 700;
    margin: 0 5px;
}

/* Feature Box Styles */
.feature-box {
    text-align: center;
    padding: 25px 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: rgba(215, 63, 21, 0.1);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: visible;
}

.feature-icon i {
    font-size: 36px;
    color: #d73f15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* Custom Icon Styling for circular backgrounds */
.circle-icon-container {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffd7d2;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.circle-icon-container .icon,
.circle-icon-container i,
.circle-icon-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    color: #d73f15;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
}

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

.feature-box:hover .feature-icon {
    background-color: rgba(215, 63, 21, 0.2);
    transform: none;
}

.feature-box:hover .feature-icon i {
    transform: translate(-50%, -50%) scale(1.1) !important;
    transition: transform 0.3s ease-out;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Why Choose Us Responsive Styling */
@media (max-width: 767px) {
    .trust-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 15px;
        text-decoration: none;
        color: #555;
    }

    .trust-item:hover,
    .trust-item:focus {
        color: #333;
        text-decoration: none;
    }

    .trust-item i {
        font-size: 24px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        transition: all 0.3s ease;
    }

    .feature-box {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .feature-icon i {
        font-size: 30px;
    }

    .circle-icon-container {
        width: 70px;
        height: 70px;
    }

    .circle-icon-container .icon,
    .circle-icon-container i,
    .circle-icon-container img {
        width: 35px;
        height: 35px;
    }

    .why-choose-us .col-md-3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .trust-item {
        font-size: 14px;
        padding: 5px;
    }

    .trust-item i {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 8px;
    }

    .trust-item span {
        font-size: 14px;
    }
}

.feature-icon {
    width: 60px;
    height: 60px;
}

.feature-icon i {
    font-size: 28px;
}

.feature-title {
    font-size: 16px;
}



.product-modern {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.product-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.product-card-link:hover .product-modern {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-image {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.5s ease;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.product-card-link:hover .product-image img {
    transform: scale(1.12);
}

.product-card-link:hover .product-image::before {
    opacity: 1;
}

.product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    z-index: 2;
}

.product-card-link:hover .product-image::after {
    left: 125%;
}

@media (max-width: 767px) {
    .product-image {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .product-image {
        height: 220px;
    }
}

/* Product Specifications Table Styles */
.product-specs-table {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.specs-table {
    width: 100%;
    font-size: 13px;
    color: #555;
    border-collapse: collapse;
}

.specs-table tr:not(:last-child) {
    border-bottom: 1px dotted #eee;
}

.specs-table td {
    padding: 5px 3px;
    line-height: 1.4;
}

.specs-table td:first-child {
    font-weight: 600;
    width: 45%;
    color: #444;
}

.specs-table td:last-child {
    text-align: right;
}

/* Enhanced radiator specifications table */
.radiator-specs {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 15px 0;
    font-size: 13px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}

.radiator-specs th {
    background: #f5f5f5;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 7px 4px;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.radiator-specs td {
    text-align: center;
    padding: 7px 4px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

.radiator-specs tr:last-child td {
    border-bottom: none;
}

.radiator-specs .spec-highlight {
    font-weight: 600;
    color: #c42032;
}

@media (max-width: 767px) {
    .mobile-filter-toggle {
        background-color: #e74c3c;
        color: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .specs-table,
    .radiator-specs {
        font-size: 12px;
    }

    .specs-table td,
    .radiator-specs td,
    .radiator-specs th {
        padding: 4px 2px;
    }

    .radiator-specs th {
        font-size: 11px;
    }
}

/* 
 * Subcategory Cards and Category Layout Styles
 * For Budget Radiators
 */

/* Main Category Layout */
#product-category {
    margin: 0 auto;
    padding: 0 15px;
}

/* Improved Category Header */
.category-header {
    margin: 10px 0 10px 0;
    position: relative;
    padding-bottom: 0px;
    text-align: center;
}

/* Breadcrumbs Enhancement */
.breadcrumb {
    background: transparent;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.breadcrumb a {
    color: #666;
    transition: color 0.2s;
    font-weight: bold;
    font-size: 16px;
}

.breadcrumb a:hover {
    color: #D73F15;
    text-decoration: none;
}

.breadcrumb>li+li:before {
    content: "";
}

/* Subcategory Slider */
.subcategories-slider-container {
    position: relative;
    margin: 30px 0;
    padding: 0 40px;
    overflow: hidden;
}

.subcategories-slider {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    padding: 10px 0;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
}

.subcategories-slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.subcategory-item {
    flex: 0 0 auto;
    width: 220px;
    transition: transform 0.3s ease;
}

.subcategory-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 180px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.subcategory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-color: rgba(15, 135, 226, 0.2);
}

.subcategory-image {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #f8f9fa;
    transition: background 0.3s ease;
}

.subcategory-card:hover .subcategory-image {
    background: #f0f7ff;
}

.subcategory-image img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.subcategory-card:hover .subcategory-image img {
    transform: scale(1);
}

.subcategory-title {
    padding: 12px 15px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    background-color: #fff;

    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.subcategory-card:hover .subcategory-title {
    color: #fff2ee;
}

.subcategories-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subcategories-prev,
.subcategories-next {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.subcategories-prev:hover,
.subcategories-next:hover {
    background: #D73F15;
    color: #fff;
    opacity: 1;
    border-color: #D73F15;
}

.subcategories-prev.disabled,
.subcategories-next.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f5f5f5;
    color: #787676;
    border-color: #ddd;
}

/* Enhanced Category Description in Sidebar */
.sidebar-category-info {
    margin-bottom: 25px;
    padding: 20px;
    color: #fff;
    background: #435471;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.category-thumb {
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.category-thumb img {
    transition: transform 0.5s ease;
}

.sidebar-category-info:hover .category-thumb img {
    transform: scale(1.03);
}

.category-description {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.description-content {
    color: #fff;
    max-height: 162px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.description-content.expanded {
    max-height: 1000px;
}

.read-more-toggle {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.read-more-toggle:hover {
    color: #D73F15;
    text-decoration: underline;
}

/* Filter Section Improvements */
.filter-sidebar {
    margin-bottom: 30px;
}

.filter-section {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
}

.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f5f5f5;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    transition: background 0.2s ease;
}

.filter-toggle {
    transition: transform 0.3s;
}

.filter-title:hover {
    background: #e9e9e9;
}

.filter-options {
    padding: 12px 15px;
    background: #fff;
    border-top: 0;
    margin-bottom: 0;
}

.option {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.option:last-child {
    margin-bottom: 5px;
}

.option input[type="checkbox"] {
    margin-right: 8px;
}

.option label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    color: #555;
    transition: color 0.2s ease;
}

.option:hover label {
    color: #D73F15;
}

.show-more-options {
    display: inline-block;
    margin-top: 5px;
    color: #D73F15;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.2s ease;
    font-weight: 500;
}

.show-more-options:hover {
    color: #D73F15;
    text-decoration: underline;
}

/* Color and Style Filter Styles */
.color-options,
#dynamic-style-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
}

.color-option,
.style-option {
    position: relative;
    margin-bottom: 8px;
}

.color-option input[type="checkbox"],
.style-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.color-option label,
.style-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #f5f5f5;
    transition: all 0.2s ease;
    margin: 0;
    font-weight: normal;
}

.color-option input[type="checkbox"]:checked+label,
.style-option input[type="checkbox"]:checked+label {
    background-color: #435471;
    color: white;
}

.color-swatch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.color-name,
.style-name {
    margin-right: 5px;
    font-size: 12px;
}

.color-count,
.style-count {
    font-size: 11px;
    color: #777;
}

.color-option input[type="checkbox"]:checked+label .color-count,
.style-option input[type="checkbox"]:checked+label .style-count {
    color: rgba(255, 255, 255, 0.8);
}

.loading-colors,
.loading-styles,
.no-options,
.error-message {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.no-options {
    background-color: #f9f9f9;
    border-radius: 4px;
}

.error-message {
    color: #d73f15;
    background-color: rgba(215, 63, 21, 0.1);
    border-radius: 4px;
}

/* Product Content Area */
.product-content {
    padding: 0 0 20px;
}

/* Product List Header with Search Bar */
.product-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.product-count {
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.header-right-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-search {
    width: 450px;
}

.category-search .input-group {
    width: 100%;
}

.category-search input {
    height: 36px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.category-search .btn {
    height: 36px;
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    border-radius: 0 4px 4px 0;
}

.category-search .btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.sort-options {
    display: flex;
    align-items: center;
}

.sort-options label {
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
}

.sort-options select {
    max-width: 180px;
    width: auto;
    height: 36px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .product-list-header {
        flex-direction: column;
        gap: 15px;
        padding: 12px;
    }

    .header-right-controls {
        flex-direction: column;
        width: 100%;
    }

    .category-search {
        width: 100%;
    }

    .sort-options {
        width: 100%;
    }

    .sort-options select {
        width: 100%;
    }
}

/* Product Grid Enhancements */
.products-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-grid-item {
    padding: 0 8px;
    margin-bottom: 16px;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 5px;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(15, 135, 226, 0.2);
}

.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.product-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.product-details {
    padding: 10px 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: #333;

}

.product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-title a:hover {
    color: #D73F15;
}

.product-image {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.product-image .main-image {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

.product-image .hover-image {
    opacity: 0;
    z-index: 2;
    transform: scale(1);
}

.product-card-link:hover .product-image .main-image {
    opacity: 0;
}

.product-card-link:hover .product-image .hover-image {
    opacity: 1;
}

/* Fallback for when second image is not available */
.product-card-link:hover .product-image:not(:has(.hover-image)) .main-image {
    opacity: 1;
    transform: scale(1.15);
}

/* Add pulse highlight effect when hovering */
.product-card-link:hover .product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    z-index: 3;
    animation: pulse-highlight 1.5s ease-in-out infinite;
}

@keyframes pulse-highlight {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Product image overlay effect */
.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.product-card-link:hover .product-image::before {
    opacity: 1;
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-info {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.product-name a {
    color: #333;
    transition: all 0.2s ease;
}

.product-name a:hover {
    color: #D73F15;
    text-decoration: none;
}

.rating {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.rating .fa-star {
    color: #ffc107;
    margin-right: 2px;
    font-size: 20px;
}

.rating .fa-star.checked {
    color: #ffc107;
}

.review-count {
    margin-left: 5px;
    color: #777;
    font-size: 13px;
}

.price {
    margin: 8px 0;
    line-height: 1.2;
}

.price-regular {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 1.1;
}

.price-old {
    text-decoration: line-through;
    color: #787676;
    margin-right: 8px;
    font-size: 16px;
    display: inline-block;
}

.price-special {
    font-weight: bold;
    color: #d9302f;
    font-size: 20px;
    line-height: 1.1;
}

.price-tax {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    font-weight: normal;
    display: block;
}

.product-meta {
    margin: 5px 0;
    font-size: 12px;
}

.product-meta .stock-status,
.product-meta .guarantee-badge {
    margin: 3px 0;
}

.product-meta .stock-status.in-stock {
    color: #28a745;
}

.product-meta .stock-status.out-of-stock {
    color: #dc3545;
}

.product-meta .stock-status.limited-stock {
    color: #ffc107;
}

.product-meta .stock-status.pre-order {
    color: #17a2b8;
}

.product-meta i {
    font-size: 14px;
}

.guarantee-badge {
    color: #6c757d;
}

.guarantee-badge i {
    color: #D73F15;
}

.product-footer {
    padding: 15px 18px;
    border-top: 1px solid #f5f5f5;
    background: #f9f9f9;
}

.product-footer .btn {
    width: 100%;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Pagination Container */
.pagination-container {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.showing-results {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.pagination {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #ddd;
    color: #555;
    margin: 0 3px;
    padding: 8px 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.pagination>li.active>a,
.pagination>li.active>span,
.pagination>li>a:hover {
    background-color: #D73F15;
    border-color: #D73F15;
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .subcategory-item {
        width: 180px;
    }

    .subcategory-card {
        height: 160px;
    }

    .subcategory-image {
        height: 110px;
    }

    .product-meta {
        font-size: 12px;
    }

    .product-meta i {
        width: 16px;
    }

    .product-image {
        height: 280px;
    }

    .price-regular,
    .price-special {
        font-size: 22px;
    }

    .product-title {
        font-size: 15px;
    }

    .btn-wishlist {
        width: 36px;
        height: 36px;
    }

    .btn-wishlist i {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .sidebar-category-info {
        margin-top: 20px;
    }

    .subcategories-slider-container {
        padding: 0 30px;
        margin: 20px 0;
    }

    .subcategory-item {
        width: 140px;
    }

    .subcategory-card {
        width: 140px;
        height: 120px;
    }

    .subcategory-image {
        height: 90px;
    }

    .subcategory-title {
        font-size: 12px;
        font-weight: 600;
        color: white;
        text-align: center;
        margin: 0;
        padding: 8px 6px;
    }

    .subcategory-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
        padding: 6px;
    }

    .heading-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #333;
        text-align: center;
        letter-spacing: -0.5px;
    }

    .breadcrumb {
        padding: 10px 0;
    }

    .product-list-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-count {
        margin-bottom: 10px;
    }

    .sort-options,
    .per-page-options {
        margin-top: 10px;
        margin-left: 0;
    }

    .view-options {
        margin-right: 0;
    }

    .product-grid-item {
        padding: 0 5px;
    }

    .products-grid {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-info {
        padding: 15px;
    }

    .product-footer {
        padding: 12px 15px;
    }

    .product-image {
        height: 260px;
    }

    .price-regular,
    .price-special {
        font-size: 20px;
    }

    .product-details {
        padding: 12px;
    }

    .radiator-specs {
        padding: 8px 10px;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .subcategories-slider-container {
        padding: 0 25px;
    }

    .subcategory-item {
        width: 120px;
    }

    .subcategory-card {
        width: 120px;
        height: 100px;
    }

    .subcategory-image {
        height: 70px;
    }

    .subcategory-title {
        font-size: 11px;
        padding: 6px 4px;
    }

    .product-grid-item {
        width: 100%;
    }

    .product-name {
        font-size: 15px;
    }

    .product-image {
        height: 240px;
    }

    .btn-wishlist {
        width: 32px;
        height: 32px;
    }

    .btn-wishlist i {
        font-size: 14px;
    }
}

/* Enhanced Product Grid Styling */
.product-modern {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-link:hover .product-modern {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-image {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.8s ease, filter 0.5s ease;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.product-card-link:hover .product-image img {
    transform: scale(1.12);
}

.product-card-link:hover .product-image::before {
    opacity: 1;
}

.product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    z-index: 2;
}

.product-card-link:hover .product-image::after {
    left: 125%;
}

@media (max-width: 767px) {
    .product-image {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .product-image {
        height: 220px;
    }
}

/* Enhanced Product Card Styling */
.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .16);
    border: 1px solid #d1d1d1;
}

.product-card:hover .radiator-specs {
    background: #fff2ee;
    border-color: #fccdbf;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.product-card:hover .product-image img {
    transform: scale(1);
}

.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.product-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.product-details {
    padding: 10px 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: #333;

}

.product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-title a:hover {
    color: #D73F15;
}

/* Improved Wishlist Button Styling */
.wishlist-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.btn-wishlist {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.btn-wishlist:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.btn-wishlist i {
    color: #e74c3c;
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn-wishlist:hover i {
    transform: scale(1.2);
}

/* Wishlist active state */
.btn-wishlist.in-wishlist i.fa-heart-o {
    display: none;
}

.btn-wishlist:not(.in-wishlist) i.fa-heart {
    display: none;
}

/* Enhanced Radiator Specs Styling */
.radiator-specs {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 10px 12px;
    margin: 12px 0;
    background: #f9f9f9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.product-card:hover .radiator-specs {
    background: #fff2ee;
    border-color: #fccdbf;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.radiator-specs p {
    margin: 6px 0;
    line-height: 1.5;
    font-size: 14px;
}

.radiator-specs p:last-child {
    margin-bottom: 0;
}

.radiator-specs i {
    margin-right: 8px;
    min-width: 16px;
    color: #435471;
    font-size: 14px;
}

.radiator-specs .spec-label {
    color: #777;
    margin-right: 5px;
    font-weight: 400;
}

.radiator-specs strong {
    color: #333;
    font-weight: 600;
}

/* Animation for specs on hover */
.product-card:hover .radiator-specs p {
    transform: translateX(2px);
    transition: transform 0.3s ease;
}

.product-card .radiator-specs p {
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .radiator-specs {
        padding: 8px 10px;
        margin: 10px 0;
    }

    .radiator-specs p {
        margin: 5px 0;
        font-size: 12px;
    }

    .radiator-specs i {
        margin-right: 6px;
        font-size: 13px;
    }
}

/* Product Meta Styling */
.product-meta {
    margin: 5px 0;
    font-size: 12px;
}

.product-meta .stock-status,
.product-meta .guarantee-badge {
    margin: 3px 0;
}

.product-meta .stock-status.in-stock {
    color: #28a745;
}

.product-meta .stock-status.out-of-stock {
    color: #dc3545;
}

.product-meta .stock-status.limited-stock {
    color: #ffc107;
}

.product-meta .stock-status.pre-order {
    color: #17a2b8;
}

.product-meta i {
    font-size: 14px;
}

.guarantee-badge {
    color: #6c757d;
}

.guarantee-badge i {
    color: #D73F15;
}

/* Discount Badge Enhancement */
.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* List Layout Styling */
.products-grid.list-layout .product-grid-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.products-grid.list-layout .product-modern {
    flex-direction: row;
    padding: 0;
}

.products-grid.list-layout .product-image {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    margin-bottom: 0;
}

.products-grid.list-layout .product-details {
    padding: 15px;
    flex-grow: 1;
}

.products-grid.list-layout .product-title {
    margin-top: 0;
}

.products-grid.list-layout .product-attributes {
    columns: 2;
}

.products-grid.list-layout .product-footer {
    justify-content: flex-start;
}

.products-grid.list-layout .product-footer>div {
    margin-right: 15px;
}

/* Loading Spinner for Infinite Scroll */
.loading-spinner {
    display: none;
    margin: 20px auto;
    text-align: center;
}

.loading-spinner .fa-spin {
    font-size: 24px;
    color: #666;
}

/* Compare Button Styling */
.btn-compare {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-compare:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.btn-compare i {
    color: #3498db;
    font-size: 16px;
}

/* Wishlist Button Animation Effects */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    50% {
        transform: scale(1.2);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

.btn-wishlist.pulse {
    animation: pulse 0.7s ease;
}

.btn-wishlist.in-wishlist {
    background-color: rgba(255, 240, 240, 0.9);
}

.btn-wishlist.in-wishlist:hover {
    background-color: #fff;
}

.btn-wishlist i.fa-heart {
    color: #e74c3c;
}

.btn-wishlist i.fa-heart-o {
    color: #e74c3c;
}

.btn-wishlist:hover i.fa-heart-o {
    color: #d9302f;
}

/* New structured product info layout */
.product-info-top,
.product-info-middle,
.product-info-bottom {
    width: 100%;
}

.product-info-top {
    margin-bottom: 5px;
}

.product-info-middle {
    margin: 5px 0;
}

.product-info-bottom {
    margin-top: auto;
}

/* Model ID Styling */
.model-id {
    font-size: 11px;
    color: #777;
    margin-top: -5px;
    margin-bottom: 5px;
}

/* Combined BTU/Watts display to save space */
.radiator-specs p:last-child {
    margin-bottom: 0;
}

/* More efficient use of space */
.product-image {
    margin-bottom: 8px;
}

/* Stock status more compact */
.stock-status {
    font-size: 12px;
    padding: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.stock-status i {
    margin-right: 4px;
}

/* Ensure no text wrapping in product titles */
.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Mobile optimizations */
@media (max-width: 767px) {
    .product-image {
        height: 220px;
    }

    .product-details {
        padding: 8px 10px;
    }

    .product-title {
        font-size: 14px;

    }
}

@media (max-width: 480px) {
    .product-image {
        height: 200px;
    }
}

/* AJAX Loading State */
#ajax-product-list.loading {
    position: relative;
    min-height: 200px;
}

#ajax-product-list.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 3;
}

#ajax-product-list.loading::after {
    content: '\f110';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--primary-color);
    animation: fa-spin 1s infinite linear;
    z-index: 4;
}

.no-results,
.search-error {
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}

.no-results p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.search-error p {
    font-size: 16px;
    color: #e74c3c;
    margin-bottom: 15px;
}

/* Search result highlight */
.highlight-search-term {
    background-color: #fffde7;
    padding: 2px;
    border-radius: 2px;
    font-weight: bold;
}

/* Applied Filters Styling */
.applied-filters-container {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.applied-filter-tag {
    background-color: #e9ecef;
    color: #495057;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.applied-filter-tag:hover {
    background-color: #ced4da;
}

.applied-filter-tag i {
    margin-left: 6px;
    font-size: 10px;
    color: #6c757d;
}

.applied-filter-tag:hover i {
    color: #343a40;
}

.clear-all-filters-btn {
    background: none;
    border: none;
    color: #D73F15;
    font-size: 13px;
    margin-left: auto;
    cursor: pointer;
    text-decoration: underline;
}

.clear-all-filters-btn:hover {
    color: #0b5ed7;
}

/* Hide original pagination when using AJAX */
#ajax-pagination .pagination-container {
    /* Styles already defined, just ensure it's visible */
}

#ajax-pagination.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Infinite Scroll Styles */
.pagination-wrapper {
    margin: 30px 0;
    text-align: center;
}

.showing-results {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: inline-block;
}

.showing-results .results-count {
    font-weight: 500;
}

.showing-results .pages-info {
    color: #3d3d3d;
    font-size: 13px;
    margin-left: 8px;
}

.loading-spinner {
    display: none;
    padding: 15px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    background-color: #f8f8f8;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    width: fit-content;
    animation: pulse 1.5s infinite ease-in-out;
}

.loading-spinner i {
    margin-right: 5px;
    color: #c42032;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

#infinite-scroll-trigger {
    height: 20px;
    width: 100%;
    margin-top: 20px;
}

.end-of-results {
    text-align: center;
    color: #777;
    margin: 20px 0;
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #eee;
}

.load-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    animation: pulse-error 2s infinite;
}

@keyframes pulse-error {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* Adjust loading spinner for better visibility */
.loading-spinner {
    padding: 12px 20px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 20px auto;
    max-width: 200px;
}

.loading-spinner i {
    color: #c42032;
    margin-right: 8px;
}

/* Enhanced Loading Spinner for Infinite Scroll */
.loading-spinner {
    display: none;
    text-align: center;
    padding: 15px;
    margin: 15px auto;
    border-radius: 8px;
    max-width: 320px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    animation: pulse 1.5s infinite alternate;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.loading-spinner i {
    margin-right: 10px;
    color: #e65e39;
    font-size: 18px;
}

/* Make the loading message stand out for users */
.end-of-results,
.load-error {
    text-align: center;
    padding: 12px;
    margin: 15px auto;
    border-radius: 8px;
    max-width: 300px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

.load-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

/* Pulsing animation for loading spinner */
@keyframes pulse {
    0% {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
        transform: scale(1.03);
    }
}

/* Infinite scroll trigger styling */
#infinite-scroll-trigger {
    height: 100px;
    width: 100%;
}

/* Enhanced Stock Status Styling */
.stock-status {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
    margin-bottom: 8px;
    border-radius: 4px;
    color: #333;
}

.stock-status i {
    margin-right: 6px;
    font-size: 14px;
}

/* Different status types styling */
.stock-status.in-stock {
    color: #2e7d32;
}

.stock-status.in-stock i {
    color: #2e7d32;
}

.stock-status.limited-stock {
    color: #e65100;
}

.stock-status.limited-stock i {
    color: #e65100;
}

.stock-status.pre-order {
    color: #0277bd;
}

.stock-status.pre-order i {
    color: #0277bd;
}

.stock-status.out-of-stock {
    color: #c62828;
}

.stock-status.out-of-stock i {
    color: #c62828;
}

/* Product Fade-in Animation for AJAX Loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-grid-item {
    animation: fadeInUp 0.4s ease-out;
}

/* Prevent animation on page load, only animate new items */
.products-grid.initial-load .product-grid-item {
    animation: none;
}

/* Loading spinner refinements */
.loading-spinner {
    margin: 25px auto;
    padding: 15px 25px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.loading-spinner i {
    font-size: 20px;
    margin-right: 8px;
    color: #e65e39;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Category Description Toggle Styles */
.category-description {
    position: relative !important;
    margin-bottom: 25px !important;
    display: block !important;
}

.description-content {
    max-height: 150px !important;
    overflow: hidden !important;
    transition: max-height 0.5s ease !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.description-content.expanded {
    max-height: 5000px !important;
    /* Much larger to handle any length */
}

.read-more-toggle {
    display: inline-block !important;
    color: #d73f15 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin-top: 5px !important;
    padding: 3px 10px !important;
    background-color: rgba(255, 255, 255, 0.84) !important;
    border-radius: 3px !important;
    transition: all 0.3s ease !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    clear: both !important;
}

.read-more-toggle:hover {
    background-color: rgb(255, 255, 255) !important;
    color: #c63512 !important;
}

.subcategories-container {
    margin: 30px 0;
    width: 100%;
    position: relative;
    padding: 0px;
}

.subcategories-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    padding: 15px 5px;
    overflow-x: auto;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* Hide scrollbar for IE/Edge */
}

.subcategories-wrapper::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

.subcategory-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 240px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.subcategory-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.subcategory-image-container {
    background: #f8f8f8;

    width: 240px;
    height: 240px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);

    transition: all 0.3s ease;
}

.subcategory-card:hover .subcategory-image-container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.subcategory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.subcategory-card:hover img {
    transform: scale(1.05);
}

.subcategory-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0 5px;
    border: none;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    color: #fff;
    background-color: #435471;
}

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

.subcategory-scroll-btn:hover {
    background: rgb(62, 77, 104);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.subcategory-scroll-btn:focus {
    outline: none;
}

.subcategory-scroll-btn.left {
    left: 0;
}

.subcategory-scroll-btn.right {
    right: 0;
}

.subcategory-scroll-btn i {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 767px) {
    .subcategories-container {
        padding: 0px;
    }

    .subcategory-image-container {
        width: 140px;
        height: 140px;

    }

    .subcategory-card {
        min-width: 140px;
    }

    .subcategory-title {
        font-size: 14px;
        max-width: 140px;
    }

    .subcategory-scroll-btn {
        width: 30px;
        height: 30px;
    }

    .subcategory-scroll-btn i {
        font-size: 14px;
    }
}

/* Top Contact Bar */
.top-contact-bar-container {
    background: #f8f9fa;
    color: #333;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
    font-size: 13px;
}

.top-contact-info {
    display: flex;
    flex-wrap: wrap;
}

.top-contact-item {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    font-size: 16px;
}

.top-contact-item a {
    margin: 0 4px;
}

.top-contact-item i {
    margin-right: 6px;
    color: #d73f15;
}


.social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social-link {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #36445a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #d73f15;
    color: #fff;
    transform: translateY(-2px);
}

/* Main Header */
.main-header {
    padding: 15px 0;
    background: #fff;
}

.main-header .row {
    display: flex;
    align-items: center;
}

#logo,
.header-search,
.header-tools {
    display: flex;
    align-items: center;
}

/* Search Box */
.header-search {
    position: relative;
    margin: 8px 0;
}

#search {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #bdbdbe;
    transition: all 0.3s ease;
    margin: 0;
}

#search:focus-within {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-color: #d73f15;
}

#search input {
    height: 45px;
    border: none;
    padding-left: 15px;
    background: #fff;
    font-size: 14px;
}

#search .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    background: #d73f15;
    color: #fff;
    width: 45px;
    height: 100%;
    border: none;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#search .input-group-addon:hover {
    background: #c63512;
}

/* Header Tools */
.header-tools {
    margin: 8px 0;
}

.tools-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tool-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-left: 15px;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px;
}

.tool-link:hover {
    color: #d73f15;
    text-decoration: none;
}

.tool-link i {
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 0;
}

.tool-link span {
    font-size: 14px;
    font-weight: 600;
}

/* I want add text wave animation to the calculator link */
.tools-links .calculator-link {
    animation: wave 2s infinite;
}

/* define wave animation multi color wave */
@keyframes wave {
    0% {
        color: #d73f15;
    }

    25% {
        color: #c33b15;
    }

    50% {
        color: #a22d0d;
    }

    75% {
        color: #651e0a;
    }

    100% {
        color: #2a3546;
    }
}


.calculator-link i,
.blog-link i,
.account-link i {
    color: #d73f15;
}

/* Cart Specific Styling */
.cart-wrapper {
    position: relative;
}

.cart i {
    font-size: 22px;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #d73f15;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Cart Specific Styling */
.cart-wrapper {
    position: relative;
}

.tool-link.cart {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #36445a;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
}

.tool-link.cart:hover {
    background: #2a3546;
    color: #fff;
}

.cart i {
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 0;
    color: #fff;
}

.tool-link.cart span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.cart-count {
    background: #d73f15;
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    position: static;
}

/* Cart Preview */
.cart-preview {
    position: absolute;
    top: 100%;
    right: -15px;
    width: 520px;
    z-index: 1000;
    margin-top: 10px;
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
}

.cart-preview #cart {
    width: 100%;
}

#cart .img-thumbnail {
    height: 50px;
    width: 50px;
}

.cart-preview #cart-total,
.cart-preview button[data-toggle="dropdown"] {
    display: none;
}

.cart-preview .dropdown-menu {
    display: block !important;
    position: static;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #eee;
    max-height: none;
    margin: 0;
    box-shadow: none;
}

.cart-preview .table {
    margin-bottom: 15px;
}

.cart-preview .table>tbody>tr>td {
    padding: 8px 5px;
    vertical-align: top;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.cart-preview .text-left {
    text-align: left;
}

.cart-preview .text-left a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.cart-preview .text-left a:hover {
    color: #d73f15;
}

.cart-preview .text-right {
    text-align: right;
    font-weight: 600;
}

.cart-preview .btn-danger {
    background: #d73f15;
    border: none;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 10px;
}

.cart-preview .btn-danger:hover {
    background: #c63512;
}

.cart-preview .table-bordered {
    border: none;
}

.cart-preview .table-bordered td {
    border: none;
    padding: 5px;
}

.cart-preview .table-bordered td:first-child {
    text-align: left;
    color: #666;
}

.cart-preview .table-bordered td:last-child {
    text-align: right;
    font-weight: 700;
}

.cart-preview .list-inline {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-preview .list-inline>li {
    padding: 0;
    margin: 0;
    width: 100%;
}

.cart-preview .list-inline>li>a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
}

.cart-preview .btn-default {
    background: #f8f9fa;
    color: #333 !important;
    border: 1px solid #ddd;
}

.cart-preview .btn-default:hover {
    background: #e9ecef;
}

.cart-preview .btn-primary {
    background: #d73f15;
    color: #fff !important;
    border: none;
}

.cart-preview .btn-primary:hover {
    background: #c63512;
}

/* Navigation Container */


.main-nav>ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
}

.main-nav>ul>li>a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.main-nav>ul>li:hover>a {
    color: #d73f15;
    background: #f1f1f1;
}

/* Trust Bar */
.trust-bar {
    background: #fef8f6;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.trust-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.trust-item:hover,
.trust-item:focus {
    color: #333;
    text-decoration: none;
    transform: translateY(-1px);
}

.trust-item:hover i {
    color: #b91c1c;
    transform: scale(1.1);
}

.trust-item i {
    color: #d73f15;
    margin-right: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0;
    transition: all 0.3s ease;
}

.trust-item strong {
    font-weight: 700;
    margin: 0 5px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .top-contact-item {
        margin-right: 15px;
        font-size: 12px;
    }

    .tool-link {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .tool-link span {
        font-size: 14px;
    }

    .main-nav>ul>li>a {
        padding: 15px 15px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .top-contact-info {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
        margin-top: 5px;
    }

    .tools-links {
        justify-content: center;
    }

    #logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .trust-item {
        margin-bottom: 10px;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .top-contact-item.email,
    .top-contact-item.hours {
        display: none;
    }

    .top-contact-info {
        justify-content: center;
    }

    .cart-preview {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 60vh;
        overflow-y: auto;
        margin-top: 0;
        border-radius: 0;
    }
}