:root{--color-bg:#ffffff;--color-card-bg:#ffffff;--color-text:#000000;--color-text-muted:#555555;--color-accent:#f29f05;--color-accent-hover:#e08e00;--color-accent-light:#fff2d9;--color-footer-bg:#000000;--color-footer-text:#ffffff;--color-footer-muted:#888888;--color-card-overlay-grey:#e8e8e8;--color-card-overlay-sand:#e3dcaf;--color-card-overlay-orange:#d8a473;--font-serif:'Playfair Display', Georgia, serif;--font-sans:'Montserrat', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 2px 8px rgba(0, 0, 0, 0.04);--shadow-md:0 10px 25px rgba(0, 0, 0, 0.06);--shadow-lg:0 20px 40px rgba(0, 0, 0, 0.1);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--border-radius-full:999px;--transition-smooth:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);--transition-bounce:all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;width:100%}
body{width:100%;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.6;font-size:16px;overflow-x:clip}
a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}
img{max-width:100%;height:auto;display:block}
button, input{font-family:inherit;outline:none}
h1, h2, h3, h4{font-family:var(--font-sans);font-weight:700}
.site-main{width:100%}
.hero-section{position:relative;width:100%;min-height:85vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 100%);z-index:1}
.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 24px}
.hero-title{font-family:var(--font-serif);font-size:clamp(36px, 6vw, 72px);font-weight:700;color:#fff;line-height:1.1;margin-bottom:24px}
.hero-subtitle{font-size:clamp(16px, 2vw, 20px);color:rgba(255,255,255,0.85);line-height:1.6;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}
.btn-primary{display:inline-flex;align-items:center;gap:10px;background-color:var(--color-accent);color:#000;padding:16px 36px;border-radius:var(--border-radius-full);font-weight:700;font-size:16px;border:none;cursor:pointer;transition:var(--transition-smooth)}
.btn-primary:hover{background-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-icon{width:18px;height:18px}
.btn-secondary{display:inline-flex;align-items:center;gap:10px;background-color:#fff;color:#000;padding:14px 32px;border-radius:var(--border-radius-full);font-weight:700;font-size:15px;border:none;cursor:pointer;transition:var(--transition-smooth)}
.btn-secondary:hover{background-color:#f1f1f1;transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-story-learn-more{display:inline-flex;align-items:center;gap:8px;color:var(--color-text);font-weight:600;font-size:15px;border-bottom:2px solid var(--color-accent);padding-bottom:4px;transition:var(--transition-smooth)}
.btn-story-learn-more:hover{gap:12px;color:var(--color-accent-hover)}
.link-arrow-icon{width:16px;height:16px}
.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:16px}
.section-main-title{font-family:var(--font-serif);font-size:clamp(28px, 3.5vw, 40px);font-weight:700;color:var(--color-text)}
.section-link{font-size:14px;font-weight:600;color:var(--color-text-muted);display:inline-flex;align-items:center;gap:6px;transition:var(--transition-smooth)}
.section-link:hover{color:var(--color-accent);gap:10px}
.section-link::after{content:'→';transition:transform 0.2s}
.section-link:hover::after{transform:translateX(4px)}
.product-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}
.product-card{background-color:var(--color-card-bg);border-radius:0;overflow:hidden;transition:var(--transition-smooth);box-shadow:var(--shadow-sm)}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.product-image-wrap{position:relative;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:20px}
.product-card-bg-grey{background-color:var(--color-card-overlay-grey)}
.product-card-bg-orange{background-color:var(--color-card-overlay-orange)}
.product-card-bg-sand{background-color:var(--color-card-overlay-sand)}
.product-image{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}
.product-card-link{display:block;width:100%;height:100%}
.product-card:hover .product-image{transform:scale(1.05)}
.product-badge{position:absolute;top:12px;left:12px;background-color:var(--color-accent);color:#000;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--border-radius-full);z-index:2}
.product-wishlist{position:absolute;top:12px;right:12px;background:rgba(255,255,255,0.9);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth);z-index:2;color:#999}
.product-wishlist:hover{background:#fff;color:#e74c3c;box-shadow:var(--shadow-sm)}
.product-details{padding:16px 2px 20px}
.product-title{font-size:14px;font-weight:700;margin-bottom:4px}
.product-subtitle{font-size:12px;color:var(--color-text-muted);margin-bottom:8px}
.rating-stars{display:flex;align-items:center;gap:2px;margin-bottom:10px}
.stars-gold{color:var(--color-accent);font-size:12px}
.rating-score{font-size:11px;color:var(--color-text-muted);margin-left:4px}
.product-meta-row{display:flex;justify-content:space-between;align-items:center}
.product-price{font-size:15px;font-weight:700;color:var(--color-text)}
.cart-btn-icon{width:14px;height:14px}
.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.category-card{position:relative;border-radius:var(--border-radius-lg);overflow:hidden;min-height:280px;display:flex;align-items:flex-end;cursor:pointer;text-decoration:none;color:#fff}
.cat-card-1{grid-row:span 2;min-height:580px}
.cat-card-2{grid-column:2;grid-row:1}
.cat-bottom-row-wrap{display:grid;grid-template-columns:1fr 1fr;gap:20px;grid-column:2;grid-row:2}
.category-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:var(--transition-smooth)}
.category-card:hover .category-card-bg{transform:scale(1.05)}
.category-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);z-index:1}
.category-card-content{position:relative;z-index:2;padding:30px;width:100%}
.category-card-text-group{margin-bottom:12px}
.category-card-title{font-family:var(--font-serif);font-size:22px;font-weight:700;margin-bottom:4px}
.category-card-subtitle{font-size:14px;color:rgba(255,255,255,0.8);line-height:1.5}
.category-card-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-accent);transition:var(--transition-smooth)}
.category-card:hover .category-card-link{gap:10px}
.story-section{padding:80px 0;background-color:#D9D9D9}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-content{display:flex;flex-direction:column;gap:20px}
.story-title{font-family:var(--font-serif);font-size:clamp(28px, 3.5vw, 40px);font-weight:700}
.story-description{display:flex;flex-direction:column;gap:16px}
.story-para{font-size:15px;line-height:1.8;color:var(--color-text-muted)}
.story-para strong{color:var(--color-text);font-weight:700}
.story-image-container{position:relative}
.story-image-accent-bg{position:absolute;top:-20px;right:-20px;width:200px;height:200px;background-color:var(--color-accent);border-radius:var(--border-radius-lg);z-index:0}
.story-image-wrap{position:relative;z-index:1;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.story-image-wrap img{width:100%;height:auto;display:block}
.testimonials-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:16px}
.slider-controls{display:flex;gap:10px}
.control-btn{width:42px;height:42px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth)}
.control-btn:hover{background-color:var(--color-accent);border-color:var(--color-accent)}
.control-btn svg{width:18px;height:18px}
.testimonials-container{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}
.testimonial-card{background-color:#fff;border-radius:var(--border-radius-lg);padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px;transition:var(--transition-smooth)}
.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.testimonial-user-wrap{display:flex;align-items:center;gap:12px}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}
.testimonial-username{font-size:15px;font-weight:700;margin-bottom:2px}
.testimonial-badge{font-size:12px;color:var(--color-text-muted)}
.testimonial-text{font-size:14px;line-height:1.7;color:var(--color-text-muted);font-style:italic;border-left:3px solid var(--color-accent);padding-left:16px}
.testimonial-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.testimonial-stars{color:var(--color-accent);font-size:16px;letter-spacing:2px}
.verify-badge-tag{font-size:11px;color:#4caf50;font-weight:600;background:rgba(76, 175, 80, 0.1);padding:2px 8px;border-radius:var(--border-radius-full)}
.cta-banner-section{position:relative;background-color:var(--color-accent);padding:140px 24px 100px;text-align:center;overflow:visible;margin-bottom:0}
.cta-banner-container{position:relative;z-index:5;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}
.cta-banner-title{font-family:var(--font-sans);font-size:clamp(32px, 5vw, 54px);font-weight:500;color:#ffffff;line-height:1.1;letter-spacing:-0.5px;margin:0}
.cta-shop-btn{display:inline-flex;align-items:center;gap:8px;background-color:#000000;color:#ffffff;padding:14px 32px;border-radius:var(--border-radius-full);font-size:15px;font-weight:500;transition:var(--transition-smooth);border:none;cursor:pointer;text-transform:capitalize;margin-top:10px}
.cta-shop-btn:hover{background-color:#222222;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0, 0, 0, 0.15)}
.footer-column{min-width:0}
.section-container{max-width:1200px;margin:0 auto;padding:40px 0;background:#fff}
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:var(--shadow-sm);transition:var(--transition-smooth)}
.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px}
.header-top-row{background-color:var(--color-accent);padding:16px 0;border-bottom:none}
.site-logo{display:flex;align-items:center;gap:8px;color:#000000;text-decoration:none}
.logo-icon{width:32px;height:32px;color:#ffffff}
.logo-text{font-size:20px;font-weight:800;letter-spacing:-0.5px;font-family:var(--font-sans)}
.site-logo-img{height:32px;width:auto;display:block;object-fit:contain}
@media (max-width:480px){.site-logo-img{height:24px}}
.header-search-form{flex-grow:1;max-width:480px;margin:0 40px}
.search-input-wrapper{position:relative;display:flex;align-items:center}
.search-field{width:100%;background-color:#ffffff;border:1px solid transparent;border-radius:var(--border-radius-full);padding:10px 48px 10px 20px;font-size:14px;transition:var(--transition-smooth);color:var(--color-text)}
.search-field:focus{background-color:#ffffff;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(242, 159, 5, 0.15)}
.search-submit{position:absolute;right:16px;left:auto;background:none;border:none;cursor:pointer;display:flex;align-items:center}
.search-icon{width:18px;height:18px;stroke:#86868b}
.header-utilities{display:flex;align-items:center;gap:20px}
.country-selector{display:flex;align-items:center;gap:4px;background:none;padding:6px 8px;border-radius:var(--border-radius-full);font-size:13px;font-weight:600;cursor:pointer;transition:var(--transition-smooth);color:#000000}
.country-selector:hover{background-color:rgba(0, 0, 0, 0.05)}
.dropdown-arrow{width:14px;height:14px}
.header-utility-btn{position:relative;padding:6px;cursor:pointer;color:#000000}
.utility-icon{width:22px;height:22px;stroke:#000000}
.cart-count{position:absolute;top:-2px;right:-2px;background-color:#ff3b30;color:#ffffff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.wishlist-count{position:absolute;top:-2px;right:-2px;background-color:#000000;color:#ffffff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}
.cart-overlay,.wishlist-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.cart-overlay.active,.wishlist-overlay.active{opacity:1;visibility:visible}
.cart-sidebar,.wishlist-sidebar{position:fixed;top:0;right:0;width:400px;max-width:90vw;height:100vh;background:#fff;z-index:2001;box-shadow:-4px 0 24px rgba(0,0,0,0.1);transform:translateX(100%);transition:transform .3s cubic-bezier(0.25,1,0.5,1);display:flex;flex-direction:column}
.cart-sidebar.open,.wishlist-sidebar.open{transform:translateX(0)}
.cart-sidebar-header,.wishlist-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee;flex-shrink:0}
.cart-sidebar-title,.wishlist-sidebar-title{font-family:var(--font-serif);font-size:20px;font-weight:700;margin:0}
.cart-sidebar-close,.wishlist-sidebar-close{background:none;border:none;cursor:pointer;padding:4px;color:#999;transition:color .2s}
.cart-sidebar-close:hover,.wishlist-sidebar-close:hover{color:#000}
.cart-sidebar-items,.wishlist-sidebar-items{flex:1;overflow-y:auto;padding:16px 24px}
.cart-empty-msg,.wishlist-empty-msg{text-align:center;color:#999;padding:40px 0;font-size:14px}
.cart-sidebar-footer{flex-shrink:0;padding:16px 24px 24px;border-top:1px solid #eee}
.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.cart-total-label{font-size:15px;font-weight:600;color:#333}
.cart-total-price{font-size:18px;font-weight:700;color:#000}
.cart-checkout-btn{display:block;width:100%;padding:14px;background:#000;color:#fff;text-align:center;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s}
.cart-checkout-btn:hover{background:#222}
.wishlist-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}
.wishlist-item:last-child{border-bottom:none}
.wishlist-item-img{width:64px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0}
.wishlist-item-info{flex:1;min-width:0}
.wishlist-item-name{font-size:14px;font-weight:600;margin:0 0 4px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wishlist-item-price{font-size:13px;color:#666}
.wishlist-item-remove{background:none;border:none;cursor:pointer;padding:6px;color:#ccc;transition:color .2s;flex-shrink:0}
.wishlist-item-remove:hover{color:#e74c3c}
.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;width:22px;z-index:1002}
.mobile-search-trigger{display:none;background:none;border:none;cursor:pointer;padding:6px;align-items:center;justify-content:center}
.hamburger-bar{width:100%;height:2px;background-color:var(--color-text);transition:var(--transition-smooth)}
.header-left-col{display:flex;align-items:center;gap:16px}
.header-bottom-row{background-color:#f8f9fa;padding:12px 0;border-bottom:1px solid #eaeaea}
.header-bottom-row .header-container{display:flex;justify-content:space-between;align-items:center}
.desktop-navigation{display:block}
.nav-menu{display:flex;list-style:none;gap:30px;align-items:center}
.nav-menu a{font-size:14px;font-weight:600;color:#000000;text-transform:none;letter-spacing:normal}
.nav-menu a:hover{color:#555555}
.header-bottom-right-links{display:flex;gap:20px;font-size:12px;font-weight:700;color:#000000}
.bottom-helper-link:hover{color:#555555}
.company-dropdown-wrapper{position:relative;display:inline-block}
.bottom-helper-link.company-trigger{background:none;border:none;padding:0;margin:0;font-size:12px;font-weight:700;color:#000000;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;line-height:inherit}
.bottom-helper-link.company-trigger:hover{color:#555555}
.bottom-helper-link.company-trigger .dropdown-arrow-icon{width:10px;height:10px;transition:transform 0.2s ease;stroke:currentColor;margin-top:1px}
.company-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#ffffff;border:1px solid #cccccc;box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);min-width:180px;opacity:0;pointer-events:none;z-index:1000;display:flex;flex-direction:column;transform:translateY(8px);transition:opacity 0.15s ease, transform 0.15s ease}
.company-dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}
.company-dropdown-menu a{padding:14px 20px;font-size:14px;font-weight:500;color:#000000;text-decoration:none;border-bottom:1px solid #eeeeee;background-color:#ffffff;transition:background-color 0.2s ease;text-align:left;font-family:var(--font-sans);line-height:1.2}
.company-dropdown-menu a:last-child{border-bottom:none}
.company-dropdown-menu a:hover{background-color:#F99F00 !important;color:#ffffff !important}
.socials-dropdown-wrapper{position:relative;display:inline-block}
.bottom-helper-link.socials-trigger{background:none;border:none;padding:0;margin:0;font-size:12px;font-weight:700;color:#000000;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;line-height:inherit}
.bottom-helper-link.socials-trigger:hover{color:#555555}
.bottom-helper-link.socials-trigger .dropdown-arrow-icon{width:10px;height:10px;transition:transform 0.2s ease;stroke:currentColor;margin-top:1px}
.socials-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#ffffff;border:1px solid #cccccc;box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);min-width:280px;opacity:0;pointer-events:none;z-index:1000;display:flex;flex-direction:column;transform:translateY(8px);transition:opacity 0.15s ease, transform 0.15s ease}
.socials-dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}
.socials-dropdown-header{padding:14px 20px;font-size:14px;font-weight:400;color:#000000;border-bottom:1px solid #eeeeee;font-family:var(--font-sans);line-height:1.2;background-color:#ffffff;pointer-events:none}
.socials-dropdown-menu a{padding:14px 20px;font-size:16px;font-weight:500;color:#000000;text-decoration:none;border-bottom:1px solid #eeeeee;background-color:#ffffff;transition:all 0.2s ease;text-align:left;font-family:var(--font-sans);line-height:1.2;display:flex;align-items:center;gap:12px}
.socials-dropdown-menu a .dropdown-social-icon{width:20px;height:20px;flex-shrink:0}
.socials-dropdown-menu a:last-child{border-bottom:none}
.socials-dropdown-menu a:hover{background-color:#F99F00 !important;color:#ffffff !important}
.socials-dropdown-menu a:hover .dropdown-social-icon{color:#ffffff !important;stroke:#ffffff !important}
.legal-dropdown-wrapper{position:relative;display:inline-block}
.bottom-helper-link.legal-trigger{background:none;border:none;padding:0;margin:0;font-size:12px;font-weight:700;color:#000000;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;line-height:inherit}
.bottom-helper-link.legal-trigger:hover{color:#555555}
.bottom-helper-link.legal-trigger .dropdown-arrow-icon{width:10px;height:10px;transition:transform 0.2s ease;stroke:currentColor;margin-top:1px}
.legal-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#ffffff;border:1px solid #cccccc;box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);min-width:220px;opacity:0;pointer-events:none;z-index:1000;display:flex;flex-direction:column;transform:translateY(8px);transition:opacity 0.15s ease, transform 0.15s ease}
.legal-dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}
.legal-dropdown-menu a{padding:14px 20px;font-size:14px;font-weight:500;color:#000000;text-decoration:none;border-bottom:1px solid #eeeeee;background-color:#ffffff;transition:all 0.2s ease;text-align:left;font-family:var(--font-sans);line-height:1.2}
.legal-dropdown-menu a:last-child{border-bottom:none}
.legal-dropdown-menu a:hover{background-color:#F99F00 !important;color:#ffffff !important}
.mobile-navigation-drawer{position:fixed;top:0;left:-100%;width:100%;max-width:360px;height:100vh;background-color:#ffffff;box-shadow:var(--shadow-lg);padding:0;transition:var(--transition-smooth);z-index:1005;overflow-y:auto;display:flex;flex-direction:column}
.mobile-navigation-drawer.open{left:0}
.mobile-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
}
.mobile-drawer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}
.drawer-logo-icon {
    width: 28px;
    height: 28px;
    color: var(--color-accent) !important;
}
.drawer-logo-text {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    letter-spacing: -0.5px;
    font-family: var(--font-sans);
}
.mobile-drawer-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3b30;
}
.drawer-close-icon {
    width: 22px;
    height: 22px;
}
.mobile-drawer-nav {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.mobile-category-boxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mob-cat-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    height: 64px;
    padding: 0 16px;
    text-decoration: none;
    color: #000000;
    position: relative;
    overflow: hidden;
    transition: background-color 0.2s;
}
.mob-cat-box:hover {
    background-color: #f1f3f5;
}
.mob-cat-title {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-sans);
}
.mob-cat-img {
    height: 48px;
    width: 48px;
    object-fit: contain;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.mobile-drawer-accordions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.drawer-accordion-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
}
.drawer-accordion-item:last-child {
    border-bottom: none;
}
.drawer-accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-sans);
}
.accordion-icon {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.drawer-accordion-content {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0 4px 4px;
}
.drawer-accordion-content.open {
    display: flex;
}
.drawer-accordion-content a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.drawer-accordion-content a:hover {
    color: var(--color-accent);
}
.drawer-socials-section {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #eaeaea;
}
.drawer-socials-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    font-family: var(--font-sans);
}
.drawer-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}
.drawer-social-icons a {
    color: #000000;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drawer-social-icons a:hover {
    color: var(--color-accent);
}
.drawer-social-icon {
    width: 20px;
    height: 20px;
}
.site-footer{background-color:var(--color-footer-bg);color:var(--color-footer-text);padding:80px 0 20px}
.footer-top{max-width:1200px;margin:0 auto;padding:0 24px 50px;border-bottom:1px solid rgba(255, 255, 255, 0.08)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 2fr;gap:40px}
.brand-info-col{display:flex;flex-direction:column;gap:16px}
.footer-logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800;color:#ffffff}
.brand-description{font-size:13px;color:var(--color-footer-muted);line-height:1.6}
.social-links{display:flex;gap:12px}
.social-icon{width:32px;height:32px;border-radius:50%;background-color:rgba(255, 255, 255, 0.06);display:flex;align-items:center;justify-content:center;color:var(--color-footer-text)}
.social-icon svg{width:16px;height:16px}
.social-icon:hover{background-color:var(--color-accent);color:#000000;transform:translateY(-2px)}
.footer-heading{font-size:13px;font-weight:700;color:#ffffff;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-links a{font-size:13px;color:var(--color-footer-muted)}
.footer-links a:hover{color:#ffffff}
.newsletter-sub{font-size:13px;color:var(--color-footer-muted);margin-bottom:16px}
.newsletter-input-group{display:flex;background-color:rgba(255, 255, 255, 0.05);border:1px solid rgba(255, 255, 255, 0.1);border-radius:var(--border-radius-full);padding:3px;transition:var(--transition-smooth)}
.newsletter-input-group:focus-within{border-color:var(--color-accent)}
.newsletter-input{background:none;border:none;flex-grow:1;color:#ffffff;font-size:13px;padding:10px 16px}
.newsletter-submit-btn{background-color:var(--color-accent);color:#000000;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-bounce)}
.newsletter-submit-btn:hover{transform:scale(1.05)}
.newsletter-submit-btn svg{width:18px;height:18px}
.newsletter-feedback{margin-top:8px;font-size:12px}
.newsletter-feedback.success{color:#4caf50}
.newsletter-feedback.error{color:#f44336}
.footer-large-brand-wrapper{width:100%;text-align:center;padding:40px 0 20px;overflow:hidden;user-select:none}
.footer-large-brand-text{font-size:9.5vw;font-weight:900;letter-spacing:-2px;color:transparent;-webkit-text-stroke:1.5px rgba(255, 255, 255, 0.07);line-height:0.9;font-family:var(--font-sans)}
.footer-bottom{max-width:1200px;margin:0 auto;padding:20px 24px 0;display:flex;justify-content:center;border-top:1px solid rgba(255, 255, 255, 0.05)}
.copyright{font-size:12px;color:var(--color-footer-muted)}
@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}
}
.new-hero-section{position:relative;width:100%;min-height:680px;background-image:url('../img/hero-bg.jpg');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-top:0}
@media (min-width:1025px){.new-hero-section{padding-top:40px}
#categories.section-container{padding-top:80px}
.wishlist-page-main{padding-top:160px}}
.new-hero-overlay{position:absolute;inset:0;background:rgba(0, 0, 0, 0.4);z-index:1}
.new-hero-content{position:relative;z-index:2;text-align:center;color:#ffffff;max-width:800px;padding:0 24px}
.new-hero-title{font-size:64px;font-weight:700;line-height:1.1;margin-bottom:24px;font-family:'Gayathri',var(--font-sans)}
.new-hero-subtitle{font-size:18px;font-weight:400;line-height:1.6;margin-bottom:40px;color:rgba(255, 255, 255, 0.9)}
.new-btn-hollow{display:inline-flex;align-items:center;justify-content:center;padding:12px 36px;border:1px solid #ffffff;background-color:transparent;color:#ffffff;font-size:16px;font-weight:400;transition:var(--transition-smooth)}
.new-btn-hollow:hover{background-color:#ffffff;color:#000000}
.new-btn-hollow .arrow{margin-left:10px;transition:transform 0.3s ease}
.new-btn-hollow:hover .arrow{transform:translateX(4px)}
.new-story-section{background-color:#f5f5f7;padding:100px 24px;width:100%}
.new-story-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}
.new-story-text-col{flex:1;max-width:550px}
.new-story-heading{font-size:22px;font-weight:500;margin-bottom:30px;color:#000000;font-family:var(--font-sans)}
.new-story-p{font-size:20px;line-height:1.5;color:#888888;margin-bottom:24px;font-weight:400}
.new-story-p strong{color:#000000;font-weight:500}
.new-story-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border:1px solid #000000;background-color:transparent;color:#000000;font-size:13px;font-weight:400;margin-top:10px;transition:var(--transition-smooth)}
.new-story-btn:hover{background-color:#000000;color:#ffffff}
.new-story-image-col{flex:1;display:flex;justify-content:flex-end;align-items:center;padding-right:30px;padding-top:30px}
.new-story-image-wrapper{position:relative;width:100%;max-width:480px}
.new-story-accent-block{position:absolute;top:-30px;right:-30px;width:100%;height:100%;background-color:var(--color-accent);z-index:1}
.new-story-img{position:relative;z-index:2;width:100%;height:auto;display:block}
.site-footer{background-color:var(--color-accent);padding:40px 40px;width:100%;margin-top:0;position:relative;overflow:visible}
.footer-inner-box{background-color:#000000;border-radius:40px;padding:80px 80px 0;overflow:hidden;position:relative;max-width:1200px;margin:0 auto;color:#ffffff;z-index:5}
.footer-floating-assets{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}
.footer-float-img{position:absolute;transition:transform 0.6s ease-out}
.footer-float-img.stool{top:-380px;left:8%;width:145px;transform:rotate(-18deg)}
.footer-float-img.chair{top:-360px;right:6%;width:175px;transform:rotate(22deg)}
.footer-float-img.table{top:-160px;right:18%;width:130px;transform:rotate(-12deg)}
.footer-float-img.armchair{top:-140px;left:4%;width:220px;transform:rotate(12deg)}
.footer-content{display:flex;justify-content:space-between;position:relative;z-index:2;padding-bottom:60px;gap:40px}
.footer-col-left{max-width:380px;display:flex;flex-direction:column;gap:24px}
.footer-col-left .footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.footer-col-left .logo-text{color:#ffffff;font-size:20px;font-weight:800;letter-spacing:0.5px}
.footer-col-left .brand-description{color:#a0a0a0;font-size:15px;line-height:1.6;margin:0}
.footer-col-left .social-links{display:flex;gap:12px}
.footer-col-left .social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:transparent;border:1px solid rgba(255, 255, 255, 0.2);border-radius:50%;color:#ffffff;transition:var(--transition-smooth)}
.footer-col-left .social-icon:hover{background-color:#ffffff;color:#000000;border-color:#ffffff}
.footer-col-left .social-icon svg{width:16px;height:16px}
.newsletter-wrapper{display:flex;flex-direction:column;gap:12px;margin-top:10px}
.newsletter-wrapper .newsletter-heading{font-size:15px;font-weight:600;color:#ffffff;margin:0}
.newsletter-wrapper .newsletter-form{display:flex;border-radius:99px;border:1px solid rgba(255, 255, 255, 0.2);background-color:transparent;overflow:hidden;height:48px;max-width:320px;transition:var(--transition-smooth)}
.newsletter-wrapper .newsletter-form:focus-within{border-color:#ffffff}
.newsletter-wrapper .newsletter-input{flex:1;background:none;border:none;color:#ffffff;padding:0 20px;font-size:14px;outline:none}
.newsletter-wrapper .newsletter-input::placeholder{color:#888888}
.newsletter-wrapper .newsletter-submit{background-color:#ffffff;color:#000000;border:none;padding:0 24px;font-size:13px;font-weight:600;cursor:pointer;transition:var(--transition-smooth);height:100%;display:flex;align-items:center}
.newsletter-wrapper .newsletter-submit:hover{background-color:#e0e0e0}
.footer-col-right{display:flex;gap:80px}
.footer-nav-col h4{font-size:14px;font-weight:600;color:#ffffff;margin-bottom:24px;text-transform:capitalize}
.footer-nav-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.footer-nav-col ul li{margin-bottom:0}
.footer-nav-col ul li a{color:#a0a0a0;text-decoration:none;font-size:13px;transition:color 0.3s}
.footer-nav-col ul li a:hover{color:#ffffff}
.footer-huge-text{font-size:clamp(60px, 10vw, 120px);font-weight:900;font-family:var(--font-sans);color:#ffffff;text-align:center;line-height:0.6;letter-spacing:-2px;position:relative;z-index:1;margin-top:40px;pointer-events:none;text-transform:uppercase;transform:scaleY(0.9) translateY(30px);display:block}
.footer-copyright{text-align:center;padding-top:24px;font-size:13px;color:#000000;font-weight:600}
@media (max-width:1024px){.site-footer{padding:0 20px 20px}
.footer-inner-box{padding:60px 40px 0;border-radius:30px}
.footer-floating-assets{display:none}
.footer-col-right{gap:40px}
.footer-huge-text{font-size:80px;margin-top:20px}
}
@media (max-width:768px){.site-footer{background-color:#000000;padding:60px 24px 40px}
.footer-inner-box{background-color:transparent;padding:0;border-radius:0}
.footer-content{flex-direction:column;gap:40px}
.footer-col-right{flex-direction:column;align-items:flex-start;gap:40px;width:100%}
.footer-huge-text{display:none}
.footer-col-left .social-icon{background-color:rgba(255, 255, 255, 0.1);border:none}
.newsletter-wrapper .newsletter-form{display:flex;border:none;background-color:transparent;overflow:visible;gap:12px;max-width:100%;height:auto;border-radius:0;margin-top:8px}
.newsletter-wrapper .newsletter-input{background-color:#000000;border:1px solid #ffffff;border-radius:var(--border-radius-sm);height:48px;padding:0 16px;color:#ffffff;width:100%}
.newsletter-wrapper .newsletter-submit{background-color:#ffffff;color:#000000;border-radius:var(--border-radius-sm);height:48px;padding:0 24px;font-weight:600;white-space:nowrap;display:flex;align-items:center}
.footer-copyright{text-align:left;padding:24px 0 0;font-size:13px;color:#888888;background-color:#000000}
}
@media (max-width:1024px){.new-story-container{flex-direction:column;gap:60px}
.new-story-text-col{max-width:100%}
.new-story-image-col{padding-right:20px;justify-content:center}
.new-hero-title{font-size:48px}
.site-header{position:relative}
.header-bottom-row{display:none}
.header-search-form{display:none}
.mobile-menu-toggle{display:flex}
.country-selector{display:none}
.footer-grid{grid-template-columns:repeat(2, 1fr);gap:30px}
.newsletter-col{grid-column:span 2}
.hero-section{min-height:60vh}
.product-grid{grid-template-columns:repeat(2, 1fr)}
.story-grid{grid-template-columns:1fr;gap:40px}
.story-image-accent-bg{width:150px;height:150px}
.testimonials-container{grid-template-columns:repeat(2, 1fr)}

/* Mobile Header Redesign Styles */
.header-top-row {
    background-color: var(--color-accent) !important;
    border-bottom: none !important;
    padding: 12px 0 !important;
}
.header-left-col {
    display: flex;
    align-items: center;
    gap: 12px;
}
.site-logo {
    color: #ffffff !important;
}
.site-logo .logo-icon {
    color: #ffffff !important;
}
.site-logo .logo-text {
    display: none !important;
}
.mobile-menu-toggle {
    display: flex !important;
    order: -1;
}
.hamburger-bar {
    background-color: #000000 !important;
}
.mobile-search-trigger {
    display: flex !important;
}
.header-utilities {
    display: flex !important;
    align-items: center;
    gap: 16px !important;
}
.header-utilities .mobile-search-trigger {
    order: 1;
}
.header-utilities .wishlist-trigger {
    order: 2;
}
.header-utilities .cart-trigger {
    order: 3;
}
.header-utilities .profile-menu-container {
    order: 4;
}
.header-utility-btn, .wishlist-trigger, .cart-trigger, .profile-trigger {
    color: #000000 !important;
}
.utility-icon {
    stroke: #000000 !important;
}
.cart-count, .wishlist-count {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.header-search-form.mobile-open {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 24px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid #eaeaea !important;
    z-index: 1000 !important;
}
.header-search-form.mobile-open .search-input-wrapper {
    max-width: 100% !important;
}
.header-search-form.mobile-open .search-field {
    background-color: #f1f3f5 !important;
    border: 1px solid #eaeaea !important;
    padding-left: 48px !important;
    width: 100% !important;
}
}
@media (max-width:768px){.new-hero-title{font-size:42px;margin-bottom:16px}
.new-hero-subtitle{font-size:17px;margin-bottom:24px}
.new-hero-section{min-height:70vh}
.footer-grid{grid-template-columns:1fr;gap:30px}
.brand-info-col, .newsletter-col{grid-column:span 1}
.product-grid{grid-template-columns:1fr}
.category-grid{grid-template-columns:1fr}
.cat-card-1{grid-row:span 1;min-height:280px}
.cat-card-2{grid-column:1;grid-row:auto}
.cat-bottom-row-wrap{grid-column:1;grid-row:auto;grid-template-columns:1fr 1fr}
.testimonials-container{grid-template-columns:1fr}
.cta-pattern-item{width:80px;height:80px}
}
@media (max-width:480px){.logo-text{font-size:16px}
.site-logo svg{width:26px;height:26px}
.header-utilities{gap:12px}
.hero-section{min-height:50vh}
.cat-bottom-row-wrap{grid-template-columns:1fr}
.story-image-accent-bg{display:none}
}
.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:2000;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease}
.cart-overlay.active{opacity:1;visibility:visible}
.cart-sidebar{position:fixed;top:0;right:0;width:400px;max-width:90vw;height:100%;background:#fff;z-index:2001;display:flex;flex-direction:column;transition:transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);box-shadow:-5px 0 20px rgba(0,0,0,0.1);transform:translateX(100%)}
.cart-sidebar.open{right:0;transform:translateX(0)}
.cart-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #eee}
.cart-sidebar-title{font-family:var(--font-sans);font-size:20px;font-weight:600;margin:0;color:#000}
.cart-sidebar-close{background:none;border:none;cursor:pointer;padding:4px;color:#666;transition:color 0.2s}
.cart-sidebar-close:hover{color:#000}
.cart-sidebar-items{flex:1;overflow-y:auto;padding:24px}
.cart-empty-msg{text-align:center;color:#999;font-family:var(--font-sans);font-size:15px;margin-top:40px}
.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f5f5f5}
.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}
.cart-item-info{flex:1;min-width:0}
.cart-item-name{font-family:var(--font-sans);font-size:15px;font-weight:500;color:#000;margin:0 0 4px}
.cart-item-price{font-family:var(--font-sans);font-size:14px;color:var(--color-accent);font-weight:600}
.cart-item-remove{background:none;border:none;color:#ccc;cursor:pointer;padding:4px;align-self:flex-start;transition:color 0.2s}
.cart-item-remove:hover{color:#000000}
.cart-sidebar-footer{padding:24px;border-top:1px solid #eee}
.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.cart-total-label{font-family:var(--font-sans);font-size:16px;font-weight:600;color:#000}
.cart-total-price{font-family:var(--font-sans);font-size:18px;font-weight:700;color:var(--color-accent)}
.cart-checkout-btn{display:block;width:100%;padding:14px;background:var(--color-accent);color:#fff;text-align:center;border-radius:40px;font-family:var(--font-sans);font-size:16px;font-weight:600;text-decoration:none;transition:background 0.2s}
.cart-checkout-btn:hover{background:var(--color-accent-hover)}
.cart-page-main, .checkout-page-main{background-color:#ffffff;padding-top:140px;padding-bottom:80px;margin:0}
.cart-page-inner, .checkout-page-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.cart-breadcrumb, .checkout-breadcrumb{font-size:14px;margin-bottom:30px;font-weight:500;color:#888888}
.cart-breadcrumb a, .checkout-breadcrumb a{color:#000000;transition:color 0.2s}
.cart-breadcrumb a:hover, .checkout-breadcrumb a:hover{color:var(--color-accent)}
.cart-page-title{font-family:var(--font-sans);font-size:32px;font-weight:700;color:var(--color-text);margin-bottom:32px}
/* Cart Page Two-Column Layout */
.cart-page-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:50px;align-items:start}
.cart-page-layout .woocommerce-notices-wrapper{grid-column:1 / -1}
.cart-page-layout .cart-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;font-size:18px;color:#666}
.cart-page-layout .return-to-shop{grid-column:1 / -1;text-align:center}
/* Native WooCommerce Cart Table */
.woocommerce-cart-form .shop_table.cart{width:100%;border-collapse:collapse;font-family:var(--font-sans)}
.woocommerce-cart-form .shop_table.cart thead{background-color:#f5f5f7}
.woocommerce-cart-form .shop_table.cart thead th{padding:16px 12px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:#555;text-align:left}
.woocommerce-cart-form .shop_table.cart tr{border-bottom:1px solid #eaeaea}
.woocommerce-cart-form .shop_table.cart td{padding:20px 12px;vertical-align:middle}
.woocommerce-cart-form .product-thumbnail{width:100px}
.woocommerce-cart-form .product-thumbnail img{width:90px;height:90px;object-fit:cover;border-radius:8px}
.woocommerce-cart-form .product-name a{font-size:15px;font-weight:500;color:#000;text-decoration:none}
.woocommerce-cart-form .product-name a:hover{color:var(--color-accent)}
.woocommerce-cart-form .product-price .amount{font-size:14px;font-weight:600;color:#000}
.woocommerce-cart-form .product-quantity .quantity input.qty{width:60px;padding:8px 4px;border:1px solid #ddd;border-radius:6px;font-size:14px;text-align:center}
.woocommerce-cart-form .product-subtotal .amount{font-size:15px;font-weight:700;color:var(--color-accent)}
.woocommerce-cart-form .product-remove .remove{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#f5f5f5;color:#999;font-size:18px;text-decoration:none;transition:all 0.2s}
.woocommerce-cart-form .product-remove .remove:hover{background-color:#e74c3c;color:#fff}
.woocommerce-cart-form .actions{padding:20px 0;display:flex;justify-content:space-between;align-items:center}
.woocommerce-cart-form .coupon{display:flex;gap:10px;align-items:center}
.woocommerce-cart-form .coupon input[type="text"]{border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:13px;width:200px;background:#fafafa}
.woocommerce-cart-form .coupon button{background-color:#000;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;cursor:pointer}
.woocommerce-cart-form .coupon button:hover{background-color:#222}
.woocommerce-cart-form .actions button[name="update_cart"]{background-color:transparent;border:1px solid #000;color:#000;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;cursor:pointer}
.woocommerce-cart-form .actions button[name="update_cart"]:hover{background-color:#000;color:#fff}
/* Cart Totals Card */
.cart_totals{background-color:#fff;border:1px solid #eaeaea;border-radius:20px;padding:30px;box-shadow:var(--shadow-sm)}
.cart_totals h2{font-size:20px;font-weight:700;color:#000;margin:0 0 18px}
.cart_totals table.shop_table{width:100%;border-collapse:collapse}
.cart_totals table.shop_table tr{border-bottom:1px solid #eee}
.cart_totals table.shop_table th,.cart_totals table.shop_table td{padding:14px 0;font-size:14px;text-align:left}
.cart_totals table.shop_table th{font-weight:500;color:#666}
.cart_totals table.shop_table td{font-weight:600;color:#000;text-align:right}
.cart_totals .order-total th,.cart_totals .order-total td{font-size:17px}
.cart_totals .order-total td strong .amount{font-size:22px;font-weight:800}
.cart_totals .wc-proceed-to-checkout{padding-top:18px}
.cart_totals .checkout-button{display:block;background-color:#000;color:#fff;text-align:center;padding:15px;border-radius:99px;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.2s}
.cart_totals .checkout-button:hover{background-color:#222;transform:translateY(-2px)}
.cart_totals .shipping-calculator-button{font-size:13px;color:var(--color-accent)}
/* Native WooCommerce Checkout */
form.checkout.woocommerce-checkout{display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:auto auto;grid-template-areas:"customer_details order_review_heading" "customer_details order_review";gap:50px;align-items:start}
form.checkout.woocommerce-checkout #customer_details{grid-area:customer_details}
form.checkout.woocommerce-checkout #order_review_heading{grid-area:order_review_heading;margin:0}
form.checkout.woocommerce-checkout #order_review{grid-area:order_review}
form.checkout .col2-set{display:block;width:100%}
form.checkout #customer_details .col-1,.form.checkout #customer_details .col-2{margin-bottom:0;width:100%}
form.checkout .woocommerce-billing-fields h3{font-size:18px;font-weight:700;border-bottom:2px solid #eaeaea;padding-bottom:8px;margin:0 0 16px;color:#000}
form.checkout .woocommerce-shipping-fields h3{font-size:16px;font-weight:600;margin:24px 0 12px;color:#000}
form.checkout .form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
form.checkout .form-row label{font-size:13px;font-weight:600;color:#555}
form.checkout .form-row input,form.checkout .form-row select,form.checkout .form-row textarea,.form-row input,form.checkout .form-row .input-text{border:1px solid #ddd;border-radius:8px;padding:12px 16px;font-size:14px;outline:none;background-color:#fafafa;transition:all 0.2s;width:100%;box-sizing:border-box;color:#000}
form.checkout .form-row input:focus,form.checkout .form-row select:focus,form.checkout .form-row textarea:focus{border-color:#000;background-color:#fff}
form.checkout .form-row .select2-container .select2-selection--single{border:1px solid #ddd;border-radius:8px;height:48px;background:#fafafa}
form.checkout .form-row .select2-container .select2-selection__rendered{line-height:48px;padding:0 16px;font-size:14px}
form.checkout .form-row .select2-container .select2-selection__arrow{height:48px;right:10px}
form.checkout .form-row-first,.form.checkout .form-row-last{width:48%}
#order_review_heading{font-size:20px;font-weight:700;color:#000;margin:0 0 18px}
.woocommerce-checkout-review-order{border:1px solid #eaeaea;border-radius:20px;padding:30px;box-shadow:var(--shadow-sm);background:#fff}
.woocommerce-checkout-review-order table.shop_table{width:100%;border-collapse:collapse}
.woocommerce-checkout-review-order table.shop_table thead{display:none}
.woocommerce-checkout-review-order table.shop_table tr{border-bottom:1px solid #eee}
.woocommerce-checkout-review-order table.shop_table td,.woocommerce-checkout-review-order table.shop_table th{padding:14px 0;font-size:14px;text-align:left}
.woocommerce-checkout-review-order table.shop_table .product-total{text-align:right;font-weight:600}
.woocommerce-checkout-review-order table.shop_table .cart-subtotal td,.woocommerce-checkout-review-order table.shop_table .order-total td{text-align:right}
.woocommerce-checkout-review-order table.shop_table .order-total td strong .amount{font-size:22px;font-weight:800}
.woocommerce-checkout-review-order table.shop_table tfoot tr:last-child{border-bottom:none}
/* Payment methods */
#payment{background:transparent;margin-top:20px}
#payment .wc_payment_methods{padding:0;list-style:none;margin:0;display:flex;flex-direction:column;gap:12px}
#payment .wc_payment_methods li{padding:16px;border:1px solid #eee;border-radius:8px;transition:all 0.2s}
#payment .wc_payment_methods li:hover{background-color:#fafafa}
#payment .wc_payment_methods li input[type="radio"]{accent-color:#000;margin-right:8px}
#payment .wc_payment_methods li label{font-size:14px;font-weight:600;color:#000;cursor:pointer}
#payment .wc_payment_methods li .payment_box{padding:12px 0 0;font-size:13px;color:#666}
#payment .place-order{padding-top:18px}
#payment .place-order .button.alt{display:block;width:100%;background-color:#000;color:#fff;border:none;padding:16px;border-radius:99px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s}
#payment .place-order .button.alt:hover{background-color:#222;transform:translateY(-2px)}
#payment .place-order .button.alt:disabled{opacity:0.5;cursor:not-allowed;transform:none}
/* Responsive: cart & checkout */
@media (max-width:1024px){
.cart-page-layout{grid-template-columns:1fr;gap:40px}
form.checkout.woocommerce-checkout{grid-template-columns:1fr;grid-template-areas:"customer_details" "order_review_heading" "order_review";gap:40px}
.cart-page-main, .checkout-page-main{padding-top:80px}
}
@media (max-width:768px){
.woocommerce-cart-form .coupon{flex-direction:column;align-items:stretch}
.woocommerce-cart-form .coupon input[type="text"]{width:100%}
.woocommerce-cart-form .actions{flex-direction:column;gap:12px}
form.checkout .form-row-first,.form.checkout .form-row-last{width:100%}
.cart-page-main, .checkout-page-main{padding-top:20px;padding-bottom:40px}
.cart_totals,.woocommerce-checkout-review-order{padding:20px}
}
.shop-page-main{max-width:1200px;margin:0 auto;padding-left:0;padding-right:0}
.shop-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;border-bottom:1px solid #eeeeee;padding-bottom:24px}
.shop-title-block{display:flex;flex-direction:column;gap:8px}
.shop-page-title{font-size:40px;font-weight:500;color:#000000;margin:0;font-family:var(--font-sans);line-height:1.2}
.shop-page-subtitle{font-size:15px;color:#888888;margin:0;line-height:1.5}
.shop-filter-block{position:relative}
.shop-filter-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #000000;background-color:transparent;color:#000000;padding:10px 24px;border-radius:99px;font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s ease}
.shop-filter-btn:hover{background-color:#000000;color:#ffffff}
.shop-filter-btn .filter-icon{width:14px;height:14px;transition:stroke 0.2s ease}
.shop-filter-btn:hover .filter-icon{stroke:#ffffff}
.shop-filter-dropdown{position:absolute;right:0;top:calc(100% + 12px);background-color:#ffffff;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 10px 30px rgba(0, 0, 0, 0.08);padding:12px;display:flex;flex-direction:column;gap:4px;min-width:200px;z-index:100;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity 0.2s ease, transform 0.2s ease}
.shop-filter-dropdown.active{opacity:1;pointer-events:auto;transform:translateY(0)}
.filter-option{border:none;background-color:transparent;padding:10px 16px;text-align:left;font-size:13px;color:#666666;border-radius:8px;cursor:pointer;font-weight:400;transition:all 0.2s ease}
.filter-option:hover{background-color:#f5f5f7;color:#000000}
.filter-option.active{background-color:#000000;color:#ffffff;font-weight:500}
.shop-product-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px 30px;margin-bottom:60px}
.shop-empty-msg{grid-column:1 / -1;text-align:center;font-size:16px;color:#888888;padding:80px 0}
.product-card{display:flex;flex-direction:column;background-color:transparent}
.product-image-wrap{position:relative;aspect-ratio:1 / 1;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease;padding:0}
.product-image-wrap.product-card-bg-grey{background-color:#f5f5f7}
.product-image-wrap.product-card-bg-orange{background-color:#fbeae1}
.product-image-wrap.product-card-bg-sand{background-color:#f7f4ee}
.product-image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s cubic-bezier(0.25, 1, 0.5, 1)}
.product-card-link{display:block;width:100%;height:100%}
.product-card:hover .product-image{transform:scale(1.06)}
.product-badge{position:absolute;top:16px;left:16px;background-color:#c2272d;color:#ffffff;font-size:13px;font-weight:500;text-transform:none;padding:6px 12px;border-radius:6px;letter-spacing:normal;z-index:2}
.product-wishlist{position:absolute;top:16px;right:16px;width:24px;height:24px;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000000;transition:all 0.2s ease, transform 0.2s ease;z-index:2;padding:0}
.product-wishlist svg{width:22px !important;height:22px !important}
.product-wishlist svg path{fill:none;stroke:#000000;stroke-width:2px;stroke-linejoin:round;transition:fill 0.2s ease, stroke 0.2s ease}
.product-wishlist:hover{transform:scale(1.1)}
.product-wishlist.active svg path{fill:#000000;stroke:#000000}
.product-details{padding-top:16px;display:flex;flex-direction:column;gap:4px}
.product-title{font-size:18px;font-weight:600;color:#000000;margin:0 0 2px 0;font-family:var(--font-sans);line-height:1.2}
.product-subtitle{font-size:13px;color:#444444;margin:0 0 6px 0;line-height:1.4}
.rating-stars{display:flex;align-items:center;gap:2px;font-size:14px;margin-top:2px;margin-bottom:12px}
.star-gold{color:#f5a623}
.star-muted{color:#e0e0e0}
.rating-score{color:#444444;font-size:12px;margin-left:6px}
.product-meta-row{display:flex;justify-content:space-between;align-items:center;margin-top:4px}
.product-price{font-size:20px;font-weight:600;color:#000000;font-family:var(--font-sans)}
.add-to-cart-btn,
.add_to_cart_button,
a.add_to_cart_button,
.single_add_to_cart_button{display:inline-flex;align-items:center;gap:8px;background-color:#ffffff;border:1px solid #333333;padding:10px 18px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;color:#000000;transition:all 0.2s ease;text-decoration:none}
.add-to-cart-btn:hover,
.add_to_cart_button:hover,
a.add_to_cart_button:hover,
.single_add_to_cart_button:hover{background-color:#000000;color:#ffffff;border-color:#000000}
/* WC generic buttons (non-cart/checkout) */
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{display:inline-flex;align-items:center;gap:8px;background-color:#ffffff;border:1px solid #333333;padding:10px 18px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;color:#000000;transition:all 0.2s ease;text-decoration:none}
.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{background-color:#000000;color:#ffffff;border-color:#000000}
.cart-btn-icon{width:14px;height:14px}
.add-to-cart-btn.added{background-color:#2ecc71;border-color:#2ecc71;color:#ffffff}
.shop-pagination-block{display:flex;flex-direction:column;align-items:center;gap:24px;margin:60px 0 100px}
.shop-progress-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:240px}
.shop-progress-text{font-size:13px;color:#666666;margin:0}
.shop-progress-bar-bg{width:100%;height:3px;background-color:#e0e0e0;border-radius:99px;overflow:hidden}
.shop-progress-bar-fill{height:100%;background-color:#F99F00;transition:width 0.4s cubic-bezier(0.25, 1, 0.5, 1)}
.shop-load-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 36px;border:1px solid #000000;background-color:transparent;color:#000000;font-size:13px;font-weight:500;cursor:pointer;border-radius:99px;transition:all 0.2s ease}
.shop-load-more-btn:hover{background-color:#000000;color:#ffffff}
.shop-pagination-block ul.page-numbers{list-style:none;display:flex;gap:8px;margin:0;padding:0}
.shop-pagination-block .page-numbers li{display:inline-flex}
.shop-pagination-block .page-numbers a,
.shop-pagination-block .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #ddd;border-radius:99px;font-size:13px;font-weight:500;text-decoration:none;color:#666;background:transparent;transition:all 0.2s ease}
.shop-pagination-block .page-numbers a:hover{border-color:#000;color:#000}
.shop-pagination-block .page-numbers .current{border-color:#000;background:#000;color:#fff}
.shop-pagination-block .page-numbers .prev,
.shop-pagination-block .page-numbers .next{min-width:auto;padding:0 16px;border-color:transparent}
.shop-pagination-block .page-numbers .prev:hover,
.shop-pagination-block .page-numbers .next:hover{border-color:#000}
@media (max-width:1024px){.shop-product-grid{grid-template-columns:repeat(3, 1fr);gap:30px 20px}
.shop-page-title{font-size:32px}
}
@media (max-width:768px){.shop-header-row{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}
.shop-product-grid{grid-template-columns:repeat(2, 1fr);gap:24px 16px}
.product-image-wrap{border-radius:0;padding:0}
.shop-page-title{font-size:28px}
.shop-filter-dropdown{left:0;right:auto}
}
@media (max-width:480px){.shop-product-grid{grid-template-columns:1fr;gap:24px}
}
.elementor-section-boxed > .elementor-container{max-width:none !important}
.elementor-column-gap-default > .elementor-widget-wrap,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated{padding:0 !important}
.elementor-section > .elementor-container{padding-left:0 !important;padding-right:0 !important}
.policy-page-main{background-color:#ffffff}
.policy-breadcrumbs{max-width:1200px;margin:0 auto;padding:24px 24px;font-size:13px;color:#888888;font-family:var(--font-sans)}
.policy-breadcrumbs a{color:#666666;text-decoration:none;transition:color 0.2s ease}
.policy-breadcrumbs a:hover{color:#000000}
.policy-breadcrumbs .divider{margin:0 8px;color:#cccccc}
.policy-breadcrumbs .current{color:#000000;font-weight:500}
.policy-header-section{background-color:#ebebeb;padding:80px 24px;position:relative;overflow:visible}
.policy-header-container{max-width:1200px;margin:0 auto;position:relative}
.policy-title{font-size:48px;font-weight:500;color:#000000;margin:0 0 16px 0;font-family:var(--font-serif);line-height:1.2;max-width:800px}
.policy-effective-date{font-size:14px;color:#666666;margin:0;font-family:var(--font-sans)}
.policy-float-img{position:absolute;pointer-events:none;z-index:5}
.policy-float-img.armchair{top:-50px;right:5%;width:220px}
.policy-float-img.orange-chair{bottom:-60px;left:48%;width:140px;transform:translateX(-50%)}
.policy-content-section{max-width:1200px;margin:0 auto;padding:80px 24px}
.policy-grid{display:grid;grid-template-columns:3fr 1.2fr;gap:80px}
.policy-content-col{display:flex;flex-direction:column}
.policy-intro{font-size:16px;color:#333333;line-height:1.6;margin-bottom:40px;font-family:var(--font-sans)}
.policy-section{margin-bottom:40px;scroll-margin-top:160px}
.policy-section h2{font-size:20px;font-weight:600;color:#000000;margin:0 0 16px 0;font-family:var(--font-sans)}
.policy-section p{font-size:15px;color:#444444;line-height:1.6;margin:0 0 16px 0;font-family:var(--font-sans)}
.policy-section ul,
.policy-section ol{margin:0 0 20px 0;padding-left:24px;display:flex;flex-direction:column;gap:8px}
.policy-section li{font-size:15px;color:#444444;line-height:1.6;font-family:var(--font-sans)}
.policy-sidebar-col{position:relative}
.policy-toc-wrapper{position:sticky;top:180px;align-self:start}
.policy-toc{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;border-left:1px solid #dddddd;padding-left:24px}
.policy-toc li{font-size:14px;font-family:var(--font-sans);line-height:1.4}
.policy-toc a{color:#666666;text-decoration:none;transition:color 0.2s ease, font-weight 0.2s ease}
.policy-toc a:hover,
.policy-toc a.active{color:#F99F00;font-weight:500}
@media (max-width:1024px){.policy-grid{grid-template-columns:1fr;gap:40px}
.policy-sidebar-col{display:none}
.policy-float-img.armchair{width:180px;right:2%;top:-40px}
.policy-float-img.orange-chair{width:120px;bottom:-50px}
}
@media (max-width:768px){.policy-title{font-size:36px}
.policy-header-section{padding:60px 24px}
.policy-float-img{display:none}
}
.about-page-main{background-color:#ffffff}
.about-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}
.grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-breadcrumbs{padding:24px 0;font-size:14px;color:var(--color-text-muted);border-bottom:1px solid rgba(0, 0, 0, 0.05)}
.about-breadcrumbs a{color:var(--color-text-muted)}
.about-breadcrumbs a:hover{color:#F99F00}
.about-breadcrumbs .divider{margin:0 8px}
.about-breadcrumbs .current{color:var(--color-text);font-weight:500}
.about-story-section{padding:80px 0}
.about-story-text{display:flex;flex-direction:column;gap:24px}
.about-quote-title{font-family:var(--font-serif);font-size:clamp(32px, 4.5vw, 46px);font-weight:400;line-height:1.25;color:var(--color-text);margin-bottom:8px}
.about-story-text p{font-size:16px;color:var(--color-text-muted);line-height:1.8}
.about-story-image-wrapper{border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}
.about-story-img-main{width:100%;height:580px;object-fit:cover;transition:var(--transition-smooth)}
.about-story-img-main:hover{transform:scale(1.015)}
.about-mission-section{padding:0 0 80px 0}
.about-mission-image-wrapper{border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}
.about-mission-img{width:100%;height:380px;object-fit:cover;transition:var(--transition-smooth)}
.about-mission-img:hover{transform:scale(1.015)}
.about-mission-text{padding-left:20px}
.about-mission-paragraph{font-family:var(--font-serif);font-size:clamp(20px, 3vw, 24px);line-height:1.6;color:var(--color-text);position:relative;font-style:italic;font-weight:400}
.about-mission-paragraph::before{content:"“";font-family:var(--font-serif);font-size:90px;position:absolute;left:-40px;top:-30px;color:rgba(249, 159, 0, 0.12);line-height:1}
.about-features-section{background-color:#fcfcf9;padding:90px 0;border-top:1px solid rgba(0, 0, 0, 0.03);border-bottom:1px solid rgba(0, 0, 0, 0.03)}
.about-features-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;gap:40px}
.about-features-title{font-family:var(--font-serif);font-size:clamp(28px, 3.8vw, 38px);font-weight:700;max-width:820px;line-height:1.35;color:var(--color-text)}
.about-features-title span{font-weight:400;color:var(--color-text-muted)}
.about-features-cta{flex-shrink:0}
.explore-outline-btn{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;border:1.5px solid var(--color-text);border-radius:var(--border-radius-full);font-weight:700;font-size:15px;color:var(--color-text);background:transparent;transition:var(--transition-smooth)}
.explore-outline-btn:hover{background-color:var(--color-text);color:#ffffff;transform:translateY(-2px)}
.btn-arrow-icon{width:16px;height:16px}
.features-content-grid{gap:80px}
.about-features-hero-wrapper{border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-md)}
.about-features-hero-img{width:100%;height:520px;object-fit:cover}
.about-features-list{display:flex;flex-direction:column;justify-content:center;gap:36px}
.about-feature-item{border-bottom:1px solid rgba(0, 0, 0, 0.06);padding-bottom:24px}
.about-feature-item:last-child{border-bottom:none;padding-bottom:0}
.about-feature-title{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--color-text)}
.about-feature-desc{font-size:15px;color:var(--color-text-muted);line-height:1.6}
.about-faq-section{padding:100px 0}
.faq-grid{align-items:start;gap:80px}
.about-faq-title-heading{font-family:var(--font-serif);font-size:clamp(32px, 4vw, 42px);font-weight:700;line-height:1.2;color:var(--color-text)}
.about-faq-accordion{display:flex;flex-direction:column;gap:16px}
.faq-item{background-color:#fcfcfc;border:1px solid rgba(0, 0, 0, 0.06);border-radius:var(--border-radius-sm);overflow:hidden;transition:var(--transition-smooth)}
.faq-item:hover{box-shadow:var(--shadow-sm);border-color:rgba(249, 159, 0, 0.25)}
.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 30px;background:transparent;border:none;text-align:left;font-size:16px;font-weight:600;color:var(--color-text);cursor:pointer;transition:var(--transition-smooth)}
.faq-trigger:hover{color:#F99F00}
.faq-icon{width:18px;height:18px;color:var(--color-text-muted);transition:transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}
.faq-trigger[aria-expanded="true"]{color:#F99F00}
.faq-trigger[aria-expanded="true"] .faq-icon{transform:rotate(180deg);color:#F99F00}
.faq-panel{max-height:0;overflow:hidden;transition:max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}
.faq-panel p{padding:0 30px 24px 30px;color:var(--color-text-muted);font-size:15px;line-height:1.7}
.about-testimonials-section{background-color:#f9f9f6;padding:90px 0;overflow:hidden}
.about-testimonials-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}
.about-testimonials-title{font-family:var(--font-serif);font-size:clamp(28px, 4vw, 38px);font-weight:700;color:var(--color-text)}
.about-testimonials-controls{display:flex;gap:12px}
.about-testimonials-controls .control-btn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(0, 0, 0, 0.1);background:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);transition:var(--transition-smooth)}
.about-testimonials-controls .control-btn:hover{background-color:var(--color-text);color:#ffffff;border-color:var(--color-text)}
.about-testimonials-controls .control-btn svg{width:16px;height:16px}
.testimonials-container{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;scrollbar-width:none}
.testimonials-container::-webkit-scrollbar{display:none}
.about-testimonial-card{flex:0 0 380px;scroll-snap-align:start;background:#ffffff;border:1px solid rgba(0, 0, 0, 0.04);padding:36px;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:20px;transition:var(--transition-smooth)}
.about-testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.testimonial-profile{display:flex;align-items:center;gap:16px}
.testimonial-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid rgba(249, 159, 0, 0.2)}
.testimonial-meta{display:flex;flex-direction:column;gap:4px}
.testimonial-name{font-size:16px;font-weight:700;color:var(--color-text)}
.testimonial-role{font-size:13px;color:var(--color-text-muted)}
.testimonial-text{font-size:15px;color:var(--color-text-muted);line-height:1.65;font-style:italic;flex-grow:1}
.testimonial-rating-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0, 0, 0, 0.05);padding-top:16px;margin-top:8px}
.rating-stars{color:#F99F00;font-size:14px;letter-spacing:2px}
.rating-date{font-size:13px;color:var(--color-text-muted)}
.about-cta-section{background-color:#0b0b0a;background-image:linear-gradient(135deg, rgba(0,0,0,0.92) 0%, rgba(18,18,16,0.96) 100%);color:#ffffff;padding:110px 0;overflow:hidden}
.cta-grid{align-items:center;gap:80px}
.about-cta-text-col{display:flex;flex-direction:column;gap:36px;max-width:550px}
.about-cta-heading{font-family:var(--font-serif);font-size:clamp(24px, 3.5vw, 36px);font-weight:400;line-height:1.45;color:#ffffff}
.cta-link-btn{display:inline-flex;align-items:center;font-weight:700;font-size:15px;color:#ffffff;text-transform:uppercase;letter-spacing:1.5px;border-bottom:2px solid #F99F00;padding-bottom:6px;align-self:start;transition:var(--transition-smooth)}
.cta-link-btn:hover{color:#F99F00;border-color:#ffffff;padding-left:8px}
.about-cta-collage-col{position:relative;height:480px;display:flex;align-items:center;justify-content:center}
.about-collage-container{position:relative;width:100%;max-width:460px;height:400px}
.collage-item{position:absolute;border-radius:var(--border-radius-sm);overflow:hidden;box-shadow:0 15px 35px rgba(0, 0, 0, 0.4);border:3px solid #1a1a17;background-color:#1a1a17;transition:var(--transition-smooth)}
.collage-item:hover{transform:translateY(-8px) scale(1.03);z-index:10 !important;box-shadow:0 25px 50px rgba(0, 0, 0, 0.6)}
.collage-item .collage-img{width:100%;height:100%;object-fit:cover}
.main-item{width:260px;height:280px;left:0;bottom:0;z-index:2}
.top-right-item{width:220px;height:180px;right:0;top:0;z-index:1}
.bottom-right-item{width:180px;height:200px;right:40px;bottom:-20px;z-index:3}
@media (max-width:1024px){.grid-2-col{gap:40px}
.features-content-grid{gap:40px}
.about-features-hero-img{height:450px}
.about-cta-collage-col{height:420px}
.about-collage-container{max-width:380px;height:340px}
.main-item{width:220px;height:240px}
.top-right-item{width:180px;height:150px}
.bottom-right-item{width:150px;height:170px;right:20px}
}
@media (max-width:768px){.grid-2-col{grid-template-columns:1fr;gap:40px}
.about-story-section{padding:60px 0}
.about-story-img-main{height:400px}
.about-mission-section{padding:0 0 60px 0}
.about-mission-text{padding-left:0;margin-top:20px}
.about-mission-paragraph::before{left:0;top:-40px}
.about-features-section{padding:60px 0}
.about-features-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:40px}
.about-features-hero-img{height:350px}
.about-faq-section{padding:60px 0}
.faq-grid{gap:40px}
.about-testimonials-section{padding:60px 0}
.about-testimonial-card{flex:0 0 300px;padding:24px}
.about-cta-section{padding:80px 0}
.cta-grid{grid-template-columns:1fr;gap:60px}
.about-cta-collage-col{order:2;height:360px}
.about-collage-container{max-width:320px;height:280px}
.main-item{width:180px;height:200px}
.top-right-item{width:150px;height:120px}
.bottom-right-item{width:120px;height:140px;right:20px}
}
.blog-page-main{background-color:#ffffff}
.blog-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}
.blog-breadcrumbs{padding:24px 0;font-size:14px;color:var(--color-text-muted);border-bottom:1px solid rgba(0, 0, 0, 0.05)}
.blog-breadcrumbs a{color:var(--color-text-muted)}
.blog-breadcrumbs a:hover{color:#F99F00}
.blog-breadcrumbs .divider{margin:0 8px}
.blog-breadcrumbs .current{color:var(--color-text);font-weight:500}
.blog-header-section{padding:60px 0 40px 0}
.header-flex-row{display:flex;justify-content:space-between;align-items:center;gap:40px}
.blog-main-title{font-family:var(--font-serif);font-size:clamp(28px, 4vw, 38px);font-weight:700;line-height:1.25;color:var(--color-text);max-width:680px}
.blog-controls-wrapper{display:flex;align-items:center;gap:16px;flex-shrink:0}
.blog-filter-dropdown-wrapper{position:relative}
.blog-filter-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border:1px solid #dddddd;border-radius:var(--border-radius-sm);background-color:#ffffff;font-family:var(--font-sans);font-weight:500;font-size:14px;color:var(--color-text);cursor:pointer;transition:var(--transition-smooth)}
.blog-filter-btn:hover{border-color:#F99F00;color:#F99F00}
.blog-filter-btn .dropdown-arrow-icon{width:14px;height:14px;transition:transform 0.3s ease}
.blog-filter-btn[aria-expanded="true"] .dropdown-arrow-icon{transform:rotate(180deg)}
.blog-filter-menu{position:absolute;top:calc(100% + 8px);right:0;width:200px;background-color:#ffffff;border:1px solid #eaeaea;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-md);padding:8px 0;display:none;z-index:100}
.blog-filter-menu.open{display:block}
.filter-item{display:block;padding:10px 20px;font-size:14px;color:var(--color-text-muted);transition:var(--transition-smooth)}
.filter-item:hover,
.filter-item.active{color:#F99F00;background-color:#fff9f0}
.blog-search-input-wrapper{position:relative;display:flex;align-items:center;border:1px solid #dddddd;border-radius:var(--border-radius-sm);background-color:#fcfcfc;padding:10px 16px;width:220px;transition:var(--transition-smooth)}
.blog-search-input-wrapper:focus-within{border-color:#F99F00;box-shadow:0 0 0 3px rgba(249, 159, 0, 0.1)}
.blog-search-field{border:none;background:transparent;font-size:14px;color:var(--color-text);width:100%;outline:none}
.blog-search-field::placeholder{color:#999999}
.blog-search-submit{background:transparent;border:none;cursor:pointer;color:var(--color-text-muted);display:flex;align-items:center;padding-left:8px;transition:var(--transition-smooth)}
.blog-search-submit:hover{color:#F99F00}
.blog-search-submit .search-icon{width:16px;height:16px}
.blog-hero-section{padding:20px 0 60px 0}
.hero-grid-override{grid-template-columns:1.35fr 0.85fr;gap:60px;align-items:stretch}
.blog-featured-card{display:flex;flex-direction:column;gap:20px;height:100%}
.featured-image-wrapper{position:relative;border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:16 / 10}
.featured-img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}
.blog-featured-card:hover .featured-img{transform:scale(1.02)}
.featured-badge{position:absolute;top:20px;left:20px;background-color:#000000;color:#ffffff;font-family:var(--font-sans);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;padding:6px 16px;border-radius:var(--border-radius-full)}
.featured-card-title{font-family:var(--font-serif);font-size:clamp(20px, 3vw, 28px);font-weight:700;line-height:1.3;color:var(--color-text);transition:var(--transition-smooth)}
.blog-featured-card:hover .featured-card-title{color:#F99F00}
.blog-popular-sidebar{background-color:#fcfcfc;border:1px solid rgba(0, 0, 0, 0.05);border-radius:var(--border-radius-md);padding:36px;display:flex;flex-direction:column;height:100%}
.popular-sidebar-title{font-family:var(--font-sans);font-size:18px;font-weight:700;color:var(--color-text);margin-bottom:24px;border-bottom:2px solid var(--color-text);padding-bottom:12px}
.popular-posts-list{display:flex;flex-direction:column;justify-content:space-around;height:100%;gap:24px}
.popular-post-item{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:24px;border-bottom:1px solid rgba(0, 0, 0, 0.06)}
.popular-post-item:last-child{border-bottom:none;padding-bottom:0}
.popular-post-link{font-size:15px;font-weight:600;line-height:1.45;color:var(--color-text);transition:var(--transition-smooth)}
.popular-post-link:hover{color:#F99F00}
.popular-post-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:var(--border-radius-full)}
.tag-construction{background-color:#e8f5e9;color:#2e7d32}
.tag-savings{background-color:#fff3e0;color:#e65100}
.tag-maintenance{background-color:#f3e5f5;color:#7b1fa2}
.blog-grid-section{padding:80px 0}
.bg-section-light{background-color:#fcfcf9}
.blog-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;border-bottom:1px solid rgba(0, 0, 0, 0.05);padding-bottom:16px}
.blog-section-title{font-family:var(--font-serif);font-size:clamp(22px, 3vw, 28px);font-weight:700;color:var(--color-text)}
.blog-view-all-link{font-size:14px;font-weight:700;color:var(--color-text-muted);transition:var(--transition-smooth);padding-bottom:4px}
.blog-view-all-link:hover{color:#F99F00;padding-right:6px}
.blog-posts-grid-3-col{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}
.blog-post-card{display:flex;flex-direction:column;gap:16px;height:100%}
.post-card-image-wrapper{border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:16 / 11}
.post-card-img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}
.blog-post-card:hover .post-card-img{transform:scale(1.02)}
.post-card-content{display:flex;flex-direction:column;gap:12px;flex-grow:1}
.post-card-title{font-size:16px;font-weight:700;line-height:1.4;color:var(--color-text);transition:var(--transition-smooth);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px}
.blog-post-card:hover .post-card-title{color:#F99F00}
.post-card-read-more{font-size:13px;font-weight:700;color:#F99F00;text-transform:uppercase;letter-spacing:0.5px;align-self:start;border-bottom:1.5px solid transparent;padding-bottom:2px;transition:var(--transition-smooth)}
.blog-post-card:hover .post-card-read-more{border-color:#F99F00}
.blog-newsletter-section{background-color:#F99F00;padding:60px 0;color:#000000}
.newsletter-flex-row{display:flex;justify-content:space-between;align-items:center;gap:60px}
.newsletter-title-col{max-width:500px}
.newsletter-banner-title{font-family:var(--font-serif);font-size:clamp(26px, 3.8vw, 36px);font-weight:700;line-height:1.3;color:#000000}
.newsletter-form-col{width:100%;max-width:440px}
.blog-newsletter-form{width:100%;margin-bottom:12px}
.newsletter-input-wrapper{display:flex;align-items:center;border-bottom:2px solid #000000;padding:10px 0;width:100%}
.blog-newsletter-input{background:transparent;border:none;color:#000000;font-family:var(--font-sans);font-size:16px;font-weight:600;width:100%;outline:none}
.blog-newsletter-input::placeholder{color:rgba(0, 0, 0, 0.55)}
.blog-newsletter-submit{background:transparent;border:none;cursor:pointer;color:#000000;display:flex;align-items:center;padding-left:10px;transition:var(--transition-smooth)}
.blog-newsletter-submit:hover{transform:translateX(4px)}
.submit-arrow-icon{width:20px;height:20px}
.newsletter-disclaimer{font-size:12px;color:rgba(0, 0, 0, 0.75);line-height:1.4}
@media (max-width:1024px){.blog-header-section{padding:50px 0 30px 0}
.hero-grid-override{grid-template-columns:1fr;gap:40px}
.blog-popular-sidebar{padding:30px}
.blog-posts-grid-3-col{grid-template-columns:repeat(2, 1fr);gap:24px}
}
@media (max-width:768px){.header-flex-row{flex-direction:column;align-items:flex-start;gap:24px}
.blog-main-title{max-width:100%}
.blog-controls-wrapper{width:100%;justify-content:space-between}
.blog-search-input-wrapper{width:60%}
.blog-grid-section{padding:50px 0}
.blog-posts-grid-3-col{grid-template-columns:1fr;gap:30px}
.newsletter-flex-row{gap:30px}
.newsletter-form-col{max-width:100%}
}
.single-post-main{background-color:#ffffff}
.single-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}
.single-breadcrumbs{padding:24px 0;font-size:14px;color:var(--color-text-muted);border-bottom:1px solid rgba(0, 0, 0, 0.05)}
.single-breadcrumbs a{color:var(--color-text-muted)}
.single-breadcrumbs a:hover{color:#F99F00}
.single-breadcrumbs .divider{margin:0 8px}
.single-breadcrumbs .current{color:var(--color-text);font-weight:500}
.single-post-header{padding:40px 0 20px 0}
.single-post-title{font-family:var(--font-serif);font-size:clamp(28px, 4.5vw, 42px);font-weight:700;line-height:1.25;text-align:center;color:var(--color-text);max-width:900px;margin:0 auto}
.single-post-hero-image-wrapper{padding:20px 0 60px 0}
.hero-image-box{max-width:1000px;margin:0 auto;border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:16 / 9}
.single-post-hero-img{width:100%;height:100%;object-fit:cover}
.single-post-body-section{padding-bottom:80px}
.grid-sidebar-content{display:grid;grid-template-columns:0.28fr 0.72fr;gap:80px;align-items:start}
.single-post-sidebar{position:sticky;top:180px;display:flex;flex-direction:column;gap:40px}
.sidebar-widget{padding-bottom:30px;border-bottom:1px solid rgba(0, 0, 0, 0.06)}
.sidebar-widget:last-child{border-bottom:none;padding-bottom:0}
.widget-label{font-family:var(--font-sans);font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}
.author-profile-box{display:flex;align-items:center;gap:16px}
.author-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid rgba(0, 0, 0, 0.05)}
.author-info{display:flex;flex-direction:column;gap:4px}
.author-name{font-size:14px;font-weight:700;color:var(--color-text)}
.author-date{font-size:12px;color:var(--color-text-muted)}
.explore-widget{background-color:#fcfcf9;border-left:3px solid #F99F00;padding:24px;border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0;box-shadow:var(--shadow-sm)}
.explore-widget .widget-title{font-size:15px;font-weight:700;color:var(--color-text);margin-bottom:8px}
.explore-widget .widget-text{font-size:13px;color:var(--color-text-muted);line-height:1.5;margin-bottom:14px}
.sidebar-explore-link{font-size:12px;font-weight:700;color:#F99F00;text-transform:uppercase;letter-spacing:1px;transition:var(--transition-smooth)}
.sidebar-explore-link:hover{color:var(--color-text);padding-left:4px}
.sidebar-social-links{display:flex;gap:12px}
.sidebar-social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #dddddd;color:var(--color-text-muted);transition:var(--transition-smooth)}
.sidebar-social-links a:hover{border-color:#F99F00;color:#F99F00;transform:translateY(-2px)}
.single-post-content-area{display:flex;flex-direction:column}
.post-content-article{line-height:1.8}
.post-content-article p{font-size:16px;color:#333333;margin-bottom:24px}
.post-content-article h3{font-family:var(--font-serif);font-size:24px;font-weight:700;margin:40px 0 20px 0;color:var(--color-text)}
.post-content-article ul,
.post-content-article ol{margin-left:24px;margin-bottom:24px;color:#333333}
.post-content-article li{margin-bottom:8px}
.content-image-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:40px 0}
.gallery-col{border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}
.gallery-col img{width:100%;height:250px;object-fit:cover;transition:var(--transition-smooth)}
.gallery-col img:hover{transform:scale(1.02)}
.post-comments-form-section{margin-top:60px;padding-top:40px;border-top:1px solid rgba(0, 0, 0, 0.08)}
.comments-form-title{font-family:var(--font-sans);font-size:18px;font-weight:700;color:var(--color-text);margin-bottom:20px}
.post-custom-comment-form{display:flex;flex-direction:column;gap:16px}
.comment-textarea{width:100%;height:140px;border:1px solid #dddddd;border-radius:var(--border-radius-sm);padding:16px;font-family:var(--font-sans);font-size:15px;color:var(--color-text);background-color:#fcfcfc;outline:none;resize:vertical;transition:var(--transition-smooth)}
.comment-textarea:focus{border-color:#000000;background-color:#ffffff}
.comment-textarea::placeholder{color:#aaaaaa}
.comment-submit-btn{align-self:start;background-color:#000000;color:#ffffff;font-family:var(--font-sans);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;border:none;padding:14px 28px;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth)}
.comment-submit-btn:hover{background-color:#333333;transform:translateY(-2px)}
.single-post-related-section{padding:85px 0;border-top:1px solid rgba(0, 0, 0, 0.05);background-color:#fcfcf9}
.related-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}
.related-section-title{font-family:var(--font-serif);font-size:clamp(22px, 3.2vw, 28px);font-weight:700;color:var(--color-text)}
.related-section-controls{display:flex;gap:12px}
.related-section-controls .control-btn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(0, 0, 0, 0.1);background:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);transition:var(--transition-smooth)}
.related-section-controls .control-btn:hover{background-color:var(--color-text);color:#ffffff;border-color:var(--color-text)}
.related-section-controls .control-btn svg{width:16px;height:16px}
.related-articles-container{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;scrollbar-width:none}
.related-articles-container::-webkit-scrollbar{display:none}
.related-card{background-color:#ffffff;border:1px solid rgba(0, 0, 0, 0.03);padding:24px;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);flex:0 0 380px;scroll-snap-align:start;transition:var(--transition-smooth)}
.related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
@media (max-width:1024px){.grid-sidebar-content{gap:40px}
}
@media (max-width:768px){.single-post-header{padding:30px 0 10px 0}
.single-post-hero-image-wrapper{padding:10px 0 40px 0}
.grid-sidebar-content{grid-template-columns:1fr;gap:40px}
.single-post-sidebar{position:static;order:2;border-top:1px solid rgba(0,0,0,0.06);padding-top:40px}
.content-image-gallery{grid-template-columns:1fr;gap:16px}
.gallery-col img{height:200px}
.related-card{flex:0 0 300px;padding:20px}
}
.single-product-page-main{background-color:#ffffff;padding-bottom:80px}
.product-breadcrumbs{padding:20px 0;border-bottom:1px solid rgba(0, 0, 0, 0.05);margin-bottom:40px}
.product-breadcrumbs .product-container{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500}
.product-breadcrumbs a{color:var(--color-text-muted);transition:var(--transition-smooth)}
.product-breadcrumbs a:hover{color:var(--color-accent)}
.product-breadcrumbs .divider{color:#cccccc}
.product-breadcrumbs .current{color:var(--color-text);font-weight:600}
.product-container{max-width:1200px;margin:0 auto;padding:0 24px}
.product-essential-section{margin-bottom:80px}
.grid-essential-cols{display:grid;grid-template-columns:1.1fr 0.9fr;gap:60px;align-items:start}
.product-gallery-wrapper{display:flex;gap:20px;height:500px;position:sticky;top:160px;align-self:start}
.product-thumbnails-list{display:flex;flex-direction:column;gap:12px;width:158px;flex-shrink:0;height:100%}
.thumb-item{flex:1;min-height:0;aspect-ratio:1;border:1px solid #e5e5e5;background-color:#f9f9f9;border-radius:var(--border-radius-md);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;transition:var(--transition-smooth)}
.thumb-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}
.thumb-item:hover,
.thumb-item.active{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}
.product-main-preview{flex-grow:1;height:100%;aspect-ratio:1.05;border:1px solid #e5e5e5;background-color:#f9f9f9;border-radius:var(--border-radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;position:relative}
.product-main-preview img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease-out}
.product-main-preview:hover img{transform:scale(1.03)}
.product-info-summary{display:flex;flex-direction:column;gap:24px}
.product-rating-row{display:flex;align-items:center;gap:8px}
.product-rating-row .rating-stars{color:var(--color-accent);font-size:16px;letter-spacing:2px;margin-bottom:0}
.product-rating-row .reviews-count{font-size:13px;font-weight:600;color:var(--color-text-muted)}
.product-title-heading{font-family:var(--font-sans);font-size:36px;font-weight:700;color:var(--color-text);line-height:1.2;margin:0;letter-spacing:-0.5px}
.product-price-stock-row{display:flex;align-items:center;gap:16px}
.product-price-amount{font-size:28px;font-weight:800;color:var(--color-text)}
.stock-badge{font-size:12px;font-weight:700;padding:4px 12px;border-radius:var(--border-radius-full);text-transform:uppercase;letter-spacing:0.5px}
.stock-badge.in-stock{background-color:#e8f5e9;color:#2e7d32}
.product-short-description{font-size:15px;line-height:1.7;color:var(--color-text-muted);margin:0}
.product-swatches-selector{display:flex;flex-direction:column;gap:12px}
.swatch-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:var(--color-text-muted)}
.swatch-dots-row{display:flex;gap:12px}
.swatch-dot{width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;position:relative;padding:0;transition:var(--transition-smooth);box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.05)}
.swatch-dot:hover{transform:scale(1.15)}
.swatch-dot.active{box-shadow:0 0 0 2px #ffffff, 0 0 0 4px #000000;transform:scale(1.1)}
.shipping-info-bar{background-color:#fbfbfa;border:1px dashed rgba(0, 0, 0, 0.1);padding:14px 18px;border-radius:var(--border-radius-md);font-size:13px;color:var(--color-text-muted);font-weight:500}
.purchase-controls-row{display:flex;gap:16px;align-items:center}
.quantity-toggle-selector{display:flex;align-items:center;border:1px solid #dcdcdc;border-radius:var(--border-radius-full);height:52px;background-color:#ffffff;overflow:hidden;padding:2px}
.qty-btn{width:44px;height:44px;border:none;background:transparent;cursor:pointer;font-size:20px;font-weight:500;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition-smooth)}
.qty-btn:hover{background-color:#f5f5f5;color:var(--color-text)}
.qty-value-display{width:36px;text-align:center;font-weight:700;font-size:16px;color:var(--color-text);user-select:none}
.add-to-cart-action-btn{flex-grow:1;height:52px;border-radius:var(--border-radius-full);background-color:#000000;color:#ffffff;border:none;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:var(--transition-smooth);display:flex;align-items:center;justify-content:center}
.add-to-cart-action-btn:hover{background-color:#222222;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0, 0, 0, 0.1)}
.add-to-cart-action-btn.added{background-color:#2e7d32;color:#ffffff}
.trustbox-container{border-top:1px solid rgba(0, 0, 0, 0.08);padding-top:24px}
.trustbox-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:var(--color-text-muted);margin-bottom:16px}
.trustbox-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}
.trustbox-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-text-muted);font-weight:600}
.trustbox-list li .check-icon{width:16px;height:16px;color:#4caf50;stroke-width:3px;flex-shrink:0}
.product-details-accordion{border-top:1px solid rgba(0, 0, 0, 0.08);padding-top:10px}
.accordion-item{border-bottom:1px solid rgba(0, 0, 0, 0.08)}
.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:none;border:none;cursor:pointer;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var(--color-text);text-align:left}
.accordion-chevron{width:16px;height:16px;color:var(--color-text-muted);transition:transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}
.accordion-trigger[aria-expanded="true"] .accordion-chevron{transform:rotate(180deg)}
.accordion-panel{max-height:0;overflow:hidden;transition:max-height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);font-size:14px;color:var(--color-text-muted);line-height:1.6}
.accordion-panel .specs-list{list-style:none;padding-bottom:20px;display:flex;flex-direction:column;gap:8px}
.accordion-panel .specs-list li{display:flex;justify-content:space-between;padding-bottom:6px;border-bottom:1px dashed rgba(0, 0, 0, 0.06)}
.accordion-panel .specs-list li strong{color:var(--color-text);font-weight:600}
.accordion-panel p{padding-bottom:20px;margin:0}
.dimension-tab-content{display:flex;gap:24px;align-items:center;padding-bottom:20px}
.dimension-image-wrapper{width:90px;height:90px;flex-shrink:0;background-color:#f9f9f9;border-radius:var(--border-radius-md);border:1px solid #e5e5e5;padding:8px;display:flex;align-items:center;justify-content:center}
.dimension-sketch-img{max-width:100%;max-height:100%;object-fit:contain}
.dimension-specs{flex-grow:1}
.product-highlight-section{padding:80px 0;background-color:#fcfbf8;border-top:1px solid rgba(0, 0, 0, 0.05);border-bottom:1px solid rgba(0, 0, 0, 0.05)}
.product-highlight-section .section-title-heading{font-family:var(--font-sans);font-size:28px;font-weight:700;color:var(--color-text);text-align:center;margin-bottom:48px}
.highlight-photos-grid-3-col{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}
.highlight-photo-item{aspect-ratio:4/3;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-smooth)}
.highlight-photo-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}
.highlight-photo-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.highlight-photo-item:hover img{transform:scale(1.05)}
.product-reviews-section{padding:80px 0;background-color:#ffffff}
.product-reviews-section .section-title-heading{font-family:var(--font-sans);font-size:28px;font-weight:700;color:var(--color-text);text-align:center;margin-bottom:48px}
.reviews-summary-row{display:flex;justify-content:center;gap:40px;margin-bottom:60px}
.reviews-summary-row .summary-card{background-color:#fbfbfa;border:1px solid rgba(0, 0, 0, 0.04);padding:28px 48px;border-radius:var(--border-radius-lg);display:flex;flex-direction:column;align-items:center;gap:8px;min-width:220px;box-shadow:var(--shadow-sm)}
.reviews-summary-row .summary-card .summary-value{font-size:44px;font-weight:800;color:var(--color-text);line-height:1}
.reviews-summary-row .summary-card .summary-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:var(--color-text-muted)}
.reviews-summary-row .summary-card .rating-stars{color:var(--color-accent);font-size:20px;letter-spacing:2px;margin-bottom:0}
.reviews-detailed-list{display:flex;flex-direction:column;gap:24px;max-width:960px;margin:0 auto}
.review-comment-card{display:grid;grid-template-columns:240px 1fr 140px;gap:30px;padding:30px;background-color:#ffffff;border:1px solid rgba(0, 0, 0, 0.05);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth)}
.review-comment-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.comment-author-profile{display:flex;align-items:center;gap:16px}
.author-avatar-initials{width:46px;height:46px;border-radius:50%;background-color:var(--color-accent-light);color:var(--color-accent-hover);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.author-meta{display:flex;flex-direction:column;gap:2px}
.author-meta .author-name{font-size:15px;font-weight:700;color:var(--color-text);margin:0}
.author-meta .author-location{font-size:12px;color:var(--color-text-muted);font-weight:500}
.comment-text-col{display:flex;flex-direction:column;gap:12px}
.comment-rating-row{display:flex;align-items:center;gap:12px}
.comment-rating-row .rating-stars{color:var(--color-accent);font-size:14px;letter-spacing:1px;margin-bottom:0}
.comment-rating-row .comment-date{font-size:12px;color:var(--color-text-muted);font-weight:500}
.comment-text{font-size:14px;line-height:1.6;color:var(--color-text-muted);margin:0}
.comment-attachment-col{display:flex;gap:8px;justify-content:flex-end;align-items:start}
.comment-attachment-col img{width:64px;height:64px;object-fit:cover;border-radius:var(--border-radius-md);border:1px solid #e5e5e5;cursor:zoom-in;transition:var(--transition-smooth)}
.comment-attachment-col img:hover{transform:scale(1.06);border-color:var(--color-accent)}
.gallery-attachments{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.product-related-carousel-section{padding:80px 0;background-color:#fbfbfa;border-top:1px solid rgba(0, 0, 0, 0.05)}
.product-related-carousel-section .section-title-heading{font-family:var(--font-sans);font-size:28px;font-weight:700;color:var(--color-text);text-align:center;margin-bottom:48px}
.related-product-grid-4-col{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}
.related-product-card{background-color:#ffffff;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:var(--transition-smooth);border:1px solid rgba(0, 0, 0, 0.03)}
.related-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.related-card-image-wrapper{position:relative;aspect-ratio:1;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}
.related-card-img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}
.related-product-card:hover .related-card-img{transform:scale(1.06)}
.related-wishlist-heart{position:absolute;top:12px;right:12px;background-color:rgba(255, 255, 255, 0.9);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#aaaaaa;font-size:18px;line-height:1;padding-bottom:2px;transition:var(--transition-smooth);z-index:2}
.related-wishlist-heart:hover,
.related-wishlist-heart.active{color:#e74c3c;background-color:#ffffff;box-shadow:var(--shadow-sm)}
.related-card-details{padding:20px;display:flex;flex-direction:column;gap:8px;flex-grow:1}
.related-card-title{font-size:15px;font-weight:700;color:var(--color-text);margin:0}
.related-card-subtitle{font-size:12px;color:var(--color-text-muted);margin:0;line-height:1.4}
.related-card-details .rating-stars{color:var(--color-accent);font-size:12px;display:flex;align-items:center;gap:3px;margin-bottom:0}
.related-card-details .rating-score{font-size:11px;color:var(--color-text-muted);font-weight:500;margin-left:2px}
.price-btn-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px}
.related-card-price{font-size:15px;font-weight:700;color:var(--color-text)}
.add-to-cart-pill-btn{background-color:#000000;color:#ffffff;border:none;border-radius:var(--border-radius-full);padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;transition:var(--transition-smooth);text-transform:uppercase;letter-spacing:0.5px}
.add-to-cart-pill-btn:hover{background-color:#222222;transform:translateY(-1px)}
@media (max-width:1024px){.grid-essential-cols{gap:40px}
.product-title-heading{font-size:30px}
.product-main-preview{padding:30px}
.reviews-detailed-list{padding:0 24px}
}
@media (max-width:768px){.grid-essential-cols{grid-template-columns:1fr;gap:40px}
.product-gallery-wrapper{flex-direction:column-reverse;height:auto;position:static}
.product-thumbnails-list{flex-direction:row;width:100%;height:auto;justify-content:center;overflow-x:auto;padding-bottom:4px}
.thumb-item{width:70px;height:70px;flex-shrink:0;flex:none}
.product-main-preview{aspect-ratio:1.1;height:auto}
.highlight-photos-grid-3-col{grid-template-columns:1fr;gap:16px;padding:0 24px}
.reviews-summary-row{flex-direction:column;align-items:center;gap:16px}
.review-comment-card{grid-template-columns:1fr;gap:20px;padding:24px}
.comment-attachment-col{justify-content:flex-start;flex-direction:row}
.gallery-attachments{justify-content:flex-start}
.related-product-grid-4-col{grid-template-columns:repeat(2, 1fr);gap:16px}
}
@media (max-width:480px){.related-product-grid-4-col{grid-template-columns:1fr}
.purchase-controls-row{flex-direction:column;align-items:stretch}
.quantity-toggle-selector{justify-content:center}
.trustbox-list{grid-template-columns:1fr;gap:12px}
}
@media (max-width:1024px){.single-product-page-main,
.shop-page-main,
.blog-page-main,
.about-page-main,
.policy-page-main,
.single-post-main,
.default-page-main{padding-top:60px !important}
.mobile-navigation-drawer{padding-top:80px}
.about-cta-section{padding:80px 0}
.site-footer{padding:60px 24px 20px}
}
@media (max-width:768px){.single-product-page-main,
.shop-page-main,
.blog-page-main,
.about-page-main,
.policy-page-main,
.single-post-main,
.default-page-main{padding-top:40px !important}
.section-container{padding-left:24px;padding-right:24px}
.cta-banner-section{padding:80px 24px 60px}
.new-story-section{padding:60px 24px}
.about-faq-section{padding:60px 0}
.about-cta-section{padding:60px 0}
.policy-section{scroll-margin-top:80px}
.mobile-navigation-drawer{padding-top:70px}
.single-product-page-main{padding-bottom:50px}
.product-highlight-section,
.product-reviews-section,
.product-related-carousel-section{padding:50px 0}
.product-essential-section{margin-bottom:50px}
.product-highlight-section .section-title-heading{margin-bottom:30px}
.policy-header-section{padding:50px 24px}
.policy-content-section{padding:50px 24px}
.blog-grid-section{padding:50px 0}
.single-post-related-section{padding:50px 0}
.about-story-section{padding:50px 0}
.about-testimonials-section{padding:55px 0}
.site-footer{padding:50px 24px 20px}
.footer-inner-box{padding:40px 30px 0}
}
@media (max-width:480px){.single-product-page-main,
.shop-page-main,
.blog-page-main,
.about-page-main,
.policy-page-main,
.single-post-main,
.default-page-main{padding-top:20px !important}
.section-container{padding-left:16px;padding-right:16px}
.cta-banner-section{padding:50px 16px 36px}
.new-story-section{padding:40px 16px}
.about-faq-section{padding:50px 0}
.about-cta-section{padding:50px 0}
.single-product-page-main{padding-bottom:40px}
.product-highlight-section,
.product-reviews-section,
.product-related-carousel-section{padding:40px 0}
.product-essential-section{margin-bottom:30px;padding:0 16px}
.product-highlight-section .section-title-heading{margin-bottom:24px}
.mobile-navigation-drawer{padding-top:60px;padding-left:16px;padding-right:16px}
.product-breadcrumbs{margin-bottom:20px;padding:10px 0}
.shop-header-row{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:30px}
.shop-page-title{font-size:28px}
.highlight-photos-grid-3-col{padding:0 16px}
.reviews-detailed-list{padding:0 16px}
.policy-header-section{padding:40px 16px}
.policy-content-section{padding:40px 16px}
.blog-grid-section{padding:40px 0}
.single-post-related-section{padding:40px 0}
.about-story-section{padding:40px 0}
.about-testimonials-section{padding:40px 0}
.site-footer{padding:40px 16px 20px}
.footer-inner-box{padding:30px 16px 0}
}

/* ===== WISHLIST PAGE STYLES ===== */
.wishlist-page-main {
    background-color: #ffffff;
    padding: 100px 0 80px;
}

.wishlist-page-title {
    font-family: var(--font-sans);
    font-size: 38px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

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

.wishlist-product-card {
    background-color: var(--color-card-bg);
    overflow: hidden;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.wishlist-product-card:hover {
    transform: translateY(-4px);
}

.wishlist-image-wrap {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
}

.wishlist-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.wishlist-product-card:hover .wishlist-image {
    transform: scale(1.04);
}

.wishlist-delete-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666666;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-smooth);
    z-index: 3;
}

.wishlist-delete-btn:hover {
    color: #c2272d;
    background-color: #ffffff;
    transform: scale(1.1);
    box-shadow: var(--shadow-md);
}

.wishlist-delete-btn svg {
    width: 16px;
    height: 16px;
}

.wishlist-details {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wishlist-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 2px 0;
    font-family: var(--font-sans);
    line-height: 1.2;
}

.wishlist-subtitle {
    font-size: 13px;
    color: #444444;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.wishlist-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.wishlist-price {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: var(--font-sans);
}

.wishlist-add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #333333;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
    transition: all 0.2s ease;
    text-decoration: none;
}

.wishlist-add-to-cart-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.wishlist-add-to-cart-btn.added {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #ffffff;
}

.wishlist-empty-state {
    text-align: center;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.wishlist-empty-state h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
}

.wishlist-empty-state p {
    font-size: 15px;
    color: var(--color-text-muted);
}

.shop-now-empty-btn {
    background-color: #000000;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: var(--border-radius-full);
    font-weight: 600;
    margin-top: 10px;
    transition: var(--transition-smooth);
}

.shop-now-empty-btn:hover {
    background-color: #222222;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Responsive Wishlist Grid */
@media (max-width: 1024px) {
    .wishlist-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .wishlist-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .wishlist-page-title {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .wishlist-product-grid {
        grid-template-columns: 1fr;
    }
    .wishlist-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .wishlist-price {
        text-align: left;
    }
    .wishlist-add-to-cart-btn {
        justify-content: center;
    }
}

/* ===== Header Profile Dropdown Popup ===== */
.profile-menu-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.profile-trigger {
    background: none;
    border: none;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profile-popup {
    position: absolute;
    top: calc(100% + 16px);
    right: 50%;
    transform: translateX(50%) translateY(10px);
    width: 320px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #0088cc; /* Mockup blue top border */
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none;
}

.profile-menu-container.open .profile-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(50%) translateY(0);
    pointer-events: auto;
}

/* Black arrow pointing up, centered on top of the blue border line */
.profile-popup::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}

.profile-popup-content {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
}

.profile-popup-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px 0;
    font-family: var(--font-sans);
    text-align: left;
    line-height: 1.2;
}

.profile-popup-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.profile-popup-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-family: var(--font-sans);
    text-decoration: none;
    border-radius: 0;
}

.profile-popup-btn.sign-in-btn {
    background-color: #00a851; /* Vibrant mockup green */
    color: #ffffff;
    border: none;
}

.profile-popup-btn.sign-in-btn:hover {
    background-color: #008f43;
}

.profile-popup-btn.register-btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.profile-popup-btn.register-btn:hover {
    background-color: #f7f7f7;
}

.profile-popup-footer {
    font-size: 11px;
    color: #555555;
    text-align: center;
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 400;
}

/* ===== Custom Login / Register Page ===== */
/* Hide standard header & footer on the login page */
.page-template-page-login .site-header,
.page-template-page-login .site-footer {
    display: none !important;
}

.login-page-container {
    display: flex;
    min-height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Left Column: Form Section */
.login-column-left {
    width: 50%;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.login-left-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login-back-btn {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-sans);
    transition: var(--transition-smooth);
}

.login-back-btn:hover {
    color: var(--color-accent);
}

.back-arrow-icon {
    margin-right: 8px;
    stroke: currentColor;
}

.login-form-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
}

/* Logo styling */
.login-logo-wrap {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 48px;
    font-family: var(--font-sans);
    letter-spacing: -0.5px;
}

.login-logo-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.login-logo-text {
    font-size: 20px;
    font-weight: 800;
    font-family: var(--font-sans);
    letter-spacing: -0.5px;
    color: #000000;
}

/* Tabs */
.login-tabs {
    display: flex;
    gap: 32px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 32px;
    padding-bottom: 10px;
}

.login-tab-btn {
    font-size: 18px;
    font-weight: 600;
    color: #aaaaaa;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    font-family: var(--font-sans);
    transition: color 0.2s ease;
}

.login-tab-btn:hover {
    color: #000000;
}

.login-tab-btn.active {
    color: #000000;
}

.login-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #000000;
}

.login-error-box {
    background-color: #fcf0f1;
    border: 1px solid #d94f4f;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.login-error-msg {
    color: #d94f4f;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 6px 0;
    font-family: var(--font-sans);
}

.login-error-msg:last-child {
    margin-bottom: 0;
}

/* Forms visibility */
.login-form-content {
    display: none;
    flex-direction: column;
}

.login-form-content.active {
    display: flex;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    font-family: var(--font-sans);
}

.form-input {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #000000;
    outline: none;
    font-family: var(--font-sans);
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-input:focus {
    border-color: #000000;
}

.login-submit-btn {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-sans);
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 10px;
}

.login-submit-btn:hover {
    background-color: #222222;
}

.login-submit-btn:active {
    transform: scale(0.99);
}

.btn-arrow-icon {
    transition: transform 0.2s ease;
}

.login-submit-btn:hover .btn-arrow-icon {
    transform: translateX(4px);
}

/* Forgot Password Link */
.form-group-forgot {
    margin-top: -8px;
    margin-bottom: 8px;
}

.forgot-password-link {
    font-family: var(--font-sans);
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.2s;
}

.forgot-password-link:hover {
    color: #555555;
}

.login-secure-footer {
    font-size: 12px;
    color: #777777;
    text-align: center;
    margin: 16px 0 0 0;
    font-family: var(--font-sans);
    font-weight: 400;
}

/* Right Column: Banner Image Section */
.login-column-right {
    width: 50%;
    background-color: #f29f05;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

/* Responsive Scaling */
@media (max-width: 1024px) {
    .login-column-left {
        padding: 40px 50px;
    }
}

@media (max-width: 768px) {
    .login-page-container {
        flex-direction: column;
    }
    .login-column-left {
        width: 100%;
        padding: 40px 24px;
        min-height: auto;
    }
    .login-column-right {
        display: none;
    }
    .login-form-wrapper {
        margin: 20px auto;
    }
}

/* Mobile: prevent cart/wishlist sidebar overflow */
@media (max-width: 480px) {
    .cart-sidebar,
    .wishlist-sidebar {
        width: 100%;
        max-width: 100vw;
    }
    .profile-popup {
        right: 0;
        transform: translateY(10px);
        width: 280px;
        max-width: calc(100vw - 24px);
    }
    .profile-menu-container.open .profile-popup {
        transform: translateY(0);
    }
}

/* ==========================================
   Mobile Cart Redesign Custom Styles
   ========================================== */
.cart-page-title {
    font-family: var(--font-sans);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    padding-bottom: 8px;
}
.cart-page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 4px;
    background-color: #007aff; /* Blue accent underline */
}
.cart-section-header {
    background-color: #f1f3f5;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 16px;
    font-family: var(--font-sans);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.desktop-only {
    display: flex;
}
.mobile-checkout-container {
    display: none;
}

/* Item details overrides & Desktop Cart Card style */
.cart-item-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
    gap: 24px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.cart-item-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}
.cart-item-card .product-image-wrap {
    width: 120px !important;
    height: 120px !important;
    background-color: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.cart-item-card .product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 120px;
    box-sizing: border-box;
    padding-top: 0;
}
.cart-item-card .product-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    font-family: var(--font-sans);
}
.cart-item-card .product-subtitle {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-color-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0;
}
.color-label {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}
.item-color-swatches {
    display: flex;
    gap: 8px;
}
.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    cursor: pointer;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    transition: transform 0.15s, border-color 0.15s;
}
.color-dot.active {
    border: 2px solid #000000 !important;
    transform: scale(1.1);
}
.cart-item-card .product-price {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.product-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; /* Push to the bottom */
    width: 100%;
}
.cart-page-item-delete-btn {
    background: none;
    border: none;
    color: #ff3b30; /* Red delete trash bin */
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}
.cart-page-item-delete-btn:hover {
    color: #e74c3c;
}
.cart-page-item-delete-btn .delete-icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}
.cart-page-qty-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
}
.cart-page-qty-selector .qty-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    padding: 0 !important;
}
.cart-page-qty-selector .qty-val {
    width: 24px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-align: center !important;
}

/* Recently Viewed Slider Styles */
.recently-viewed-section {
    margin-top: 48px;
    padding: 0 16px;
}
.recently-viewed-title {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    font-family: var(--font-sans);
}
.recently-viewed-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
    scrollbar-width: none;
}
.recently-viewed-slider::-webkit-scrollbar {
    display: none;
}
.recently-viewed-card {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.recently-viewed-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #ddb382; /* Warm tan/mustard background */
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recently-viewed-img-wrap img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.recently-viewed-wishlist {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    color: #000000;
    padding: 0;
    transition: transform 0.2s;
}
.recently-viewed-wishlist:hover {
    transform: scale(1.1);
}
.recently-viewed-wishlist svg {
    width: 16px;
    height: 16px;
}
.recently-viewed-wishlist.active {
    color: #e74c3c;
}
.recently-viewed-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.recently-viewed-name {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}
.recently-viewed-desc {
    font-size: 11px;
    color: #666666;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recently-viewed-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}
.recently-viewed-price {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
}
.recently-viewed-add-btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}
.recently-viewed-add-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

/* ===== CUSTOM CART AND CHECKOUT PAGES ===== */
.cart-page-main, .checkout-page-main {
    padding-top: 160px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
}

.cart-breadcrumb, .checkout-breadcrumb {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #888888;
}

.cart-breadcrumb a, .checkout-breadcrumb a {
    color: #000000;
    transition: color 0.2s;
}

.cart-breadcrumb a:hover, .checkout-breadcrumb a:hover {
    color: var(--color-accent);
}

.cart-page-grid, .checkout-page-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 50px;
    align-items: start;
    padding: 0 24px;
}

/* Cart Items Section */
.cart-items-section {
    display: flex;
    flex-direction: column;
}

/* Summary Card */
.order-summary-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.order-summary-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px;
}

.order-summary-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-item-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555555;
}

.summary-item-name {
    flex: 1;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-item-price {
    font-weight: 600;
    color: #000000;
}

.summary-divider {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 4px 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.summary-val {
    font-weight: 700;
    color: #000000;
}

.discount-row {
    color: #2ecc71;
}

.discount-val {
    color: #e74c3c;
}

.total-row {
    font-size: 17px;
    color: #000000;
}

.total-row .summary-label {
    font-weight: 700;
}

.total-row .summary-val {
    font-size: 22px;
    font-weight: 800;
}

/* Promo Code Box */
.promo-code-container {
    margin-top: 6px;
}

.promo-form {
    display: flex;
    gap: 10px;
    height: 42px;
}

.promo-input-wrapper {
    flex: 1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #fafafa;
}

.promo-ticket-icon {
    color: #888888;
    margin-right: 8px;
    flex-shrink: 0;
}

.promo-input-field {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    font-size: 13px;
    color: #333333;
}

.promo-apply-btn {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.promo-apply-btn:hover {
    background-color: #222222;
}

.promo-feedback-msg {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 500;
}

.promo-feedback-msg.success {
    color: #2ecc71;
}

.promo-feedback-msg.error {
    color: #e74c3c;
}

.checkout-proceed-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
    margin-top: 10px;
}

.checkout-proceed-btn:hover {
    background-color: #222222;
    transform: translateY(-2px);
}

/* Custom Checkout Page Styles */
.checkout-breadcrumb a:first-child {
    color: var(--color-accent);
}
.checkout-breadcrumb a:nth-child(2) {
    color: #000000;
}
.checkout-breadcrumb span {
    color: #888888;
}

.checkout-forms-section {
    display: flex;
    flex-direction: column;
}

.checkout-form-section-block {
    margin-bottom: 35px;
}

.checkout-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.checkout-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.checkout-label {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.checkout-label .required {
    color: #e74c3c;
    margin-left: 2px;
}

.checkout-input {
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s, background-color 0.2s;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
}

.checkout-input::placeholder {
    color: #999999;
}

.checkout-input:focus {
    border-color: #000000;
    background-color: #ffffff;
}

.checkout-input.error {
    border-color: #e74c3c !important;
    background-color: #fff9f9;
}

/* Checkout Error Alert styling */
.checkout-error-alert {
    background-color: #fff8f8;
    border: 1px solid #fcc;
    border-left: 4px solid #d9381e;
    border-radius: var(--border-radius-md);
    padding: 16px 20px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
    color: #333333;
}

.checkout-error-alert ul.woocommerce-error {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-error-alert ul.woocommerce-error li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 24px;
    color: #4a1515;
    text-align: left;
}

.checkout-error-alert ul.woocommerce-error li::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-color: #d9381e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-form-row {
    display: flex;
    gap: 20px;
}

.checkout-form-row .checkout-form-group {
    flex: 1;
}

.place-order-btn {
    display: block;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    margin-top: 15px;
    text-align: center;
}

.place-order-btn:hover {
    background-color: #222222;
}

.place-order-btn:active {
    transform: scale(0.98);
}

/* Success Modal */
.checkout-success-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.success-modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    max-width: 440px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    animation: modalSlideUp 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.success-checkmark-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.success-title {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.success-message {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 25px;
}

.success-close-btn {
    display: block;
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
}

.success-close-btn:hover {
    background-color: #222222;
}

@keyframes modalSlideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Payment Methods */
.payment-methods-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-method-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.payment-method-header {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.payment-method-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.2s ease;
}

.payment-method-card.active .payment-method-details {
    max-height: 300px;
    opacity: 1;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #eaeaea;
}

.payment-method-card:hover {
    border-color: #bbbbbb;
}

.payment-method-card.active {
    border-color: #000000;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.payment-method-icon {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background-color 0.2s, color 0.2s;
}

.payment-method-card.active .payment-method-icon {
    background-color: #000000;
    color: #ffffff;
}

.payment-method-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.payment-method-name {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.payment-method-desc {
    font-size: 12px;
    color: #777777;
}

/* Mobile Media Query Overrides */
@media (max-width: 768px) {
    .cart-page-grid, .checkout-page-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }
    .checkout-page-grid {
        padding: 0 16px !important;
    }
    .checkout-form-row {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .checkout-summary-section {
        margin-top: 10px;
    }
    .cart-summary-section {
        order: 1 !important; /* Summary first */
    }
    .cart-items-section {
        order: 2 !important; /* Items list second */
    }
    .cart-breadcrumb {
        margin-bottom: 16px !important;
    }
    .cart-page-title {
        margin-bottom: 16px !important;
    }
    .cart-item-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        background-color: transparent !important;
        border: none !important;
        border-bottom: 1px solid #eaeaea !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 0 20px 0 !important;
        margin-bottom: 20px !important;
        gap: 16px !important;
    }
    .cart-item-card:hover {
        transform: none !important;
        box-shadow: none !important;
    }
    .cart-item-card .product-image-wrap {
        width: 100px !important;
        height: 100px !important;
    }
    .cart-item-card .product-details {
        min-height: 100px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
    }
    .cart-item-card .product-title {
        font-size: 16px !important;
    }
    .cart-item-card .product-subtitle {
        font-size: 12px !important;
    }
    .cart-item-card .product-price {
        font-size: 15px !important;
    }
    .order-summary-card {
        border: none !important;
        box-shadow: none !important;
        background: none !important;
        padding: 0 16px !important;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-checkout-container {
        display: block !important;
        margin-top: 24px;
        padding: 0 16px;
    }
    .mobile-checkout-btn {
        width: 100% !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        background-color: #000000 !important;
        padding: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        color: #ffffff !important;
    }
    .mobile-checkout-btn span {
        margin-left: 8px;
        font-weight: 700;
    }
}

/* ===== My Account / User Dashboard ===== */
body.woocommerce-account {
    background: #f9f9fb;
}

/* My Account outer container width override */
body.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 1.5;
}

/* Logged-out login/register form containers */
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
    max-width: 480px;
    margin: 40px auto;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

body.woocommerce-account .woocommerce h2 {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
    text-align: center;
}

body.woocommerce-account .woocommerce .form-row {
    margin-bottom: 18px;
}

body.woocommerce-account .woocommerce .form-row-first {
    width: 48%;
    float: left;
    margin-right: 4%;
}

body.woocommerce-account .woocommerce .form-row-last {
    width: 48%;
    float: right;
}

body.woocommerce-account .woocommerce .form-row-wide {
    width: 100%;
    clear: both;
}

body.woocommerce-account .woocommerce .clear {
    clear: both;
}

body.woocommerce-account .woocommerce label {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 6px;
    display: block;
}

body.woocommerce-account .woocommerce input[type="text"],
body.woocommerce-account .woocommerce input[type="email"],
body.woocommerce-account .woocommerce input[type="tel"],
body.woocommerce-account .woocommerce input[type="password"],
body.woocommerce-account .woocommerce input[type="search"],
body.woocommerce-account .woocommerce select,
body.woocommerce-account .woocommerce textarea,
body.woocommerce-account .woocommerce .input-text {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: var(--font-sans);
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
}

body.woocommerce-account .woocommerce input:focus,
body.woocommerce-account .woocommerce select:focus,
body.woocommerce-account .woocommerce textarea:focus,
body.woocommerce-account .woocommerce .input-text:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

body.woocommerce-account .woocommerce .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

body.woocommerce-account .woocommerce select {
    appearance: auto;
    cursor: pointer;
}

body.woocommerce-account .woocommerce .required {
    color: #c62828;
}

body.woocommerce-account .woocommerce button[type="submit"],
body.woocommerce-account .woocommerce .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #000000 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #ffffff !important;
    transition: all 0.2s ease;
    text-decoration: none;
    width: auto;
}

body.woocommerce-account .woocommerce button[type="submit"]:hover,
body.woocommerce-account .woocommerce .button:hover {
    background-color: #333333 !important;
}

body.woocommerce-account .woocommerce .form-row .button {
    width: 100%;
}

body.woocommerce-account .woocommerce .lost_password {
    text-align: center;
    margin: 16px 0 0;
}

body.woocommerce-account .woocommerce .lost_password a {
    color: #666666;
    font-size: 13px;
    text-decoration: underline;
}

body.woocommerce-account .woocommerce .woocommerce-form-login .form-row {
    display: flex;
    flex-direction: column;
}

body.woocommerce-account .woocommerce .woocommerce-form-login .form-row label.woocommerce-form__label {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
}

body.woocommerce-account .woocommerce .woocommerce-form-login .form-row label.woocommerce-form__label input {
    width: auto;
}

/* Login form specific */
body.woocommerce-account .woocommerce .woocommerce-form-login.login {
    border: none;
    padding: 0;
    margin: 0;
}

body.woocommerce-account .woocommerce .woocommerce-privacy-policy-text {
    font-size: 12px;
    color: #888888;
    margin: 16px 0;
}

body.woocommerce-account .woocommerce .woocommerce-privacy-policy-text a {
    color: #000000;
    text-decoration: underline;
}

/* Logged-in dashboard wrapper */
.afro-dashboard {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px;
    align-items: flex-start;
}

.afro-dashboard-sidebar {
    width: 260px;
    flex-shrink: 0;
}

.afro-dashboard-content {
    flex: 1;
    min-width: 0;
}

/* Sidebar Navigation */
.afro-dashboard-nav-sidebar {
    background: #ffffff;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.afro-nav-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.afro-nav-section-title {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    color: #a0a0a5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 12px;
}

.afro-nav-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.afro-nav-menu-item {
    margin: 0;
    padding: 0;
}

.afro-nav-menu-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: #444446;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.afro-nav-menu-item a:hover {
    background: #f4f4f5;
    color: #000000;
}

.afro-nav-menu-item.is-active a {
    background: #eaeaea;
    color: #000000;
    font-weight: 600;
}

.afro-nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afro-nav-label {
    flex: 1;
}

.afro-nav-badge {
    background-color: #ff3b30;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
}

/* Greeting */
.afro-dashboard-greeting {
    margin-bottom: 32px;
}

.afro-dashboard-greeting-title {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 6px;
    line-height: 1.2;
}

.afro-dashboard-greeting-sub {
    font-family: var(--font-sans);
    font-size: 15px;
    color: #666666;
    margin: 0;
}

/* Stats Cards Grid */
.afro-dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.afro-stat-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.afro-stat-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    transform: translateY(-2px);
}

.afro-stat-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.afro-stat-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-total { background: #f3e8ff; color: #8e44ad; }
.icon-active { background: #e8f5e9; color: #2ecc71; }
.icon-pending { background: #fff3e0; color: #f39c12; }
.icon-cancelled { background: #ffebee; color: #e74c3c; }

.afro-stat-info {
    display: flex;
    flex-direction: column;
}

.afro-stat-value {
    font-family: var(--font-sans);
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
}

.afro-stat-label {
    font-family: var(--font-sans);
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    margin-top: 2px;
}

.afro-stat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.afro-stat-badge {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
}

.badge-purple { background: #f3e8ff; color: #8e44ad; }
.badge-green { background: #e8f5e9; color: #2ecc71; }
.badge-yellow { background: #fff3e0; color: #f39c12; }
.badge-red { background: #ffebee; color: #e74c3c; }

.afro-stat-sparkline {
    display: flex;
    align-items: center;
}

.sparkline {
    display: block;
    overflow: visible;
}

/* Recent Orders section */
.afro-dashboard-orders-section {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 40px;
}

.afro-orders-header {
    margin-bottom: 20px;
}

.afro-orders-title {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.afro-orders-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.afro-search-box-wrap {
    position: relative;
    flex: 1;
    max-width: 320px;
}

.afro-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
    pointer-events: none;
}

#afro-order-search {
    width: 100%;
    padding: 10px 14px 10px 38px !important;
    font-size: 13px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    background: #f5f5f7 !important;
}

#afro-order-search:focus {
    background: #ffffff !important;
    border-color: #000000 !important;
}

.afro-sort-box-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.afro-sort-box-wrap .sort-label {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    color: #666666;
}

.afro-sort-select {
    padding: 8px 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    background: #f5f5f7 !important;
    cursor: pointer;
    font-family: var(--font-sans) !important;
}

.afro-orders-table-wrapper {
    overflow-x: auto;
}

.afro-orders-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.afro-orders-table th {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border-bottom: 2px solid #eaeaea;
}

.afro-orders-table td {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #333333;
    padding: 14px 16px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
}

.afro-orders-table tr:last-child td {
    border-bottom: none;
}

.afro-order-row:hover td {
    background: #fafafa;
}

.col-sn { font-weight: 600; color: #777777; }
.col-name { font-weight: 600; color: #000000; }
.col-category { font-weight: 500; color: #555555; }
.col-id { font-weight: 500; color: #555555; }
.col-price { font-weight: 700; color: #000000; }

.afro-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.dot-delivered { background-color: #2ecc71; }
.dot-pending { background-color: #f39c12; }
.dot-cancelled, .dot-failed { background-color: #e74c3c; }

.afro-order-view-btn {
    color: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s;
}

.afro-order-view-btn:hover {
    background-color: #f5f5f7;
    color: #000000;
}

.afro-order-row-empty .col-empty {
    text-align: center;
    font-size: 14px;
    color: #888888;
    padding: 40px 16px !important;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .afro-dashboard {
        flex-direction: column;
        padding: 40px 24px 60px;
        gap: 24px;
    }

    .afro-dashboard-sidebar {
        width: 100%;
    }

    .afro-dashboard-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .afro-dashboard {
        padding: 30px 16px 40px;
    }

    .afro-dashboard-greeting-title {
        font-size: 26px;
    }

    .afro-dashboard-stats-grid {
        grid-template-columns: 1fr;
    }

    .afro-orders-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .afro-search-box-wrap {
        max-width: 100%;
        width: 100%;
    }
}

/* Inner WooCommerce Form Layout Overrides inside Afro Dashboard Content */
body.woocommerce-account .afro-dashboard-content .woocommerce {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 32px;
}

body.woocommerce-account .afro-dashboard-content .woocommerce h2 {
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
}

body.woocommerce-account .afro-dashboard-content .woocommerce form,
body.woocommerce-account .afro-dashboard-content .woocommerce .woocommerce-address-fields__field-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}

body.woocommerce-account .woocommerce .form-row {
    margin-bottom: 18px !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce .form-row-first {
    width: 48% !important;
    margin-right: 4% !important;
    float: none !important;
}

body.woocommerce-account .woocommerce .form-row-last {
    width: 48% !important;
    float: none !important;
}

body.woocommerce-account .woocommerce .form-row-wide {
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

body.woocommerce-account .woocommerce .clear {
    clear: both !important;
}

body.woocommerce-account .woocommerce label {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 6px;
    display: block;
}

body.woocommerce-account .woocommerce input[type="text"],
body.woocommerce-account .woocommerce input[type="email"],
body.woocommerce-account .woocommerce input[type="tel"],
body.woocommerce-account .woocommerce input[type="password"],
body.woocommerce-account .woocommerce input[type="search"],
body.woocommerce-account .woocommerce select,
body.woocommerce-account .woocommerce textarea,
body.woocommerce-account .woocommerce .input-text {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: var(--font-sans);
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
}

body.woocommerce-account .woocommerce input:focus,
body.woocommerce-account .woocommerce select:focus,
body.woocommerce-account .woocommerce textarea:focus,
body.woocommerce-account .woocommerce .input-text:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

body.woocommerce-account .woocommerce .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

body.woocommerce-account .woocommerce select {
    appearance: auto;
    cursor: pointer;
}

body.woocommerce-account .woocommerce .required {
    color: #c62828;
}

body.woocommerce-account .woocommerce button[type="submit"],
body.woocommerce-account .woocommerce .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #000000 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #ffffff !important;
    transition: all 0.2s ease;
    text-decoration: none;
    width: auto;
}

body.woocommerce-account .woocommerce button[type="submit"]:hover,
body.woocommerce-account .woocommerce .button:hover {
    background-color: #333333 !important;
}

/* Fieldset & legend for password change */
body.woocommerce-account .woocommerce fieldset {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 24px;
    margin: 24px 0 16px;
    width: 100%;
}

body.woocommerce-account .woocommerce fieldset legend {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 0 8px;
    margin-left: -8px;
}

/* Address form fields with select2 */
body.woocommerce-account .woocommerce .select2-container .select2-selection--single {
    height: 44px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 4px 14px;
}

body.woocommerce-account .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-family: var(--font-sans);
    font-size: 14px;
    color: #333333;
}

body.woocommerce-account .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

body.woocommerce-account .woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 8px;
    font-family: var(--font-sans);
}

body.woocommerce-account .woocommerce .select2-dropdown {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
}

body.woocommerce-account .woocommerce .select2-results__option {
    font-family: var(--font-sans);
    font-size: 14px;
    padding: 8px 12px;
}

/* Orders table styling */
body.woocommerce-account .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

body.woocommerce-account .woocommerce table.shop_table th {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    border-bottom: 2px solid #eaeaea;
    text-align: left;
}

body.woocommerce-account .woocommerce table.shop_table td {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #333333;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
}

body.woocommerce-account .woocommerce table.shop_table tr:last-child td {
    border-bottom: none;
}

body.woocommerce-account .woocommerce table.shop_table a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}

body.woocommerce-account .woocommerce table.shop_table a:hover {
    color: #555555;
}

/* Address display block styling */
body.woocommerce-account .woocommerce .address {
    background: #f9f9fb;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

body.woocommerce-account .woocommerce .address h3 {
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px;
}

body.woocommerce-account .woocommerce .address address {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #555555;
    font-style: normal;
    line-height: 1.6;
}

body.woocommerce-account .woocommerce .address .edit {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

/* Logout link in greeting */
body.woocommerce-account .woocommerce .logout-link {
    color: #888888;
    font-size: 13px;
}

body.woocommerce-account .woocommerce .logout-link a {
    color: #c62828;
    font-weight: 500;
}

@media (max-width: 768px) {
    body.woocommerce-account .woocommerce .form-row-first,
    body.woocommerce-account .woocommerce .form-row-last {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* ==========================================================================
   WooCommerce Archive / Category Page Layout Customizations
   ========================================================================== */

/* Header Grid Layout for Title and Filter Dropdown */
.woocommerce-page .shop-page-main {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    row-gap: 24px;
}

.woocommerce-page .page-title {
    grid-column: 1;
    grid-row: 1;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    line-height: 1.2;
}

.woocommerce-page .woocommerce-ordering {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin: 0;
}

/* Style default WooCommerce ordering/filter select dropdown */
.woocommerce-page .woocommerce-ordering select.orderby {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 40px 10px 24px;
    border-radius: 99px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
    transition: all 0.2s ease;
    outline: none;
}

.woocommerce-page .woocommerce-ordering select.orderby:hover {
    background-color: #000000;
    color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
}

/* Notices and results count positioning */
.woocommerce-page .woocommerce-notices-wrapper {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.woocommerce-page .woocommerce-result-count {
    grid-column: 1 / span 2;
    grid-row: 3;
    margin: 0 0 30px 0;
    font-size: 14px;
    color: #888888;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
    width: 100%;
}

/* WooCommerce loop grid styling */
.woocommerce ul.products {
    grid-column: 1 / span 2;
    grid-row: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    margin: 20px 0 60px 0;
    padding: 0;
    list-style: none;
}

/* Responsive category grid styling */
@media (max-width: 1024px) {
    .woocommerce-page .page-title {
        font-size: 32px;
    }
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 768px) {
    .woocommerce-page .shop-page-main {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
    .woocommerce-page .page-title {
        grid-row: 1;
        grid-column: 1;
        font-size: 28px;
    }
    .woocommerce-page .woocommerce-ordering {
        grid-row: 2;
        grid-column: 1;
        justify-self: start;
    }
    .woocommerce-page .woocommerce-notices-wrapper {
        grid-row: 3;
        grid-column: 1;
    }
    .woocommerce-page .woocommerce-result-count {
        grid-row: 4;
        grid-column: 1;
        margin-bottom: 16px;
    }
    .woocommerce ul.products {
        grid-row: 5;
        grid-column: 1;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
}

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


/* Custom Mockup Layout Overrides to prevent layout grid conflicts and support full viewport width */
.custom-mockup-layout.shop-page-main {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

/* AJAX Loading Transitions for Smooth Updates */
#cart-page-content-wrapper,
#cart-sidebar-content-wrapper,
#wishlist-sidebar-content-wrapper {
    transition: opacity 0.25s ease-in-out;
}

/* Redesigned Cart Page Custom Styles */
.cart-page-left-col {
    display: flex;
    flex-direction: column;
}
.cart-page-item {
    display: flex;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid #eaeaea;
}
.cart-page-item:first-child {
    padding-top: 0;
}
.cart-page-item-img-wrap {
    width: 180px;
    height: 180px;
    background-color: #f0f0f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
}
.cart-page-item-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.cart-page-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-page-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cart-page-item-title {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.cart-page-item-delete-btn {
    background: none;
    border: none;
    color: #ff3b30;
    cursor: pointer;
    padding: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}
.cart-page-item-delete-btn:hover {
    transform: scale(1.15);
}
.cart-page-item-desc {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    margin: 8px 0 16px;
}
.cart-page-item-colors {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.cart-page-item-colors .color-label {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}
.cart-page-item-colors .color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}
.cart-page-item-colors .color-dot.active {
    border-color: #000000;
    box-shadow: 0 0 0 1px #ffffff inset;
}
.cart-page-item-colors .color-red {
    background-color: #e74c3c;
}
.cart-page-item-colors .color-grey {
    background-color: #d1d1d6;
}
.cart-page-item-colors .color-green {
    background-color: #2ecc71;
}
.cart-page-item-colors .color-purple {
    background-color: #9b59b6;
}
.cart-page-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-page-item-price {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.cart-page-item-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 2px 4px;
    background-color: #ffffff;
}
.cart-page-item-qty .qty-value {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
    color: #000000;
}
.cart-page-item-qty .cart-page-qty-btn {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color 0.2s ease;
}
.cart-page-item-qty .cart-page-qty-btn:hover {
    color: #000000;
}

/* Order Summary */
.order-summary-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
.order-summary-title {
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 24px;
}
.summary-item-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.summary-item-line .summary-item-name {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #666666;
}
.summary-item-line .summary-item-qty {
    font-size: 12px;
    color: #999999;
    margin-left: 4px;
}
.summary-item-line .summary-item-subtotal {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.summary-divider {
    border-top: 1px solid #eaeaea;
    margin: 20px 0;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.summary-row .summary-label {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #666666;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.summary-row .summary-value {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.summary-row .remove-coupon-btn {
    background: none;
    border: none;
    color: #999999;
    font-size: 12px;
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.2s ease;
}
.summary-row .remove-coupon-btn:hover {
    color: #e74c3c;
}
.summary-row.discount-row .summary-value {
    color: #e74c3c;
}
.summary-row.total-row {
    margin-bottom: 0;
}
.summary-row.total-row .summary-label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.summary-row.total-row .summary-value {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}
.promo-code-box {
    margin-top: 24px;
}
.promo-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: #fafafa;
}
.promo-tag-icon {
    color: #888888;
    margin-right: 8px;
    flex-shrink: 0;
}
#promo-code-field {
    border: none;
    background: none;
    outline: none;
    font-family: var(--font-sans);
    font-size: 13px;
    flex: 1;
    padding: 4px 0;
    color: #000000;
}
#promo-code-apply-btn {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
#promo-code-apply-btn:hover {
    background-color: #222222;
}
#promo-code-apply-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.promo-feedback-msg {
    font-family: var(--font-sans);
    font-size: 12px;
    margin-top: 6px;
}
.promo-feedback-msg.error {
    color: #e74c3c;
}
.promo-feedback-msg.success {
    color: #2ecc71;
}
.summary-checkout-btn {
    display: block;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 24px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.summary-checkout-btn:hover {
    background-color: #222222;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Empty State */
.cart-page-items-empty-state {
    text-align: center;
    padding: 80px 24px;
    background-color: #fafafa;
    border-radius: 12px;
}
.cart-page-items-empty-state h3 {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px;
}
.cart-page-items-empty-state p {
    font-family: var(--font-sans);
    font-size: 15px;
    color: #666666;
    margin: 0 0 24px;
}
.cart-page-items-empty-state .cart-shop-now-btn {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-family: var(--font-sans);
    font-weight: 600;
    transition: background-color 0.2s ease;
}
.cart-page-items-empty-state .cart-shop-now-btn:hover {
    background-color: #222222;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cart-page-item {
        flex-direction: column;
        gap: 20px;
    }
    .cart-page-item-img-wrap {
        width: 100%;
        height: 200px;
    }
    .cart-page-item-img {
        width: 160px;
        height: 160px;
    }
}
