/**
 * Enrike Customizer - Frontend Styles
 * Apple-inspired modern design
 * Version: 1.0.0
 */

/* ========================================
   Assigned Page - Hide Theme Elements
   ======================================== */
/* Tanlangan sahifada theme elementlarini yashirish */
body.enrike-homepage-page .entry-title,
body.enrike-homepage-page .page-title,
body.enrike-homepage-page .entry-header,
body.enrike-homepage-page .page-header,
body.enrike-homepage-page .ct-page-title,
body.enrike-homepage-page .hero-section,
body.enrike-homepage-page article > header,
body.enrike-homepage-page .woocommerce-products-header,
body.enrike-homepage-page .woocommerce-result-count,
body.enrike-homepage-page .woocommerce-ordering,
body.enrike-homepage-page .woocommerce-breadcrumb,
body.enrike-homepage-page nav.woocommerce-pagination,
body.enrike-homepage-page .sidebar,
body.enrike-homepage-page aside,
body.enrike-homepage-page #secondary,
body.enrike-homepage-page .archive-header,
body.enrike-homepage-page .term-description,
body.enrike-homepage-page .woocommerce-notices-wrapper,
body.enrike-homepage-page .storefront-sorting {
    display: none !important;
}

/* Hide WooCommerce default shop content */
body.enrike-homepage-page ul.products:not(.enrike-products-items),
body.enrike-homepage-page .woocommerce > .products:not(.enrike-products-items),
body.enrike-homepage-page .woocommerce-shop > .products:not(.enrike-products-items) {
    display: none !important;
}

/* Content area - keep theme container width */
body.enrike-homepage-page #primary,
body.enrike-homepage-page .entry-content,
body.enrike-homepage-page article {
    float: none !important;
}

/* ========================================
   Theme/WooCommerce Override Reset
   ======================================== */
/* Override Blocksy and other themes */
.enrike-homepage ul.products::before,
.enrike-homepage ul.products::after,
.enrike-homepage .products::before,
.enrike-homepage .products::after {
    content: none !important;
    display: none !important;
}

/* Reset any flex/grid from theme */
.enrike-homepage .woocommerce ul.products,
.enrike-homepage ul.products[class*="columns-"] {
    display: grid !important;
    flex-wrap: unset !important;
}

/* Override theme product card styles */
.enrike-homepage .ct-product-container,
.enrike-homepage .product-card,
.enrike-homepage .shop-entry-card {
    all: unset !important;
}

/* ========================================
   WooCommerce Archive - Border Radius Fix
   clip-path usuli - oq burchaklarni yo'qotish
   ======================================== */
/* Product card - clip-path bilan kesish */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
    isolation: isolate !important;
    -webkit-clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
    clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
}

/* Blocksy ct-media-container - asosiy muammo shu */
.woocommerce ul.products li.product .ct-media-container,
ul.products li.product .ct-media-container {
    -webkit-clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
    clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
    isolation: isolate !important;
}

/* Rasm uchun ham clip-path */
.woocommerce ul.products li.product .ct-media-container img,
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
ul.products li.product img {
    -webkit-clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
    clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
}

/* Pseudo-elementlarni yashirish - oq fon sababchisi */
.woocommerce ul.products li.product .ct-media-container::before,
.woocommerce ul.products li.product .ct-media-container::after,
ul.products li.product .ct-media-container::before,
ul.products li.product .ct-media-container::after {
    display: none !important;
    content: none !important;
}

/* Figure va link wrapper */
.woocommerce ul.products li.product figure,
.woocommerce ul.products li.product > a:first-of-type,
ul.products li.product figure {
    -webkit-clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
    clip-path: inset(0 round var(--enrike-border-radius, 16px)) !important;
}

/* ========================================
   CSS Variables - Theme Integration
   ======================================== */
:root {
    --enrike-font-family: inherit;
    --enrike-text-color: inherit;
    --enrike-bg-color: transparent;
    --enrike-border-radius: 16px;
    --enrike-border-radius-sm: 12px;
    --enrike-border-radius-xs: 8px;
    --enrike-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --enrike-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --enrike-shadow-hover: 0 8px 40px rgba(0, 0, 0, 0.12);
    --enrike-gray-100: #f5f5f7;
    --enrike-gray-200: #e8e8ed;
    --enrike-gray-300: #d2d2d7;
    --enrike-gray-500: #86868b;
    --enrike-gray-700: #1d1d1f;
}

/* ========================================
   Main Container - Inherit Theme Width
   ======================================== */
