:root{--gso-red:#ee3f36;--gso-orange:#f47b20;--gso-ink:#17191d;--gso-muted:#6c7280;--gso-line:#e7e8eb;--gso-bg:#f7f7f8;--gso-white:#fff;--gso-radius:18px;--gso-shadow:0 10px 30px rgba(18,22,33,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--gso-ink);background:#fff;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.gso-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.gso-topbar{background:#15171b;color:#fff;font-size:12px}.gso-topbar__inner{display:flex;justify-content:center;gap:30px;padding:7px 0}.gso-header{position:sticky;top:0;z-index:90;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.06)}.gso-header__main{display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:26px;padding:18px 0}.gso-brand img{display:block;max-height:76px;width:auto}.custom-logo{max-width:220px}.gso-search input[type=search]{width:100%;height:48px;border:1px solid var(--gso-line);border-radius:14px;padding:0 16px;font-size:15px}.gso-header__actions{display:flex;gap:10px}.gso-action,.gso-menu-toggle{position:relative;border:0;background:transparent;font-size:23px;cursor:pointer}.gso-action small{display:block;font-size:10px;color:var(--gso-muted)}.gso-cart-count{position:absolute;top:-5px;right:-4px;background:var(--gso-red);color:#fff;border-radius:99px;padding:0 5px;font-size:10px}.gso-menu-toggle{display:none}.gso-nav{border-top:1px solid var(--gso-line)}.gso-nav__inner{display:flex;align-items:center;gap:24px;min-height:52px}.gso-category-toggle{align-self:stretch;border:0;background:#202328;color:#fff;padding:0 24px;font-weight:700}.gso-primary-menu{display:flex;gap:25px;list-style:none;padding:0;margin:0;font-size:13px;font-weight:700;text-transform:uppercase}.gso-hero{background:linear-gradient(135deg,#fff4e9,#fff 58%,#fff0ef);padding:54px 0}.gso-hero__grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:40px}.gso-kicker{color:var(--gso-red);font-weight:800;font-size:13px}.gso-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.02;margin:12px 0 18px;max-width:760px}.gso-hero p{font-size:18px;color:var(--gso-muted)}.gso-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.gso-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border:1px solid var(--gso-line);border-radius:12px;font-weight:700;background:#fff}.gso-btn--primary{background:var(--gso-red);color:#fff;border-color:var(--gso-red)}.gso-hero__visual{min-height:330px;border-radius:32px;background:#202328;color:#fff;display:grid;place-items:center;text-align:center;box-shadow:var(--gso-shadow)}.gso-hero__visual span{font-size:110px}.gso-hero__visual strong{display:block;font-size:22px}.gso-section{padding:42px 0}.gso-section:nth-child(even){background:var(--gso-bg)}.gso-section__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.gso-section__head h2{font-size:28px;margin:0}.gso-section__head a{color:var(--gso-red);font-weight:700}.gso-category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gso-category-card{display:grid;grid-template-columns:62px 1fr;align-items:center;gap:14px;background:#fff;border:1px solid var(--gso-line);border-radius:16px;padding:14px}.gso-category-card img,.gso-category-card__icon{width:62px;height:62px;object-fit:cover;border-radius:12px;background:#f2f2f2;display:grid;place-items:center;font-size:28px}.gso-category-card small{color:var(--gso-muted)}.gso-product-grid,.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important;padding:0!important}.gso-product-card,.products .product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid var(--gso-line);border-radius:18px;overflow:hidden;transition:.2s;list-style:none}.gso-product-card:hover{transform:translateY(-3px);box-shadow:var(--gso-shadow)}.gso-product-card__media{position:relative;aspect-ratio:4/5;background:#f4f4f5;overflow:hidden}.gso-product-card__media img{width:100%;height:100%;object-fit:cover}.gso-product-card__badges{position:absolute;left:10px;top:10px;display:flex;gap:5px;flex-wrap:wrap}.gso-badge{padding:5px 8px;border-radius:99px;color:#fff;font-size:11px;font-weight:700;background:#333}.gso-badge--sale{background:var(--gso-red)}.gso-badge--out{background:#777}.gso-badge--low{background:var(--gso-orange)}.gso-wishlist-button{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:22px;cursor:pointer}.gso-wishlist-button.is-active{color:var(--gso-red)}.gso-product-card__body{padding:15px}.gso-product-card__cats{font-size:11px;color:var(--gso-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gso-product-card h3{font-size:15px;line-height:1.4;min-height:42px;margin:8px 0}.gso-product-card__price{font-size:18px;font-weight:800;color:var(--gso-red)}.gso-product-card__price del{font-size:12px;color:#999}.gso-product-card__stock{font-size:12px;color:var(--gso-muted);min-height:23px}.gso-product-card__actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.gso-product-card__actions .button,.gso-card-detail{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:10px!important;padding:8px 10px!important;font-size:12px!important}.gso-product-card__actions .button{background:var(--gso-red)!important;color:#fff!important}.gso-card-detail{border:1px solid var(--gso-line)}.gso-main{padding:28px 0 60px}.gso-breadcrumb{padding:12px 16px;background:var(--gso-bg);border-radius:12px;margin-bottom:22px;font-size:12px;color:var(--gso-muted);display:flex;gap:8px}.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:46px}.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{float:none!important;width:auto!important}.woocommerce div.product .summary h1{font-size:34px;line-height:1.15}.woocommerce div.product p.price{font-size:27px!important;color:var(--gso-red)!important}.gso-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.gso-trust span{padding:11px;border:1px solid var(--gso-line);border-radius:10px;font-size:12px;text-align:center}.woocommerce-tabs{grid-column:1/-1;margin-top:30px}.woocommerce-Tabs-panel{max-width:850px;margin:auto;background:#fff;padding:26px!important;border-radius:16px}.woocommerce-Tabs-panel img{border-radius:12px}.gso-footer{background:#17191d;color:#fff;padding:45px 0 0}.gso-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.gso-footer__bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding:18px;color:#aaa}.gso-cart-drawer,.gso-wishlist-drawer,.gso-mobile-menu{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);background:#fff;z-index:120;transform:translateX(105%);transition:.25s;box-shadow:-20px 0 50px rgba(0,0,0,.18);padding:18px;overflow:auto}.gso-mobile-menu{left:0;right:auto;transform:translateX(-105%)}.is-open{transform:translateX(0)!important}.gso-drawer__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--gso-line)}.gso-drawer-close{border:0;background:transparent;font-size:28px}.gso-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:110}.gso-mobile-buybar{display:none}.gso-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gso-post-card{border:1px solid var(--gso-line);border-radius:16px;padding:16px}.gso-entry-content{max-width:850px}.gso-empty{text-align:center;padding:70px 0}
@media(max-width:900px){.gso-topbar{display:none}.gso-header__main{grid-template-columns:auto 1fr auto;padding:10px 0;gap:10px}.gso-menu-toggle{display:block}.gso-brand img,.custom-logo{max-width:130px;max-height:54px}.gso-search{grid-column:1/-1;grid-row:2}.gso-nav{display:none}.gso-header__actions .gso-action:first-child{display:none}.gso-category-cards{grid-template-columns:repeat(2,1fr)}.gso-product-grid,.products{grid-template-columns:repeat(2,minmax(0,1fr))}.gso-hero__grid{grid-template-columns:1fr}.gso-hero__visual{display:none}.woocommerce div.product{grid-template-columns:1fr;gap:18px}.gso-footer__grid{grid-template-columns:1fr}.gso-mobile-buybar{position:fixed;display:grid;grid-template-columns:52px 52px 1fr 1fr;gap:7px;left:0;right:0;bottom:0;z-index:100;background:#fff;padding:9px max(10px,env(safe-area-inset-right)) max(9px,env(safe-area-inset-bottom));box-shadow:0 -8px 24px rgba(0,0,0,.15)}.gso-icon-button,.gso-buybar__add,.gso-buybar__buy{display:flex;align-items:center;justify-content:center;border:0;border-radius:10px;min-height:47px;font-weight:800}.gso-icon-button{background:#f1f2f3}.gso-buybar__add{background:#fff1ef;color:var(--gso-red)}.gso-buybar__buy{background:var(--gso-red);color:#fff}.single-product{padding-bottom:75px}}
@media(max-width:560px){.gso-container{width:min(100% - 20px,1180px)}.gso-hero{padding:36px 0}.gso-hero h1{font-size:38px}.gso-category-cards{grid-template-columns:1fr}.gso-product-grid,.products{gap:10px}.gso-product-card__body{padding:10px}.gso-product-card h3{font-size:13px}.gso-product-card__actions{grid-template-columns:1fr}.gso-card-detail{display:none}.gso-section{padding:30px 0}.gso-section__head h2{font-size:22px}.gso-trust{grid-template-columns:1fr}.gso-post-grid{grid-template-columns:1fr}}
