/*
Theme Name: Pure Sips Water
Theme URI: https://puresipswater.com
Author: Pure Sips Water
Author URI: https://puresipswater.com
Description: A professional, modern WooCommerce theme for Pure Sips Water - Pakistan's premium water delivery brand in Lahore. SEO optimized for mineral water delivery, water home delivery Lahore, and purified water supplier Lahore.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pure-sips-water
Tags: woocommerce, e-commerce, water-delivery, responsive, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready
WC requires at least: 7.0
WC tested up to: 8.5
*/

/* ========================================
   CSS CUSTOM PROPERTIES
   ======================================== */
:root {
    --psw-primary: #0077B6;
    --psw-primary-dark: #005F8E;
    --psw-primary-light: #00B4D8;
    --psw-secondary: #90E0EF;
    --psw-accent: #03045E;
    --psw-white: #FFFFFF;
    --psw-light: #F0F8FF;
    --psw-light-gray: #F5F9FC;
    --psw-gray: #6B7280;
    --psw-dark: #1A202C;
    --psw-text: #374151;
    --psw-border: #E2E8F0;
    --psw-success: #10B981;
    --psw-warning: #F59E0B;
    --psw-error: #EF4444;
    --psw-shadow: 0 4px 20px rgba(0, 119, 182, 0.12);
    --psw-shadow-lg: 0 10px 40px rgba(0, 119, 182, 0.18);
    --psw-radius: 12px;
    --psw-radius-lg: 20px;
    --psw-radius-xl: 30px;
    --psw-font-heading: 'Playfair Display', Georgia, serif;
    --psw-font-body: 'Nunito', 'Segoe UI', sans-serif;
    --psw-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --psw-header-height: 80px;
}

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--psw-font-body);
    color: var(--psw-text);
    background: var(--psw-white);
    line-height: 1.7;
    overflow-x: hidden;
    padding-top: var(--psw-header-height);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--psw-primary); text-decoration: none; transition: var(--psw-transition); }
a:hover { color: var(--psw-primary-dark); }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ========================================
   TYPOGRAPHY
   ======================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--psw-font-heading);
    color: var(--psw-dark);
    line-height: 1.3;
    font-weight: 700;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.8rem); }
h4 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }
p { margin-bottom: 1rem; }

/* ========================================
   LAYOUT UTILITIES
   ======================================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-wide { max-width: 1400px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.grid { display: grid; }

/* ========================================
   SECTION HEADINGS
   ======================================== */
.section-header { margin-bottom: 50px; }
.section-header .section-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--psw-primary-light), var(--psw-secondary));
    color: var(--psw-accent);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-header h2 { margin-bottom: 15px; }
.section-header p { color: var(--psw-gray); max-width: 600px; margin: 0 auto; font-size: 1.05rem; }
.divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--psw-primary), var(--psw-primary-light));
    border-radius: 2px;
    margin: 15px auto;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: var(--psw-transition);
    border: 2px solid transparent;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.15);
    transition: left 0.4s ease;
}
.btn:hover::before { left: 100%; }
.btn-primary {
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark));
    color: var(--psw-white);
    box-shadow: 0 4px 20px rgba(0, 119, 182, 0.35);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 119, 182, 0.45);
    color: var(--psw-white);
}
.btn-outline {
    background: transparent;
    color: var(--psw-primary);
    border-color: var(--psw-primary);
}
.btn-outline:hover {
    background: var(--psw-primary);
    color: var(--psw-white);
    transform: translateY(-2px);
}
.btn-white {
    background: var(--psw-white);
    color: var(--psw-primary);
}
.btn-white:hover {
    background: var(--psw-light);
    color: var(--psw-primary-dark);
    transform: translateY(-2px);
}
.btn-lg { padding: 18px 42px; font-size: 1.05rem; }
.btn-sm { padding: 9px 22px; font-size: 0.85rem; }

/* ========================================
   HEADER
   ======================================== */
