:root{--usg-header-height:86px;--usg-card-radius:22px;--usg-card-pad:18px;--usg-product-gap:clamp(16px,2vw,28px);--usg-page-pad:clamp(18px,4vw,48px)}html{overflow-x:hidden;scroll-padding-top:calc(var(--usg-header-height)+16px)}body.usg-theme{min-width:320px;background:var(--usg-bg);color:var(--usg-text)}body.usg-theme img{max-width:100%;height:auto}body.usg-theme .site{overflow:clip}body.usg-theme .site-content,body.usg-theme .inside-article{min-width:0}body.usg-theme .site-header{background:color-mix(in srgb,var(--usg-surface) 94%,transparent);border-bottom:1px solid var(--usg-border);box-shadow:0 12px 32px rgba(15,23,42,.06)}body.usg-theme.usg-sticky-header-on .site-header{position:sticky;inset-block-start:0;z-index:900;backdrop-filter:blur(14px)}body.usg-theme .inside-header{max-width:1280px;min-height:var(--usg-header-height);margin-inline:auto;padding-inline:clamp(14px,3vw,32px);display:flex;align-items:center;justify-content:space-between;gap:clamp(14px,2.5vw,34px)}body.usg-theme .site-logo,body.usg-theme .site-branding{flex:0 0 auto;min-width:0}body.usg-theme .site-logo img,body.usg-theme .custom-logo,body.usg-theme .site-header .header-image{width:auto!important;max-width:clamp(150px,20vw,260px)!important;max-height:72px!important;object-fit:contain!important;display:block!important}body.usg-theme .main-navigation{margin-inline-start:auto;min-width:0;background:transparent!important}body.usg-theme .main-navigation .inside-navigation{display:flex;align-items:center;gap:10px;min-width:0}body.usg-theme .main-navigation .main-nav>ul{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}body.usg-theme .main-navigation .main-nav>ul>li>a{min-height:42px;display:flex;align-items:center;border-radius:999px;padding:0 16px!important;color:var(--usg-text)!important;font-weight:850;line-height:1.2;white-space:nowrap}body.usg-theme .main-navigation .main-nav>ul>li:hover>a,body.usg-theme .main-navigation .main-nav>ul>li.current-menu-item>a,body.usg-theme .main-navigation .main-nav>ul>li.current-menu-ancestor>a{background:var(--usg-surface-2)!important;color:var(--usg-primary)!important}body.usg-theme .main-navigation ul ul{min-width:230px;padding:10px;border:1px solid var(--usg-border);border-radius:18px;background:var(--usg-surface)!important;box-shadow:var(--usg-shadow);overflow:hidden}body.usg-theme .main-navigation ul ul li a{border-radius:12px;padding:11px 12px!important;color:var(--usg-text)!important;line-height:1.6}body.usg-theme .main-navigation ul ul li a:hover{background:var(--usg-surface-2)!important;color:var(--usg-primary)!important}body.woocommerce-page .site-main,body.single-product .site-main,body.single-post .site-main,body.blog .site-main,body.archive .site-main{max-width:1280px;margin-inline:auto;padding:var(--usg-page-pad)}body.woocommerce-page .inside-article,body.single-product .inside-article,body.single-post .inside-article{background:transparent!important;box-shadow:none!important;padding:0!important}body.usg-theme.woocommerce .woocommerce-products-header,body.usg-theme.woocommerce-page .woocommerce-products-header{margin-bottom:clamp(18px,4vw,38px);display:grid;gap:10px}body.usg-theme.woocommerce .page-title{margin:0;font-size:clamp(32px,5vw,58px);line-height:1.25;font-weight:950;color:var(--usg-text)}body.usg-theme.woocommerce .woocommerce-result-count,body.usg-theme.woocommerce .woocommerce-ordering{float:none!important;margin:0 0 18px!important;color:var(--usg-muted);font-weight:800}body.usg-theme.woocommerce .woocommerce-ordering{display:flex;justify-content:flex-start;clear:both}body.usg-theme.woocommerce .woocommerce-ordering select{min-width:min(100%,310px);height:52px;border:1px solid var(--usg-border);border-radius:16px;background:var(--usg-surface);color:var(--usg-text);padding:0 14px;font-weight:800;outline:none}body.usg-theme.woocommerce .woocommerce-notices-wrapper{clear:both}body.usg-theme.woocommerce ul.products,body.usg-theme.woocommerce-page ul.products{clear:both;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--usg-product-gap)!important;margin:24px 0 0!important;padding:0!important;list-style:none!important;width:100%!important}body.usg-theme.woocommerce ul.products::before,body.usg-theme.woocommerce ul.products::after{content:none!important;display:none!important}body.usg-theme.woocommerce ul.products li.product,body.usg-theme.woocommerce-page ul.products li.product{float:none!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;text-align:initial!important;position:relative;display:block!important}body.usg-theme.woocommerce ul.products li.product .usg-product-card-shell,body.usg-theme.woocommerce-page ul.products li.product .usg-product-card-shell{height:100%;position:relative;display:flex;flex-direction:column;gap:12px;padding:var(--usg-card-pad);border-radius:var(--usg-card-radius);border:1px solid var(--usg-border);background:var(--usg-surface);box-shadow:0 12px 32px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}body.usg-theme.woocommerce ul.products li.product .usg-product-card-shell:hover{transform:translateY(-4px);box-shadow:var(--usg-shadow);border-color:color-mix(in srgb,var(--usg-primary) 24%,var(--usg-border))}body.usg-theme.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,body.usg-theme.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:flex!important;flex-direction:column;gap:10px;min-width:0;color:inherit;text-decoration:none}body.usg-theme.woocommerce ul.products li.product a img{width:100%!important;height:auto!important;aspect-ratio:1/1;max-height:230px;object-fit:contain!important;margin:0 auto 6px!important;padding:12px;border-radius:18px!important;background:var(--usg-surface-2)}body.usg-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,body.usg-theme.woocommerce ul.products li.product h2,body.usg-theme.woocommerce ul.products li.product h3{display:block!important;min-height:0!important;margin:6px 0!important;color:var(--usg-text)!important;font-size:clamp(14px,1.18vw,17px)!important;line-height:1.75!important;font-weight:950!important;text-align:start!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;text-wrap:pretty}body.usg-theme.woocommerce ul.products li.product .price{display:flex!important;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto!important;color:var(--usg-primary)!important;font-weight:950!important;font-size:15px!important;line-height:1.7;text-align:start!important}body.usg-theme.woocommerce ul.products li.product .price del{opacity:.58;color:var(--usg-muted)!important;font-size:12px}body.usg-theme.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--usg-primary)!important}body.usg-theme.woocommerce ul.products li.product .button,body.usg-theme.woocommerce ul.products li.product a.button,body.usg-theme.woocommerce ul.products li.product .added_to_cart{align-self:flex-start;min-height:44px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px!important;padding:0 18px!important;background:var(--usg-primary)!important;color:#fff!important;border:0!important;font-weight:950!important;line-height:1!important;margin-top:8px!important;text-decoration:none!important}body.usg-theme.woocommerce span.onsale,body.usg-theme.woocommerce ul.products li.product .onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;padding:8px 11px!important;border-radius:999px!important;top:14px!important;right:14px!important;left:auto!important;background:#ef4444!important;color:#fff!important;font-size:12px!important;font-weight:950!important;box-shadow:0 10px 24px rgba(239,68,68,.25)}body.usg-theme .usg-product-badges{inset-block-start:14px!important;inset-inline-start:14px!important;inset-inline-end:auto!important;max-width:calc(100% - 28px)}body.usg-theme .usg-product-badges span{font-size:11px!important;line-height:1!important;white-space:nowrap}body.usg-theme.single-product div.product{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,460px);gap:clamp(22px,4vw,44px);align-items:start}body.usg-theme.single-product div.product::before,body.usg-theme.single-product div.product::after{content:none!important;display:none!important}body.usg-theme.single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;border-radius:28px;border:1px solid var(--usg-border);background:var(--usg-surface);padding:14px;box-shadow:0 14px 40px rgba(15,23,42,.06)}body.usg-theme.single-product div.product .summary{width:auto!important;float:none!important;margin:0!important;position:sticky;top:calc(var(--usg-header-height)+18px);border-radius:28px;border:1px solid var(--usg-border);background:var(--usg-surface);padding:clamp(18px,3vw,28px);box-shadow:var(--usg-shadow)}body.usg-theme.single-product .product_title{font-size:clamp(25px,3.4vw,44px)!important;line-height:1.38!important;color:var(--usg-text);margin-bottom:12px}body.usg-theme.single-product div.product p.price,body.usg-theme.single-product div.product span.price{font-size:clamp(20px,2.4vw,30px)!important;color:var(--usg-primary)!important;font-weight:950!important;line-height:1.7}body.usg-theme.single-product form.cart{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:18px!important}body.usg-theme.single-product form.cart .quantity input.qty{height:48px;border-radius:14px;border:1px solid var(--usg-border);background:var(--usg-surface-2);color:var(--usg-text)}body.usg-theme.single-product .single_add_to_cart_button{min-height:50px!important;border-radius:16px!important;padding-inline:22px!important;font-weight:950!important;background:var(--usg-primary)!important;color:#fff!important}body.usg-theme.single-product div.product .woocommerce-tabs,body.usg-theme.single-product div.product .related,body.usg-theme.single-product div.product .upsells{grid-column:1/-1;width:100%;clear:both;margin-top:32px}body.usg-theme.single-product .woocommerce-tabs{background:var(--usg-surface);border:1px solid var(--usg-border);border-radius:24px;padding:18px}body.usg-theme.single-product .woocommerce-tabs ul.tabs{display:flex;gap:8px;flex-wrap:wrap;padding:0!important;margin:0 0 18px!important;border:0!important}body.usg-theme.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important}body.usg-theme.single-product .woocommerce-tabs ul.tabs li a{display:flex;border-radius:999px;background:var(--usg-surface-2);padding:10px 16px!important;color:var(--usg-text)!important;font-weight:900!important}body.usg-theme.single-product .woocommerce-tabs ul.tabs li.active a{background:var(--usg-primary);color:#fff!important}body.usg-theme.single-product .related.products>h2{font-size:clamp(24px,3vw,36px);font-weight:950;margin-bottom:18px;color:var(--usg-text)}body.usg-theme.woocommerce-cart .woocommerce,body.usg-theme.woocommerce-checkout .woocommerce{max-width:1220px;margin-inline:auto}body.usg-theme.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,410px);gap:clamp(18px,3vw,32px);align-items:start}body.usg-theme.woocommerce-checkout .col2-set{grid-column:1!important;width:100%!important;float:none!important}body.usg-theme.woocommerce-checkout #order_review_heading,body.usg-theme.woocommerce-checkout #order_review{grid-column:2!important;width:auto!important;float:none!important;position:sticky;top:calc(var(--usg-header-height)+18px);background:var(--usg-surface);border:1px solid var(--usg-border);border-radius:24px;padding:18px;box-shadow:var(--usg-shadow)}body.usg-theme.woocommerce form .form-row input.input-text,body.usg-theme.woocommerce form .form-row textarea,body.usg-theme.woocommerce form .form-row select,body.usg-theme input[type=text],body.usg-theme input[type=email],body.usg-theme input[type=tel],body.usg-theme input[type=password],body.usg-theme textarea,body.usg-theme select{width:100%;min-height:48px;border-radius:15px;border:1px solid var(--usg-border);background:var(--usg-surface);color:var(--usg-text);padding:12px 14px}body.usg-theme.woocommerce table.shop_table{border:1px solid var(--usg-border)!important;border-radius:18px!important;overflow:hidden;background:var(--usg-surface)}body.usg-theme.woocommerce table.shop_table th,body.usg-theme.woocommerce table.shop_table td{border-color:var(--usg-border)!important;color:var(--usg-text)}body.usg-theme.woocommerce #payment{border-radius:20px;background:var(--usg-surface-2)!important;border:1px solid var(--usg-border)}body.usg-theme.woocommerce-account .woocommerce{display:grid!important;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:22px;align-items:start}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;background:var(--usg-surface);border:1px solid var(--usg-border);border-radius:22px;padding:12px;position:sticky;top:calc(var(--usg-header-height)+18px)}body.usg-theme.woocommerce-account .woocommerce-MyAccount-content{width:auto!important;float:none!important;min-width:0;background:var(--usg-surface);border:1px solid var(--usg-border);border-radius:22px;padding:clamp(16px,3vw,26px)}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;border-radius:14px;padding:12px 14px;color:var(--usg-text);font-weight:900;text-decoration:none}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:var(--usg-surface-2);color:var(--usg-primary)}body.usg-theme.single-post .entry-header,body.usg-theme.single-post .entry-content,body.usg-theme.single-post .entry-summary,body.usg-theme.single-post .comments-area{max-width:860px;margin-inline:auto}body.usg-theme.single-post .entry-title{font-size:clamp(30px,5vw,56px);line-height:1.35;color:var(--usg-text);font-weight:950;text-align:center}body.usg-theme.single-post .entry-meta{text-align:center;color:var(--usg-muted);font-weight:700}body.usg-theme.single-post .featured-image img,body.usg-theme.single-post .post-image img{border-radius:28px;box-shadow:var(--usg-shadow)}body.usg-theme.single-post .entry-content{font-size:17px;line-height:2.15;color:var(--usg-text);background:var(--usg-surface);border:1px solid var(--usg-border);border-radius:28px;padding:clamp(20px,4vw,38px);margin-top:24px}body.usg-theme.single-post .entry-content h2,body.usg-theme.single-post .entry-content h3{line-height:1.5;margin-top:2em;color:var(--usg-text)}body.usg-theme.single-post .entry-content p{margin-bottom:1.2em}body.usg-theme .usg-bottom-nav{transition:transform .22s ease,opacity .22s ease}body.usg-theme.usg-form-focus .usg-bottom-nav{transform:translateY(130%);opacity:0}body.usg-theme .usg-mobile-buy-bar{box-shadow:0 18px 48px rgba(15,23,42,.22)}@media (max-width:1180px){body.usg-theme.woocommerce ul.products,body.usg-theme.woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}body.usg-theme .site-logo img,body.usg-theme .custom-logo,body.usg-theme .site-header .header-image{max-width:210px!important;max-height:64px!important}body.usg-theme .main-navigation .main-nav>ul>li>a{padding-inline:12px!important;font-size:14px}}@media (max-width:900px){:root{--usg-header-height:58px}body.usg-theme .site-header{display:none!important}body.usg-theme.woocommerce-page .site-main,body.usg-theme.single-product .site-main,body.usg-theme.single-post .site-main{padding:18px 12px calc(104px+var(--usg-safe-bottom))}body.usg-theme.woocommerce ul.products,body.usg-theme.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}body.usg-theme.woocommerce ul.products li.product .usg-product-card-shell{padding:12px;border-radius:18px;gap:8px}body.usg-theme.woocommerce ul.products li.product a img{padding:8px;border-radius:14px!important;max-height:180px}body.usg-theme.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13.5px!important;line-height:1.65!important}body.usg-theme.woocommerce ul.products li.product .price{font-size:13px!important}body.usg-theme.woocommerce ul.products li.product .button{min-height:40px;padding-inline:14px!important;font-size:13px!important}body.usg-theme.single-product div.product{grid-template-columns:1fr!important;gap:18px!important}body.usg-theme.single-product div.product .summary{position:static!important;border-radius:22px;padding:18px}body.usg-theme.single-product .woocommerce-tabs{padding:14px;border-radius:18px}body.usg-theme.single-product .related.products ul.products{display:flex!important;grid-template-columns:none!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;gap:14px!important}body.usg-theme.single-product .related.products ul.products li.product{min-width:min(78vw,310px)!important;scroll-snap-align:start}body.usg-theme.woocommerce-checkout form.checkout{grid-template-columns:1fr!important}body.usg-theme.woocommerce-checkout .col2-set,body.usg-theme.woocommerce-checkout #order_review_heading,body.usg-theme.woocommerce-checkout #order_review{grid-column:auto!important;position:static!important;width:100%!important}body.usg-theme.woocommerce-account .woocommerce{grid-template-columns:1fr!important}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation{position:static!important;overflow:hidden}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;overflow-x:auto;gap:8px;padding-bottom:4px}body.usg-theme.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto}body.usg-theme.single-post .entry-content{border-radius:20px;padding:20px;font-size:16px;line-height:2}}@media (max-width:520px){body.usg-theme.woocommerce ul.products,body.usg-theme.woocommerce-page ul.products{grid-template-columns:1fr!important}body.usg-theme.woocommerce .woocommerce-ordering{justify-content:stretch}body.usg-theme.woocommerce .woocommerce-ordering select{width:100%}body.usg-theme .usg-mobile-buy-bar{right:8px;left:8px;bottom:calc(84px+var(--usg-safe-bottom));border-radius:18px}}@media (prefers-reduced-motion:reduce){body.usg-theme *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}