/* =====================================================
   ZOOM FIX - Makes the website look good at 100% zoom
   (Previously needed 90% zoom in Chrome)
   ===================================================== */

/* =====================================================
   1. ROOT SCALING - Reduce base font and spacing
   ===================================================== */
:root {
    --scale-factor: 0.9;
}

html {
    font-size: 14.4px; /* 16px * 0.9 = 14.4px base */
}

/* =====================================================
   2. HEADER ADJUSTMENTS
   ===================================================== */
body {
    padding-top: 125px !important; /* Increased more to show breadcrumb properly */
}

.header-top {
    padding: 3px 0 !important;
    min-height: 45px !important;
}

.header-top .container {
    gap: 12px !important;
}

.header-logo img {
    height: 58px !important;
    max-width: 162px !important;
}

.header-search {
    max-width: 360px !important;
    margin: 0 12px !important;
}

.header-search form {
    max-width: 315px !important;
}

.header-search .form-control {
    padding: 7px 11px !important;
    font-size: 13px !important;
    min-width: 225px !important;
}

.header-search .search-btn {
    padding: 7px 14px !important;
}

.top-links {
    gap: 12px !important;
    font-size: 12px !important;
}

/* =====================================================
   3. CATEGORY BAR ADJUSTMENTS
   ===================================================== */
.category-menu {
    gap: 16px !important;
    padding: 0 12px !important;
}

.category-menu > li > a {
    font-size: 13px !important;
    line-height: 38px !important;
    padding: 0 5px;
}

.allcat .allcat-menu.mega-menu {
    margin-top: 7px !important;
    width: 880px;
    padding: 18px 14px !important;
}

.allcat .mega-menu .mega-menu-title {
    font-size: 13px;
    margin-bottom: 7px !important;
    padding-bottom: 5px !important;
}

.allcat .mega-menu > li > ul a {
    padding: 5px 0 !important;
    font-size: 12px;
}

/* =====================================================
   4. CONTAINER & LAYOUT ADJUSTMENTS
   ===================================================== */
.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    --bs-gutter-x: 2.7rem; /* 3rem * 0.9 */
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1440px; /* 1600px * 0.9 */
    }
}

/* =====================================================
   5. SECTION SPACING ADJUSTMENTS
   ===================================================== */
.section {
    padding-top: 9px;
    padding-bottom: 9px;
}

/* Hero Section */
.hero-section {
    padding: 108px 0; /* 120px * 0.9 */
}

.hero-title {
    font-size: 3.15rem; /* 3.5rem * 0.9 */
    margin-bottom: 18px;
}

.hero-subtitle {
    font-size: 1.35rem;
    max-width: 630px;
}

/* About, Values, Team Sections */
.about-section,
.values-section,
.team-section,
.stats-section,
.testimonials-section,
.contact-section,
.map-section,
.faq-section,
.product-section,
.tabs-section,
.related-products {
    padding: 72px 0; /* 80px * 0.9 */
}

.section-title {
    font-size: 2.25rem; /* 2.5rem * 0.9 */
    margin-bottom: 36px;
    padding-bottom: 13px;
}

.section-title::after {
    width: 72px;
    height: 3.6px;
}

/* =====================================================
   6. PRODUCT CARDS & ITEMS ADJUSTMENTS
   ===================================================== */
.product-item {
    padding: 14px;
    margin-bottom: 27px;
    border-radius: 14px;
}

.product-item figure {
    margin-bottom: 7px;
}

.product-item h3 {
    margin: 5px 0;
    font-size: 13.5px;
}

.product-item .button-area {
    padding: 7px 9px 4px 9px;
}

.product-item figure img {
    max-height: 189px; /* 210px * 0.9 */
}

/* Value Cards */
.value-card {
    border-radius: 9px;
    padding: 27px;
}

.value-icon {
    font-size: 2.7rem;
    margin-bottom: 18px;
}

.value-title {
    font-size: 1.35rem;
    margin-bottom: 13px;
}

/* Team Members */
.member-image {
    width: 180px;
    height: 180px;
    margin: 0 auto 18px;
    border-width: 4.5px;
}

.member-name {
    font-size: 1.17rem;
    margin-bottom: 4px;
}

/* =====================================================
   7. CART PAGE ADJUSTMENTS
   ===================================================== */
.cart-page {
    padding: 54px 0;
}

.page-title {
    font-size: 2.25rem;
    margin-bottom: 27px;
}

