 .shop-main-area {
     margin-top: 0 !important;
 }

 .v1 {

     /* Hero Section */
     .hero-section {
         position: relative;
         background-image: url("/site_assets/shared/img/template-v1/cover-category.png");
         overflow: hidden;
         background-size: cover;
         padding-bottom: 24px;
     }

     .hero-title {
         font-weight: 600;
         font-size: 70px;
         line-height: normal;
         color: #411a31;
         margin-left: 100px;
         margin-top: 40px;
         @media(max-width: 786px){
             font-size:32px;
             margin-left:10px;
             margin-top: 20px;
         }
     }

     .hero-description {
         font-size: 20px;
         line-height: normal;
         color: #000000;
         margin-left: 100px;
         width: 802px;
         @media(max-width: 786px){
             font-size:18px;
             margin-left:10px;
         }
     }

     .hero-description .description-content {
         max-height: 30px;
         overflow: hidden;
         transition: max-height 0.3s ease;
     }

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

     .hero-description .read-more-link {
         color: #411A31;
         font-weight: 600;
         font-size: 16px;
         text-decoration: underline;
         cursor: pointer;
         display: inline-block;
         margin-top: 5px;
     }

     .hero-description .read-more-link:hover {
         color: #2a1120;
     }

     @media (max-width: 786px) {
         .hero-description .description-content {
             max-height: 40px;
         }

         .hero-description .read-more-link {
             font-size: 14px;
         }
     }

     .hero-product-image {
         position: absolute;
         left: 1105px;
         top: 42px;
         width: 170px;
         height: 170px;
     }

     .hero-emoji-1 {
         position: absolute;
         font-size: 61px;
         left: 1244px;
         top: 84px;
     }

     .hero-emoji-2 {
         position: absolute;
         font-size: 61px;
         left: 1119px;
         top: 171px;
     }

     .hero-ellipse-1 {
         position: absolute;
         left: 948px;
         top: 134px;
         width: 64.426px;
         height: 64.426px;
         transform: rotate(302.081deg);
     }

     .hero-ellipse-2 {
         position: absolute;
         left: 1295px;
         top: -1px;
         width: 81.849px;
         height: 81.849px;
         transform: rotate(302.081deg);
     }

     .hero-ellipse-3 {
         position: absolute;
         left: 996px;
         top: -78px;
         width: 123.714px;
         height: 123.714px;
         transform: rotate(196.891deg);
     }

     /* Category Tabs */
     .category-tabs {
         margin: 0px 0 35px 0;
         display: flex;
         justify-content: center;
     }

     .category-tab {
         background: white;
         height: 40px;
         width: 257px;
         display: flex;
         align-items: center;
         justify-content: center;
         cursor: pointer;
         transition: all 0.3s ease;
     }

     .category-tab.active {
         border-bottom: 2px solid #411a31;
     }

     .category-tab-text {
         font-weight: 500;
         font-size: 18px;
         line-height: 24px;
         letter-spacing: 0.5px;
         color: #1e1e1e;
     }

     .info-icon {
         width: 14px;
         height: 14px;
         margin-left: 8px;
     }

     /* Tooltip */
     .tooltip {
         position: absolute;
         left: 414px;
         top: 632px;
         background: #eaecf0;
         border-radius: 10px;
         box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
         width: 155px;
         height: 32px;
         padding: 11px;
         display: none;
     }

     .tooltip-text {
         font-family: 'Roboto', sans-serif;
         font-weight: 500;
         font-size: 7px;
         line-height: 10px;
         color: #000000;
         text-align: center;
     }

     /* Filters Sidebar */
     .filters-sidebar {
         background: white;
         border: 1px solid #e0e0e0;
         border-radius: 8px;
     }

     .filters-header {
         display: flex;
         align-items: center;
         padding: 18px;
         border-bottom: 1px solid #e0e0e0;
     }

     .filters-title {
         font-size: 24px;
         line-height: 24px;
         color: #411a31;
         margin: 0;
         margin-left: 12px;
     }

     .filter-icon {
         width: 24px;
          height: 14px; 
     }

     .applied-filters {
         padding: 14px 18px;
         border-bottom: 1px solid #e0e0e0;
     }

     .applied-filters-title {
         font-weight: 500;
         font-size: 18px;
         line-height: 24px;
         letter-spacing: 0.15px;
         color: #411a31;
     }

     .clear-all {
         font-weight: 500;
         font-size: 12px;
         line-height: 16px;
         letter-spacing: 0.4px;
         color: #1e1e1e;
         opacity: 0.45;
         text-decoration: underline;
         cursor: pointer;
         /*! position: absolute; */
         right: 18px;
     }

     .filter-chip {
         display: inline-flex;
         align-items: center;
         gap: 4px;
         background: #eceff1;
         border-radius: 2px;
         padding: 1px 4px;
         margin-top: 8px;
     }

     .filter-chip-text {
         font-size: 13px;
         line-height: 20px;
         letter-spacing: 0.25px;
         color: #1e1e1e;
     }

     .filter-chip-close {
         width: 12px;
         height: 12px;
         cursor: pointer;
     }

     .filter-section {
         padding: 16px 18px;
         /*! border-bottom: 1px solid #e0e0e0; */
     }

     .filter-section-title {
         font-weight: 500;
         font-size: 18px;
         line-height: 24px;
         letter-spacing: 0.15px;
         color: #411a31;
         display: flex;
         align-items: center;
         gap: 8px;
     }

     .filter-options {
         margin-top: 12px;
     }

     .filter-option {
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 8px 0;
     }

     .filter-option-label {
         font-size: 15px;
         line-height: 24px;
         letter-spacing: 0.5px;
         color: #1e1e1e;
     }

     .filter-badge {
         background: #411a31;
         border-radius: 10px;
         width: 18px;
         height: 11px;
         font-size: 6px;
         line-height: 24px;
         letter-spacing: 0.5px;
         color: white;
         display: flex;
         align-items: center;
         justify-content: center;
     }


     .checkbox-wrapper {
         position: relative;
         width: 24px;
         height: 24px;
         min-width: 24px;
         cursor: pointer;
     }

     .checkbox {
         position: absolute;
         opacity: 0;
         width: 24px;
         height: 24px;
         cursor: pointer;
         z-index: 2;
     }

     .checkbox-icon {
         width: 24px;
         height: 24px;
         pointer-events: none;
         display: block;
     }

     .toggle-buttons {
         display: flex;
         gap: 5px;
         margin-top: 12px;
     }

     .toggle-button {
         background: #f0f0f0;
         border: 1px solid #411a31;
         border-radius: 15px;
         width: 70px;
         height: 35px;
         font-size: 15px;
         line-height: 24px;
         letter-spacing: 0.5px;
         color: #1e1e1e;
         cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .toggle-button.active {
         background: #411a31;
         color: white;
     }

     .expandable-section {
         background: #f4ecf1;
         border-radius: 10px;
         padding: 12px;
         margin-top: 12px;
     }

     /* Products Grid */
     .products-grid {
         /*! position: absolute; */
         left: 485px;
         top: 734px;
         display: grid;
         grid-template-columns: repeat(3, 243px);
         gap: 60px 74px;
     }

     .product-card {
        box-shadow: 5px 5px 18px -6px #9E9E9E;
        padding: 5px;
        border-radius: 8px;
     }

     .product-image-wrapper {
         width: 170px;
         height: 170px;
         margin: 0 auto;
     }

     .product-image {
         width: 100%;
         height: 100%;
         object-fit: cover;
     }

     .product-info {
         margin-top: 13px;
     }

     .product-name {
         font-weight: 500;
         font-size: 18px;
         line-height: 24px;
         letter-spacing: 0.5px;
         color: #1e1e1e;
     }

     .product-rating {
         display: flex;
         align-items: center;
         gap: 8px;
     }

     .rating-star {
         width: 18px;
         height: 18px;
     }

     .rating-text {
         font-weight: 300;
         font-size: 12px;
         line-height: 16px;
         letter-spacing: 0.4px;
         color: #1e1e1e;
     }

     .product-price {
         font-family: 'Montserrat', sans-serif;
         font-weight: 600;
         font-size: 24px;
         line-height: 24px;
         letter-spacing: 1px;
         color: #1e1e1e;
         margin-bottom:5px ;
     }

     .product-actions {
         display: flex;
         gap: 8px;
     }

     .add-to-cart-btn {
         background: #411a31;
         border-radius: 4px;
         padding: 11px 16px 11px 12px;
         display: flex;
         align-items: center;
         gap: 8px;
         border: none;
         cursor: pointer;
         flex: 1;
     }

     .add-to-cart-icon {
         width: 18px;
         height: 18px;
     }

     .add-to-cart-text {
         font-weight: 500;
         font-size: 16px;
         line-height: 16px;
         letter-spacing: 1.25px;
         color: white;
         text-transform: capitalize;
     }

     .favorite-btn {
         background: #eceff1;
         border-radius: 4px;
         width: 40px;
         height: 40px;
         border: none;
         cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .favorite-icon {
         width: 24px;
         height: 24px;
     }

     .arrow-up {
         transform: rotate(180deg);
         transition: transform 0.3s ease;
         cursor: pointer;
     }

     .arrow-up.rotated {
         transform: rotate(0deg);
     }

     .content-section {
         display: flex;
         gap: 30px;
         margin-top: 35px;
     }

     /* Products Group - replaces row */
     .products-group {
         display: flex;
         flex-wrap: wrap;
         gap: 15px;
     }

     /* Product Item - replaces col-lg-4 col-md-4 col-sm-6 col-xs-12 */
     .product-item {
         flex: 0 0 calc(33.333% - 20px);
         max-width: calc(33.333% - 20px);
         display: flex;
     }

     @media (max-width: 992px) {
         .product-item {
             flex: 0 0 calc(50% - 20px);
             max-width: calc(50% - 20px);
         }
     }

     @media (max-width: 768px) {
         .product-item {
             flex: 0 0 calc(50% - 20px);
             max-width: calc(50% - 20px);
         }
     }

     @media (max-width: 576px) {
         .product-item {
             flex: 0 0 100%;
             max-width: 100%;
         }
     }

     /* Equal height product cards */
     .product-card {
         display: flex;
         flex-direction: column;
         height: 100%;
         width: 100%;
     }

     .product-card .product-info {
         display: flex;
         flex-direction: column;
         flex-grow: 1;
     }

     .product-card .product-actions {
         margin-top: auto;
     }
 }

/* Utility class to hide elements on mobile */
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

/* Info Icon Tooltip Styles */
.info-icon-wrapper {
    position: relative;
    display: inline-block;
}

.info-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #411A31;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    width: 220px;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #411A31 transparent transparent transparent;
}

.info-icon-wrapper:hover .info-tooltip {
    visibility: visible;
    opacity: 1;
}

.info-icon {
    cursor: pointer;
}

@media (max-width: 768px) {
    .info-tooltip {
        width: 180px;
        font-size: 11px;
        padding: 8px 10px;
        left: auto;
        right: 0;
        transform: none;
    }

    .info-tooltip::after {
        left: auto;
        right: 10px;
        transform: none;
    }
}

/* CBD Oil Tabs Styles */
.category-tabs.cbd-oil-tabs {
    justify-content: center;
}

.category-tabs.cbd-oil-tabs .cbd-oil-tab {
    width: auto;
    padding: 0 30px;
}

.category-tabs.cbd-oil-tabs .cbd-oil-tab.active {
    border-bottom: 2px solid #411a31;
}

@media (max-width: 768px) {
    .category-tabs.cbd-oil-tabs {
        flex-direction: row;
    }

    .category-tabs.cbd-oil-tabs .cbd-oil-tab {
        padding: 0 15px;
    }

    .category-tabs.cbd-oil-tabs .category-tab-text {
        font-size: 14px;
    }
}

/* Collapsible Filters on Mobile */
.filters-toggle-icon {
    display: none;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.filters-header {
    cursor: default;
}

@media (max-width: 768px) {
    .filters-toggle-icon {
        display: block;
        color: #411A31;
    }

    .filters-header {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 15px;
        background-color: #f5f5f5;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .filters-header .filters-title {
        margin: 0;
        flex-grow: 1;
    }

    .filters-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
    }

    .filters-sidebar.filters-open .filters-content {
        max-height: 2000px;
        transition: max-height 0.4s ease-in;
    }

    .filters-sidebar.filters-open .filters-toggle-icon {
        transform: rotate(180deg);
    }
}
.bottom-description{
        details {
            margin-bottom: 15px;
            border: 2px solid #e1e8ed;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: white;
        }

        details:hover {
            border-color: #411a31;
            box-shadow: 0 5px 15px rgba(65, 26, 49, 0.1);
        }

        details[open] {
            border-color: #411a31;
            box-shadow: 0 8px 25px rgba(65, 26, 49, 0.15);
        }

        summary {
            padding: 20px 25px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            cursor: pointer;
            font-weight: 600;
            font-size: 24px;
            color: #495057;
            border: none;
            outline: none;
            position: relative;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        summary:hover {
            background: linear-gradient(135deg, #411a31 0%, #6b2950 100%);
            color: white;
            transform: translateY(-2px);
        }

        summary::marker {
            display: none;
        }

        summary::before {
            content: "▶";
            margin-right: 15px;
            font-size: 0.9rem;
            transition: transform 0.3s ease;
            color: #411a31;
        }

        summary:hover::before {
            color: white;
        }

        details[open] summary::before {
            transform: rotate(90deg);
            color: #411a31;
        }

        details[open] summary:hover::before {
            color: white;
        }

        .content {
            padding: 25px;
            background: #fafbfc;
            border-top: 1px solid #e1e8ed;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .content h3 {
            color: #411a31;
            margin-bottom: 15px;
            font-size: 1.3rem;
            border-bottom: 2px solid #411a31;
            padding-bottom: 8px;
            display: inline-block;
        }

        .content h4 {
            color: #495057;
            margin: 20px 0 10px 0;
            font-size: 1.1rem;
        }

        .content p {
            margin-bottom: 15px;
            text-align: justify;
            color: #6c757d;
        }

        .content ol, .content ul {
            margin: 15px 0;
            padding-left: 25px;
        }

        .content li {
            margin-bottom: 12px;
            color: #6c757d;
        }

        .content li strong {
            color: #495057;
        }

        .flavor-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .flavor-card {
            background: white;
            border: 1px solid #e1e8ed;
            border-radius: 8px;
            padding: 20px;
            transition: all 0.3s ease;
        }

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

        .flavor-card h4 {
            color: #411a31;
            margin-bottom: 10px;
            font-size: 1rem;
        }

        .price-highlight {
            background: linear-gradient(135deg, #411a31 0%, #6b2950 100%);
            color: white;
            padding: 3px 8px;
            border-radius: 5px;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .warning-box {
            background: #f8f5f7;
            border: 1px solid #d4b8c9;
            border-radius: 8px;
            padding: 15px;
            margin: 15px 0;
            font-style: italic;
            color: #411a31;
        }

        .footer {
            background: #2a0f1f;
            color: white;
            text-align: center;
            padding: 20px;
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2rem;
            }
            
            .accordion-container {
                padding: 20px;
            }
            
            summary {
                padding: 15px 20px;
                font-size: 1rem;
            }
            
            .content {
                padding: 20px;
            }
            
            .flavor-grid {
                grid-template-columns: 1fr;
            }
        }
}