  :root {
        --primary-green: #0c831f;
        --primary-yellow: #f8cb46;
        --hover-green: #0a6c1a;
    }

    html,
    body {
        overflow-x: hidden !important;
        font-family: 'Okra', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
		
    }

    * {
        box-sizing: border-box;
    }

    /* Category Bar */
    .category-bar {
        background-color: #fff;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
    }

    /* Responsive Grid Layout */
    .category-grid {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        /* Desktop: 10 columns */
        gap: 20px;
        justify-items: center;
    }

    @media (max-width: 992px) {
        .category-grid {
            grid-template-columns: repeat(6, 1fr);
            /* Tablet: 6 items per row */
        }
    }

    @media (max-width: 576px) {
        .category-grid {
            grid-template-columns: repeat(4, 1fr);
            /* Mobile: 4 items per row */
        }
    }

    /* Category Item */
    .category-item {
        text-align: center;
        cursor: pointer;
    }

    .category-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--primary-yellow, #ffcc00) 0%, #f5a623 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s;
        margin: 0 auto 8px;
    }

    .category-item:hover .category-icon {
        transform: scale(1.08);
    }

    .category-name {
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }


    /* Hero Section */
    .hero {
        background: linear-gradient(135deg, #e8f5e9 0%, #fff3e0 100%);
        /* padding: 60px 0; */
    }

    .hero h1 {
        font-size: 48px;
        font-weight: 800;
        color: #000;
    }

    .hero p {
        font-size: 18px;
        color: #666;
    }

    .hero .carousel-item img {
    width: 100%;
    height: 450px;        /* Desktop height */
    object-fit: cover;    /* Image ko perfect fit karega */
}

/* Mobile Height */
@media (max-width: 768px) {
    .hero .carousel-item img {
        height: 160px;
    }
}

    /* Product Cards */
    .product-card {
        border: 1px solid #f0f0f0;
        border-radius: 12px;
        padding: 15px;
        cursor: pointer;
        transition: all 0.2s;
        background: #fff;
        height: 100%;
    }

    .product-card:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .product-image {
        width: 100%;
        height: 150px;
        object-fit: contain;
        margin-bottom: 12px;
    }

    .product-timer {
        background-color: #fff3e0;
        color: #f57c00;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 8px;
    }

    .product-name {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 6px;
    }

    .product-weight {
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
    }

    .price-current {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }

    .price-original {
        font-size: 13px;
        color: #999;
        text-decoration: line-through;
    }

    .btn-add {
        width: 100%;
        background-color: var(--primary-green);
        color: #fff;
        font-weight: 600;
        border-radius: 8px;
        padding: 10px;
        border: none;
    }

    .btn-add:hover {
        background-color: var(--hover-green);
    }

    .section-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #000;
    }



    @media (max-width: 768px) {
        .hero h1 {
            font-size: 32px;
        }
    }

    

            .stripe-pattern {
            height: 10px;
            background: repeating-linear-gradient(45deg,
                    #2ecc71,
                    #2ecc71 10px,
                    #27ae60 10px,
                    #27ae60 20px);
        }

        /* Footer Main */
        .footer-main {
            background: #062f33;
            color: white;
            padding: 60px 0 40px;
        }

        /* Logo and Company Info */
        .company-logo img {
            max-width: 150px;
            margin-bottom: 20px;
        }

        .company-info {
            font-size: 15px;
            line-height: 1.8;
            color: #b8d4d4;
            margin-bottom: 25px;
        }

        /* Contact Numbers */
        .contact-numbers a {
            display: block;
            color: #2ecc71;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            margin-bottom: 8px;
            transition: all 0.3s;
        }

        .contact-numbers a:hover {
            color: #27ae60;
            padding-left: 5px;
        }

        .call-badge {
            display: inline-block;
            color: #109c3d;
            /* color: white; */
            padding: 8px 20px;
            border-radius: 25px;
            font-weight:bold;
            font-size: 15px;
            font-weight: 600;
            margin-top: 10px;
        }

        .phone-icon {
            font-size: 50px;
            color:#109c3d;
            margin-bottom: 20px;
        }
		
		/*header and live location modal css*/
		
		

.modal-content {
    padding: 10px 15px !important;
}

@media(max-width: 576px) {
  .modal-dialog {
    margin: 20px;
  }
}



    /* ✅ Mobile View - Only Logo and Toggle Button */
    @media (max-width: 991px) {

        /* Hide middle navigation column completely */
        .header-main .col.main-menu-col {
            display: none !important;
        }

        /* Hide search bar */
        /* .header-main .search-bar {
            display: none !important;
        } */

        /* Hide login button */
        .header-main .btn-login {
            display: none !important;
        }

        /* Hide cart button */
        .header-main .btn-cart {
            display: none !important;
        }

        /* Space between logo and toggle */
        .header-main .row {
            justify-content: space-between !important;
        }
    }

    /* ✅ Hide social icons on small screens */
    @media (max-width: 767px) {
         .d-none.d-md-flex {
            display: none !important;
        }
    }

    /* ✅ Offcanvas Sidebar Styling */
    .offcanvas {
        width: 280px !important;
    }

    .offcanvas-body ul li a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        font-size: 16px;
        transition: color 0.3s;
    }

    .offcanvas-body ul li a:hover {
        color: #0d6efd;
    }

    /* ✅ Mobile Toggle Button */
    .mobile-toggle {
        border: none;
        background: transparent;
        font-size: 24px;
        cursor: pointer;
    }

    /* ✅ Mobile Icons Show Only On Mobile */
    @media (max-width: 991px) {
        .mobile-icons {
            display: flex !important;
        }
    }

    @media (min-width: 992px) {
        .mobile-icons {
            display: none !important;
        }
    }

    /* Cart bubble */
    .mobile-icons .cart-count {
        position: absolute;
        top: -6px;
        right: -8px;
        background: red;
        color: #fff;
        font-size: 10px;
        padding: 1px 5px;
        border-radius: 50%;
    }



    .search-bar {
        display: none;
        transition: all 1s ease;
        border-radius: 20px !important;
    }

    .search-bar.show {
        display: block !important;
        transition-delay: 3s;
    }

    .helpline.hide {
        display: none !important;
        transition: all 0.3s ease;
    }

    /* ========================================
           RESET & BASE STYLES
        ======================================== */
    /* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', 'Helvetica', sans-serif;
            background: #ffffff;
        } */

    /* ========================================
           HEADER WRAPPER WITH GREEN DIAGONAL
        ======================================== */
    .header-wrapper {
        position: relative;
        max-height: 100px;
        background: #ffffff;
        overflow: visible;
        /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
    }

    /* Dark green bottom layer */
    .green-dark-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #22b347;
        clip-path: polygon(0 0, 22% 0, 28% 100%, 0 100%);
        z-index: 1;
    }

    /* Light green top layer */
    .green-light-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1a9537;
        clip-path: polygon(0 0, 22% 0, 27% 100%, 0 100%);
        z-index: 2;
    }

    /* ========================================
           HEADER MAIN STRUCTURE
        ======================================== */
    .header-main {
        position: relative;
        z-index: 10;
    }


    .header-main .row {
        min-height: 115px;
    }

    /* ========================================
           LOGO SECTION
        ======================================== */
    .logo {
        display: flex;
        align-items: center;
        gap: 15px;
        text-decoration: none;
        position: relative;
        z-index: 10;
    }

    /* .logo-box {
        background: white;
        padding: 12px 22px 8px 22px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .logo:hover .logo-box {
        transform: translateY(-2px);
    } */

    .logo-text {
        font-size: 56px;
        font-weight: 900;
        color: #5a3d87;
        line-height: 0.9;
        letter-spacing: 4px;
    }

    .logo-subtext {
        font-size: 11px;
        color: #22b347;
        font-weight: 700;
        text-align: center;
        margin-top: 2px;
        letter-spacing: 0.5px;
    }

    /* Logo Icon with Character */
    .logo-icon {
        width: 70px;
        height: 70px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .logo:hover .logo-icon {
        transform: rotate(5deg) scale(1.05);
    }

    .character-placeholder {
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #4169e1 0%, #3b5ed9 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .character-head {
        width: 28px;
        height: 28px;
        background: #ffd4a3;
        border-radius: 50%;
        position: absolute;
        top: 14px;
    }

    .character-body {
        width: 38px;
        height: 24px;
        background: white;
        border-radius: 50% 50% 0 0;
        position: absolute;
        bottom: 6px;
    }

    /* ========================================
           NAVIGATION MENU
        ======================================== */
    .main-menu ul {
        list-style: none;
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .main-menu li {
        position: relative;
    }

    .main-menu a {
        text-decoration: none;
        color: #1a237e;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
        white-space: nowrap;
        position: relative;
        padding: 5px 0;
    }

    .main-menu a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #22b347;
        transition: width 0.3s ease;
    }

    .main-menu a:hover {
        color: #22b347;
    }

    .main-menu a:hover::after {
        width: 100%;
    }

    /* ========================================
           SEARCH BAR
        ======================================== */
    .search-bar-box {
        position: relative;
    }

    .search-bar-box .fa-search {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #777;
        z-index: 1;
    }

    .search-bar-box input {
        padding-left: 35px;
        height: 42px;
        border: 2px solid #e0e0e0;
        border-radius: 25px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .search-bar-box input:focus {
        border-color: #22b347;
        outline: none;
        box-shadow: 0 0 0 3px rgba(34, 179, 71, 0.1);
    }

    .search-bar-box input::placeholder {
        color: #999;
    }

    /* ========================================
           LOGIN BUTTON
        ======================================== */
    .btn-login {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #f8f9fa;
        border: 2px solid #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1a237e;
        font-size: 20px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .btn-login:hover {
        background: #22b347;
        border-color: #22b347;
        color: white;
        transform: scale(1.1);
    }

    /* ========================================
           CART BUTTON
        ======================================== */
    .btn-cart {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #22b347;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
        transition: all 0.3s ease;
        position: relative;
    }

    .btn-cart:hover {
        background: #1a9537;
        transform: scale(1.1);
    }

    .cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #ff4444;
        color: white;
        font-size: 11px;
        font-weight: 700;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid white;
    }

    /* ========================================
           MOBILE TOGGLE BUTTON
        ======================================== */
    .mobile-toggle {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        background: #1a237e;
        border: none;
        color: white;
        font-size: 18px;
        transition: all 0.3s ease;
    }

    .mobile-toggle:hover {
        background: #22b347;
        transform: scale(1.05);
    }

    /* ========================================
           MOBILE MENU (OFFCANVAS)
        ======================================== */


    /* ========================================
           RESPONSIVE DESIGN
        ======================================== */

    /* Tablet & Mobile (< 992px) */
    @media (max-width: 991px) {

        .green-dark-layer,
        .green-light-layer {
            display: none;
        }

        .header-wrapper {
            background: #f8f9fa;
        }

        .main-menu-col {
            display: none !important;
        }

        .logo-text {
            font-size: 42px;
        }

        .logo-icon {
            width: 55px;
            height: 55px;
        }

        .character-head {
            width: 22px;
            height: 22px;
            top: 12px;
        }

        .character-body {
            width: 30px;
            height: 20px;
        }

        .search-bar-box {
            width: 200px !important;
        }
    }

    /* Small Mobile (< 576px) */
    @media (max-width: 576px) {
        .header-main .row {
            min-height: 90px;
            background: white;
        }

        .search-bar-box {
            width: 160px !important;
            display: none;
        }

        .search-bar-box input {
            height: 38px;
            font-size: 13px;
        }

        .logo-text {
            font-size: 36px;
            letter-spacing: 2px;
        }

        .logo-subtext {
            font-size: 9px;
        }

        .logo-box {
            padding: 8px 15px 6px 15px;
        }

        .logo-icon {
            width: 50px;
            height: 50px;
        }

        .logo {
            gap: 10px;
        }

        .btn-login,
        .btn-cart,
        .mobile-toggle {
            width: 38px;
            height: 38px;
            font-size: 16px;
        }

        .cart-count {
            width: 18px;
            height: 18px;
            font-size: 10px;
        }
    }

    /* Extra Small Mobile (< 400px) */
    @media (max-width: 400px) {

        .search-bar {
            display: none !important;
        }

        .logo-text {
            font-size: 32px;
        }
    }

		

        /* Section Titles */
        .footer-title {
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid#109c3d;
            display: inline-block;
        }

        /* List Items */
        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-list li {
            margin-bottom: 12px;
        }

        .footer-list a {
            color: #b8d4d4;
            text-decoration: none;
            font-size: 15px;
            transition: all 0.3s;
            display: flex;
            align-items: center;
        }

        .footer-list a:hover {
            color: #2ecc71;
            padding-left: 8px;
        }

        .footer-list a i {
            margin-right: 10px;
            color: #2ecc71;
        }

        /* Two Column Lists */
        .two-column-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        /* Social Icons */
        .social-icons {
            margin-top: 20px;
        }

        .social-icons span {
            color: white;
            font-weight: 600;
            margin-right: 15px;
        }

        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: #2ecc71;
            color: white;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 18px;
            transition: all 0.3s;
            text-decoration: none;
        }

        .social-icons a:hover {
            background: #27ae60;
            transform: translateY(-3px);
        }

        /* Map Section */
        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .map-container iframe {
            width: 100%;
            height: 350px;
            border: none;
        }

        /* Footer Bottom */
        .footer-bottom {
            background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
            padding: 25px 0;
            position: relative;
            overflow: hidden;
        }

        .footer-bottom::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
        }

        .footer-bottom p {
            margin: 0;
            color: white;
            font-size: 15px;
            position: relative;
            z-index: 1;
        }

        .footer-bottom a {
            color: #0a3d3d;
            font-weight: 700;
            text-decoration: none;
        }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .footer-title {
                font-size: 20px;
            }

            .contact-numbers a {
                font-size: 16px;
            }

            .two-column-list {
                grid-template-columns: 1fr;
            }

            .social-icons {
                text-align: center;
            }

            .social-icons span {
                display: block;
                margin-bottom: 10px;
            }

            .map-container iframe {
                height: 250px;
            }

            .footer-main {
                padding: 40px 0 30px;
            }
        }
		
		
		        /*Banner Style*/