.enrike-homepage {
    font-family: var(--enrike-font-family);
    color: var(--enrike-text-color);
    background: transparent;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Remove any container restrictions from parent */
.enrike-homepage,
.enrike-homepage * {
    box-sizing: border-box;
}

/* Reset WooCommerce default styles inside our container */
.enrike-homepage .woocommerce,
.enrike-homepage.woocommerce,
body.woocommerce .enrike-homepage {
    margin: 0;
    padding: 0;
}

/* Hide default WooCommerce elements on homepage */
.enrike-homepage .woocommerce-result-count,
.enrike-homepage .woocommerce-ordering,
.enrike-homepage .woocommerce-breadcrumb,
.enrike-homepage nav.woocommerce-pagination {
    display: none !important;
}

/* ========================================
   Hero Section
   ======================================== */
.enrike-hero {
    text-align: center;
    padding: 80px 0 60px;
    background: transparent;
}

.enrike-hero-content {
    width: 100%;
    max-width: var(--theme-container-max-width, var(--theme-normal-container-max-width, 1500px));
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--theme-container-padding, 15px);
    padding-right: var(--theme-container-padding, 15px);
}



.enrike-hero-heading {
    font-size: clamp(40px, 8vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 24px;
    color: inherit;
}

.enrike-hero-text {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    opacity: 0.7;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   Tags Section
   ======================================== */
.enrike-tags {
    padding: 0 0 48px;
}

.enrike-tags-wrapper {
    width: 100%;
    max-width: var(--theme-container-max-width, var(--theme-normal-container-max-width, 1500px));
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--theme-container-padding, 15px);
    padding-right: var(--theme-container-padding, 15px);
}

.enrike-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.enrike-tag {
    background: var(--enrike-gray-100);
    border: none;
    padding: 10px 20px;
    border-radius: 980px;
    font-size: 14px;
    font-weight: 500;
    color: var(--enrike-gray-700);
    cursor: pointer;
    transition: var(--enrike-transition);
    font-family: inherit;
}

.enrike-tag:hover {
    background: var(--enrike-gray-200);
    transform: translateY(-2px);
}

.enrike-tag.active {
    background: var(--enrike-gray-700);
    color: #fff;
}

/* ========================================
   Products Section - Header bilan bir xil kenglik
   ======================================== */
.enrike-products {
    padding: 0 0 80px;
}

.enrike-products-wrapper {
    /* Blocksy theme container - same as .ct-container */
    width: 100%;
    max-width: var(--theme-container-max-width, var(--theme-normal-container-max-width, 1500px));
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--theme-container-padding, 15px);
    padding-right: var(--theme-container-padding, 15px);
}

/* Filter Bar */
.enrike-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--enrike-gray-200);
    margin-bottom: 32px;
}

.enrike-results-count {
    font-size: 14px;
    color: var(--enrike-gray-500);
}

.enrike-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.enrike-sort-btn {
    background: var(--enrike-gray-100);
    border: none;
    padding: 10px 20px;
    border-radius: 980px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    color: var(--enrike-gray-700);
    cursor: pointer;
    transition: var(--enrike-transition);
}

.enrike-sort-btn:hover {
    background: var(--enrike-gray-200);
}

.enrike-sort-btn.active {
    background: var(--enrike-gray-700);
    color: #fff;
}

/* Products Grid - 4 columns (Desktop only) */
.enrike-products-items.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}

/* WooCommerce product stillarini moslashtirish */
.enrike-products-items.products .product {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    list-style: none;
    clear: none;
    overflow: hidden;
    border-radius: var(--enrike-border-radius);
    background: transparent;
}

/* Blocksy theme - ct-product-container oq fon muammosini hal qilish */
.enrike-products-items.products .product .ct-product-container,
.enrike-products-items.products .product .product-inner,
.enrike-products-items.products .product .product-wrapper,
.enrike-products-items.products .product > div:first-child {
    background: transparent !important;
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius) !important;
}

/* Mahsulot link wrapper - border-radius uchun */
.enrike-products-items.products .product a.woocommerce-LoopProduct-link,
.enrike-products-items.products .product > a:first-child,
.enrike-products-items.products .product .ct-product-container > a {
    display: block;
    overflow: hidden;
    border-radius: var(--enrike-border-radius);
    background: transparent !important;
}

/* Faqat rasm ko'rinsin - title, price, button yashirish */
.enrike-homepage .enrike-products-items.products .woocommerce-loop-product__title,
.enrike-homepage .enrike-products-items.products .price,
.enrike-homepage .enrike-products-items.products .button,
.enrike-homepage .enrike-products-items.products .add_to_cart_button,
.enrike-homepage .enrike-products-items.products .star-rating,
.enrike-homepage .enrike-products-items.products .onsale,
.enrike-products-items.products .woocommerce-loop-product__title,
.enrike-products-items.products .price,
.enrike-products-items.products .button,
.enrike-products-items.products .add_to_cart_button,
.enrike-products-items.products .star-rating,
.enrike-products-items.products .onsale,
.enrike-products-items.products .woocommerce-loop-product__link > *:not(img) {
    display: none !important;
}