.cart-table {
    border-radius: 9px;
    margin-bottom: 27px;
}

.cart-table th {
    padding: 13px;
}

.cart-table td {
    padding: 18px 13px;
}

.cart-page .product-image {
    width: 72px;
    height: 72px;
    border-radius: 7px;
    margin-right: 13px;
}

.cart-page .product-info .product-image img,
.cart-page .product-info img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 7px;
}

.cart-summary {
    border-radius: 9px;
    padding: 22px;
    margin-bottom: 27px;
}

.summary-title {
    font-size: 1.17rem;
    margin-bottom: 18px;
    padding-bottom: 9px;
}

.summary-row.total {
    font-size: 1.08rem;
    padding-top: 13px;
    margin-top: 13px;
}

.checkout-btn {
    padding: 13px;
    font-size: 1rem;
    border-radius: 4.5px;
}

/* =====================================================
   8. SHOP PAGE ADJUSTMENTS
   ===================================================== */
.shop-page {
    padding: 36px 0;
}

.filter-sidebar {
    border-radius: 9px;
    padding: 22px;
    margin-bottom: 27px;
}

.filter-title {
    font-size: 1.17rem;
    margin-bottom: 18px;
}

.filter-group {
    margin-bottom: 22px;
}

.filter-group h5 {
    font-size: 1rem;
    margin-bottom: 13px;
    padding-bottom: 7px;
}

.filter-option {
    margin-bottom: 11px;
}

/* =====================================================
   9. LOGIN/REGISTER PAGE ADJUSTMENTS
   ===================================================== */
.login-card {
    border-radius: 18px;
    padding: 36px;
    max-width: 405px;
}

.brand-logo {
    width: 72px;
    height: 72px;
}

.brand-logo i {
    font-size: 32px;
}

.login-title {
    font-size: 25px;
    margin-bottom: 7px;
}

.login-subtitle {
    font-size: 14px;
}

.form-group {
    margin-bottom: 18px;
}

.input-group {
    border-radius: 13px;
}

.input-group-text {
    padding: 13px;
}

.form-control {
    padding: 13px;
    font-size: 14px;
}

.btn-login {
    padding: 13px;
    font-size: 14px;
    border-radius: 13px;
}

.social-btn {
    padding: 11px;
    border-radius: 13px;
}

/* =====================================================
   10. FOOTER ADJUSTMENTS
   ===================================================== */
.dl-footer {
    border-top-width: 3.6px;
}

.dl-footer.py-5 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
}

.footer-heading {
    margin-bottom: 11px;
}

.footer-links li {
    margin-bottom: 7px;
}

.social-icon {
    width: 31px;
    height: 31px;
    font-size: 13px;
}

.footer-divider {
    margin: 22px 0;
}

.footer-copy,
.footer-credit {
    font-size: 13px;
}

/* =====================================================
   11. USER PROFILE PILL ADJUSTMENTS
   ===================================================== */
.user-pill-trigger {
    padding: 5px 11px;
    border-radius: 13px;
}

.user-avatar {
    width: 29px;
    height: 29px;
}

.user-avatar img {
    width: 20px;
    height: 20px;
}

.user-name {
    margin-left: 7px;
    font-size: 13px;
}

.caret-icon {
    font-size: 11px;
}

.user-dropdown {
    border-radius: 9px;
    padding: 5px 0;
}

.user-dropdown .dropdown-item {
    padding: 9px 16px;
    font-size: 13px;
}

/* =====================================================
   12. HERO SLIDER ADJUSTMENTS
   ===================================================== */
.hero-slider {
    min-height: 540px; /* 600px * 0.9 */
}

.hero-slider .slide-title {
    font-size: 3.15rem;
    margin-bottom: 1.35rem;
}

.hero-slider .slide-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.8rem;
}

.hero-slider .stat-number {
    font-size: 2.25rem;
}

.hero-slider .stat-label {
    font-size: 0.81rem;
}

.hero-slider .slide-stats {
    gap: 1.8rem;
    margin-bottom: 2.25rem;
}

.hero-slider .slide-features {
    gap: 1.35rem;
    margin-bottom: 2.25rem;
}

.hero-slider .feature-item {
    padding: 0.675rem 1.125rem;
    border-radius: 22px;
}

.hero-slider .feature-item i {
    font-size: 1.08rem;
}

.hero-slider .slide-actions .btn {
    padding: 0.675rem 1.8rem;
    border-radius: 45px;
}

