/*
 Theme Name:   Storefront Child
 Theme URI:    https://woocommerce.com/storefront/
 Description:  A child theme of Storefront
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     storefront
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefront-child
*/

/* Add your custom styles below this line */
ul.products::before, ul.products::after {
    content: "";
    display: none!important;
}
@media(min-width: 768px) {
      .woocommerce-active .site-header .site-branding {
    width: 20% !important;
    margin: 0!important;
  }
  .woocommerce-active .site-header .site-search {
    width: 80% !important;
    margin: 0!important;
    margin-top: 70px !important;
  }
}

/* ========================================
   CBD American Shaman About Us Page Styles
   Parent: storefront-child
   Prefix: cbdas-
   ======================================== */

/* Main Container Styles */
.cbdas-about-main-area0 {
    width: 100%;
    overflow: hidden;
}

.cbdas-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cbdas-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.cbdas-plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.cbdas-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Column Styles */
.cbdas-col-lg-12,
.cbdas-col-lg-6,
.cbdas-col-lg-4,
.cbdas-col-md-6,
.cbdas-col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .cbdas-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .cbdas-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .cbdas-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .cbdas-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cbdas-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* About Content Section */
.cbdas-about-main-area {
    padding: 50px 0;
    background: #f9f9f9;
}

.cbdas-about-content {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cbdas-about-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 8px;
}

.cbdas-about-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cbdas-about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.cbdas-about-content p strong {
    font-weight: 700;
    color: #333;
}

.cbdas-about-content a {
    color: #4CAF50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cbdas-about-content a:hover {
    color: #45a049;
    text-decoration: underline;
}

/* Mission Area */
.cbdas-our-mission-area {
    padding: 40px 0;
    background: #fff;
}

.cbdas-pt-50 {
    padding-top: 50px;
}

.cbdas-newlatter-content {
    padding: 20px;
}

.cbdas-text-center {
    text-align: center;
}

.cbdas-newlatter-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cbdas-newlatter-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

/* Banner Area (CBD Facts Section) */
.cbdas-banner-area {
    padding: 40px 0;
    background: #f5f5f5;
}

.cbdas-single-banner {
    margin-bottom: 20px;
}

.cbdas-mb-3 {
    margin-bottom: 1rem;
}

.cbdas-banner-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cbdas-banner-content-2-about {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.cbdas-banner-content-2-about h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cbdas-banner-content-2-about p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

/* Blog/Video Area */
.cbdas-blog-area {
    padding: 50px 0;
}

.cbdas-ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cbdas-ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cbdas-br-top {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}

.cbdas-section-title {
    margin-bottom: 40px;
}

.cbdas-mb-30 {
    margin-bottom: 30px;
}

.cbdas-section-title h2,
.cbdas-section-title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cbdas-section-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Video Grid */
.cbdas-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.cbdas-video-item {
    width: 100%;
}

.cbdas-single-blog {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cbdas-single-blog:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.cbdas-blog-img {
    position: relative;
    overflow: hidden;
}

.cbdas-blog-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.cbdas-single-blog:hover .cbdas-blog-img img {
    transform: scale(1.05);
}

.cbdas-blog-img iframe {
    width: 100%;
    display: block;
}

.cbdas-blog-content {
    padding: 20px;
    flex-grow: 1;
}

.cbdas-pt-20 {
    padding-top: 20px;
}

.cbdas-pb-20 {
    padding-bottom: 20px;
}

.cbdas-blog-content h3,
.cbdas-blog-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.cbdas-blog-content h3 a,
.cbdas-blog-content h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cbdas-blog-content h3 a:hover,
.cbdas-blog-content h4 a:hover {
    color: #4CAF50;
}

.cbdas-blog-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.cbdas-learn-more {
    display: inline-block;
    padding: 10px 25px;
    background: #4CAF50;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

.cbdas-learn-more:hover {
    background: #45a049;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .cbdas-about-content h3 {
        font-size: 28px;
    }

    .cbdas-section-title h2,
    .cbdas-section-title h3 {
        font-size: 28px;
    }

    .cbdas-newlatter-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .cbdas-plr-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cbdas-about-content {
        padding: 20px;
    }

    .cbdas-about-content h3 {
        font-size: 24px;
    }

    .cbdas-section-title h2,
    .cbdas-section-title h3 {
        font-size: 24px;
    }

    .cbdas-newlatter-content h3 {
        font-size: 26px;
    }

    .cbdas-banner-content-2-about h3 {
        font-size: 20px;
    }

    .cbdas-video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cbdas-col-md-4,
    .cbdas-col-md-6,
    .cbdas-col-lg-4,
    .cbdas-col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .cbdas-about-content h3 {
        font-size: 20px;
    }

    .cbdas-about-content p {
        font-size: 14px;
    }

    .cbdas-section-title h2,
    .cbdas-section-title h3 {
        font-size: 20px;
    }

    .cbdas-newlatter-content h3 {
        font-size: 22px;
    }
}

/* ========================================
   WooCommerce Shop Page Product Cards
   Matching Figma Design (Node: 657:13676)
   ======================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Montserrat:wght@600;700&display=swap');

/* Product Grid Layout - 3 products per row */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 !important;
    padding: 20px 0;
}

.woocommerce ul.products li.product {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}

/* Product Card Container */
.cbdas-product-card {
    background: #fff;
    border-radius: 8px;
    overflow: visible;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

/* Product Image */
.cbdas-product-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #f5f5f5;
}

.cbdas-product-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.cbdas-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.cbdas-product-card:hover .cbdas-product-image {
    transform: scale(1.05);
}

/* Product Info Section */
.cbdas-product-info {
    padding: 20px 15px 10px;
    flex-grow: 1;
}

/* Product Title */
.cbdas-product-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1e1e1e;
    margin: 0 0 12px 0;
    min-height: 48px;
}