:root {
    --psw-logo-size: 50px;
}
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: var(--psw-transition);
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0,0,80,0.10);
    border-bottom: 1px solid rgba(0,119,182,0.08);
    padding: 0;
}
#masthead.scrolled {
    background: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.12);
}
#masthead.scrolled .site-title a,
#masthead.scrolled .nav-menu a { color: var(--psw-dark); }
#masthead .site-title a { color: var(--psw-primary) !important; }
#masthead .nav-menu a { color: var(--psw-dark) !important; }
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--psw-header-height);
    gap: 20px;
}
.site-branding { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.site-branding img {
    height: var(--psw-logo-size) !important;
    width: auto !important;
    max-height: var(--psw-logo-size) !important;
    display: block;
}
.site-branding .custom-logo-link {
    display: flex;
    align-items: center;
}
.site-title {
    font-family: var(--psw-font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
}
.site-title a { color: var(--psw-primary) !important; transition: var(--psw-transition); }
#masthead.scrolled .site-title a { color: var(--psw-primary); }
.site-tagline { font-size: 0.75rem; color: var(--psw-gray); }
#masthead.scrolled .site-tagline { color: var(--psw-gray); }

/* Navigation */
.main-navigation { flex: 1; }
.nav-menu { display: flex; align-items: center; justify-content: center; gap: 5px; }
.nav-menu li { position: relative; }
.nav-menu a {
    color: var(--psw-dark) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 16px;
    border-radius: 8px;
    transition: var(--psw-transition);
    white-space: nowrap;
}
.nav-menu a:hover { background: var(--psw-light); color: var(--psw-primary) !important; }
#masthead.scrolled .nav-menu a { color: var(--psw-dark) !important; }
#masthead.scrolled .nav-menu a:hover { background: var(--psw-light); color: var(--psw-primary) !important; }
.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a { color: var(--psw-secondary); }
#masthead.scrolled .nav-menu .current-menu-item > a { color: var(--psw-primary); }

/* Dropdown */
.nav-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--psw-white);
    border-radius: var(--psw-radius);
    box-shadow: var(--psw-shadow-lg);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: var(--psw-transition);
    padding: 8px 0;
    border: 1px solid var(--psw-border);
}
.nav-menu li:hover .sub-menu { opacity: 1; visibility: visible; top: 100%; }
.nav-menu .sub-menu a { color: var(--psw-dark); padding: 10px 20px; display: block; border-radius: 0; }
.nav-menu .sub-menu a:hover { background: var(--psw-light); color: var(--psw-primary); }