.enrike-products-items.products .product a.woocommerce-LoopProduct-link,
.enrike-products-items.products .product > a {
    display: block !important;
}

/* Rasm 2:3 aspect ratio */
.enrike-homepage .enrike-products-items.products .product img,
.enrike-products-items.products .product img,
.enrike-products-items.products .product .attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: var(--enrike-border-radius) !important;
    background: transparent !important;
}

/* Rasm wrapper - oq fon muammosini hal qilish */
.enrike-products-items.products .product .ct-media-container,
.enrike-products-items.products .product .product-image,
.enrike-products-items.products .product .woocommerce-product-gallery,
.enrike-products-items.products .product figure {
    background: transparent !important;
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius) !important;
}

/* ========================================
   WooCommerce Archive Pages - Border Radius Fix
   Oq burchaklar muammosini hal qilish
   ======================================== */
/* Archive sahifalarida product card border-radius */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius, 16px) !important;
    background: transparent !important;
}

/* Blocksy theme - ct-media-container oq fon fix */
.woocommerce ul.products li.product .ct-media-container,
.woocommerce-page ul.products li.product .ct-media-container {
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius, 16px) !important;
    background: transparent !important;
}

/* Rasm uchun border-radius */
.woocommerce ul.products li.product .ct-media-container img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product img {
    border-radius: var(--enrike-border-radius, 16px) !important;
    overflow: hidden !important;
}

/* Product link wrapper */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product > a:first-of-type {
    display: block !important;
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius, 16px) !important;
    background: transparent !important;
}

/* Blocksy product container */
.woocommerce ul.products li.product .ct-product-container {
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius, 16px) !important;
    background: transparent !important;
}

/* Figure element fix */
.woocommerce ul.products li.product figure,
.woocommerce ul.products li.product .product-thumbnail {
    overflow: hidden !important;
    border-radius: var(--enrike-border-radius, 16px) !important;
    background: transparent !important;
    margin: 0 !important;
}

/* Hover effektlari uchun */
.woocommerce ul.products li.product .ct-media-container::before,
.woocommerce ul.products li.product .ct-media-container::after {
    border-radius: var(--enrike-border-radius, 16px) !important;
}

/* Product Cards - Theme (Blocksy) stillarini ishlatish */
/* Plugin hech qanday card stili qo'shmaydi - theme sozlamalari ishlaydi */

/* No Products */
.enrike-no-products {
    text-align: center;
    padding: 80px 24px;
    color: var(--enrike-gray-500);
}


/* ========================================
   Pagination
   ======================================== */
.enrike-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--enrike-gray-200);
}

.enrike-page-numbers {
    display: flex;
    align-items: center;
    gap: 4px;
}

.enrike-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--enrike-gray-100);
    border: none;
    padding: 12px 20px;
    border-radius: var(--enrike-border-radius-xs);
    font-size: 14px;
    font-weight: 500;
    color: var(--enrike-gray-700);
    cursor: pointer;
    transition: var(--enrike-transition);
    font-family: inherit;
}

.enrike-page-btn:hover {
    background: var(--enrike-gray-200);
}

.enrike-page-btn.active {
    background: var(--enrike-gray-700);
    color: #fff;
}

.enrike-page-btn svg {
    width: 16px;
    height: 16px;
}

.enrike-page-dots {
    padding: 0 8px;
    color: var(--enrike-gray-500);
}

.enrike-prev,
.enrike-next {
    background: transparent;
    color: var(--enrike-gray-700);
}

.enrike-prev:hover,
.enrike-next:hover {
    background: var(--enrike-gray-100);
}

/* ========================================
   Loading State
   ======================================== */
.enrike-loading {
    position: relative;
    pointer-events: none;
}

