/* ============================================
   SelfLine Custom Design Kit - Stylesheet
   Version: 1.0.0
   ============================================ */

/* ---- CSS Variables ---- */
:root {
    --sl-green: #2d6a4f;
    --sl-green-light: #d8f3dc;
    --sl-green-accent: #40916c;
    --sl-dark: #1b4332;
    --sl-cream: #fefae0;
    --sl-danger: #e63946;
    --sl-warning: #f4a261;
    --sl-shadow: 0 4px 20px rgba(0,0,0,0.08);
    --sl-shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
    --sl-radius: 16px;
    --sl-radius-sm: 10px;
    --sl-transition: all 0.3s ease;
}

/* ---- Reset & Base ---- */
.selfline-theme {
    --wp--style--global--content-size: 1200px;
}

.sldk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---- Announcement Bar ---- */
.sldk-announcement {
    background: var(--sl-dark);
    color: #d8f3dc;
    text-align: center;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
}

/* ---- Trust Bar (Single Product) ---- */
.sldk-trust-bar {
    background: linear-gradient(135deg, var(--sl-green-light), #e9f5db);
    padding: 12px 20px;
    border-radius: var(--sl-radius-sm);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sl-dark);
}

.sldk-trust-bar span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ---- Trust Section (Shortcode) ---- */
.sldk-trust-section {
    background: var(--sl-dark);
    color: #d8f3dc;
    padding: 20px 0;
}

.sldk-trust-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
}

.sldk-trust-inner span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* ---- Hero Section ---- */
.sldk-hero {
    background: linear-gradient(135deg, var(--sl-green-light) 0%, #b7e4c7 50%, #95d5b2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.sldk-hero::before {
    content: '🌿';
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 120px;
    opacity: 0.1;
}

.sldk-hero::after {
    content: '🍃';
    position: absolute;
    bottom: 10%;
    right: 8%;
    font-size: 100px;
    opacity: 0.1;
}

.sldk-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sldk-hero-content h1 {
    font-size: 52px;
    color: var(--sl-dark);
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 800;
}

.sldk-hero-content p {
    font-size: 18px;
    color: #52796f;
    margin-bottom: 30px;
    line-height: 1.7;
}

.sldk-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: var(--sl-green);
    color: white !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    transition: var(--sl-transition);
    border: none;
    cursor: pointer;
}

.sldk-btn-primary:hover {
    background: var(--sl-dark);
    transform: translateY(-2px);
    box-shadow: var(--sl-shadow-lg);
}

.sldk-hero-badges {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.sldk-hero-badges span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--sl-dark);
    font-weight: 600;
    background: rgba(255,255,255,0.7);
    padding: 10px 18px;
    border-radius: 30px;
}

.sldk-hero-image {
    position: relative;
}

.sldk-hero-img-main {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #74c69d, #52b788);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    box-shadow: var(--sl-shadow-lg);
    position: relative;
    overflow: hidden;
}

.sldk-hero-img-main::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.sldk-hero-float {
    position: absolute;
    background: white;
    padding: 15px 20px;
    border-radius: 16px;
    box-shadow: var(--sl-shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
}

.sldk-hero-float span {
    font-size: 24px;
}

.sldk-hero-float strong {
    display: block;
    color: var(--sl-dark);
    font-size: 16px;
}

.sldk-hero-float small {
    color: #888;
    font-size: 12px;
}

.sldk-float-1 {
    bottom: 30px;
    left: -20px;
}

.sldk-float-2 {
    top: 30px;
    right: -10px;
}

/* ---- Section Common ---- */
.sldk-section-title {
    text-align: center;
    font-size: 38px;
    color: var(--sl-dark);
    margin-bottom: 12px;
    font-weight: 700;
}

.sldk-section-subtitle {
    text-align: center;
    color: #52796f;
    margin-bottom: 50px;
    font-size: 17px;
}

/* ---- Categories ---- */
.sldk-categories {
    padding: 80px 0;
    background: white;
}

.sldk-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sldk-cat-grid-7 {
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}

.sldk-cat-count {
    display: inline-block;
    background: var(--sl-green);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    margin-top: 10px;
    font-weight: 600;
}

.sldk-cat-card {
    background: linear-gradient(135deg, var(--sl-green-light), #e9f5db);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: var(--sl-transition);
    border: 2px solid transparent;
    display: block;
}

.sldk-cat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--sl-shadow-lg);
    border-color: var(--sl-green);
}