.cbdas-product-title a {
    color: #1e1e1e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cbdas-product-title a:hover {
    color: #411a31;
}

/* Rating and Reviews */
.cbdas-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.cbdas-star-icon {
    color: #FFC831;
    font-size: 18px;
    line-height: 18px;
}

.cbdas-rating-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #1e1e1e;
}

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

.cbdas-product-price .woocommerce-Price-amount {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.cbdas-product-price del {
    opacity: 0.6;
    font-size: 18px;
    margin-right: 8px;
}

.cbdas-product-price ins {
    text-decoration: none;
    color: #e53935;
}

/* Product Actions (Add to Cart + Wishlist) */
.cbdas-product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 15px 20px;
}

/* Add to Cart Button */
.cbdas-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #411a31;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 11px 16px 11px 12px;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.cbdas-add-to-cart:hover {
    background: #660940;
    transform: translateY(-2px);
    color:#fff;
}

.cbdas-add-to-cart:active {
    transform: translateY(0);
}

.cbdas-cart-icon {
    font-size: 18px;
    line-height: 18px;
}

.cbdas-cart-text {
    text-transform: capitalize;
}

/* Wishlist Button */
.cbdas-wishlist-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #eceff1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.cbdas-wishlist-btn:hover {
    background: #d6dadd;
}

.cbdas-wishlist-btn.active {
    background: #411a31;
    color: #fff;
}

.cbdas-heart-icon {
    width: 24px;
    height: 24px;
    color: #1e1e1e;
    transition: color 0.3s ease, fill 0.3s ease;
}