.hero-slider .slider-nav {
    width: 45px;
    height: 45px;
}

.hero-slider .slider-nav.prev {
    left: 27px;
}

.hero-slider .slider-nav.next {
    right: 27px;
}

.hero-slider .slider-nav i {
    font-size: 1.08rem;
}

.hero-slider .slider-dots {
    bottom: 27px;
    gap: 9px;
}

.hero-slider .dot {
    width: 11px;
    height: 11px;
}

.feature-cards {
    margin-top: -45px;
}

/* =====================================================
   13. PRODUCT GALLERY ADJUSTMENTS
   ===================================================== */
.product-gallery .main-image-container {
    border-radius: 7px;
    margin-bottom: 13px;
}

.product-gallery .thumbnail-container {
    gap: 9px;
    padding: 4.5px 0;
}

.product-gallery .thumbnail {
    width: 72px;
    height: 72px;
    border-radius: 3.6px;
}

.product-gallery .slider-btn {
    width: 36px;
    height: 36px;
    margin: 0 9px;
}

.product-title {
    font-size: 1.08rem;
    margin-bottom: 13px;
}

.product-price {
    font-size: 0.81rem;
    margin-bottom: 18px;
}

.product-price .original-price {
    font-size: 1.08rem;
    margin-left: 9px;
}

.product-description {
    margin-bottom: 22px;
}

.product-options {
    margin-bottom: 27px;
}

/* =====================================================
   14. QUICK VIEW MODAL ADJUSTMENTS
   ===================================================== */
#quickViewModal .main-image-slider-container {
    border-radius: 7px;
}

#quickViewModal .slider-nav-btn {
    padding: 9px 13px;
    font-size: 18px;
    border-radius: 4.5px;
}

#quickViewModal .slider-prev {
    left: 9px;
}

#quickViewModal .slider-next {
    right: 9px;
}

#quickViewModal .thumbnail-image {
    border-width: 2.7px;
}

.quickview-btn {
    width: 45px;
    height: 45px;
    font-size: 1.08rem;
}

/* =====================================================
   15. RESPONSIVE ADJUSTMENTS
   ===================================================== */