.sldk-cat-icon {
    font-size: 48px;
    margin-bottom: 18px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sldk-cat-icon img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.sldk-cat-card h3 {
    color: var(--sl-dark);
    margin-bottom: 8px;
    font-size: 18px;
}

.sldk-cat-card p {
    font-size: 14px;
    color: #52796f;
}

/* ---- Products ---- */
.sldk-products {
    padding: 80px 0;
    background: #f8f9fa;
}

.sldk-products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 45px;
    flex-wrap: wrap;
    gap: 20px;
}

.sldk-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.sldk-product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--sl-shadow);
    transition: var(--sl-transition);
    position: relative;
}

.sldk-product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--sl-shadow-lg);
}

.sldk-product-img {
    height: 220px;
    position: relative;
    overflow: hidden;
    background: var(--sl-green-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sldk-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sldk-product-card:hover .sldk-product-img img {
    transform: scale(1.05);
}

.sldk-product-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.sldk-tag-sale {
    background: var(--sl-warning);
    color: var(--sl-dark);
}

.sldk-tag-new {
    background: var(--sl-green);
    color: white;
}

.sldk-tag-bestseller {
    background: var(--sl-danger);
    color: white;
}

.sldk-product-info {
    padding: 22px;
}

.sldk-product-info h4 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

.sldk-product-info h4 a {
    color: var(--sl-dark);
    text-decoration: none;
    transition: color 0.3s;
}

.sldk-product-info h4 a:hover {
    color: var(--sl-green);
}

.sldk-product-desc {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.sldk-product-price {
    margin-bottom: 15px;
}

.sldk-product-price .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 700;
    color: var(--sl-green);
}

.sldk-product-price del .woocommerce-Price-amount {
    font-size: 14px;
    color: #bbb;
    font-weight: 400;
}

.sldk-add-cart {
    width: 100%;
    padding: 12px;
    background: var(--sl-green);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--sl-transition);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.sldk-add-cart:hover {
    background: var(--sl-dark);
}

.sldk-add-cart.added {
    background: var(--sl-green-accent);
}

/* ---- Protection Banner ---- */
.sldk-protection {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    padding: 50px 0;
    border-top: 4px solid #fdcb6e;
}

.sldk-protection-inner {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.sldk-protection h3 {
    color: #856404;
    font-size: 26px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sldk-protection > .sldk-container > p {
    color: #856404;
    font-size: 15px;
    margin-bottom: 25px;
}

.sldk-protection-features {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.sldk-protection-features span {
    background: white;
    padding: 15px 22px;
    border-radius: 12px;
    font-size: 14px;
    color: #856404;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ---- How It Works ---- */
.sldk-how {
    padding: 80px 0;
    background: white;
}

.sldk-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.sldk-step {
    text-align: center;
    padding: 30px;
    position: relative;
}

.sldk-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -25px;
    top: 50px;
    font-size: 30px;
    color: var(--sl-green);
    opacity: 0.4;
}

.sldk-step-num {
    width: 60px;
    height: 60px;
    background: var(--sl-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.sldk-step h3 {
    color: var(--sl-dark);
    margin-bottom: 10px;
    font-size: 18px;
}

.sldk-step p {
    color: #52796f;
    font-size: 14px;
}

/* ---- Testimonials ---- */
.sldk-testimonials {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, white 100%);
}

.sldk-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.sldk-testi-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: var(--sl-shadow);
    transition: transform 0.3s;
}

.sldk-testi-card:hover {
    transform: translateY(-5px);
}

.sldk-stars {
    color: #f9c74f;
    margin-bottom: 18px;
    font-size: 18px;
    letter-spacing: 2px;
}

.sldk-testi-card > p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 15px;
}

.sldk-testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sldk-avatar {
    width: 48px;
    height: 48px;
    background: var(--sl-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.sldk-testi-author h5 {
    color: var(--sl-dark);
    font-size: 15px;
}

.sldk-testi-author span {
    font-size: 13px;
    color: #888;
    display: block;
}

.sldk-verified {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    background: var(--sl-green-light);
    color: var(--sl-green);
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
}

/* ---- Newsletter ---- */
.sldk-newsletter {
    background: linear-gradient(135deg, var(--sl-green), var(--sl-dark));
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.sldk-newsletter::before {
    content: '🌿';
    position: absolute;
    top: -20px;
    left: 10%;
    font-size: 150px;
    opacity: 0.08;
}

.sldk-newsletter h2 {
    font-size: 36px;
    margin-bottom: 12px;
    position: relative;
}

.sldk-newsletter > .sldk-container > p {
    margin-bottom: 35px;
    opacity: 0.9;
    font-size: 17px;
    position: relative;
}

.sldk-newsletter-form {
    display: flex;
    gap: 12px;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.sldk-newsletter-form input {
    flex: 1;
    padding: 16px 24px;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    outline: none;
}

.sldk-newsletter-form button {
    padding: 16px 35px;
    background: var(--sl-warning);
    color: var(--sl-dark);
    border: none;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    transition: var(--sl-transition);
}

.sldk-newsletter-form button:hover {
    background: #e9c46a;
    transform: scale(1.05);
}

/* ---- WhatsApp Float ---- */
.sldk-whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    box-shadow: 0 6px 25px rgba(37,211,102,0.5);
    cursor: pointer;
    z-index: 999;
    transition: var(--sl-transition);
    text-decoration: none;
}

.sldk-whatsapp-float:hover {
    transform: scale(1.1) rotate(10deg);
}

.sldk-wa-tooltip {
    position: absolute;
    right: 75px;
    background: white;
    color: #333;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: var(--sl-shadow);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.sldk-whatsapp-float:hover .sldk-wa-tooltip {
    opacity: 1;
}

/* ---- WhatsApp Order Button (Product Page) ---- */
.sldk-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    background: #25d366;
    color: white !important;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    margin-top: 12px;
    transition: var(--sl-transition);
}

.sldk-whatsapp-btn:hover {
    background: #128c7e;
    transform: translateY(-2px);
}

/* ---- Product Page Tabs ---- */
.sldk-care-guide {
    padding: 20px 0;
}

.sldk-care-guide h3 {
    color: var(--sl-dark);
    font-size: 22px;
    margin-bottom: 25px;
}

.sldk-care-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.sldk-care-item {
    background: var(--sl-green-light);
    padding: 25px;
    border-radius: var(--sl-radius);
    text-align: center;
}

.sldk-care-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.sldk-care-item h4 {
    color: var(--sl-dark);
    margin-bottom: 8px;
    font-size: 16px;
}

.sldk-care-item p {
    color: #52796f;
    font-size: 14px;
    line-height: 1.6;
}

.sldk-care-note {
    background: #fff3cd;
    padding: 15px 20px;
    border-radius: var(--sl-radius-sm);
    color: #856404;
    font-size: 14px;
}

.sldk-shipping-info {
    padding: 20px 0;
}

.sldk-shipping-info h3 {
    color: var(--sl-dark);
    font-size: 22px;
    margin-bottom: 25px;
}

.sldk-shipping-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sldk-ship-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: var(--sl-radius);
    text-align: center;
}

.sldk-ship-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.sldk-ship-item h4 {
    color: var(--sl-dark);
    margin-bottom: 8px;
    font-size: 16px;
}

.sldk-ship-item p {
    color: #52796f;
    font-size: 14px;
    line-height: 1.6;
}

/* ---- Checkout Notice ---- */
.sldk-checkout-notice {
    background: linear-gradient(135deg, var(--sl-green-light), #e9f5db);
    padding: 15px 20px;
    border-radius: var(--sl-radius-sm);
    margin-bottom: 25px;
    color: var(--sl-dark);
    font-size: 14px;
    border-left: 4px solid var(--sl-green);
}

/* ---- Thank You Page ---- */
.sldk-thankyou-box {
    background: linear-gradient(135deg, var(--sl-green-light), #e9f5db);
    padding: 30px;
    border-radius: var(--sl-radius);
    text-align: center;
    margin: 30px 0;
}

.sldk-thankyou-box h3 {
    color: var(--sl-dark);
    margin-bottom: 10px;
}

.sldk-thankyou-box p {
    color: #52796f;
    margin-bottom: 20px;
}

.sldk-thankyou-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    background: #25d366;
    color: white !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: var(--sl-transition);
}

.sldk-thankyou-wa:hover {
    background: #128c7e;
}

/* ---- Sale Badge ---- */
.sldk-sale-badge {
    background: var(--sl-danger) !important;
    color: white !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    min-height: auto !important;
}

/* ---- Loop Badge ---- */
.sldk-loop-badge {
    font-size: 11px;
    color: var(--sl-green);
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

/* ---- WooCommerce Overrides ---- */
.selfline-theme .woocommerce-products-header__title {
    color: var(--sl-dark);
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.selfline-theme .woocommerce-result-count {
    color: #52796f;
}

.selfline-theme .woocommerce-ordering select {
    padding: 10px 15px;
    border-radius: var(--sl-radius-sm);
    border: 1px solid #ddd;
    background: white;
}

/* Product page title */
.selfline-theme .product .product_title {
    color: var(--sl-dark);
    font-size: 32px;
    font-weight: 700;
}

/* Price */
.selfline-theme .product .price {
    color: var(--sl-green);
    font-size: 24px;
    font-weight: 700;
}

.selfline-theme .product .price del {
    color: #bbb;
    font-size: 16px;
    font-weight: 400;
}

/* Add to cart button */
.selfline-theme .single_add_to_cart_button {
    background: var(--sl-green) !important;
    border-radius: 12px !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    transition: var(--sl-transition) !important;
}

.selfline-theme .single_add_to_cart_button:hover {
    background: var(--sl-dark) !important;
}

/* Tabs */
.selfline-theme .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid var(--sl-green-light);
}

.selfline-theme .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
}

.selfline-theme .woocommerce-tabs ul.tabs li a {
    color: #52796f !important;
    font-weight: 600;
    font-size: 14px;
}

.selfline-theme .woocommerce-tabs ul.tabs li.active {
    background: var(--sl-green) !important;
    border-radius: var(--sl-radius-sm) var(--sl-radius-sm) 0 0 !important;
}

.selfline-theme .woocommerce-tabs ul.tabs li.active a {
    color: white !important;
}

/* Related products */
.selfline-theme .related.products h2 {
    color: var(--sl-dark);
    font-size: 28px;
    margin-bottom: 30px;
}

/* Cart page */
.selfline-theme .woocommerce-cart-form {
    background: white;
    padding: 30px;
    border-radius: var(--sl-radius);
    box-shadow: var(--sl-shadow);
}

.selfline-theme .cart_totals {
    background: white;
    padding: 30px;
    border-radius: var(--sl-radius);
    box-shadow: var(--sl-shadow);
}

/* Checkout page */
.selfline-theme .woocommerce-checkout {
    background: white;
    padding: 30px;
    border-radius: var(--sl-radius);
    box-shadow: var(--sl-shadow);
}

/* Forms */
.selfline-theme .woocommerce-input-wrapper input,
.selfline-theme .woocommerce-input-wrapper textarea,
.selfline-theme .woocommerce-input-wrapper select {
    padding: 12px 15px;
    border-radius: var(--sl-radius-sm);
    border: 1px solid #ddd;
    transition: var(--sl-transition);
}

.selfline-theme .woocommerce-input-wrapper input:focus,
.selfline-theme .woocommerce-input-wrapper textarea:focus {
    border-color: var(--sl-green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(45,106,79,0.1);
}

/* Buttons */
.selfline-theme .woocommerce-button,
.selfline-theme .button {
    background: var(--sl-green) !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 12px 25px !important;
    font-weight: 600 !important;
    transition: var(--sl-transition) !important;
}

.selfline-theme .woocommerce-button:hover,
.selfline-theme .button:hover {
    background: var(--sl-dark) !important;
    transform: translateY(-2px);
}

/* Pagination */
.selfline-theme .woocommerce-pagination ul li a,
.selfline-theme .woocommerce-pagination ul li span {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.selfline-theme .woocommerce-pagination ul li span.current {
    background: var(--sl-green) !important;
    color: white !important;
}

/* Breadcrumbs */
.selfline-theme .woocommerce-breadcrumb {
    color: #52796f;
    font-size: 13px;
    margin-bottom: 20px;
}

.selfline-theme .woocommerce-breadcrumb a {
    color: var(--sl-green);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .sldk-product-grid,
    .sldk-cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sldk-cat-grid-7 {
        grid-template-columns: repeat(4, 1fr);
    }

    .sldk-care-grid,
    .sldk-shipping-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sldk-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .sldk-hero-content h1 {
        font-size: 36px;
    }

    .sldk-hero-badges {
        justify-content: center;
    }

    .sldk-hero-float {
        display: none;
    }

    .sldk-product-grid,
    .sldk-cat-grid,
    .sldk-testi-grid,
    .sldk-steps,
    .sldk-care-grid,
    .sldk-shipping-grid {
        grid-template-columns: 1fr;
    }

    .sldk-cat-grid-7 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sldk-step:not(:last-child)::after {
        display: none;
    }

    .sldk-products-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .sldk-section-title {
        font-size: 28px;
    }

    .sldk-newsletter-form {
        flex-direction: column;
    }

    .sldk-protection h3 {
        flex-direction: column;
    }

    .sldk-protection-features {
        flex-direction: column;
        align-items: center;
    }

    .sldk-trust-bar {
        flex-direction: column;
        text-align: center;
    }

    .sldk-trust-inner {
        flex-direction: column;
    }

    .sldk-whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 26px;
        bottom: 20px;
        right: 20px;
    }

    .sldk-wa-tooltip {
        display: none;
    }
}

@media (max-width: 480px) {
    .sldk-hero-content h1 {
        font-size: 28px;
    }

    .sldk-hero {
        padding: 50px 0;
    }

    .sldk-container {
        padding: 0 15px;
    }

    .sldk-section-title {
        font-size: 24px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes sldkFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sldk-animate {
    animation: sldkFadeInUp 0.6s ease forwards;
}

/* Stagger animation for grids */
.sldk-product-card:nth-child(1) { animation-delay: 0.1s; }
.sldk-product-card:nth-child(2) { animation-delay: 0.2s; }
.sldk-product-card:nth-child(3) { animation-delay: 0.3s; }
.sldk-product-card:nth-child(4) { animation-delay: 0.4s; }
.sldk-product-card:nth-child(5) { animation-delay: 0.5s; }
.sldk-product-card:nth-child(6) { animation-delay: 0.6s; }
.sldk-product-card:nth-child(7) { animation-delay: 0.7s; }
.sldk-product-card:nth-child(8) { animation-delay: 0.8s; }