.cbdas-heart-icon path {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.cbdas-wishlist-btn:hover .cbdas-heart-icon {
    color: #e53935;
}

.cbdas-wishlist-btn:hover .cbdas-heart-icon path {
    fill: #e53935;
    stroke: #e53935;
}

.cbdas-wishlist-btn.active .cbdas-heart-icon {
    color: #e53935;
}

.cbdas-wishlist-btn.active .cbdas-heart-icon path {
    fill: #e53935;
    stroke: #e53935;
}

/* Loading State */
.cbdas-add-to-cart.loading {
    opacity: 0.6;
    pointer-events: none;
}

.cbdas-add-to-cart.loading::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .cbdas-product-image-wrapper {
        height: 220px;
    }

    .cbdas-product-title {
        font-size: 16px;
        line-height: 22px;
    }

    .cbdas-product-price {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cbdas-product-image-wrapper {
        height: 180px;
    }

    .cbdas-product-title {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
    }

    .cbdas-product-price {
        font-size: 20px;
    }

    .cbdas-add-to-cart {
        font-size: 14px;
        padding: 10px 12px;
    }

    .cbdas-cart-text {
        display: none;
    }

    .cbdas-add-to-cart {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cbdas-product-info {
        padding: 15px 10px 8px;
    }

    .cbdas-product-actions {
        padding: 0 10px 15px;
    }
}

/* Hide default WooCommerce elements that conflict */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .star-rating {
    display: none !important;
}

/* Notification Styles */
.cbdas-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #411a31;
    color: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cbdas-notification.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .cbdas-notification {
        bottom: 20px;
        right: 20px;
        left: 20px;
        text-align: center;
    }
}

/* ========================================
   Category Header Design
   Matching Image 2 Design - Full Width Cover
   ======================================== */

/* Category Header Container - Full Width */
.cbdas-category-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url('../storefront-child/img/cover-category.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 0;
    margin-bottom: 50px;
}



/* Wrapper for breadcrumbs and content */
.cbdas-category-header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

/* Breadcrumb Styling */
.cbdas-breadcrumb-wrapper {
    padding: 20px 0 10px;
}

.cbdas-breadcrumb-wrapper .woocommerce-breadcrumb,
.cbdas-breadcrumb-wrapper .storefront-breadcrumb {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

.cbdas-breadcrumb-wrapper .woocommerce-breadcrumb a,
.cbdas-breadcrumb-wrapper .storefront-breadcrumb a {
    color: #1e1e1e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cbdas-breadcrumb-wrapper .woocommerce-breadcrumb a:hover,
.cbdas-breadcrumb-wrapper .storefront-breadcrumb a:hover {
    color: #411a31;
}

/* Remove extra wrapper styles from breadcrumbs inside header */
.cbdas-breadcrumb-wrapper .storefront-breadcrumb .col-full {
    padding: 0;
    max-width: none;
}

/* Category Content Inner */
.cbdas-category-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 30px 0 60px;
}

/* Category Thumbnail */
.cbdas-category-thumbnail {
    flex-shrink: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border: 5px solid #fff;
}

.cbdas-category-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Category Content */
.cbdas-category-content {
    flex: 1;
}

.cbdas-category-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #1e1e1e;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.cbdas-category-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin: 0;
    max-width: 700px;
}

.cbdas-category-description p {
    margin: 0 0 12px 0;
}

.cbdas-category-description p:last-child {
    margin-bottom: 0;
}

/* Hide default WooCommerce category header */
.woocommerce-products-header {
    display: none !important;
}

/* Hide Storefront breadcrumb wrapper on category pages */
.tax-product_cat .storefront-breadcrumb {
    display: none !important;
}

/* Responsive Design for Category Header */
@media (max-width: 991px) {
    .cbdas-category-header {
        padding: 50px 0;
        min-height: 280px;
    }

    .cbdas-category-header-inner {
        gap: 40px;
        padding: 0 20px;
    }

    .cbdas-category-thumbnail {
        width: 180px;
        height: 180px;
    }

    .cbdas-category-title {
        font-size: 40px;
    }

    .cbdas-category-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cbdas-category-header {
        padding: 40px 0;
        min-height: 250px;
    }

    .cbdas-category-header-inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 0 15px;
    }

    .cbdas-category-thumbnail {
        width: 150px;
        height: 150px;
    }

    .cbdas-category-title {
        font-size: 34px;
    }

    .cbdas-category-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .cbdas-category-header {
        padding: 30px 0;
        min-height: 220px;
    }

    .cbdas-category-thumbnail {
        width: 120px;
        height: 120px;
        border: 3px solid #fff;
    }

    .cbdas-category-title {
        font-size: 28px;
    }

    .cbdas-category-description {
        font-size: 14px;
    }
}

/* ========================================
   Product Filter Styling
   Modern Checkbox Design - Matching Image 2
   ======================================== */

/* Filter Block Container */
.wp-block-woocommerce-product-filter-status,
.wp-block-woocommerce-product-filter-attribute {
    background: #f5f0f5;
    border-radius: 10px;
    padding: 14px 10px;
    margin-bottom: 20px;
}

/* Filter Headings */
.wp-block-woocommerce-product-filter-status .wp-block-heading,
.wp-block-woocommerce-product-filter-attribute .wp-block-heading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #411A31;
    margin: 0 0 8px 0 !important;
}