@media (max-width: 1200px) {
    .header-search .form-control {
        min-width: 198px !important;
    }

    .header-search form {
        max-width: 270px !important;
    }

    .top-links {
        gap: 11px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 81px !important; /* 90px * 0.9 */
    }

    .header-top {
        padding: 7px 0 !important;
    }

    .header-top .container {
        gap: 11px !important;
    }

    .header-logo img {
        height: 45px !important;
        max-width: 162px !important;
    }

    .top-links {
        gap: 11px !important;
        font-size: 11px !important;
    }

    .category-bar {
        padding: 5px 0 !important;
    }

    .category-menu {
        padding: 0 11px !important;
        gap: 7px !important;
    }

    .category-menu > li > a {
        font-size: 10px !important;
        line-height: 27px !important;
    }

    .allcat .allcat-menu.mega-menu {
        top: 99px !important;
    }

    .allcat .mega-menu > li {
        margin-bottom: 14px !important;
    }

    .hero-slider {
        height: 72vh;
        min-height: 450px;
    }

    .hero-slider .slide-title {
        font-size: 2.25rem;
    }

    .hero-slider .slide-subtitle {
        font-size: 1rem;
    }

    .hero-slider .stat-number {
        font-size: 1.8rem;
    }

    .feature-cards {
        margin-top: -27px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 13.5px; /* Slightly smaller on tablets */
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-subtitle {
        font-size: 1.08rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .cart-page .product-info .product-image {
        width: 58px;
        height: 58px;
    }
    
    .cart-page .product-info .product-image img,
    .cart-page .product-info img {
        width: 58px !important;
        height: 58px !important;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 76px !important; /* 85px * 0.9 */
    }

    html {
        font-size: 13px; /* Even smaller on mobile */
    }

    .header-logo img {
        height: 40px !important;
        max-width: 144px !important;
    }

    .category-menu > li > a {
        font-size: 9px !important;
        line-height: 25px !important;
        padding: 0 3.6px !important;
    }

    .login-card {
        padding: 27px 18px;
    }

    .hero-slider .slide-title {
        font-size: 1.8rem;
    }

    .hero-slider .slide-subtitle {
        font-size: 0.9rem;
    }

    .hero-slider .stat-number {
        font-size: 1.35rem;
    }

    .hero-slider .stat-label {
        font-size: 0.72rem;
    }

    .hero-slider .slide-actions .btn {
        padding: 0.54rem 1.35rem;
        font-size: 0.81rem;
    }
}

/* =====================================================
   17. FIX DOUBLE SHADE/COLOR ISSUE
   ===================================================== */

/* Single solid soft yellow background for body */
body {
    background: #fffdf5 !important; /* Soft yellow/cream color */
}

/* Main content areas - soft yellow instead of white */
main,
.main-content,
.checkout-page,
.cart-page,
.shop-page,
.product-section,
.account-page,
.contact-section,
.about-section {
    background: #fffdf5 !important;
}

/* Form sections and cards - soft yellow to match body */
.checkout-form,
.checkout-summary,
.cart-summary,
.filter-sidebar,
.login-card,
form.checkout-form,
.form-section {
    background: #ffffff !important; /* Keep cards white for contrast */
}

/* Tables and product cards stay white */
.cart-table,
.product-card,
.card,
.order-card,
.address-card {
    background: #ffffff !important;
}

/* Container backgrounds - transparent to show body color */
.container,
.container-lg,
.container-fluid {
    background: transparent !important;
}

/* Sections should be soft yellow */
section:not(.hero-section):not(.stats-section),
.section:not(.header):not(.hero-section):not(.stats-section) {
    background: #fffdf5 !important;
}

/* Footer - white with border */
.dl-footer {
    background: #ffffff !important;
}

/* Form controls - white background for visibility */
input.form-control,
textarea.form-control,
select.form-control,
.form-control,
.form-select {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
}

/* Checkout and cart page specific */
.checkout-container,
.checkout-wrapper {
    background: #fffdf5 !important;
}

/* Page content wrappers */
.page-content,
.content-wrapper,
.main-wrapper {
    background: #fffdf5 !important;
}

/* Values section - keep light gray */
.values-section {
    background-color: #f8f9fa !important;
}

/* Tabs section - keep light gray */
.tabs-section {
    background-color: #f8f9fa !important;
}

/* Map section - keep light gray */
.map-section {
    background-color: #f8f9fa !important;
}

/* Contact info box */
.contact-info {
    background-color: #f8f9fa !important;
}

/* Testimonial cards */
.testimonial-card {
    background-color: #f8f9fa !important;
}

/* =====================================================
   18. CHECKOUT PAGE IMPROVEMENTS
   ===================================================== */

/* Checkout Page Background */
.checkout-page {
    background: #fffdf5 !important;
    padding: 40px 0 60px;
}

/* Modern Form Section Title */
.form-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #ffc107;
    position: relative;
    display: inline-block;
}

.form-section-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #28a745, #ffc107);
    border-radius: 2px;
}

/* Checkout Steps - Fix Stepper Lines */
.checkout-steps {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

.checkout-steps .step {
    position: relative;
    z-index: 1;
}

/* Stepper connecting lines */
.checkout-steps .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    z-index: -1;
}