/* Header actions */
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-search-btn, .header-cart-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--psw-light);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--psw-primary);
    transition: var(--psw-transition);
    font-size: 1rem;
}
.header-search-btn:hover, .header-cart-btn:hover { background: var(--psw-primary); color: #fff; }
#masthead.scrolled .header-search-btn,
#masthead.scrolled .header-cart-btn { background: var(--psw-light); color: var(--psw-primary); }
.cart-count {
    position: absolute;
    top: -6px; right: -6px;
    width: 18px; height: 18px;
    background: var(--psw-warning);
    color: white;
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cart-btn { position: relative; }
.header-whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--psw-transition);
}
.header-whatsapp-btn:hover { background: #1DA851; transform: translateY(-1px); color: white; }
.header-whatsapp-btn svg { width: 16px; height: 16px; }

/* Mobile toggle */
.menu-toggle {
    display: none;
    background: var(--psw-light);
    border: 2px solid var(--psw-border);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    color: var(--psw-dark);
    flex-direction: column;
    gap: 4px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--psw-dark);
    transition: var(--psw-transition);
    border-radius: 2px;
}
#masthead.scrolled .menu-toggle { background: var(--psw-light); border-color: var(--psw-border); color: var(--psw-dark); }

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    min-height: 520px;
    background-image: url('https://saddlebrown-dunlin-825225.hostingersite.com/wp-content/uploads/2026/05/main-image.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 0;
}
.hero-section::before {
    display: none;
}
.hero-bubbles { display: none; }
.hero-bubble { display: none; }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 40px 0; }
.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr 0.85fr;
    gap: 30px;
    align-items: center;
    min-height: 440px;
}
/* Left column: spacer (the water bottle is part of the bg image) */
.hero-image-wrap {
    position: relative;
    min-height: 380px;
}
/* Center column: brand + CTA buttons */
.hero-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-text .hero-tag { display: none; }
.hero-brand-logo {
    margin-bottom: 10px;
}
.hero-brand-name {
    font-family: var(--psw-font-heading);
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--psw-primary);
    line-height: 1;
    letter-spacing: -1px;
    margin: 0 0 4px 0;
}
.hero-brand-name span { color: var(--psw-primary-dark); }
.hero-brand-sub {
    font-size: 1.05rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.hero-text h1 {
    font-size: 1rem;
    color: #222;
    font-weight: 400;
    margin-bottom: 22px;
    max-width: 340px;
    line-height: 1.5;
}
.hero-text h1 strong { color: var(--psw-primary); font-weight: 700; }
.hero-text h1 span { color: var(--psw-primary); }
.hero-text p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 22px;
    max-width: 360px;
}
/* CTA Buttons stacked vertically */
.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 270px;
    animation: fadeInUp 0.8s 0.4s ease both;
}
.hero-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease;
    box-shadow: 0 3px 14px rgba(0,0,0,0.12);
    border: none;
    cursor: pointer;
}
.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.hero-cta-btn svg, .hero-cta-btn i { font-size: 1.1rem; flex-shrink: 0; }
.hero-btn-order {
    background: #1a73e8;
    color: #fff;
}
.hero-btn-order:hover { background: #1558b0; color: #fff; }
.hero-btn-whatsapp {
    background: #25D366;
    color: #fff;
}
.hero-btn-whatsapp:hover { background: #1aad52; color: #fff; }
.hero-btn-call {
    background: #f5a623;
    color: #fff;
}
.hero-btn-call:hover { background: #d4891a; color: #fff; }

/* Right column: feature bullets */
.hero-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 10px;
}
.hero-feature-item {
    font-family: var(--psw-font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.hero-feature-item .feature-normal { font-weight: 400; }

/* Hide old hero elements */
.hero-stats { display: none; }
.hero-image-badge { display: none; }


/* ========================================
   SERVICES SECTION
   ======================================== */
.services-section { background: var(--psw-white); }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.service-card {
    background: var(--psw-white);
    border: 1px solid var(--psw-border);
    border-radius: var(--psw-radius-lg);
    padding: 35px 30px;
    text-align: center;
    transition: var(--psw-transition);
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--psw-primary), var(--psw-primary-light));
    transform: scaleX(0);
    transition: var(--psw-transition);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--psw-shadow-lg); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, var(--psw-primary-light), var(--psw-secondary));
    border-radius: var(--psw-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    transition: var(--psw-transition);
}
.service-card:hover .service-icon { transform: rotateY(180deg); }
.service-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.service-card p { color: var(--psw-gray); font-size: 0.95rem; margin: 0; }

/* ========================================
   WHY CHOOSE US
   ======================================== */
.why-section { background: var(--psw-light); }
.why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.why-image-wrap { position: relative; }
.why-image-wrap img { border-radius: var(--psw-radius-lg); box-shadow: var(--psw-shadow-lg); width: 100%; }
.why-image-card {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--psw-white);
    border-radius: var(--psw-radius);
    padding: 20px 25px;
    box-shadow: var(--psw-shadow-lg);
    text-align: center;
}
.why-image-card .big-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--psw-primary);
    font-family: var(--psw-font-heading);
    display: block;
    line-height: 1;
}
.why-image-card span { font-size: 0.8rem; color: var(--psw-gray); }
.why-features { display: flex; flex-direction: column; gap: 25px; margin-top: 35px; }
.why-feature {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    background: var(--psw-white);
    border-radius: var(--psw-radius);
    transition: var(--psw-transition);
}
.why-feature:hover { box-shadow: var(--psw-shadow); transform: translateX(5px); }
.why-feature-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.why-feature-text h4 { margin-bottom: 5px; font-size: 1.05rem; }
.why-feature-text p { color: var(--psw-gray); font-size: 0.9rem; margin: 0; }

/* ========================================
   CERTIFICATIONS SECTION
   ======================================== */
