/* Global Styles */
:root {
    --primary-color: #EE2628;
    --dark-bg: #171717;
    --text-color: #FFFFFF;
    --text-muted: #5A5A5A;
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

/* Navigation */
.custom-navbar {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(40px);
    padding: 17px 0;
    border: none;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.navbar-brand img {
    object-fit: contain;
}

.navbar-nav {
    gap: 40px;
}

.navbar-nav .nav-link {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: var(--text-color);
    padding: 0;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link svg {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover svg {
    transform: rotate(180deg);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    background-color: var(--dark-bg);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: 
    linear-gradient(to right, rgba(30, 30, 30, 0.95) 0%, rgba(30, 30, 30, 0.75) 25%, rgba(30, 30, 30, 0.3) 50%, rgba(30, 30, 30, 0.1) 75%, rgba(30, 30, 30, 0) 100%),
    url("../images/Hero-Section bg.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 120px;
}

.hero-content .subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.hero-content h1 {
    font-size: 88px;
    line-height: 1.17;
    text-transform: uppercase;
    background: linear-gradient(135deg, #FFFFFF 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}

/* Search Overlay */
.search-overlay {
    position: relative;
    width: 100%;
    padding: 20px;
    z-index: 3;
}

.search-box {
    border-radius: 16px;
    padding: 24px;
    background: linear-gradient(to right, #2E2E2E, #1E1E1E); /* dark gradient match */

}
.search-box .row{
    justify-content: space-around;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-select {
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: var(--text-color);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 32px 8px 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    background-color: transparent;
    color: var(--text-color);
    outline: none;
}

.form-select option {
    background-color: #222222;
    color: var(--text-color);
    padding: 12px;
}

.btn-search {
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    color: var(--text-color);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 16px 32px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-search:hover {
    background-color: #ff2c2e;
    color: var(--text-color);
}

.btn-search svg {
    transition: transform 0.3s ease;
}

.btn-search:hover svg {
    transform: scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 48px;
    }
    
    .search-box {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 36px;
    }
    
    .search-overlay {
        position: relative;
        bottom: auto;
        padding: 20px 0;
    }
}

/* What We Offer Section */
.what-we-offer {
    padding: 84px 128px 32px;
    background-color: var(--dark-bg);
}

.section-header {
    margin: 0 auto;
    padding: 56px 0 28px;
}

.section-header .subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    text-align: center;
}

.section-header .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 12px;
    text-align: center;
}

.section-header .section-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1.778;
    color: var(--text-muted);
    margin: 0 auto;
    text-align: center;
}

.offer-cards {
    padding-top: 35px;
}

.offer-cards .row {
    margin: 0 -15px;
}

.offer-cards .col-lg-3 {
    padding: 0 15px;
}

.offer-card {
    position: relative;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-color: #2A2A2A;
    padding: 38px 0;
    margin: 15px;
    overflow: hidden;
}

/* Set background images for each card */
.col-lg-3:nth-child(1) .offer-card {
    background-image: url('../images/what-we-offer-quality.webp');
}

.col-lg-3:nth-child(2) .offer-card {
    background-image: url('../images/what-we-offer-support.webp');
}

.col-lg-3:nth-child(3) .offer-card {
    background-image: url('../images/what-we-offer-delivery.webp');
}

.col-lg-3:nth-child(4) .offer-card {
    background-image: url('../images/what-we-offer-mechanics.webp');
}

.offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
    height: 100%;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.43;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    margin-top: 60px;
}

.card-link {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.17;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-link:hover {
    color: #EE2628;
}

@media (max-width: 1399.98px) {
    .what-we-offer {
        padding: 84px 64px 32px;
    }
}

@media (max-width: 991.98px) {
    .what-we-offer {
        padding: 60px 32px;
    }

    .section-header {
        padding: 40px 0 20px;
    }

    .section-header .section-title {
        font-size: 32px;
    }

    .offer-cards .col-lg-3 {
        width: 50%;
        margin-bottom: 30px;
    }

    .mt-lg-5 {
        margin-top: 0 !important;
    }
    
    .offer-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .what-we-offer {
        padding: 40px 20px;
    }

    .section-header .section-title {
        font-size: 28px;
    }

    .offer-cards .col-lg-3 {
        width: 100%;
    }

    .card-content {
        padding: 30px 0;
        gap: 60px;
    }

    .card-title {
        font-size: 24px;
    }
}

/* Top Auto Parts Section */
.top-auto-parts {
    padding: 64px 128px;
    background-color: var(--dark-bg);
}

.top-auto-parts .section-header {
    margin-bottom: 35px;
}

.top-auto-parts .section-title-wrapper {
    max-width: 510px;
}

.top-auto-parts .subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10.5px;
    text-align: left;
}

.top-auto-parts .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0;
    text-align: left;
}

.product-card {
    background-color: #1A1A1A;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.product-image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-image .hover-image {
    opacity: 1;
}

.product-card:hover .product-image img:not(.hover-image) {
    opacity: 0.5;
}

.product-info {
    padding: 22px;
}

.product-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product-price {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18.3px;
    line-height: 1.639;
    color: var(--primary-color);
}

@media (max-width: 1399.98px) {
    .top-auto-parts {
        padding: 64px 64px;
    }
}

@media (max-width: 991.98px) {
    .top-auto-parts {
        padding: 48px 32px;
    }

    .top-auto-parts .section-title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .top-auto-parts {
        padding: 40px 20px;
    }

    .top-auto-parts .section-title {
        font-size: 28px;
    }

    .product-info {
        padding: 16px;
    }

    .product-title {
        font-size: 18px;
    }
}

/* Container Section */
.container-section {
    padding: 120px 0;
    background-color: var(--dark-bg);
    position: relative;
    overflow: hidden;
}

.container-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #171717 50%, rgba(23, 23, 23, 0.8) 100%);
    z-index: 1;
}

.container-section .container {
    position: relative;
    z-index: 2;
}

.container-content {
    padding-right: 60px;
}

.container-section .subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.container-section .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.25;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.container-section .description {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1.778;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 500px;
}

.features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
}

.feature-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
}

.container-section .btn-primary {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: var(--text-color);
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.container-section .btn-primary:hover {
    background-color: #ff2c2e;
}

.container-image {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 1199.98px) {
    .container-content {
        padding-right: 30px;
    }

    .container-section .section-title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .container-section {
        padding: 80px 0;
    }

    .container-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .container-section .section-title {
        font-size: 32px;
    }

    .container-image {
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .container-section {
        padding: 60px 0;
    }

    .container-section .section-title {
        font-size: 28px;
    }

    .container-section .description {
        font-size: 16px;
    }

    .container-image {
        min-height: 300px;
    }
}

/* Choose Your Automobile Make Section */
.automobile-makes {
    padding: 120px 0;
    background-color: var(--dark-bg);
}

.automobile-makes .section-header {
    margin-bottom: 48px;
}

.automobile-makes .subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
    text-align: left;
}

.automobile-makes .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.25;
    color: var(--text-color);
    text-transform: uppercase;
    margin: 0;
}

.btn-view-all {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: var(--text-color);
    background-color: var(--primary-color);
    border: none;
    border-radius: 100px;
    padding: 20px 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-view-all:hover {
    background-color: #ff2c2e;
    color: var(--text-color);
}

.brand-card {
    display: block;
    text-decoration: none;
    background-color: #323232;
    padding: 32px;
    text-align: center;
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.brand-card:hover .brand-logo {
    color: var(--primary-color);
}

.brand-name {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--text-color);
    margin-bottom: 8px;
}

.item-count {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.571;
    color: #FFFFFF99;
}

@media (max-width: 1199.98px) {
    .automobile-makes {
        padding: 80px 0;
    }

    .automobile-makes .section-title {
        font-size: 36px;
    }

    .brand-card {
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    .automobile-makes {
        padding: 60px 0;
    }

    .automobile-makes .section-title {
        font-size: 32px;
    }

    .brand-logo {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .brand-name {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .automobile-makes {
        padding: 40px 0;
    }

    .automobile-makes .section-header {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .automobile-makes .section-title {
        font-size: 28px;
    }

    .brand-card {
        padding: 20px;
    }
}

/* Footer */
.footer {
    background-color: #171717;
    padding: 80px 0 32px;
}

.footer-widget {
    margin-bottom: 40px;
}

/* Drive Forward Section */
.drive-forward h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.drive-forward h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.drive-col1{
    border-right: 2px solid #2e2c2c;
    padding-right: 15px;
}

.phone-link {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #EE2628;
    text-decoration: none;
    margin-bottom: 32px;
    margin-bottom: 120px;
}

.phone-link:hover {
    color: #ff2c2e;
}

.social-links {
    display: flex;
    gap: 24px;
}

.social-link {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #EE2628;
}

/* Footer Sections */
.footer-widget h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 16px;
}

.footer-widget ul li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #FFFFFF;
}

/* Sale Hours */
.sale-hours li {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 16px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
    margin-top: 48px;
}

.footer-bottom p {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.footer-bottom a {
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #0056b3;
}

@media (max-width: 991.98px) {
    .footer {
        padding: 60px 0 24px;
    }

    .drive-forward h2 {
        font-size: 28px;
    }

    .drive-forward h3 {
        font-size: 20px;
    }

    .phone-link {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {

    .btn-search{
        width: 100%;
    }
    .footer {
        padding: 40px 0 20px;
    }

    .drive-forward h2 {
        font-size: 24px;
    }

    .drive-forward h3 {
        font-size: 18px;
    }

    .phone-link {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .social-links {
        gap: 16px;
    }

    .footer-widget {
        margin-bottom: 32px;
    }
}

.logo img {
    width: 87px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* --- SHOP POPUP DROPDOWN --- */
.shop-dropdown-parent {
    position: relative;
}
.shop-popup-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    min-width: 900px;
    max-width: 1100px;
    background: #303030E5;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    padding: 40px 48px 40px 0;
    z-index: 1000;
    backdrop-filter: blur(34px);
    transition: opacity 0.2s;
}
.shop-popup-flex {
    display: flex;
    gap: 0;
    align-items: stretch;
}
.shop-popup-categories-col {
    min-width: 220px;
    max-width: 240px;
    padding: 0 40px 0 48px;
    border-right: 1.5px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.shop-popup-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
}
.shop-popup-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.shop-popup-link,
.shop-popup-list a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.shop-popup-list a:hover {
    color: #EE2628;
}
.shop-popup-products-col {
    flex: 1;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
}
.shop-popup-products-header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 18px;
}
.shop-popup-viewall-link {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #EE2628;
    text-decoration: none;
    transition: color 0.2s;
}
.shop-popup-viewall-link:hover {
    color: #fff;
}
.shop-popup-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.shop-popup-product-card {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 28px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 240px;
    max-width: 320px;
}
.shop-popup-img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 18px;
    background: #fff;
    display: block;
    align-self: center;
}
.shop-popup-product-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2;
}
.shop-popup-product-price {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #EE2628;
}
.shop-popup-viewdetail-link {
    display: block;
    margin-left: auto;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #EE2628;
    text-decoration: none;
    transition: color 0.2s;
}
.shop-popup-viewdetail-link:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    .shop-popup-dropdown {
        min-width: 700px;
        padding: 32px 16px 32px 0;
    }
    .shop-popup-categories-col {
        padding: 0 20px 0 16px;
    }
    .shop-popup-products-col {
        padding: 0 0 0 20px;
    }
    .shop-popup-product-card {
        min-width: 180px;
        max-width: 240px;
        padding: 18px 12px 12px 12px;
    }
    .shop-popup-img {
        height: 80px;
    }
}
@media (max-width: 991.98px) {
    .shop-popup-dropdown {
        position: static;
        min-width: 0;
        width: 100%;
        max-width: 100vw;
        margin-top: 8px;
        border-radius: 12px;
        padding: 20px 8px 12px 8px;
    }
    .shop-popup-flex {
        flex-direction: column;
    }
    .shop-popup-categories-col {
        border-right: none;
        border-bottom: 1.5px solid rgba(255,255,255,0.12);
        padding: 0 0 16px 0;
        margin-bottom: 16px;
    }
    .shop-popup-products-col {
        padding: 0;
    }
    .shop-popup-products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Show on hover (desktop) */
@media (min-width: 992px) {
    .shop-dropdown-parent:hover .shop-popup-dropdown {
        display: block;
    }
}

/* Show on click (mobile) */
@media (max-width: 991.98px) {
    .shop-popup-dropdown {
        position: static;
        min-width: 0;
        width: 100%;
        margin-top: 8px;
        border-radius: 12px;
        padding: 20px 12px 12px 12px;
    }
    .shop-popup-inner {
        flex-direction: column;
        gap: 24px;
    }
    .shop-popup-col {
        min-width: 0;
    }
}

.shop-popup-left {
    left: auto;
    right: 0;
}
.shop-popup-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
}
@media (min-width: 992px) {
    .shop-popup-left {
        left: auto;
        right: 0;
    }
} 