.checkout-steps .step.completed:not(:last-child)::after,
.checkout-steps .step.active:not(:last-child)::after {
    background: linear-gradient(90deg, #28a745, #28a745);
}

/* Step circles */
.checkout-steps .step-circle {
    position: relative;
    z-index: 2;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.checkout-steps .step.completed .step-circle {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.checkout-steps .step.active .step-circle {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.checkout-steps .step-title {
    font-size: 0.85rem;
    margin-top: 8px;
    transition: color 0.3s ease;
}

.checkout-steps .step.active .step-title {
    color: #28a745 !important;
    font-weight: 600;
}

.checkout-steps .step.completed .step-title {
    color: #28a745 !important;
}

/* Checkout Form Card */
.checkout-form {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* Form Labels */
.checkout-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* Form Controls */
.checkout-form .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff !important;
}

.checkout-form .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
}

/* Back Button Styling */
.checkout-form .btn-outline-secondary {
    border: 2px solid #6c757d;
    color: #6c757d;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.checkout-form .btn-outline-secondary:hover {
    background: #6c757d;
    color: #fff;
    transform: translateX(-3px);
}

.checkout-form .btn-outline-secondary i {
    transition: transform 0.3s ease;
}

.checkout-form .btn-outline-secondary:hover i {
    transform: translateX(-3px);
}

/* Next Button Styling */
.checkout-form .btn-primary {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.checkout-form .btn-primary:hover {
    background: linear-gradient(135deg, #218838, #1aa179);
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.checkout-form .btn-primary i {
    transition: transform 0.3s ease;
}

.checkout-form .btn-primary:hover i {
    transform: translateX(3px);
}

/* Order Summary Card */
.checkout-sidebar .order-summary {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.checkout-sidebar .order-summary h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

/* Address Cards */
.address-card {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.address-card:hover {
    border-color: #28a745;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
}

.address-card.border-primary {
    border-color: #28a745 !important;
    background: rgba(40, 167, 69, 0.02);
}

/* Payment Methods */
.payment-methods .method {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.payment-methods .method:hover {
    border-color: #28a745;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
}

.payment-methods .method.active {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.05);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
}

/* Delivery Estimate Card */
.delivery-estimate {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.delivery-estimate .timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* Promo Code */
.promo-code .form-control {
    border-radius: 8px 0 0 8px !important;
}

.promo-code .btn {
    border-radius: 0 8px 8px 0 !important;
    background: #28a745;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
}

/* =====================================================
   19. SHOP TOPBAR & BREADCRUMB - COMPACT VERSION
   Use high specificity to avoid conflicts
   ===================================================== */

/* Shop Topbar Container - Ultra Compact */
.shop-topbar {
    background: #fff !important;
    padding: 4px 0 !important;
    border-bottom: 1px solid #eee !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

/* Breadcrumb Navigation - Minimal Compact */
.shop-topbar nav.breadcrumb,
nav.breadcrumb {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 2px 6px !important;
    margin: 0 !important;
    background: #f5f5f5 !important;
    border-radius: 14px !important;
    border: none !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

/* Breadcrumb Items */
.shop-topbar .breadcrumb-item,
nav.breadcrumb .breadcrumb-item {
    display: flex !important;
    align-items: center !important;
    color: #777 !important;
    font-weight: 500 !important;
    padding: 0 !important;
}

/* Breadcrumb Links */
.shop-topbar .breadcrumb-item a,
nav.breadcrumb .breadcrumb-item a {
    color: #777 !important;
    text-decoration: none !important;
    padding: 2px 6px !important;
    border-radius: 10px !important;
    transition: all 0.15s ease !important;
    font-size: 11px !important;
}

.shop-topbar .breadcrumb-item a:hover,
nav.breadcrumb .breadcrumb-item a:hover {
    color: #28a745 !important;
    background: rgba(40, 167, 69, 0.08) !important;
}

/* Breadcrumb Separator */
.shop-topbar .breadcrumb-item + .breadcrumb-item::before,
nav.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '›' !important;
    color: #bbb !important;
    font-size: 12px !important;
    padding: 0 1px !important;
    font-weight: 400 !important;
    float: none !important;
}

/* Active Breadcrumb Item */
.shop-topbar .breadcrumb-item.active,
nav.breadcrumb .breadcrumb-item.active {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 2px 8px !important;
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
}

/* Trust Badges - Minimal */
.shop-topbar .trust-badges {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.shop-topbar .trust-badges .badge-item {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    color: #666 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    padding: 2px 8px !important;
    background: #f8f8f8 !important;
    border-radius: 10px !important;
    border: 1px solid #eee !important;
    transition: all 0.15s ease !important;
}

.shop-topbar .trust-badges .badge-item:hover {
    border-color: #28a745 !important;
    color: #28a745 !important;
}

.shop-topbar .trust-badges .badge-item svg {
    color: #28a745 !important;
    width: 10px !important;
    height: 10px !important;
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
    .shop-topbar {
        padding: 3px 0 !important;
    }
    
    .shop-topbar nav.breadcrumb,
    nav.breadcrumb {
        padding: 2px 5px !important;
        font-size: 10px !important;
    }
    
    .shop-topbar .breadcrumb-item a,
    nav.breadcrumb .breadcrumb-item a {
        padding: 2px 5px !important;
        font-size: 10px !important;
    }
    
    .shop-topbar .breadcrumb-item.active,
    nav.breadcrumb .breadcrumb-item.active {
        padding: 2px 6px !important;
        font-size: 10px !important;
    }
    
    .shop-topbar .trust-badges .badge-item {
        font-size: 9px !important;
        padding: 2px 6px !important;
    }
}

@media (max-width: 576px) {
    .shop-topbar .container {
        flex-direction: column !important;
        gap: 4px !important;
    }
}