.cert-section { background: var(--psw-white); }
.cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.cert-card {
    text-align: center;
    padding: 35px 20px;
    border: 2px solid var(--psw-border);
    border-radius: var(--psw-radius-lg);
    transition: var(--psw-transition);
    position: relative;
    overflow: hidden;
}
.cert-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark));
    opacity: 0;
    transition: var(--psw-transition);
    z-index: 0;
}
.cert-card:hover { border-color: var(--psw-primary); transform: translateY(-5px); }
.cert-card:hover::after { opacity: 0.05; }
.cert-card > * { position: relative; z-index: 1; }
.cert-logo {
    width: 120px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cert-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
    transition: transform 0.3s ease;
}
.cert-card:hover .cert-logo img {
    transform: scale(1.07);
}
.cert-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}
.cert-card h4 { font-size: 0.95rem; color: var(--psw-primary); margin-bottom: 8px; font-weight: 700; }
.cert-card p { font-size: 0.85rem; color: var(--psw-gray); margin: 0; }

/* ========================================
   PRODUCTS SECTION
   ======================================== */
.products-section { background: var(--psw-light-gray); }
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
.product-card {
    background: var(--psw-white);
    border-radius: var(--psw-radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: var(--psw-transition);
    border: 1px solid var(--psw-border);
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--psw-shadow-lg); }
.product-image-wrap { position: relative; overflow: hidden; background: var(--psw-light); aspect-ratio: 4/3; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.08); }
.product-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--psw-primary);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
}
.product-badge.badge-sale { background: var(--psw-error); }
.product-badge.badge-new { background: var(--psw-success); }
.product-actions {
    position: absolute;
    top: 12px; right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateX(10px);
    transition: var(--psw-transition);
}
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.product-action-btn {
    width: 36px; height: 36px;
    background: var(--psw-white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--psw-dark);
    transition: var(--psw-transition);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.product-action-btn:hover { background: var(--psw-primary); color: white; }
.product-info { padding: 20px; }
.product-category { font-size: 0.75rem; color: var(--psw-primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.product-info h3 { font-size: 1.05rem; margin-bottom: 10px; }
.product-info h3 a { color: var(--psw-dark); }
.product-info h3 a:hover { color: var(--psw-primary); }
.product-rating { display: flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.stars { color: var(--psw-warning); font-size: 0.85rem; }
.rating-count { font-size: 0.8rem; color: var(--psw-gray); }
.product-price { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.price-current { font-size: 1.3rem; font-weight: 800; color: var(--psw-primary); }
.price-original { font-size: 0.95rem; color: var(--psw-gray); text-decoration: line-through; }
.add-to-cart-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark));
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--psw-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.add-to-cart-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(0,119,182,0.35); }

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials-section {
    background: linear-gradient(135deg, #03045E 0%, #0077B6 100%);
    position: relative;
    overflow: hidden;
}
.testimonials-section::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    top: -200px; right: -200px;
}
.testimonials-section .section-header h2,
.testimonials-section .section-header p { color: white; }
.testimonials-section .section-tag { background: rgba(255,255,255,0.15); color: var(--psw-secondary); }
.testimonials-section .divider { background: rgba(255,255,255,0.3); }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.testimonial-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--psw-radius-lg);
    padding: 30px;
    transition: var(--psw-transition);
}
.testimonial-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }
.testimonial-quote { font-size: 2.5rem; color: var(--psw-secondary); line-height: 1; margin-bottom: 15px; }
.testimonial-text { color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--psw-secondary);
    background: var(--psw-primary);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: white; font-size: 1rem;
}
.author-info h5 { color: white; font-size: 0.95rem; margin-bottom: 2px; }
.author-info span { color: rgba(255,255,255,0.6); font-size: 0.8rem; }

/* ========================================
   DELIVERY PROCESS
   ======================================== */
.process-section { background: var(--psw-white); }
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
    position: relative;
}
.process-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--psw-primary), var(--psw-primary-light));
    z-index: 0;
}
.process-step { text-align: center; position: relative; z-index: 1; }
.step-number {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin: 0 auto 20px;
    border: 4px solid var(--psw-white);
    box-shadow: 0 0 0 3px var(--psw-primary);
    font-family: var(--psw-font-heading);
}
.step-icon { font-size: 1.5rem; }
.process-step h4 { margin-bottom: 10px; }
.process-step p { color: var(--psw-gray); font-size: 0.9rem; }

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-section { background: var(--psw-light); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 15px; }
.faq-item {
    background: var(--psw-white);
    border: 1px solid var(--psw-border);
    border-radius: var(--psw-radius);
    overflow: hidden;
    transition: var(--psw-transition);
}
.faq-item.active { border-color: var(--psw-primary); box-shadow: 0 0 0 2px rgba(0,119,182,0.1); }
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    color: var(--psw-dark);
    gap: 15px;
    user-select: none;
}
.faq-question:hover { color: var(--psw-primary); }
.faq-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--psw-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: var(--psw-transition);
    color: var(--psw-primary);
}
.faq-item.active .faq-icon { background: var(--psw-primary); color: white; transform: rotate(45deg); }
.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer { max-height: 300px; padding: 0 25px 20px; }
.faq-answer p { color: var(--psw-gray); font-size: 0.95rem; margin: 0; }

