/*
Theme Name: UV STITCH
Theme URI: https://uvstitch.com/
Author: UV STITCH
Description: Lightweight responsive WooCommerce theme for UV STITCH denim.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: uv-stitch
*/
:root{--ink:#0b1520;--ink2:#142536;--cream:#f5f0e7;--line:#e6e6e6;--text:#151515;--muted:#666;--white:#fff;--accent:#d7bf8a;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(92%,var(--max));margin:auto}
.topbar{background:var(--ink);color:#fff;font-size:12px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:900;font-size:29px;letter-spacing:-1.5px}.brand small{display:block;font-size:9px;letter-spacing:3px;font-weight:700;text-align:center;margin-top:-4px}.main-nav ul{display:flex;list-style:none;gap:28px;margin:0;padding:0;font-size:14px;font-weight:700}.header-actions{display:flex;align-items:center;gap:15px;font-size:14px}.menu-toggle{display:none;border:0;background:none;font-size:24px}
.hero{background:linear-gradient(100deg,#081521 0%,#203344 58%,#52606a 100%);color:#fff}.hero-inner{min-height:500px;display:flex;align-items:center}.hero-copy{max-width:560px;padding:70px 0}.eyebrow{color:var(--accent);font-weight:800;letter-spacing:2px;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(40px,5.3vw,70px);line-height:.98;margin:15px 0}.hero p{font-size:18px;color:#e7e7e7}.btn{display:inline-block;background:var(--cream);color:#111;padding:13px 22px;font-weight:800;border:1px solid transparent}.btn.dark{background:var(--ink);color:#fff}.btn.outline{background:#fff;border-color:#222}.section{padding:65px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head h2{margin:0;font-size:30px}.muted{color:var(--muted)}
.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:250px;background:linear-gradient(145deg,#dfe6eb,#596b79);display:flex;align-items:end;padding:22px;color:#fff;position:relative;overflow:hidden}.category-card:nth-child(2){background:linear-gradient(145deg,#a8b8c5,#2e4051)}.category-card:nth-child(3){background:linear-gradient(145deg,#e2e2e2,#252b31)}.category-card:nth-child(4){background:linear-gradient(145deg,#26435b,#09141f)}.category-card div{position:relative;z-index:2}.category-card h3{margin:0 0 5px;font-size:22px}.category-card span{font-weight:700;font-size:13px}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid var(--line);background:#fff;position:relative}.product-thumb{aspect-ratio:4/5;background:linear-gradient(145deg,#eef1f3,#c8d0d6);display:flex;align-items:center;justify-content:center;color:#3c4b57;font-weight:800;letter-spacing:1px}.product-info{padding:14px}.badge{position:absolute;top:10px;left:10px;background:var(--ink);color:#fff;font-size:10px;padding:5px 8px;font-weight:700}.product-title{font-weight:700;margin:5px 0}.price{font-weight:900;font-size:18px}.old-price{text-decoration:line-through;color:#888;font-size:13px;margin-left:5px}.sizes{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.sizes span{border:1px solid #ddd;padding:5px 8px;font-size:11px}.product-card .btn{width:100%;text-align:center;padding:10px}
.features{background:var(--cream)}.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.feature{text-align:center}.feature strong{display:block;margin-top:8px}.feature small{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{background:var(--ink);color:#fff;padding:55px;min-height:270px;display:flex;flex-direction:column;justify-content:center}.panel.light{background:var(--cream);color:#111}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{border:1px solid var(--line);padding:24px}.stars{letter-spacing:2px}.newsletter{background:#f8f8f8;text-align:center;padding:55px 20px}.newsletter form{display:flex;max-width:550px;margin:20px auto 0}.newsletter input{flex:1;padding:14px;border:1px solid #ccc}.footer{background:var(--ink);color:#fff;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:30px}.footer h4{margin-top:0}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:7px 0;color:#cdd4da}.copyright{border-top:1px solid #334554;margin-top:35px;padding-top:18px;font-size:12px;color:#b7c0c7;display:flex;justify-content:space-between}
.woocommerce .site-main,.woocommerce-page .site-main{padding:50px 0}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product a img{margin-bottom:10px}.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:50px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}.woocommerce button.button,.woocommerce a.button,.woocommerce #respond input#submit{background:var(--ink);color:#fff;border-radius:0;padding:13px 20px}.woocommerce input,.woocommerce select,.woocommerce textarea{padding:11px;border:1px solid #ccc}.woocommerce span.onsale{background:var(--ink);min-height:auto;line-height:1;padding:8px;border-radius:0}
@media(max-width:900px){.main-nav{display:none}.menu-toggle{display:block}.header-actions span:not(.cart-count){display:none}.categories,.products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.feature-grid{grid-template-columns:repeat(3,1fr)}.reviews{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.woocommerce div.product{grid-template-columns:1fr}.hero-inner{min-height:430px}}
@media(max-width:560px){.topbar .container{justify-content:center}.topbar .container span:nth-child(2){display:none}.header-inner{min-height:62px}.brand{font-size:23px}.categories,.products,.woocommerce ul.products{grid-template-columns:1fr 1fr!important;gap:10px}.section{padding:45px 0}.section-head h2{font-size:24px}.feature-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.panel{padding:35px;min-height:220px}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.copyright span{display:block;margin-top:8px}.newsletter form{display:block}.newsletter input,.newsletter .btn{width:100%}.hero-copy{padding:55px 0}.hero h1{font-size:42px}}