.enrike-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.enrike-products-grid.enrike-loading {
    min-height: 400px;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .enrike-products-items.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .enrike-hero {
        padding: 60px 20px 40px;
    }
    
    /* Mobile grid - 3 ustun */
    .enrike-products-items.products {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .enrike-filter-bar {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .enrike-search-filters {
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .enrike-filter-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .enrike-search-box {
        padding: 6px 6px 6px 16px;
    }
    
    .enrike-search-input {
        padding: 10px 12px;
        font-size: 15px;
    }
    
    .enrike-search-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .enrike-pagination {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .enrike-hero-heading {
        font-size: 32px;
    }
    
    .enrike-hero-text {
        font-size: 16px;
    }
    
    /* Mobile kichik - 2 ustun */
    .enrike-products-items.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .enrike-tag {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .enrike-search-icon {
        display: none;
    }
}

/* ========================================
   Animation
   ======================================== */
@keyframes enrikeFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.enrike-product-card {
    animation: enrikeFadeIn 0.5s ease forwards;
}

.enrike-products-items .enrike-product-card:nth-child(1) { animation-delay: 0.05s; }
.enrike-products-items .enrike-product-card:nth-child(2) { animation-delay: 0.1s; }
.enrike-products-items .enrike-product-card:nth-child(3) { animation-delay: 0.15s; }
.enrike-products-items .enrike-product-card:nth-child(4) { animation-delay: 0.2s; }
.enrike-products-items .enrike-product-card:nth-child(5) { animation-delay: 0.25s; }
.enrike-products-items .enrike-product-card:nth-child(6) { animation-delay: 0.3s; }
.enrike-products-items .enrike-product-card:nth-child(7) { animation-delay: 0.35s; }
.enrike-products-items .enrike-product-card:nth-child(8) { animation-delay: 0.4s; }

/* ========================================
   Categories Section
   ======================================== */
.enrike-categories {
    padding: 48px 0;
    margin-top: 32px;
    border-top: 1px solid var(--enrike-gray-200);
}

.enrike-categories-wrapper {
    width: 100%;
    max-width: var(--theme-container-max-width, var(--theme-normal-container-max-width, 1500px));
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--theme-container-padding, 15px);
    padding-right: var(--theme-container-padding, 15px);
}

.enrike-categories-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 24px;
    text-align: center;
}

.enrike-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.enrike-category-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: var(--enrike-transition);
}

.enrike-category-card:hover {
    transform: translateY(-4px);
}

.enrike-category-card:hover .enrike-category-image {
    box-shadow: var(--enrike-shadow-hover);
}

.enrike-category-image {
    aspect-ratio: 1 / 1;
    border-radius: var(--enrike-border-radius);
    overflow: hidden;
    background: var(--enrike-gray-100);
    transition: var(--enrike-transition);
}

.enrike-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrike-category-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--enrike-gray-200), var(--enrike-gray-300));
    font-size: 36px;
    font-weight: 700;
    color: var(--enrike-gray-500);
    text-transform: uppercase;
}

.enrike-category-name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 8px;
    color: var(--enrike-gray-700);
}

.enrike-category-see-all {
    background: transparent;
    font-family: inherit;
}

.enrike-category-see-all .enrike-category-image,
.enrike-category-see-all {
    aspect-ratio: 1 / 1;
    border-radius: var(--enrike-border-radius);
    background: var(--enrike-gray-700);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.enrike-category-see-all:hover {
    background: #000;
    transform: translateY(-4px);
}

.enrike-see-all-text {
    font-size: 18px;
    font-weight: 600;
}

.enrike-category-see-all svg {
    width: 24px;
    height: 24px;
}

/* ========================================
   Categories Modal
   ======================================== */
.enrike-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.enrike-modal.active {
    display: flex;
}

.enrike-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.enrike-modal-content {
    position: relative;
    background: #fff;
    border-radius: var(--enrike-border-radius);
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: enrikeModalIn 0.3s ease;
}

@keyframes enrikeModalIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.enrike-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--enrike-gray-200);
}

.enrike-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.enrike-modal-close {
    background: var(--enrike-gray-100);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--enrike-transition);
}

.enrike-modal-close:hover {
    background: var(--enrike-gray-200);
}

.enrike-modal-close svg {
    width: 20px;
    height: 20px;
}

.enrike-modal-body {
    padding: 24px;
    overflow-y: auto;
}

.enrike-all-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.enrike-all-category-card {
    background: var(--enrike-gray-100);
    border-radius: var(--enrike-border-radius-sm);
    padding: 16px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: var(--enrike-transition);
}

.enrike-all-category-card:hover {
    background: var(--enrike-gray-200);
    transform: translateY(-4px);
}

.enrike-all-category-image {
    aspect-ratio: 1 / 1;
    border-radius: var(--enrike-border-radius-xs);
    overflow: hidden;
    margin-bottom: 12px;
}

.enrike-all-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrike-all-category-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.enrike-all-category-count {
    display: block;
    font-size: 12px;
    color: var(--enrike-gray-500);
}

/* Categories Responsive */
@media (max-width: 768px) {
    .enrike-categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .enrike-categories-title {
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .enrike-see-all-text {
        font-size: 14px;
    }
    
    .enrike-category-see-all svg {
        width: 18px;
        height: 18px;
    }
    
    .enrike-modal-content {
        width: 95%;
        max-height: 90vh;
    }
    
    .enrike-all-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .enrike-modal-header {
        padding: 16px;
    }
    
    .enrike-modal-body {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .enrike-categories-grid {
        gap: 6px;
    }
    
    .enrike-category-card {
        border-radius: var(--enrike-border-radius-xs);
    }
}