/* ========================================
   MAP SECTION
   ======================================== */
.map-section { background: var(--psw-white); }
.map-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: center;
}
.map-info h3 { margin-bottom: 20px; }
.map-contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: var(--psw-light);
    border-radius: var(--psw-radius);
}
.map-contact-icon {
    width: 40px; height: 40px;
    background: var(--psw-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}
.map-contact-item h5 { margin-bottom: 3px; font-size: 0.9rem; }
.map-contact-item p { color: var(--psw-gray); font-size: 0.85rem; margin: 0; }
.map-embed {
    border-radius: var(--psw-radius-lg);
    overflow: hidden;
    box-shadow: var(--psw-shadow-lg);
    height: 400px;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ========================================
   CONTACT FORM SECTION
   ======================================== */
.contact-form-section { background: var(--psw-light-gray); }
.contact-form-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}
.form-wrap {
    background: var(--psw-white);
    padding: 40px;
    border-radius: var(--psw-radius-lg);
    box-shadow: var(--psw-shadow);
}
.form-group { margin-bottom: 20px; }
.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: var(--psw-dark);
}
.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--psw-border);
    border-radius: 10px;
    font-family: var(--psw-font-body);
    font-size: 0.95rem;
    color: var(--psw-dark);
    transition: var(--psw-transition);
    background: var(--psw-light-gray);
}
.form-control:focus {
    outline: none;
    border-color: var(--psw-primary);
    background: white;
    box-shadow: 0 0 0 3px rgba(0,119,182,0.1);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
textarea.form-control { resize: vertical; min-height: 120px; }

/* ========================================
   WHATSAPP CTA SECTION
   ======================================== */
.whatsapp-cta-section {
    background: linear-gradient(135deg, #075E54, #128C7E);
    text-align: center;
    padding: 60px 0;
}
.whatsapp-cta-section h2 { color: white; margin-bottom: 12px; }
.whatsapp-cta-section p { color: rgba(255,255,255,0.85); margin-bottom: 30px; font-size: 1.05rem; }
.whatsapp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--psw-transition);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.whatsapp-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); color: white; background: #20bd5a; }

/* ========================================
   FLOATING WHATSAPP BUTTON
   ======================================== */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
.floating-whatsapp a {
    width: 58px; height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 25px rgba(37,211,102,0.5);
    transition: var(--psw-transition);
    position: relative;
}
.floating-whatsapp a::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: rgba(37,211,102,0.3);
    animation: waPulse 2s ease-in-out infinite;
}
.floating-whatsapp a:hover { transform: scale(1.1); box-shadow: 0 6px 35px rgba(37,211,102,0.6); }
.floating-whatsapp svg { width: 28px; height: 28px; color: white; }
@keyframes waPulse { 0%, 100% { transform: scale(1); opacity: 0.4; } 50% { transform: scale(1.3); opacity: 0; } }

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
    background: linear-gradient(160deg, #0D1B2A 0%, #03045E 100%);
    color: rgba(255,255,255,0.75);
    padding-top: 70px;
}
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .site-title { color: white; font-size: 1.5rem; margin-bottom: 15px; display: block; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: var(--psw-transition);
    text-decoration: none;
}
.social-btn:hover { background: var(--psw-primary); color: white; transform: translateY(-2px); }
.footer-widget h4 {
    color: white;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--psw-primary);
    display: inline-block;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    transition: var(--psw-transition);
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-links a::before { content: '→'; opacity: 0; transform: translateX(-10px); transition: var(--psw-transition); font-size: 0.8rem; }
.footer-links a:hover { color: white; padding-left: 5px; }
.footer-links a:hover::before { opacity: 1; transform: translateX(0); }
.footer-contact-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 15px; font-size: 0.9rem; }
.footer-contact-icon { color: var(--psw-primary-light); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.footer-map { margin-top: 15px; border-radius: 10px; overflow: hidden; height: 150px; }
.footer-map iframe { width: 100%; height: 100%; border: 0; }
.footer-seo-text {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.8;
}
.footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 18px 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: var(--psw-primary-light); }
.footer-dev-credit {
    margin-top: 6px;
    font-size: 0.80rem;
    color: rgba(255,255,255,0.38);
}
.footer-dev-credit strong { color: rgba(255,255,255,0.55); font-weight: 600; }
.footer-dev-credit a { color: var(--psw-primary-light); text-decoration: none; }
.footer-dev-credit a:hover { text-decoration: underline; }