/* Checkbox List */
.wc-block-product-filter-checkbox-list fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.wc-block-product-filter-checkbox-list__item {
    margin-bottom: 8px;
}

.wc-block-product-filter-checkbox-list__item:last-child {
    margin-bottom: 0;
}

/* Checkbox Label */
.wc-block-product-filter-checkbox-list__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #2d1a27;
    transition: all 0.2s ease;
    padding: 0;
}

.wc-block-product-filter-checkbox-list__label:hover {
    color: #411a31;
}

/* Custom Checkbox Input Wrapper */
.wc-block-product-filter-checkbox-list__input-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Show default checkbox with custom styling */
.wc-block-product-filter-checkbox-list__input {
    position: relative;
    opacity: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2.5px solid #c5b8c2;
    border-radius: 6px;
    background: #fff;
    transition: all 0.2s ease;
    margin: 0;
}

/* Checkbox Hover State */
.wc-block-product-filter-checkbox-list__input:hover {
    border-color: #411a31;
}

/* Checkbox Checked State */
.wc-block-product-filter-checkbox-list__input:checked {
    background: #411a31;
    border-color: #411a31;
}

.wc-block-product-filter-checkbox-list__input:checked + .wc-block-product-filter-checkbox-list__mark {
    opacity: 1;
    transform: scale(1);
}

/* Checkmark SVG */
.wc-block-product-filter-checkbox-list__mark {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s ease;
    color: #fff;
    pointer-events: none;
    left: 5px;
    top: 5px;
}

.wc-block-product-filter-checkbox-list__mark path {
    stroke: #fff;
    stroke-width: 2.5;
}

/* Text Wrapper */
.wc-block-product-filter-checkbox-list__text-wrapper {
    flex: 1;
}

.wc-block-product-filter-checkbox-list__text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1E1E1E;
}

/* Responsive */
@media (max-width: 767px) {
    .wp-block-woocommerce-product-filter-status,
    .wp-block-woocommerce-product-filter-attribute {
        padding: 20px;
    }

    .wp-block-woocommerce-product-filter-status .wp-block-heading,
    .wp-block-woocommerce-product-filter-attribute .wp-block-heading {
        font-size: 18px;
    }

    .wc-block-product-filter-checkbox-list__label {
        font-size: 16px;
    }

    .wc-block-product-filter-checkbox-list__text {
        font-size: 16px;
    }
}

/* ========================================
   Product Categories List Styling
   Clean Link Design
   ======================================== */

/* Categories Block Container */
.wp-block-woocommerce-product-categories {
    background: #f5f0f5;
    border-radius: 10px;
    padding: 14px 10px;
    margin-bottom: 20px;
    position: relative;
}

/* Add Title Before Categories */
.wp-block-woocommerce-product-categories::before {
    content: 'Categories';
    display: block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #411A31;
    margin-bottom: 8px;
}

/* Categories List */
.wc-block-product-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Category List Item */
.wc-block-product-categories-list-item {
    margin-bottom: 12px;
    padding: 0;
}

.wc-block-product-categories-list-item:last-child {
    margin-bottom: 0;
}

/* Category Link */
.wc-block-product-categories-list-item a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1E1E1E !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wc-block-product-categories-list-item a:hover {
    color: #411A31 !important;
    text-decoration: underline;
}

/* Category Name */
.wc-block-product-categories-list-item__name {
    display: inline;
}

/* Hide Product Count */
.wc-block-product-categories-list-item-count {
    display: none;
}

/* Active/Current Category */
.wc-block-product-categories-list-item.current-cat > a,
.wc-block-product-categories-list-item.current-cat-parent > a {
    color: #411A31 !important;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 767px) {
    .wc-block-product-categories-list-item a {
        font-size: 14px;
        line-height: 22px;
    }
}
.widget{
    margin: 0 0 16px !important;
}
.left-sidebar .widget-area{
    border:1px solid #411A31;
    border-radius:20px;
    padding: 10px;
}

@media(min-width: 768px) {
    .left-sidebar .content-area{
                width: calc(100% - 320px) !important;
    }
    .left-sidebar .widget-area{
        width: 290px!important;
        margin-right: 30px!important;
    }
    .storefront-full-width-content .content-area{
        width: 100% !important;
    }
}