.woo-custom-archive-container-3f65dc72 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.woo-custom-archive-container-3f65dc72 .section-title-3f65dc72 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
    text-transform: capitalize;
}

/* Categories Grid */
.woo-categories-grid-3f65dc72 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.woo-cat-card-3f65dc72 {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.woo-cat-card-3f65dc72:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.woo-cat-card-image-wrapper-3f65dc72 {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f7fafc;
}

.woo-cat-card-image-wrapper-3f65dc72 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.woo-cat-card-3f65dc72:hover .woo-cat-card-image-wrapper-3f65dc72 img {
    transform: scale(1.05);
}

.woo-cat-card-info-3f65dc72 {
    padding: 12px;
    text-align: center;
}

.woo-cat-card-info-3f65dc72 h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #1a202c;
    font-weight: 600;
}

.woo-cat-card-info-3f65dc72 span {
    font-size: 13px;
    color: #718096;
}

/* Products Grid */
.woo-products-grid-3f65dc72 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.woo-product-card-3f65dc72 {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.woo-product-card-3f65dc72:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.woo-product-card-link-3f65dc72 {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.woo-product-image-wrapper-3f65dc72 {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f7fafc;
}

.woo-product-image-wrapper-3f65dc72 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woo-product-info-3f65dc72 {
    padding: 15px;
    flex-grow: 1;
}

.woo-product-title-3f65dc72 {
    font-size: 15px;
    margin: 0 0 8px;
    color: #2d3748;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woo-product-price-3f65dc72 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.woo-product-actions-3f65dc72 {
    padding: 0 15px 15px;
}

.woo-product-actions-3f65dc72 .button {
    width: 100%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}

.woo-product-actions-3f65dc72 .button:hover {
    background: #333;
}

.no-items-msg-3f65dc72 {
    grid-column: 1 / -1;
    text-align: center;
    color: #718096;
    padding: 30px 0;
}