/* ========================================
   GOOGLE REVIEWS WIDGET (Footer)
   ======================================== */
.psw-google-reviews {
    margin-top: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 14px;
}
.pgr-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pgr-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.pgr-google-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.pgr-brand-text {
    flex: 1;
}
.pgr-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 3px;
}
.pgr-overall {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}
.pgr-score {
    font-size: 1.2rem;
    font-weight: 800;
    color: #FBBC05;
    line-height: 1;
    flex-shrink: 0;
}
/* Overall header stars — controlled entirely by CSS, no inline dims */
.pgr-stars {
    display: flex;
    align-items: center;
    gap: 1px;
    flex-shrink: 0;
}
.pgr-stars svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    display: block;
}
.pgr-count {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    flex-shrink: 0;
}
/* Individual review cards */
.pgr-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pgr-card {
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 10px;
}
.pgr-card-top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}
.pgr-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}
.pgr-meta {
    flex: 1;
    min-width: 0;
}
.pgr-name {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pgr-area {
    display: block;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.3;
}
/* Per-card stars — CSS controlled for full responsiveness */
.pgr-card-stars {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-top: 3px;
    flex-wrap: nowrap;
}
.pgr-card-stars svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    display: block;
}
.pgr-ago {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.4);
    margin-left: 4px;
    white-space: nowrap;
}
.pgr-text {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pgr-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
}
.pgr-view-all:hover {
    background: rgba(255,255,255,0.08);
    color: white;
    border-color: rgba(255,255,255,0.25);
}
.pgr-view-all svg {
    flex-shrink: 0;
}

/* ========================================
   MOBILE HERO CTA BAR
   Hidden on desktop/laptop — CSS shows it
   on mobile only (see responsive.css)
   ======================================== */
.hero-mobile-cta-bar {
    display: none;
}

/* ========================================
   WOOCOMMERCE OVERRIDES
   ======================================== */
.woocommerce-page .entry-header { display: none; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 25px; }
.woocommerce ul.products li.product {
    background: var(--psw-white);
    border-radius: var(--psw-radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: var(--psw-transition);
    border: 1px solid var(--psw-border);
    padding: 0;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--psw-shadow-lg); }
.woocommerce ul.products li.product a img { border-radius: 0; margin: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 15px 15px 5px; font-size: 1rem; font-family: var(--psw-font-heading); }
.woocommerce ul.products li.product .price { padding: 0 15px; color: var(--psw-primary); font-weight: 700; }
.woocommerce ul.products li.product .button {
    margin: 10px 15px 15px;
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark));
    color: white;
    border-radius: 8px;
    padding: 10px;
    width: calc(100% - 30px);
    font-weight: 700;
    border: none;
}
.woocommerce ul.products li.product .button:hover { opacity: 0.9; transform: translateY(-1px); }
.woocommerce div.product .woocommerce-product-gallery { border-radius: var(--psw-radius-lg); overflow: hidden; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--psw-primary); font-size: 1.8rem; font-weight: 800; }
.woocommerce .single_add_to_cart_button {
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark)) !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    padding: 15px 35px !important;
    font-size: 1rem !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background: var(--psw-success);
    color: white;
    border: none;
    border-radius: var(--psw-radius);
    padding: 15px 20px;
}
.woocommerce-cart .cart_totals, .woocommerce-checkout .woocommerce-checkout { background: var(--psw-white); border-radius: var(--psw-radius-lg); padding: 30px; box-shadow: var(--psw-shadow); }
.woocommerce #payment #place_order {
    background: linear-gradient(135deg, var(--psw-primary), var(--psw-primary-dark));
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 35px;
}