/* ========== Banner Section ========== */
.service-header-banner {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.service-header-banner .wrapper {
 /* max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; */
}

.header-banner-img {
  width: 100%;
  max-height: 630px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* ========== Product Section ========== */
.service-products {
  background-color: #f8f9fa;
  padding: 50px 15px;
}

.service-products .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.products-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.product-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  padding: 20px;
  transition: 0.3s ease;
}

.product-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.product-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0 5px;
}

.product-desc {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
}

.product-btn {
  display: inline-block;
  background: #00c16e;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.product-btn:hover {
  background: #009e58;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .products-title {
    font-size: 1.6rem;
  }

  .product-item img {
    height: 160px;
  }
}


/* Rapido Banner And Feature*/
/*Rapido Service banner*/
/* ===== Banner ===== */
.sa-banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===== Search Box ===== */
.sa-search-box {
  background: #fff;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease;
}

.sa-search-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.sa-input {
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.sa-input:focus {
  border-color: #ffcc00;
  box-shadow: none;
}

.sa-search-btn {
  background-color: #ffcc00 !important;
  color: #222 !important;
  border: none;
  border-radius: 10px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sa-search-btn:hover {
  background-color: #ffc107 !important;
  transform: scale(1.05);
}

/* ===== Services Grid ===== */
.sa-service-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  padding: 10px;
  background: #fff;
  border: 2px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}



.sa-service-item p {
  font-size: 1rem;
}

/* ===== Responsive Fixes ===== */
@media (max-width: 768px) {
  .sa-search-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .sa-input {
    width: 100%;
    margin: 0 !important;
  }

  .sa-search-btn {
    width: 100%;
  } 

  .sa-service-icon {
    width: 65px;
    height: 65px;
  }
}


/* delivery boy  */

.form-container {
        background: white;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .btn-primary {
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
        border: none;
        padding: 12px;
        font-weight: 600;
    }

    .form-control-1 {
        padding: 12px 15px;
        border-radius: 8px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
    }

    .form-control-1:focus {
        border-color: #6a11cb;
        box-shadow: 0 0 0 0.25rem rgba(106, 17, 203, 0.25);
    }

    .required-field::after {
        content: ' *';
        color: #dc3545;
    }

    .conditional-field {
        display: none;
        background-color: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 20px;
        border-left: 4px solid #6a11cb;
    }

    .file-upload {
        border: 2px dashed #ddd;
        padding: 20px;
        text-align: center;
        border-radius: 8px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .file-upload:hover {
        border-color: #6a11cb;
    }
	
	/***/
	

.ticker-wrap{overflow:hidden;white-space:nowrap}
.ticker{display:inline-block; padding-left:100%; animation:ticker 50s linear infinite}
.ticker:hover{animation-play-state:paused}

.ticker a{
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin-right:1.25rem;
    text-decoration:none;
    padding:6px 10px;
    border:1px solid transparent;
    border-radius:10px;
    transition:0.25s ease;
    color:#000;
    font-size:14px;
}

.ticker a img{
    border-radius:50%;
    width:22px;
    height:22px;
    object-fit:cover;
}

.ticker a:hover{
    background:#fff;
    color:#f7c01a;
    border-color:#f7c01a;
}

.ticker .sep{
   
    color:#6c757d
}

@keyframes ticker{
    0%{transform:translateX(0)}
    100%{transform:translateX(-100%)}
}

.variant-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    margin: 0 16px 12px;
    border: 2px solid #eee;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.variant-option:hover { border-color: #28a745; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(40,167,69,0.15); }
.variant-option.active {
    border-color: #28a745;
    background: #f8fff9;
    box-shadow: 0 0 0 4px rgba(40,167,69,0.1);
}
.variant-option.active::after {
    content: '✓'; position: absolute; right: 16px; width: 30px; height: 30px;
    background: #28a745; color: white; border-radius: 50%; font-weight: bold; line-height: 30px;
}
.variant-option { 
position: relative; 
top:10px;
}
.out-of-stock { opacity: 0.5; pointer-events: none; }
.out-of-stock::before {
    content: 'Out of Stock'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-15deg);
    background: rgba(220,53,69,0.9); color: white; padding: 5px 15px; border-radius: 8px; font-size: 12px; font-weight: bold;
}
.current { font-size: 1.3rem; font-weight: 700; color: #28a745; }
.original { text-decoration: line-through; color: #999; margin-left: 8px; }
.discount { background: #28a745; color: white; padding: 2px 8px; border-radius: 6px; font-size: 0.8rem; margin-left: 8px; }

 