/* ========================================
   BREADCRUMBS
   ======================================== */
.breadcrumbs {
    background: var(--psw-light);
    padding: 15px 0;
    font-size: 0.85rem;
}
.breadcrumb-trail { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb-trail a { color: var(--psw-primary); }
.breadcrumb-sep { color: var(--psw-gray); }
.breadcrumb-trail .current { color: var(--psw-gray); }

/* ========================================
   PAGE HERO
   ======================================== */
.page-hero {
    background: linear-gradient(135deg, var(--psw-primary-dark), var(--psw-primary));
    padding: calc(var(--psw-header-height) + 40px) 0 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
}
.page-hero h1 { color: white; position: relative; z-index: 1; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.8); position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }

/* ========================================
   404 PAGE
   ======================================== */
.error-404-section { min-height: 70vh; display: flex; align-items: center; text-align: center; }
.error-404-section .error-code { font-size: clamp(5rem, 15vw, 10rem); font-weight: 900; color: var(--psw-primary); line-height: 1; opacity: 0.15; font-family: var(--psw-font-heading); }
.error-404-section h1 { margin-top: -30px; margin-bottom: 15px; }

/* ========================================
   SEARCH RESULTS
   ======================================== */
.search-form { display: flex; gap: 10px; max-width: 500px; margin: 0 auto 40px; }
.search-form input { flex: 1; padding: 12px 20px; border: 2px solid var(--psw-border); border-radius: 50px; font-size: 0.95rem; }
.search-form input:focus { outline: none; border-color: var(--psw-primary); }
.search-form button { background: var(--psw-primary); color: white; border: none; padding: 12px 25px; border-radius: 50px; cursor: pointer; font-weight: 700; }

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }

/* Scroll animations */
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-on-scroll.animated { opacity: 1; transform: translateY(0); }
.animate-delay-1 { transition-delay: 0.1s; }
.animate-delay-2 { transition-delay: 0.2s; }
.animate-delay-3 { transition-delay: 0.3s; }
.animate-delay-4 { transition-delay: 0.4s; }

/* ========================================
   MOBILE MENU OVERLAY
   ======================================== */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: var(--psw-transition);
}
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu-panel {
    position: fixed;
    top: 0; left: 0;
    width: 280px;
    height: 100vh;
    background: var(--psw-white);
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    padding: 20px;
}
.mobile-menu-panel.active { transform: translateX(0); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--psw-border); }

/* ── Mobile menu logo fix ── */
.mobile-menu-header .custom-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.mobile-menu-header .custom-logo-link img,
.mobile-menu-header img.custom-logo {
    height: 42px !important;
    width: auto !important;
    max-height: 42px !important;
    max-width: 160px !important;
    display: block !important;
    object-fit: contain;
}
.mobile-close-btn { width: 36px; height: 36px; border: 2px solid var(--psw-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: none; font-size: 1.2rem; color: var(--psw-dark); }
.mobile-nav-links { display: flex; flex-direction: column; gap: 5px; }
.mobile-nav-links a { display: block; padding: 12px 15px; color: var(--psw-dark); font-weight: 600; border-radius: 8px; transition: var(--psw-transition); }
.mobile-nav-links a:hover { background: var(--psw-light); color: var(--psw-primary); }
.mobile-wa-btn { display: flex; align-items: center; gap: 8px; background: #25D366; color: white; padding: 14px; border-radius: 10px; font-weight: 700; text-align: center; margin-top: 20px; justify-content: center; text-decoration: none; }

/* ========================================
   UTILITY CLASSES
   ======================================== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.main-content { padding-top: var(--psw-header-height); min-height: 60vh; }
.page-content { padding: 60px 0; }

/* ========================================
   RESPONSIVE — see assets/css/responsive.css
   ======================================== */

/* ========================================
   MOBILE PRODUCT GRID — hard override
   Ensures WooCommerce column classes never
   break the single-column layout on phones.
   ======================================== */
@media (max-width: 768px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        float: none !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}