:root {
    --sog-yellow: #ffd21a;
    --sog-yellow-dark: #e7bb00;
    --sog-black: #0f0f10;
    --sog-dark: #191a1c;
    --sog-text: #24262b;
    --sog-muted: #6b7280;
    --sog-light: #f6f7f8;
    --sog-border: #e5e7eb;
    --sog-white: #fff;
    --sog-green: #18a558;
    --sog-red: #df2b2b;
    --sog-radius: 14px;
    --sog-shadow: 0 16px 45px rgba(15, 15, 16, .08);
    --sog-shell: 1280px;
}

html { scroll-behavior: smooth; }
body.sog-premium-active {
    margin: 0;
    color: var(--sog-text);
    background: var(--sog-white);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
body.sogx-menu-open { overflow: hidden; }
body.sog-premium-active #site-header,
body.sog-premium-active #site-footer,
body.sog-premium-active header.site-header,
body.sog-premium-active footer.site-footer,
body.sog-premium-active .elementor-location-header,
body.sog-premium-active .elementor-location-footer,
body.sog-premium-active header[data-elementor-type="header"],
body.sog-premium-active footer[data-elementor-type="footer"] { display: none !important; }
body.sog-premium-active .site-main { min-height: 48vh; }
body.sog-premium-active a { color: inherit; }
.sogx-shell { width: min(100% - 48px, var(--sog-shell)); margin-inline: auto; }
.sogx-icon { display: inline-flex; width: 20px; height: 20px; flex: 0 0 20px; }
.sogx-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.sogx-header { position: sticky; top: 0; z-index: 9990; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.admin-bar .sogx-header { top: 32px; }
.sogx-topbar { background: var(--sog-black); color: #fff; font-size: 12px; }
.sogx-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sogx-topbar a, .sogx-topbar span { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; color: #fff; }
.sogx-topbar .sogx-icon { width: 14px; height: 14px; flex-basis: 14px; color: var(--sog-yellow); }
.sogx-topbar-group { display: flex; align-items: center; gap: 22px; }
.sogx-mainbar { background: #fff; }
.sogx-mainbar-inner { min-height: 88px; display: grid; grid-template-columns: 205px minmax(320px, 1fr) auto; align-items: center; gap: 34px; }
.sogx-logo { display: inline-flex; align-items: center; max-width: 205px; text-decoration: none; }
.sogx-logo-image { display: block; width: auto; max-width: 200px; max-height: 64px; object-fit: contain; }
.sogx-logo-text { font-size: 20px; line-height: 1; font-weight: 900; color: var(--sog-black); }
.sogx-search .woocommerce-product-search, .sogx-mobile-search .woocommerce-product-search, .sogx-filter-card .woocommerce-product-search { position: relative; display: flex; margin: 0; width: 100%; }
.sogx-search input[type="search"], .sogx-mobile-search input[type="search"], .sogx-filter-card input[type="search"] { width: 100%; height: 50px; padding: 0 56px 0 18px; border: 1px solid #d9dde3; border-radius: 10px; background: #f7f8f9; color: var(--sog-text); box-shadow: none; outline: none; }
.sogx-search input[type="search"]:focus, .sogx-mobile-search input[type="search"]:focus, .sogx-filter-card input[type="search"]:focus { border-color: var(--sog-black); background: #fff; }
.sogx-search button, .sogx-mobile-search button, .sogx-filter-card .woocommerce-product-search button { position: absolute; inset: 5px 5px 5px auto; min-width: 42px; padding: 0 12px; border: 0; border-radius: 8px; background: var(--sog-yellow); color: var(--sog-black); font-size: 0; cursor: pointer; }
.sogx-search button::after, .sogx-mobile-search button::after, .sogx-filter-card .woocommerce-product-search button::after { content: "⌕"; font-size: 24px; font-weight: 900; }
.sogx-actions { display: flex; align-items: center; gap: 10px; }
.sogx-action { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 10px; border-radius: 10px; text-decoration: none; color: var(--sog-black); transition: background .2s ease; }
.sogx-action:hover { background: var(--sog-light); }
.sogx-action .sogx-icon { width: 25px; height: 25px; flex-basis: 25px; }
.sogx-action small, .sogx-action strong { display: block; line-height: 1.12; white-space: nowrap; }
.sogx-action small { color: var(--sog-muted); font-size: 11px; }
.sogx-action strong { margin-top: 4px; color: var(--sog-black); font-size: 13px; font-weight: 800; }
.sogx-cart-count { display: inline-grid; min-width: 18px; height: 18px; place-items: center; margin-left: 3px; padding: 0 4px; border-radius: 50px; background: var(--sog-yellow); color: var(--sog-black); font-size: 10px; }
.sogx-nav-wrap { background: var(--sog-black); color: #fff; }
.sogx-nav-inner { min-height: 50px; display: grid; grid-template-columns: 245px 1fr auto; align-items: stretch; }
.sogx-category-menu { position: relative; }
.sogx-category-button { width: 100%; height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 17px; border: 0; background: var(--sog-yellow); color: var(--sog-black); font-weight: 900; cursor: pointer; }
.sogx-category-button .sogx-icon:last-child { width: 15px; height: 15px; margin-left: auto; }
.sogx-category-panel { position: absolute; top: 100%; left: 0; width: 285px; padding: 10px; border: 1px solid var(--sog-border); border-radius: 0 0 12px 12px; background: #fff; color: var(--sog-text); box-shadow: var(--sog-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.sogx-category-menu:hover .sogx-category-panel, .sogx-category-menu:focus-within .sogx-category-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.sogx-category-panel a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 12px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 700; }
.sogx-category-panel a:hover { background: var(--sog-light); }
.sogx-category-panel small { color: var(--sog-muted); }
.sogx-primary-nav { min-width: 0; overflow: hidden; }
.sogx-primary-menu { height: 50px; display: flex; align-items: center; margin: 0; padding: 0 10px; list-style: none; overflow: hidden; }
.sogx-primary-menu > li { flex: 0 0 auto; }
.sogx-primary-menu > li > a { display: flex; align-items: center; height: 50px; padding: 0 14px; text-decoration: none; color: #fff; font-size: 13px; font-weight: 800; }
.sogx-primary-menu > li > a:hover { color: var(--sog-yellow); }
.sogx-nav-whatsapp { display: flex; align-items: center; gap: 7px; padding: 0 16px; text-decoration: none; color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; }
.sogx-nav-whatsapp .sogx-icon { color: #31d574; }
.sogx-mobile-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 9px; background: var(--sog-light); color: var(--sog-black); }
.sogx-mobile-menu { position: fixed; inset: 0 auto 0 0; z-index: 10001; width: min(88vw, 360px); padding: 20px; background: #fff; box-shadow: 20px 0 50px rgba(0,0,0,.18); transform: translateX(-105%); transition: transform .25s ease; }
.sogx-mobile-menu.is-open { transform: translateX(0); }
.sogx-mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-size: 20px; }
.sogx-mobile-close { width: 38px; height: 38px; border: 0; border-radius: 8px; background: var(--sog-light); font-size: 26px; }
.sogx-mobile-search { margin-bottom: 18px; }
.sogx-mobile-list { margin: 0; padding: 0; list-style: none; }
.sogx-mobile-list li a, .sogx-mobile-account { display: block; padding: 13px 4px; border-bottom: 1px solid var(--sog-border); text-decoration: none; color: var(--sog-black); font-weight: 800; }
.sogx-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .2s ease; }
.sogx-overlay.is-visible { opacity: 1; }
.sogx-checkout-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; }
.sogx-secure-label { display: flex; align-items: center; gap: 8px; color: var(--sog-black); font-weight: 800; }

/* Home */
.sogx-home { overflow: hidden; }
.sogx-hero-section { position: relative; padding: 76px 0 84px; background: radial-gradient(circle at 82% 16%, rgba(255,210,26,.48), transparent 24%), linear-gradient(135deg, #f6f7f8, #fff 62%); }
.sogx-hero-section::after { content: ""; position: absolute; width: 440px; height: 440px; right: -150px; bottom: -260px; border-radius: 50%; border: 70px solid rgba(255,210,26,.16); }
.sogx-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.sogx-eyebrow { display: inline-block; margin-bottom: 13px; color: var(--sog-black); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.sogx-hero-copy h1 { max-width: 720px; margin: 0; color: var(--sog-black); font-size: clamp(44px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.sogx-hero-copy > p { max-width: 630px; margin: 24px 0 0; color: #555b64; font-size: 18px; line-height: 1.65; }
.sogx-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sogx-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; text-decoration: none !important; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.sogx-button:hover { transform: translateY(-2px); }
.sogx-button.is-primary { background: var(--sog-yellow); color: var(--sog-black); }
.sogx-button.is-primary:hover { background: var(--sog-black); color: #fff; }
.sogx-button.is-secondary { border-color: var(--sog-black); background: transparent; color: var(--sog-black); }
.sogx-button.is-secondary:hover, .sogx-button.is-dark { background: var(--sog-black); color: #fff; }
.sogx-hero-points { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #545960; font-size: 13px; font-weight: 700; }
.sogx-hero-products { position: relative; min-height: 510px; }
.sogx-hero-product { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border: 1px solid rgba(0,0,0,.07); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 20px 60px rgba(0,0,0,.12); text-decoration: none; transition: transform .25s ease; }
.sogx-hero-product:hover { transform: translateY(-6px) rotate(0deg) !important; }
.sogx-hero-product img { width: 100%; height: 100%; object-fit: contain; }
.sogx-hero-product span { display: -webkit-box; margin-top: 10px; overflow: hidden; color: var(--sog-black); font-size: 12px; font-weight: 800; line-height: 1.35; text-align: center; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sogx-hero-product.item-0 { inset: 16px 105px 72px 56px; z-index: 3; transform: rotate(-2deg); }
.sogx-hero-product.item-1 { width: 180px; height: 220px; right: 0; top: 18px; z-index: 2; transform: rotate(5deg); }
.sogx-hero-product.item-2 { width: 165px; height: 195px; right: 20px; bottom: 0; z-index: 4; transform: rotate(-5deg); }
.sogx-benefit-strip { position: relative; z-index: 4; margin-top: -28px; }
.sogx-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; box-shadow: var(--sog-shadow); overflow: hidden; }
.sogx-benefit-grid > div { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 18px 24px; border-right: 1px solid var(--sog-border); }
.sogx-benefit-grid > div:last-child { border-right: 0; }
.sogx-benefit-grid b { color: var(--sog-black); font-size: 15px; }
.sogx-benefit-grid span { margin-top: 5px; color: var(--sog-muted); font-size: 12px; }
.sogx-home-section { padding: 86px 0; }
.sogx-home-section.is-light { background: var(--sog-light); }
.sogx-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.sogx-section-head h2, .sogx-promo-band h2, .sogx-advice-section h2, .sogx-footer-cta h2 { margin: 0; color: var(--sog-black); font-size: clamp(31px, 4vw, 48px); line-height: 1.06; letter-spacing: -.035em; font-weight: 900; }
.sogx-section-head > a { text-decoration: none; color: var(--sog-black); font-weight: 800; }
.sogx-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sogx-category-card { min-width: 0; display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 16px; padding: 14px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.sogx-category-card:hover { transform: translateY(-4px); box-shadow: var(--sog-shadow); }
.sogx-category-image { width: 105px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px; background: var(--sog-light); overflow: hidden; }
.sogx-category-image img { width: 90%; height: 90%; object-fit: contain; }
.sogx-category-card h3 { margin: 0; color: var(--sog-black); font-size: 16px; line-height: 1.2; font-weight: 900; }
.sogx-category-card span { display: block; margin-top: 7px; color: var(--sog-muted); font-size: 12px; }
.sogx-promo-band { padding: 64px 0; background: var(--sog-yellow); }
.sogx-promo-band-inner, .sogx-advice-inner, .sogx-footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.sogx-promo-band p, .sogx-advice-section p, .sogx-footer-cta p { margin: 14px 0 0; color: #44484e; }
.sogx-advice-section { padding: 70px 0; background: var(--sog-black); color: #fff; }
.sogx-advice-section h2, .sogx-advice-section .sogx-eyebrow { color: #fff; }
.sogx-advice-section p { color: #b9bdc5; }

/* WooCommerce global */
body.sog-premium-active .woocommerce { width: min(100% - 48px, var(--sog-shell)); margin-inline: auto; }
body.sog-premium-active .sogx-home .woocommerce, body.sog-premium-active .sogx-basic-page .woocommerce { width: 100%; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.added_to_cart { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 8px; background: var(--sog-yellow); color: var(--sog-black); font-weight: 900; line-height: 1.2; transition: .2s ease; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.added_to_cart:hover { background: var(--sog-black); color: #fff; transform: translateY(-1px); }
.woocommerce input.input-text, .woocommerce textarea, .woocommerce select, .select2-container .select2-selection--single { min-height: 50px; border: 1px solid #dfe2e7; border-radius: 8px; background: #fff; box-shadow: none; }
.woocommerce input.input-text, .woocommerce textarea { padding: 12px 14px; }
.woocommerce span.onsale { z-index: 3; min-width: auto; min-height: auto; margin: 0 !important; padding: 7px 10px; border-radius: 7px; background: var(--sog-red); color: #fff; font-size: 11px; font-weight: 900; line-height: 1; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { margin-bottom: 24px; border: 1px solid var(--sog-border); border-top: 3px solid var(--sog-yellow); border-radius: 10px; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.05); }
.woocommerce .star-rating, .woocommerce p.stars a { color: #f4b400; }

/* Product cards */
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; min-width: 0; height: 100%; display: flex; flex-direction: column; float: none !important; clear: none !important; margin: 0 !important; padding: 13px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; box-shadow: none; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: #d6d9de; box-shadow: var(--sog-shadow); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex: 1 1 auto; flex-direction: column; text-decoration: none; }
.woocommerce ul.products li.product a img { width: 100%; height: auto; aspect-ratio: 1/1; margin: 0 0 15px !important; padding: 10px; border-radius: 10px; background: #f7f8f9; object-fit: contain; }
.woocommerce ul.products li.product .sogx-product-kicker { display: block; margin: 0 2px 7px; overflow: hidden; color: var(--sog-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 51px; display: -webkit-box; margin: 0 !important; padding: 0 2px !important; overflow: hidden; color: var(--sog-black); font-size: 15px !important; line-height: 1.4; font-weight: 850; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.woocommerce ul.products li.product .price { min-height: 28px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 12px 2px 13px !important; color: var(--sog-black) !important; font-size: 17px !important; font-weight: 900 !important; }
.woocommerce ul.products li.product .price del { color: #8a8f98; font-size: 12px; font-weight: 600; opacity: 1; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: auto !important; }
.woocommerce ul.products li.product .added_to_cart { width: 100%; margin-top: 7px; }

/* Shop */
.woocommerce-shop .site-main, .tax-product_cat .site-main, .tax-product_tag .site-main { width: min(100% - 48px, var(--sog-shell)); margin: 0 auto; padding: 46px 0 90px; }
.woocommerce-shop .woocommerce, .tax-product_cat .woocommerce, .tax-product_tag .woocommerce { width: 100% !important; }
.woocommerce-products-header { margin-bottom: 26px; }
.woocommerce-products-header__title.page-title { margin: 0; color: var(--sog-black); font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.04em; font-weight: 900; }
.term-description { max-width: 780px; margin-top: 14px; color: var(--sog-muted); line-height: 1.65; }
.sogx-shop-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 34px; clear: both; }
.sogx-shop-sidebar { align-self: start; position: sticky; top: 194px; }
.admin-bar .sogx-shop-sidebar { top: 226px; }
.sogx-filter-card { margin-bottom: 16px; padding: 20px; border: 1px solid var(--sog-border); border-radius: 13px; background: #fff; }
.sogx-filter-card h3 { margin: 0 0 15px; color: var(--sog-black); font-size: 16px; font-weight: 900; }
.sogx-filter-list { margin: 0; padding: 0; list-style: none; }
.sogx-filter-list li + li { border-top: 1px solid #eff0f2; }
.sogx-filter-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; text-decoration: none; color: #44484f; font-size: 13px; font-weight: 700; }
.sogx-filter-list a:hover { color: var(--sog-black); }
.sogx-filter-list small { min-width: 24px; padding: 3px 6px; border-radius: 20px; background: var(--sog-light); text-align: center; }
.sogx-price-form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sogx-price-form input { min-width: 0; width: 100%; height: 44px; padding: 0 10px; border: 1px solid var(--sog-border); border-radius: 8px; }
.sogx-price-form button { width: 100%; height: 44px; margin-top: 10px; border: 0; border-radius: 8px; background: var(--sog-black); color: #fff; font-weight: 800; }
.sogx-filter-card.is-highlight { background: var(--sog-yellow); border-color: var(--sog-yellow); }
.sogx-filter-card.is-highlight span, .sogx-filter-card.is-highlight strong { display: block; }
.sogx-filter-card.is-highlight span { margin-bottom: 7px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sogx-filter-card.is-highlight strong { color: var(--sog-black); line-height: 1.35; }
.sogx-shop-results { min-width: 0; }
.sogx-shop-results .woocommerce-result-count { margin: 12px 0 26px; color: var(--sog-muted); font-size: 13px; }
.sogx-shop-results .woocommerce-ordering { margin: 0 0 24px; }
.sogx-shop-results .woocommerce-ordering select { min-width: 210px; padding: 0 40px 0 13px; }
.sogx-shop-results ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.woocommerce nav.woocommerce-pagination { margin-top: 38px; }
.woocommerce nav.woocommerce-pagination ul { display: flex; gap: 7px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--sog-border); border-radius: 8px; background: #fff; color: var(--sog-black); }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--sog-black); background: var(--sog-black); color: #fff; }
.sogx-filter-toggle, .sogx-filter-close { display: none; }

/* Single product */
.single-product .site-main { width: 100%; }
.single-product div.product { width: min(100% - 48px, var(--sog-shell)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 64px; margin: 0 auto !important; padding: 52px 0 90px; }
.single-product div.product::before, .single-product div.product::after { display: none !important; }
.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary { width: auto !important; float: none !important; margin: 0 !important; }
.single-product div.product .woocommerce-product-gallery { padding: 18px; border: 1px solid var(--sog-border); border-radius: 16px; background: #fff; }
.single-product div.product .woocommerce-product-gallery__image > a { display: grid; place-items: center; min-height: 520px; border-radius: 12px; background: #f8f9fa; }
.single-product div.product .woocommerce-product-gallery__image img { width: 100%; max-height: 520px; object-fit: contain; }
.single-product .flex-control-thumbs { display: grid !important; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 14px !important; }
.single-product .flex-control-thumbs li { width: auto !important; float: none !important; }
.single-product .flex-control-thumbs img { aspect-ratio: 1; padding: 5px; border: 1px solid var(--sog-border); border-radius: 8px; object-fit: contain; }
.single-product div.product .summary { padding-top: 12px; }
.single-product .woocommerce-breadcrumb { margin-bottom: 17px; color: var(--sog-muted); font-size: 12px; }
.single-product .product_title { max-width: 620px; margin: 0 0 16px !important; color: var(--sog-black); font-size: clamp(34px, 4vw, 52px) !important; line-height: 1.02 !important; letter-spacing: -.045em; font-weight: 900 !important; }
.single-product div.product p.price { margin: 18px 0 !important; color: var(--sog-black) !important; font-size: 28px !important; font-weight: 900; }
.single-product div.product p.price del { color: #7c8189; font-size: 18px; }
.single-product div.product p.price ins { text-decoration: none; }
.single-product .woocommerce-product-details__short-description { max-width: 590px; color: #555b63; line-height: 1.72; }
.single-product div.product form.cart { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; margin: 26px 0 18px !important; }
.single-product div.product form.cart .quantity .qty { width: 82px; min-height: 54px; border: 1px solid var(--sog-border); border-radius: 8px; }
.single-product div.product form.cart .single_add_to_cart_button { min-width: 240px; min-height: 54px; flex: 1; }
.single-product .product_meta { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--sog-border); color: var(--sog-muted); font-size: 12px; }
.sogx-product-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
.sogx-product-trust > div { padding: 13px; border: 1px solid var(--sog-border); border-radius: 10px; background: var(--sog-light); }
.sogx-product-trust b, .sogx-product-trust span { display: block; }
.sogx-product-trust b { color: var(--sog-black); font-size: 12px; }
.sogx-product-trust span { margin-top: 4px; color: var(--sog-muted); font-size: 10px; }
.single-product .woocommerce-tabs, .single-product .related, .single-product .upsells { grid-column: 1 / -1; width: 100%; }
.single-product .woocommerce-tabs { margin-top: 36px; padding-top: 38px; border-top: 1px solid var(--sog-border); }
.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0 0 25px !important; padding: 0 !important; }
.single-product .woocommerce-tabs ul.tabs::before { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 8px !important; background: var(--sog-light) !important; }
.single-product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li a { padding: 12px 17px !important; }
.single-product .woocommerce-tabs ul.tabs li.active { background: var(--sog-black) !important; color: #fff !important; }
.single-product .woocommerce-Tabs-panel { color: #4f545c; line-height: 1.75; }
.single-product .related > h2, .single-product .upsells > h2 { margin: 48px 0 26px; color: var(--sog-black); font-size: 34px; font-weight: 900; }

/* Cart */
.woocommerce-cart .site-main, .woocommerce-checkout .site-main, .woocommerce-account .site-main { width: 100%; padding: 48px 0 90px; background: var(--sog-light); }
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { width: min(100% - 48px, 1180px); }
.sogx-cart-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); gap: 30px; align-items: start; }
.sogx-cart-products, .sogx-cart-summary .cart_totals { padding: 24px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.045); }
.woocommerce-cart table.shop_table { margin: 0; border: 0; border-collapse: collapse; }
.woocommerce-cart table.shop_table th { padding: 14px 10px; color: var(--sog-muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { padding: 18px 10px; border-top: 1px solid var(--sog-border); }
.woocommerce-cart table.shop_table img { width: 82px; height: 82px; padding: 5px; border-radius: 9px; background: var(--sog-light); object-fit: contain; }
.woocommerce-cart .product-name a { color: var(--sog-black); font-weight: 800; text-decoration: none; }
.woocommerce-cart .coupon { display: flex; gap: 8px; }
.woocommerce-cart .coupon .input-text { min-width: 190px; }
.woocommerce-cart .cart-collaterals, .woocommerce-cart .cart-collaterals .cart_totals { width: 100% !important; float: none !important; }
.woocommerce-cart .cart_totals h2 { margin: 0 0 18px; color: var(--sog-black); font-size: 24px; font-weight: 900; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 16px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width: 100%; min-height: 56px; margin: 0; font-size: 15px; }
.woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .sogx-empty-cart-extra { max-width: 760px; margin-inline: auto; text-align: center; }
.woocommerce-cart .cart-empty { padding-top: 50px; border: 0; background: transparent; box-shadow: none; font-size: 18px; }
.sogx-empty-cart-extra { margin-top: 15px; padding: 38px; border: 1px solid var(--sog-border); border-radius: 16px; background: #fff; }
.sogx-empty-cart-extra h2 { margin: 0; color: var(--sog-black); font-size: 32px; font-weight: 900; }
.sogx-empty-cart-extra p { margin: 12px 0 24px; color: var(--sog-muted); }

/* Checkout */
.sogx-checkout-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; margin-bottom: 22px; padding: 14px 20px; border: 1px solid var(--sog-border); border-radius: 11px; background: #fff; color: var(--sog-black); font-size: 12px; font-weight: 800; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); gap: 30px; align-items: start; }
.woocommerce-checkout #customer_details { grid-column: 1; display: block; padding: 26px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce-checkout #order_review_heading { grid-column: 2; margin: 0; padding: 24px 24px 0; border: 1px solid var(--sog-border); border-bottom: 0; border-radius: 14px 14px 0 0; background: #fff; color: var(--sog-black); font-size: 23px; font-weight: 900; }
.woocommerce-checkout #order_review { grid-column: 2; padding: 18px 24px 24px; border: 1px solid var(--sog-border); border-top: 0; border-radius: 0 0 14px 14px; background: #fff; }
.woocommerce-checkout h3 { color: var(--sog-black); font-weight: 900; }
.woocommerce-checkout .form-row { margin-bottom: 14px; }
.woocommerce-checkout label { margin-bottom: 6px; color: #4c5158; font-size: 12px; font-weight: 750; }
.woocommerce-checkout #payment { background: var(--sog-light); border-radius: 10px; }
.woocommerce-checkout #place_order { width: 100%; min-height: 56px; }

/* Account */
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation { padding: 14px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 13px; border-radius: 8px; text-decoration: none; color: var(--sog-text); font-weight: 750; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li a:hover { background: var(--sog-yellow); color: var(--sog-black); }
.woocommerce-account .woocommerce-MyAccount-content { min-height: 360px; padding: 28px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; }
.woocommerce-account:not(.logged-in) .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woocommerce-account:not(.logged-in) .u-column1, .woocommerce-account:not(.logged-in) .u-column2 { width: auto; float: none; padding: 24px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; }

/* Basic pages */
.sogx-page-hero { padding: 72px 0; background: linear-gradient(135deg, var(--sog-light), #fff); }
.sogx-page-hero h1 { margin: 0; color: var(--sog-black); font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.045em; font-weight: 900; }
.sogx-page-hero p { max-width: 650px; margin: 18px 0 0; color: var(--sog-muted); font-size: 17px; line-height: 1.6; }
.sogx-page-products { padding: 70px 0 90px; }
.sogx-contact-section { padding: 70px 0 90px; background: var(--sog-light); }
.sogx-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.sogx-contact-card { padding: 36px; border: 1px solid var(--sog-border); border-radius: 16px; background: #fff; }
.sogx-contact-card.is-dark { background: var(--sog-black); color: #fff; }
.sogx-contact-card h2 { margin: 0 0 20px; color: inherit; font-size: 32px; font-weight: 900; }
.sogx-contact-card ul { margin: 0 0 26px; padding: 0; list-style: none; }
.sogx-contact-card li { display: flex; align-items: center; gap: 11px; padding: 10px 0; }
.sogx-contact-card li .sogx-icon { color: var(--sog-yellow-dark); }
.sogx-contact-benefits { display: grid; gap: 12px; margin-top: 26px; color: #d6d8dc; }

/* Footer */
.sogx-footer-cta { padding: 54px 0; background: var(--sog-yellow); }
.sogx-footer-cta-inner > div { max-width: 780px; }
.sogx-cta-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border-radius: 9px; background: var(--sog-black); color: #fff !important; text-decoration: none; font-weight: 900; white-space: nowrap; }
.sogx-footer { background: var(--sog-black); color: #fff; }
.sogx-footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .75fr 1fr; gap: 58px; padding-top: 70px; padding-bottom: 60px; }
.sogx-footer .sogx-logo-image { filter: brightness(0) invert(1); }
.sogx-footer-brand > p { max-width: 390px; margin: 24px 0; color: #b7bbc3; line-height: 1.7; }
.sogx-trust-mini { display: grid; gap: 8px; color: #d6d8dc; font-size: 12px; }
.sogx-footer h3 { margin: 0 0 20px; color: #fff; font-size: 15px; font-weight: 900; }
.sogx-footer ul { margin: 0; padding: 0; list-style: none; }
.sogx-footer li { margin-bottom: 11px; color: #b7bbc3; font-size: 13px; line-height: 1.5; }
.sogx-footer li a { text-decoration: none; color: #b7bbc3; }
.sogx-footer li a:hover { color: var(--sog-yellow); }
.sogx-contact-list li { display: flex; align-items: flex-start; gap: 9px; }
.sogx-contact-list .sogx-icon { width: 16px; height: 16px; flex-basis: 16px; margin-top: 2px; color: var(--sog-yellow); }
.sogx-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.sogx-footer-bottom .sogx-shell { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8f949d; font-size: 11px; }
.sogx-checkout-footer { padding: 22px 0; border-top: 1px solid var(--sog-border); background: #fff; color: var(--sog-muted); text-align: center; font-size: 12px; }

@media (max-width: 1100px) {
    .sogx-mainbar-inner { grid-template-columns: 180px 1fr auto; gap: 18px; }
    .sogx-action span { display: none; }
    .sogx-action { width: 46px; justify-content: center; }
    .sogx-nav-inner { grid-template-columns: 225px 1fr; }
    .sogx-nav-whatsapp { display: none; }
    .sogx-hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .sogx-category-grid { grid-template-columns: repeat(2, 1fr); }
    .sogx-shop-layout { grid-template-columns: 230px minmax(0,1fr); gap: 24px; }
    .sogx-shop-results ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .single-product div.product { gap: 38px; }
    .sogx-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .sogx-footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
    .admin-bar .sogx-header { top: 46px; }
    .sogx-shell { width: min(100% - 30px, var(--sog-shell)); }
    .sogx-topbar { display: none; }
    .sogx-mainbar-inner { min-height: 74px; grid-template-columns: 44px 1fr auto; gap: 10px; }
    .sogx-mobile-toggle { display: inline-flex; }
    .sogx-logo { justify-self: center; max-width: 150px; }
    .sogx-logo-image { max-width: 150px; max-height: 48px; }
    .sogx-search { grid-column: 1 / -1; grid-row: 2; padding-bottom: 12px; }
    .sogx-mainbar-inner { padding-top: 8px; }
    .sogx-actions .sogx-action:first-child { display: none; }
    .sogx-actions .sogx-cart-link { width: 44px; padding: 0; }
    .sogx-nav-wrap { display: none; }
    .sogx-header { position: sticky; }
    .sogx-hero-section { padding: 48px 0 70px; }
    .sogx-hero-grid { grid-template-columns: 1fr; }
    .sogx-hero-copy h1 { font-size: clamp(41px, 12vw, 62px); }
    .sogx-hero-copy > p { font-size: 16px; }
    .sogx-hero-products { min-height: 390px; }
    .sogx-hero-product.item-0 { inset: 10px 70px 55px 10px; }
    .sogx-hero-product.item-1 { width: 130px; height: 170px; }
    .sogx-hero-product.item-2 { width: 125px; height: 155px; }
    .sogx-benefit-grid { grid-template-columns: 1fr 1fr; }
    .sogx-benefit-grid > div:nth-child(2) { border-right: 0; }
    .sogx-benefit-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--sog-border); }
    .sogx-home-section { padding: 62px 0; }
    .sogx-section-head { align-items: flex-start; flex-direction: column; }
    .sogx-category-grid { grid-template-columns: 1fr; }
    .sogx-promo-band-inner, .sogx-advice-inner, .sogx-footer-cta-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
    .woocommerce ul.products, .sogx-shop-results ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 12px; }
    .woocommerce ul.products li.product { padding: 10px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; font-size: 13px !important; }
    .woocommerce ul.products li.product .price { font-size: 15px !important; }
    .woocommerce ul.products li.product .button { min-height: 44px; padding: 0 8px; font-size: 12px; }
    .woocommerce-shop .site-main, .tax-product_cat .site-main, .tax-product_tag .site-main { width: min(100% - 30px, var(--sog-shell)); padding-top: 34px; }
    .sogx-shop-layout { display: block; }
    .sogx-shop-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 10020; width: min(88vw, 340px); padding: 24px; overflow-y: auto; background: var(--sog-light); transform: translateX(-105%); transition: transform .25s ease; }
    .sogx-shop-sidebar.is-open { transform: translateX(0); }
    .sogx-filter-close { display: block; width: 40px; height: 40px; margin: 0 0 14px auto; border: 0; border-radius: 8px; background: #fff; font-size: 26px; }
    .sogx-filter-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin: 0 10px 20px 0; padding: 0 16px; border: 0; border-radius: 8px; background: var(--sog-black); color: #fff; font-weight: 800; }
    .sogx-shop-results .woocommerce-ordering { float: none; display: inline-block; }
    .single-product div.product { width: min(100% - 30px, var(--sog-shell)); grid-template-columns: 1fr; gap: 28px; padding-top: 30px; }
    .single-product div.product .woocommerce-product-gallery__image > a { min-height: 360px; }
    .single-product div.product .woocommerce-product-gallery__image img { max-height: 360px; }
    .single-product .product_title { font-size: 38px !important; }
    .sogx-product-trust { grid-template-columns: 1fr; }
    .single-product .woocommerce-tabs ul.tabs { overflow-x: auto; }
    .sogx-cart-grid, .woocommerce-checkout form.checkout, .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
    .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; }
    .woocommerce-account:not(.logged-in) .u-columns { grid-template-columns: 1fr; }
    .sogx-contact-grid { grid-template-columns: 1fr; }
    .sogx-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-top: 52px; }
    .sogx-footer-brand { grid-column: 1 / -1; }
    .sogx-footer-grid > div:last-child { grid-column: 1 / -1; }
    .sogx-footer-bottom .sogx-shell { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 15px; }
}

@media (max-width: 480px) {
    .sogx-hero-points { display: grid; }
    .sogx-benefit-grid { grid-template-columns: 1fr; }
    .sogx-benefit-grid > div { border-right: 0; border-bottom: 1px solid var(--sog-border); }
    .sogx-benefit-grid > div:last-child { border-bottom: 0; }
    .sogx-category-card { grid-template-columns: 88px 1fr; }
    .sogx-category-image { width: 88px; }
    .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
    .woocommerce ul.products li.product a img { padding: 5px; }
    .woocommerce ul.products li.product .sogx-product-kicker { display: none; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { -webkit-line-clamp: 2; min-height: 37px; line-height: 1.4; }
    .sogx-cart-products, .sogx-cart-summary .cart_totals { padding: 14px; }
    .woocommerce-cart table.shop_table_responsive tr td { padding-left: 45%; }
    .woocommerce-cart .coupon { flex-direction: column; }
    .woocommerce-cart .coupon .input-text { width: 100% !important; }
    .sogx-contact-card { padding: 24px; }
    .sogx-footer-grid { grid-template-columns: 1fr; }
    .sogx-footer-brand, .sogx-footer-grid > div:last-child { grid-column: auto; }
}

/* =========================================================
   SOG Premium Setup 2.1 — refinamientos estructurales
   ========================================================= */

/* El tema Hello y algunos templates Elementor pueden imponer anchos estrechos. */
body.sog-premium-active .site-main,
body.sog-premium-active main.site-main,
body.sog-premium-active .site-content,
body.sog-premium-active #content,
body.sog-premium-active .page-content,
body.sog-premium-active .entry-content {
    max-width: none !important;
}

body.sog-premium-active .elementor[data-elementor-type="header"],
body.sog-premium-active .elementor[data-elementor-type="footer"],
body.sog-premium-active [data-elementor-type="header"],
body.sog-premium-active [data-elementor-type="footer"] {
    display: none !important;
}

/* Header 2.1: más presencia de marca y mejor equilibrio. */
.sogx-mainbar-inner {
    min-height: 96px;
    grid-template-columns: minmax(215px, 245px) minmax(430px, 1fr) auto;
    gap: 30px;
}
.sogx-logo { max-width: 235px; }
.sogx-logo-image { max-width: 230px; max-height: 70px; }
.sogx-search input[type="search"] { height: 54px; background: #fafafa; }
.sogx-actions { gap: 12px; }
.sogx-action {
    min-height: 58px;
    padding: 8px 13px;
    border: 1px solid transparent;
}
.sogx-action:hover { border-color: var(--sog-border); background: #fff; box-shadow: 0 8px 22px rgba(15,15,16,.06); }
.sogx-nav-inner { min-height: 52px; grid-template-columns: 255px minmax(0,1fr) auto; }
.sogx-category-button, .sogx-primary-menu, .sogx-primary-menu > li > a { height: 52px; }
.sogx-primary-menu > li > a { padding-inline: 13px; font-size: 12px; letter-spacing: .01em; }

/* Área de usuario 2.1 */
.woocommerce-account .site-main {
    width: 100% !important;
    max-width: none !important;
}
.woocommerce-account .woocommerce {
    width: min(100% - 48px, 1240px) !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 285px minmax(0, 1fr) !important;
    grid-template-areas: "notices notices" "nav content" !important;
    align-items: start !important;
    gap: 30px !important;
}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce > .woocommerce-message,
.woocommerce-account .woocommerce > .woocommerce-error,
.woocommerce-account .woocommerce > .woocommerce-info {
    grid-area: notices !important;
    width: 100% !important;
    margin: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    grid-area: nav !important;
    position: sticky;
    top: 210px;
    width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 12px !important;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15,15,16,.045);
}
.admin-bar.woocommerce-account .woocommerce-MyAccount-navigation { top: 242px; }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { margin-top: 4px; }
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    grid-area: content !important;
    width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: clamp(24px, 3vw, 38px) !important;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15,15,16,.045);
}
.woocommerce-account .woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.woocommerce-account .woocommerce-MyAccount-content > :last-child { margin-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-content p { max-width: 820px; line-height: 1.75; }
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
    width: 100% !important;
    min-width: 720px;
    margin: 0 !important;
    border: 1px solid var(--sog-border) !important;
    border-radius: 12px;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    table-layout: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    display: table !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__header {
    width: auto !important;
    padding: 15px 14px !important;
    text-align: left !important;
    vertical-align: middle !important;
    white-space: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__header {
    background: var(--sog-light);
    color: var(--sog-muted);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
    min-width: 170px;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    width: auto !important;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    margin: 3px 5px 3px 0 !important;
    padding: 0 14px !important;
    font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination { margin-top: 22px; }
.sogx-account-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}
.sogx-account-quick a {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border: 1px solid var(--sog-border);
    border-radius: 13px;
    background: linear-gradient(145deg, #fff, #fafafa);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sogx-account-quick a:hover { transform: translateY(-3px); border-color: #d6b000; box-shadow: 0 12px 28px rgba(15,15,16,.08); }
.sogx-account-quick span { margin-bottom: 7px; color: var(--sog-black); font-size: 16px; font-weight: 900; }
.sogx-account-quick strong { color: var(--sog-muted); font-size: 12px; line-height: 1.5; font-weight: 650; }

/* Checkout 2.1: el resumen comienza arriba, no debajo del formulario. */
.woocommerce-checkout .site-main {
    width: 100% !important;
    max-width: none !important;
}
.woocommerce-checkout .woocommerce {
    width: min(100% - 48px, 1240px) !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
}
.woocommerce-checkout form.checkout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 440px) !important;
    grid-template-rows: auto !important;
    gap: 32px !important;
    align-items: start !important;
}
.woocommerce-checkout #customer_details {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(24px, 3vw, 36px) !important;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15,15,16,.045);
}
.woocommerce-checkout #order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    z-index: 2;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 28px 0 !important;
    border: 0 !important;
    background: transparent !important;
    pointer-events: none;
}
.woocommerce-checkout #order_review {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 78px 28px 28px !important;
    border: 1px solid var(--sog-border) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(15,15,16,.045);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
    font-size: clamp(22px, 2.2vw, 30px) !important;
    line-height: 1.15;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
}
.woocommerce-checkout .form-row {
    width: 100%;
    float: none !important;
}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: calc(50% - 7px) !important;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 52px !important;
    border-radius: 9px !important;
    background: #fff !important;
}
.woocommerce-checkout table.shop_table {
    border: 0 !important;
    border-collapse: collapse !important;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 14px 8px !important;
    border-color: var(--sog-border) !important;
}
.woocommerce-checkout #payment { margin-top: 20px; padding: 8px; }
.woocommerce-checkout #payment ul.payment_methods { padding: 16px !important; }
.woocommerce-checkout #payment div.form-row { padding: 16px !important; }
.woocommerce-checkout #place_order { font-size: 15px; font-weight: 900; }

/* Producto 2.1: fuerza una primera fila equilibrada y una descripción realmente ancha. */
.single-product .site-main,
.single-product .site-content,
.single-product #content {
    width: 100% !important;
    max-width: none !important;
}
.single-product div.product {
    width: min(100% - 48px, 1280px) !important;
    max-width: 1280px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr) !important;
    grid-template-areas:
        "gallery summary"
        "tabs tabs"
        "upsells upsells"
        "related related" !important;
    align-items: start !important;
    gap: 54px 64px !important;
}
.single-product div.product .woocommerce-product-gallery {
    grid-area: gallery !important;
    width: 100% !important;
    max-width: none !important;
}
.single-product div.product .summary {
    grid-area: summary !important;
    width: 100% !important;
    max-width: none !important;
    padding: 8px 0 0 !important;
}
.single-product .woocommerce-tabs {
    grid-area: tabs !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 46px 0 0 !important;
}
.single-product .upsells { grid-area: upsells !important; }
.single-product .related { grid-area: related !important; }
.single-product .woocommerce-tabs ul.tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 18px !important;
}
.single-product .woocommerce-Tabs-panel {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: clamp(26px, 4vw, 48px) !important;
    border: 1px solid var(--sog-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15,15,16,.045);
    color: #3e434b;
    font-size: 16px;
    line-height: 1.78;
    overflow: hidden;
}
.single-product .woocommerce-Tabs-panel > h2:first-child { margin-top: 0 !important; }
.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h4 {
    max-width: 1040px;
    margin: 30px auto 14px;
    color: var(--sog-black);
    line-height: 1.2;
    font-weight: 900;
}
.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel ul,
.single-product .woocommerce-Tabs-panel ol,
.single-product .woocommerce-Tabs-panel blockquote {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.single-product .woocommerce-Tabs-panel li + li { margin-top: 8px; }
.single-product .woocommerce-Tabs-panel img {
    display: block;
    width: auto;
    max-width: min(100%, 920px) !important;
    height: auto !important;
    margin: 26px auto !important;
    border-radius: 12px;
}
.single-product .woocommerce-Tabs-panel table {
    width: 100% !important;
    max-width: 1040px;
    margin: 26px auto !important;
    border-collapse: collapse !important;
    background: #fff;
}
.single-product .woocommerce-Tabs-panel table th,
.single-product .woocommerce-Tabs-panel table td {
    padding: 13px 14px !important;
    border: 1px solid var(--sog-border) !important;
    text-align: left;
    vertical-align: top;
}
.single-product .woocommerce-Tabs-panel table th { background: var(--sog-light); color: var(--sog-black); }
.single-product .woocommerce-product-details__short-description { max-width: none; font-size: 15px; }
.single-product .woocommerce-product-details__short-description h2,
.single-product .woocommerce-product-details__short-description h3 { margin: 20px 0 10px; font-size: 22px; }
.single-product .woocommerce-product-details__short-description ol,
.single-product .woocommerce-product-details__short-description ul { margin-bottom: 16px; padding-left: 22px; }
.single-product .woocommerce-product-details__short-description li + li { margin-top: 7px; }
.single-product .related,
.single-product .upsells {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

/* Footer 2.1 */
.sogx-footer-cta { padding: 48px 0; }
.sogx-footer-cta-inner { align-items: center; }
.sogx-footer-grid { gap: 48px; padding-top: 64px; padding-bottom: 56px; }
.sogx-footer-brand > p { font-size: 14px; }
.sogx-footer h3 { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.09); }
.sogx-footer-bottom .sogx-shell { min-height: 64px; }

@media (max-width: 1100px) {
    .sogx-mainbar-inner { grid-template-columns: 190px minmax(300px,1fr) auto; gap: 18px; }
    .sogx-logo-image { max-width: 185px; }
    .woocommerce-account .woocommerce { grid-template-columns: 245px minmax(0,1fr) !important; }
    .woocommerce-checkout form.checkout { grid-template-columns: minmax(0,1fr) 390px !important; }
    .single-product div.product { grid-template-columns: minmax(0,1fr) minmax(350px,.9fr) !important; gap: 42px !important; }
}

@media (max-width: 782px) {
    .woocommerce-account .woocommerce,
    .woocommerce-checkout .woocommerce {
        width: min(100% - 30px, 1240px) !important;
    }
    .woocommerce-account .woocommerce {
        display: block !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        margin-bottom: 18px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding-bottom: 4px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
    .woocommerce-account .woocommerce-MyAccount-navigation li + li { margin-top: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation li a { min-height: 42px; white-space: nowrap; }
    .woocommerce-account .woocommerce-MyAccount-content { padding: 22px !important; overflow-x: auto; }
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table { min-width: 680px; }
    .sogx-account-quick { grid-template-columns: 1fr; }

    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .woocommerce-checkout #customer_details { grid-column: 1 !important; grid-row: 1 !important; }
    .woocommerce-checkout #order_review_heading { grid-column: 1 !important; grid-row: 2 !important; }
    .woocommerce-checkout #order_review { grid-column: 1 !important; grid-row: 2 !important; }
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last { width: 100% !important; }

    .single-product div.product {
        width: min(100% - 30px, 1280px) !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: "gallery" "summary" "tabs" "upsells" "related" !important;
        gap: 28px !important;
    }
    .single-product .woocommerce-tabs { padding-top: 22px !important; }
    .single-product .woocommerce-tabs ul.tabs { max-width: 100%; }
    .single-product .woocommerce-Tabs-panel { padding: 22px !important; font-size: 15px; overflow-x: auto; }
    .single-product .woocommerce-Tabs-panel table { min-width: 620px; }
}

@media (max-width: 480px) {
    .woocommerce-account .woocommerce,
    .woocommerce-checkout .woocommerce { width: min(100% - 22px, 1240px) !important; }
    .woocommerce-account .woocommerce-MyAccount-content { padding: 18px !important; }
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review { padding-left: 18px !important; padding-right: 18px !important; }
    .woocommerce-checkout #order_review_heading { padding-left: 18px !important; padding-right: 18px !important; }
    .single-product div.product { width: min(100% - 22px, 1280px) !important; }
    .single-product .woocommerce-Tabs-panel { border-radius: 12px; padding: 18px !important; }
}

/* La pantalla de acceso/registro no utiliza la navegación de cuenta. */
body:not(.logged-in).woocommerce-account .woocommerce {
    display: block !important;
    margin: 0 auto !important;
}
body:not(.logged-in).woocommerce-account .u-columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}
body:not(.logged-in).woocommerce-account .u-column1,
body:not(.logged-in).woocommerce-account .u-column2 {
    width: 100% !important;
    float: none !important;
}
@media (max-width: 782px) {
    body:not(.logged-in).woocommerce-account .woocommerce { width: min(100% - 30px, 900px) !important; }
    body:not(.logged-in).woocommerce-account .u-columns { grid-template-columns: 1fr !important; }
}

/* Auth premium 2.2 */
body.sogx-auth-page .site-main {
    padding: 56px 0 90px !important;
    background:
        radial-gradient(circle at 14% 12%, rgba(255,210,26,.20), transparent 28%),
        linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%) !important;
}
body.sogx-auth-page .site-main > .page-content,
body.sogx-auth-page .site-main > article,
body.sogx-auth-page .site-main > .woocommerce {
    width: 100%;
}
body.sogx-auth-page .woocommerce {
    display: block !important;
    width: min(100% - 40px, 1380px) !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
}
.sogx-auth-shell {
    display: grid;
    grid-template-columns: minmax(430px, .98fr) minmax(0, 1.22fr);
    min-height: 700px;
    overflow: hidden;
    border: 1px solid var(--sog-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(15,15,16,.10);
}
.sogx-auth-promo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: clamp(46px, 6vw, 82px);
    background:
        radial-gradient(circle at 18% 10%, rgba(255,210,26,.34), transparent 25%),
        linear-gradient(145deg, #101010 0%, #202020 100%);
    color: #fff;
}
.sogx-auth-promo::after {
    content: "SOG";
    position: absolute;
    right: -20px;
    bottom: -42px;
    color: rgba(255,255,255,.035);
    font-size: clamp(120px, 18vw, 250px);
    font-weight: 900;
    line-height: 1;
}
.sogx-auth-kicker,
.sogx-auth-heading > span,
.sogx-auth-form-intro > span {
    color: var(--sog-yellow-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}
.sogx-auth-promo h1 {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 900;
}
.sogx-auth-promo > p {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0;
    color: #c8cbd0;
    font-size: 16px;
    line-height: 1.7;
}
.sogx-auth-benefits {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    margin-top: 34px;
}
.sogx-auth-benefits > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
}
.sogx-auth-benefits b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--sog-yellow);
    color: #111;
    font-size: 12px;
}
.sogx-auth-benefits span,
.sogx-auth-benefits strong,
.sogx-auth-benefits small { display: block; }
.sogx-auth-benefits strong { color: #fff; font-size: 14px; }
.sogx-auth-benefits small { margin-top: 3px; color: #aeb3ba; line-height: 1.45; }
.sogx-auth-security {
    position: relative;
    z-index: 1;
    margin-top: 26px;
    color: #e7e8ea;
    font-size: 12px;
    font-weight: 700;
}
.sogx-auth-forms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 5vw, 78px);
}
.sogx-auth-heading h2 {
    margin: 8px 0 8px;
    color: var(--sog-black);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 900;
}
.sogx-auth-heading p { margin: 0; color: var(--sog-muted); }
.sogx-auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin: 28px 0 24px;
    padding: 5px;
    border-radius: 12px;
    background: var(--sog-light);
}
.sogx-auth-tab {
    min-height: 46px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--sog-muted);
    font-weight: 800;
    cursor: pointer;
}
.sogx-auth-tab.is-active {
    background: #fff;
    color: var(--sog-black);
    box-shadow: 0 5px 16px rgba(0,0,0,.08);
}
body.sogx-auth-page #customer_login {
    display: block !important;
    width: 100% !important;
    max-width: 560px;
    margin: 0 !important;
}
.sogx-auth-forms { min-width: 0; }
body.sogx-auth-page #customer_login .u-column1,
body.sogx-auth-page #customer_login .u-column2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
body.sogx-auth-page #customer_login .u-column1 { display: block !important; }
body.sogx-auth-page #customer_login .u-column2 { display: none !important; }
body.sogx-auth-page #customer_login.is-register .u-column1,
body.sogx-auth-register-active #customer_login .u-column1 { display: none !important; }
body.sogx-auth-page #customer_login.is-register .u-column2,
body.sogx-auth-register-active #customer_login .u-column2 { display: block !important; }
body.sogx-auth-page #customer_login > div > h2 { display: none; }
.sogx-auth-form-intro { margin-bottom: 20px; }
.sogx-auth-form-intro p { margin: 6px 0 0; color: var(--sog-muted); }
body.sogx-auth-page .woocommerce-form-login,
body.sogx-auth-page .woocommerce-form-register {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
body.sogx-auth-page .woocommerce-form .form-row { margin: 0 0 15px; }
body.sogx-auth-page .woocommerce-form label {
    display: block;
    margin-bottom: 7px;
    color: #333840;
    font-size: 12px;
    font-weight: 800;
}
body.sogx-auth-page .woocommerce-form input.input-text {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #dfe2e6;
    border-radius: 10px;
    background: #fff;
}
body.sogx-auth-page .woocommerce-form input.input-text:focus {
    border-color: var(--sog-yellow-dark);
    box-shadow: 0 0 0 3px rgba(255,210,26,.18);
}
body.sogx-auth-page .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}
body.sogx-auth-page .woocommerce-form-login__submit,
body.sogx-auth-page .woocommerce-form-register__submit {
    min-width: 170px;
    min-height: 50px;
}
body.sogx-auth-page .lost_password { margin: 16px 0 0; }
body.sogx-auth-page .lost_password a { color: var(--sog-black); font-weight: 800; }
.sogx-turnstile-wrap {
    margin: 14px 0 18px;
    padding: 12px;
    border: 1px solid var(--sog-border);
    border-radius: 11px;
    background: var(--sog-light);
}
.sogx-turnstile-widget { width: 100%; min-height: 65px; }
.sogx-turnstile-wrap small { display: block; margin-top: 6px; color: var(--sog-muted); font-size: 10px; }
.sogx-hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
body.sogx-auth-page .woocommerce-notices-wrapper { margin-bottom: 18px; }

@media (max-width: 1100px) {
    body.sogx-auth-page .woocommerce { width: min(100% - 32px, 1320px) !important; }
    .sogx-auth-shell { grid-template-columns: 1fr; }
    .sogx-auth-promo { min-height: auto; padding: 42px; }
    .sogx-auth-promo h1 { max-width: 700px; }
    .sogx-auth-benefits { grid-template-columns: repeat(3, 1fr); }
    .sogx-auth-benefits > div { grid-template-columns: 1fr; }
    .sogx-auth-forms { padding: 42px; }
}
@media (max-width: 680px) {
    body.sogx-auth-page .site-main { padding: 28px 0 60px !important; }
    body.sogx-auth-page .woocommerce { width: min(100% - 22px, 1240px) !important; }
    .sogx-auth-shell { border-radius: 16px; }
    .sogx-auth-promo { padding: 32px 24px; }
    .sogx-auth-benefits { grid-template-columns: 1fr; }
    .sogx-auth-benefits > div { grid-template-columns: 42px 1fr; }
    .sogx-auth-forms { padding: 30px 22px; }
    .sogx-auth-tabs { margin-top: 22px; }
    body.sogx-auth-page .woocommerce-form-login__submit,
    body.sogx-auth-page .woocommerce-form-register__submit { width: 100%; }
}


/* v2.3 archive and breadcrumb refinements */
.woocommerce-products-header { display: none; }
.sogx-breadcrumb-sep { color: #b2b7be; font-weight: 700; }
.sogx-archive-head { margin: 0 0 28px; padding: 24px 28px; border: 1px solid var(--sog-border); border-radius: 18px; background: linear-gradient(135deg, #ffffff 0%, #fbfbfc 65%, #f5f6f7 100%); box-shadow: 0 10px 30px rgba(15,23,42,.04); }
.sogx-archive-head .woocommerce-breadcrumb { margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; color: var(--sog-muted); font-size: 12px; }
.sogx-archive-head .woocommerce-breadcrumb a { color: var(--sog-muted); text-decoration: none; }
.sogx-archive-head .woocommerce-breadcrumb a:hover { color: var(--sog-black); }
.sogx-archive-head-main { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: end; }
.sogx-archive-copy h1 { margin: 0; color: var(--sog-black); font-size: clamp(30px, 4vw, 48px); line-height: .96; letter-spacing: -.04em; font-weight: 900; }
.sogx-archive-copy p { max-width: 780px; margin: 14px 0 0; color: var(--sog-muted); line-height: 1.7; }
.sogx-archive-stats { min-width: 180px; padding: 16px 18px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; text-align: right; }
.sogx-archive-stats strong, .sogx-archive-stats span { display: block; }
.sogx-archive-stats strong { color: var(--sog-black); font-size: 30px; line-height: 1; font-weight: 900; }
.sogx-archive-stats span { margin-top: 6px; color: var(--sog-muted); font-size: 12px; }
.sogx-archive-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.sogx-archive-chips a { display: inline-flex; align-items: center; padding: 10px 14px; border: 1px solid var(--sog-border); border-radius: 999px; background: #fff; color: var(--sog-black); font-size: 12px; font-weight: 800; text-decoration: none; }
.sogx-archive-chips a:hover { border-color: var(--sog-yellow); background: #fffbe8; }
.sogx-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 24px; padding: 16px 18px; border: 1px solid var(--sog-border); border-radius: 14px; background: #fff; }
.sogx-shop-toolbar::after { display: none !important; }
.sogx-shop-toolbar .woocommerce-result-count, .sogx-shop-toolbar .woocommerce-ordering { float: none !important; margin: 0 !important; }
.sogx-shop-toolbar .woocommerce-result-count { color: var(--sog-muted); font-size: 13px; }
.sogx-shop-toolbar .woocommerce-ordering select { min-width: 240px; height: 46px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 16px; }
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { height: 240px; margin: 0 0 14px !important; padding: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title { min-height: 44px; -webkit-line-clamp: 2; }
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { margin: 10px 2px 12px !important; }
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product { width: auto !important; margin-right: 0 !important; }
.single-product .woocommerce-breadcrumb { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 6px; max-width: min(100%, 680px); margin-bottom: 20px; padding: 10px 14px; border: 1px solid var(--sog-border); border-radius: 999px; background: #fff; color: var(--sog-muted); font-size: 12px; box-shadow: 0 8px 20px rgba(15,23,42,.04); }
.single-product .woocommerce-breadcrumb a { color: var(--sog-muted); text-decoration: none; }
.single-product .woocommerce-breadcrumb a:hover { color: var(--sog-black); }
.single-product .product_meta { line-height: 1.65; }
@media (max-width: 991px) {
  .sogx-archive-head { padding: 22px 20px; }
  .sogx-archive-head-main { grid-template-columns: 1fr; }
  .sogx-archive-stats { text-align: left; min-width: 0; }
  .sogx-shop-toolbar { flex-direction: column; align-items: stretch; }
  .sogx-shop-toolbar .woocommerce-ordering select { width: 100%; min-width: 0; }
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { height: 220px; }
}
@media (max-width: 767px) {
  .sogx-archive-copy h1 { font-size: 34px; }
  .sogx-archive-chips { gap: 8px; }
  .sogx-archive-chips a { width: 100%; justify-content: center; }
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { height: 180px; }
  .single-product .woocommerce-breadcrumb { border-radius: 16px; padding: 10px 12px; }
}

/* v2.4: configurable catalog shell and safe page gutters */
.sogx-shell {
    width: min(calc(100% - var(--sog-gutter-total)), var(--sog-shell));
}
.woocommerce-shop .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sogx-shop-shell {
    width: min(calc(100% - var(--sog-gutter-total)), var(--sog-catalog-shell));
    max-width: var(--sog-catalog-shell);
    margin: 0 auto;
    padding: 42px 0 90px;
}
.sogx-shop-layout {
    grid-template-columns: var(--sog-sidebar-width) minmax(0, 1fr) !important;
}
.sogx-shop-results ul.products {
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    height: var(--sog-card-image-height) !important;
    aspect-ratio: auto !important;
}
.single-product .site-main > .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb:first-child {
    width: min(calc(100% - var(--sog-gutter-total)), var(--sog-catalog-shell));
    max-width: var(--sog-catalog-shell);
    display: flex;
    margin: 18px auto 0 !important;
    box-sizing: border-box;
}
.single-product div.product {
    width: min(calc(100% - var(--sog-gutter-total)), var(--sog-catalog-shell)) !important;
    max-width: var(--sog-catalog-shell) !important;
}
.single-product .woocommerce-tabs ul.tabs,
.single-product .woocommerce-Tabs-panel {
    max-width: min(1180px, 100%) !important;
}

@media (max-width: 1100px) {
    .sogx-shop-results ul.products {
        grid-template-columns: repeat(var(--sog-tablet-cols), minmax(0, 1fr)) !important;
    }
    .sogx-shop-shell,
    .single-product div.product,
    .single-product .site-main > .woocommerce-breadcrumb,
    .single-product .woocommerce-breadcrumb:first-child {
        width: min(100% - 40px, var(--sog-catalog-shell)) !important;
    }
}

@media (max-width: 767px) {
    .sogx-shell,
    .sogx-shop-shell,
    .single-product div.product,
    .single-product .site-main > .woocommerce-breadcrumb,
    .single-product .woocommerce-breadcrumb:first-child {
        width: min(100% - 24px, var(--sog-catalog-shell)) !important;
    }
    .sogx-shop-shell { padding-top: 24px; }
    .sogx-shop-results ul.products,
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(var(--sog-mobile-cols), minmax(0, 1fr)) !important;
    }
    .woocommerce ul.products li.product a img,
    .woocommerce-page ul.products li.product a img {
        height: min(var(--sog-card-image-height), 220px) !important;
    }
}

/* v2.5: stable layout controls, breadcrumb placement and home grids */
.sogx-single-breadcrumb-shell {
    width: min(calc(100% - var(--sog-gutter-total)), var(--sog-catalog-shell));
    max-width: var(--sog-catalog-shell);
    margin: 24px auto 0;
}
.sogx-single-breadcrumb-shell .woocommerce-breadcrumb {
    width: fit-content !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 11px 16px;
    border: 1px solid var(--sog-border);
    border-radius: 999px;
    background: #fff;
    color: var(--sog-muted);
    font-size: 13px;
    line-height: 1.35;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.sogx-single-breadcrumb-shell .woocommerce-breadcrumb a {
    color: #505760;
    font-weight: 700;
    text-decoration: none;
}
.sogx-single-breadcrumb-shell .woocommerce-breadcrumb a:hover { color: var(--sog-black); }
.single-product .site-main > .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb:first-child:not(.sogx-single-breadcrumb-shell .woocommerce-breadcrumb) {
    display: none !important;
}

.sogx-shop-results ul.products,
.woocommerce-shop ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
}
.sogx-home .woocommerce ul.products {
    grid-template-columns: repeat(var(--sog-home-cols), minmax(0, 1fr)) !important;
}
.sogx-basic-page .sogx-page-products .woocommerce ul.products {
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
}
.single-product .related ul.products,
.single-product .upsells ul.products {
    grid-template-columns: repeat(var(--sog-related-cols), minmax(0, 1fr)) !important;
}

body.sogx-auth-page .site-main > article,
body.sogx-auth-page .site-main > .page-content,
body.sogx-auth-page .entry-content {
    width: 100% !important;
    max-width: none !important;
}
body.sogx-auth-page .woocommerce {
    position: relative;
    left: 50%;
    width: min(calc(100vw - var(--sog-auth-gutter-total)), var(--sog-auth-shell)) !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: translateX(-50%);
    box-sizing: border-box;
}
body.sogx-auth-page .sogx-auth-shell {
    width: 100% !important;
    grid-template-columns: minmax(470px, .95fr) minmax(650px, 1.25fr) !important;
}
body.sogx-auth-page .sogx-auth-forms {
    padding: clamp(48px, 5vw, 86px) !important;
}
body.sogx-auth-page #customer_login {
    width: 100% !important;
    max-width: 760px !important;
}
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs,
body.sogx-auth-page #customer_login {
    margin-left: auto !important;
    margin-right: auto !important;
}
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs { width: min(100%, 760px); }

@media (max-width: 1100px) {
    .sogx-home .woocommerce ul.products { grid-template-columns: repeat(var(--sog-home-tablet-cols), minmax(0, 1fr)) !important; }
    .sogx-shop-results ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products,
    .tax-product_tag ul.products,
    .sogx-basic-page .sogx-page-products .woocommerce ul.products { grid-template-columns: repeat(var(--sog-tablet-cols), minmax(0, 1fr)) !important; }
    .single-product .related ul.products,
    .single-product .upsells ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    body.sogx-auth-page .sogx-auth-shell { grid-template-columns: 1fr !important; }
}
@media (max-width: 767px) {
    .sogx-single-breadcrumb-shell {
        width: min(100% - 24px, var(--sog-catalog-shell));
        margin-top: 16px;
    }
    .sogx-single-breadcrumb-shell .woocommerce-breadcrumb {
        width: 100% !important;
        border-radius: 14px;
        font-size: 12px;
    }
    .sogx-home .woocommerce ul.products { grid-template-columns: repeat(var(--sog-home-mobile-cols), minmax(0, 1fr)) !important; }
    .sogx-shop-results ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products,
    .tax-product_tag ul.products,
    .sogx-basic-page .sogx-page-products .woocommerce ul.products { grid-template-columns: repeat(var(--sog-mobile-cols), minmax(0, 1fr)) !important; }
    .single-product .related ul.products,
    .single-product .upsells ul.products { grid-template-columns: repeat(var(--sog-mobile-cols), minmax(0, 1fr)) !important; }
    body.sogx-auth-page .woocommerce { width: min(100vw - 20px, var(--sog-auth-shell)) !important; }
}

/* v2.6: safe auth width and forced catalog query/grid */
body.sogx-auth-page .site-main,
body.sogx-auth-page .site-main > article,
body.sogx-auth-page .site-main > .page-content,
body.sogx-auth-page .entry-content,
body.sogx-auth-page .page-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
}
body.sogx-auth-page .woocommerce {
    position: static !important;
    left: auto !important;
    width: min(calc(100% - var(--sog-auth-gutter-total)), var(--sog-auth-shell)) !important;
    max-width: var(--sog-auth-shell) !important;
    margin: 0 auto !important;
    transform: none !important;
    box-sizing: border-box !important;
}
body.sogx-auth-page .sogx-auth-shell {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(360px, 42%) minmax(0, 58%) !important;
    min-height: 680px;
    overflow: hidden;
}
body.sogx-auth-page .sogx-auth-promo,
body.sogx-auth-page .sogx-auth-forms {
    min-width: 0;
}
body.sogx-auth-page .sogx-auth-promo {
    padding: clamp(44px, 4.5vw, 74px) !important;
}
body.sogx-auth-page .sogx-auth-promo h1 {
    max-width: 580px;
    font-size: clamp(42px, 4.2vw, 64px);
    word-break: normal;
    overflow-wrap: normal;
}
body.sogx-auth-page .sogx-auth-forms {
    padding: clamp(44px, 4.5vw, 78px) !important;
}
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs,
body.sogx-auth-page #customer_login {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.sogx-auth-page .woocommerce-form input.input-text {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.sogx-shop-results ul.products.sogx-forced-grid,
.woocommerce-shop ul.products.sogx-forced-grid,
.tax-product_cat ul.products.sogx-forced-grid,
.tax-product_tag ul.products.sogx-forced-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    align-items: stretch !important;
}
.sogx-shop-results ul.products > li.product,
.woocommerce-shop ul.products > li.product,
.tax-product_cat ul.products > li.product,
.tax-product_tag ul.products > li.product {
    display: flex !important;
    float: none !important;
    clear: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}
@media (max-width: 1100px) {
    body.sogx-auth-page .woocommerce {
        width: min(100% - 40px, var(--sog-auth-shell)) !important;
    }
    body.sogx-auth-page .sogx-auth-shell {
        grid-template-columns: 1fr !important;
    }
    body.sogx-auth-page .sogx-auth-promo {
        min-height: auto;
    }
    .sogx-shop-results ul.products.sogx-forced-grid,
    .woocommerce-shop ul.products.sogx-forced-grid,
    .tax-product_cat ul.products.sogx-forced-grid,
    .tax-product_tag ul.products.sogx-forced-grid {
        grid-template-columns: repeat(var(--sog-tablet-cols), minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767px) {
    body.sogx-auth-page .woocommerce {
        width: calc(100% - 20px) !important;
    }
    body.sogx-auth-page .sogx-auth-promo,
    body.sogx-auth-page .sogx-auth-forms {
        padding: 30px 22px !important;
    }
    .sogx-shop-results ul.products.sogx-forced-grid,
    .woocommerce-shop ul.products.sogx-forced-grid,
    .tax-product_cat ul.products.sogx-forced-grid,
    .tax-product_tag ul.products.sogx-forced-grid {
        grid-template-columns: repeat(var(--sog-mobile-cols), minmax(0, 1fr)) !important;
    }
}

/* v2.7: viewport-safe customer access and strict catalog rows */
body.sogx-auth-page .site-main {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    overflow-x: clip !important;
}
body.sogx-auth-page .woocommerce.sogx-auth-mounted {
    position: relative !important;
    width: min(calc(100vw - var(--sog-auth-gutter-total)), var(--sog-auth-shell)) !important;
    max-width: var(--sog-auth-shell) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
body.sogx-auth-page .sogx-auth-shell {
    grid-template-columns: minmax(420px, 1fr) minmax(520px, 1fr) !important;
    min-height: 680px !important;
}
body.sogx-auth-page .sogx-auth-promo,
body.sogx-auth-page .sogx-auth-forms {
    width: 100% !important;
    min-width: 0 !important;
}
body.sogx-auth-page .sogx-auth-promo h1 {
    max-width: 620px !important;
    font-size: clamp(40px, 3.7vw, 62px) !important;
}
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs,
body.sogx-auth-page #customer_login {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
}
.sogx-shop-results ul.products.sogx-forced-grid {
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
}
.sogx-shop-results ul.products.sogx-forced-grid > li.product {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
    body.sogx-auth-page .sogx-auth-shell {
        grid-template-columns: 1fr !important;
    }
    body.sogx-auth-page .sogx-auth-promo {
        min-height: auto !important;
    }
}
@media (max-width: 1100px) {
    .sogx-shop-results ul.products.sogx-forced-grid {
        grid-template-columns: repeat(var(--sog-tablet-cols), minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767px) {
    body.sogx-auth-page .woocommerce.sogx-auth-mounted {
        width: calc(100vw - 20px) !important;
    }
    .sogx-shop-results ul.products.sogx-forced-grid {
        grid-template-columns: repeat(var(--sog-mobile-cols), minmax(0, 1fr)) !important;
    }
}


/* v2.8: authoritative auth width and native WooCommerce catalog visibility */
body.sogx-auth-page .site-main,
body.sogx-auth-page .site-main > article,
body.sogx-auth-page .site-main > .page-content,
body.sogx-auth-page .entry-content,
body.sogx-auth-page .page-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}
body.sogx-auth-page .woocommerce,
body.sogx-auth-page .woocommerce.sogx-auth-mounted {
    position: static !important;
    left: auto !important;
    width: min(var(--sog-auth-shell), calc(100vw - var(--sog-auth-gutter-total))) !important;
    max-width: none !important;
    margin: 0 auto !important;
    transform: none !important;
    box-sizing: border-box !important;
}
body.sogx-auth-page .sogx-auth-shell {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(420px, 46%) minmax(0, 54%) !important;
    min-height: 680px !important;
}
body.sogx-auth-page .sogx-auth-promo { padding: clamp(44px, 4vw, 76px) !important; }
body.sogx-auth-page .sogx-auth-forms { padding: clamp(44px, 4vw, 76px) !important; }
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs,
body.sogx-auth-page #customer_login {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.sogx-shop-results ul.products.sogx-forced-grid,
.woocommerce-shop ul.products.sogx-forced-grid,
.tax-product_cat ul.products.sogx-forced-grid,
.tax-product_tag ul.products.sogx-forced-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    align-items: stretch !important;
}
@media (max-width: 1100px) {
    body.sogx-auth-page .woocommerce,
    body.sogx-auth-page .woocommerce.sogx-auth-mounted {
        width: calc(100vw - 40px) !important;
    }
    body.sogx-auth-page .sogx-auth-shell { grid-template-columns: 1fr !important; }
    .sogx-shop-results ul.products.sogx-forced-grid,
    .woocommerce-shop ul.products.sogx-forced-grid,
    .tax-product_cat ul.products.sogx-forced-grid,
    .tax-product_tag ul.products.sogx-forced-grid {
        grid-template-columns: repeat(var(--sog-tablet-cols), minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767px) {
    body.sogx-auth-page .woocommerce,
    body.sogx-auth-page .woocommerce.sogx-auth-mounted {
        width: calc(100vw - 20px) !important;
    }
    .sogx-shop-results ul.products.sogx-forced-grid,
    .woocommerce-shop ul.products.sogx-forced-grid,
    .tax-product_cat ul.products.sogx-forced-grid,
    .tax-product_tag ul.products.sogx-forced-grid {
        grid-template-columns: repeat(var(--sog-mobile-cols), minmax(0, 1fr)) !important;
    }
}

/* v2.9: viewport-relative access width and visible-product catalog */
body.sogx-auth-page .site-main,
body.sogx-auth-page .site-main > article,
body.sogx-auth-page .site-main > .page-content,
body.sogx-auth-page .entry-content,
body.sogx-auth-page .page-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
}
body.sogx-auth-page .woocommerce,
body.sogx-auth-page .woocommerce.sogx-auth-mounted {
    position: relative !important;
    left: 50% !important;
    width: var(--sog-auth-width) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
}
body.sogx-auth-page .sogx-auth-shell {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(420px, 44%) minmax(0, 56%) !important;
    min-height: 690px !important;
}
body.sogx-auth-page .sogx-auth-promo,
body.sogx-auth-page .sogx-auth-forms {
    min-width: 0 !important;
}
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs,
body.sogx-auth-page #customer_login {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.sogx-shop-results ul.products.sogx-forced-grid,
.woocommerce-shop ul.products.sogx-forced-grid,
.tax-product_cat ul.products.sogx-forced-grid,
.tax-product_tag ul.products.sogx-forced-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--sog-catalog-cols), minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
}
@media (max-width: 1100px) {
    body.sogx-auth-page .woocommerce,
    body.sogx-auth-page .woocommerce.sogx-auth-mounted {
        width: calc(100vw - 32px) !important;
    }
    body.sogx-auth-page .sogx-auth-shell {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 767px) {
    body.sogx-auth-page .woocommerce,
    body.sogx-auth-page .woocommerce.sogx-auth-mounted {
        width: calc(100vw - 18px) !important;
    }
}


/* v2.9.1: viewport-centered, wider and shorter access/register layout */
body.sogx-auth-page .site-main {
    padding-top: 28px !important;
    padding-bottom: 56px !important;
    overflow-x: clip !important;
}
body.sogx-auth-page .site-main > article,
body.sogx-auth-page .site-main > .page-content,
body.sogx-auth-page .entry-content,
body.sogx-auth-page .page-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}
body.sogx-auth-page .woocommerce,
body.sogx-auth-page .woocommerce.sogx-auth-mounted {
    position: static !important;
    left: auto !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: 0 !important;
    padding: 0 20px !important;
    transform: none !important;
    box-sizing: border-box !important;
}
body.sogx-auth-page .woocommerce-notices-wrapper {
    width: min(var(--sog-auth-width), 1420px) !important;
    max-width: calc(100vw - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.sogx-auth-page .sogx-auth-shell {
    width: var(--sog-auth-width) !important;
    max-width: 1420px !important;
    min-height: 590px !important;
    margin: 0 auto !important;
    grid-template-columns: minmax(390px, 45%) minmax(0, 55%) !important;
    align-items: stretch !important;
    border-radius: 22px !important;
}
body.sogx-auth-page .sogx-auth-promo,
body.sogx-auth-page .sogx-auth-forms {
    min-width: 0 !important;
    padding: clamp(38px, 3.2vw, 56px) !important;
}
body.sogx-auth-page .sogx-auth-promo {
    justify-content: center !important;
}
body.sogx-auth-page .sogx-auth-promo h1 {
    max-width: 570px !important;
    margin: 10px 0 14px !important;
    font-size: clamp(38px, 3.25vw, 56px) !important;
    line-height: .98 !important;
}
body.sogx-auth-page .sogx-auth-promo > p {
    max-width: 520px !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
}
body.sogx-auth-page .sogx-auth-benefits {
    gap: 9px !important;
    margin-top: 22px !important;
}
body.sogx-auth-page .sogx-auth-benefits > div {
    grid-template-columns: 38px 1fr !important;
    gap: 11px !important;
    padding: 10px 12px !important;
}
body.sogx-auth-page .sogx-auth-benefits b {
    width: 38px !important;
    height: 38px !important;
}
body.sogx-auth-page .sogx-auth-benefits strong {
    font-size: 12px !important;
}
body.sogx-auth-page .sogx-auth-benefits small {
    font-size: 10px !important;
}
body.sogx-auth-page .sogx-auth-security {
    margin-top: 16px !important;
}
body.sogx-auth-page .sogx-auth-forms {
    justify-content: center !important;
}
body.sogx-auth-page .sogx-auth-heading,
body.sogx-auth-page .sogx-auth-tabs,
body.sogx-auth-page #customer_login {
    width: min(100%, 700px) !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.sogx-auth-page .sogx-auth-heading h2 {
    font-size: clamp(30px, 2.7vw, 43px) !important;
}
body.sogx-auth-page .sogx-auth-tabs {
    margin-top: 20px !important;
    margin-bottom: 18px !important;
}
body.sogx-auth-page .sogx-auth-form-intro {
    margin-bottom: 14px !important;
}
body.sogx-auth-page .woocommerce-form .form-row {
    margin-bottom: 11px !important;
}
body.sogx-auth-page .woocommerce-form input.input-text {
    min-height: 48px !important;
}
body.sogx-auth-page .sogx-turnstile-wrap {
    margin: 10px 0 13px !important;
    padding: 9px !important;
}
body.sogx-auth-page .woocommerce-form-login__submit,
body.sogx-auth-page .woocommerce-form-register__submit {
    min-height: 46px !important;
}
body.sogx-auth-page .lost_password {
    margin-top: 11px !important;
}
@media (max-width: 1100px) {
    body.sogx-auth-page .sogx-auth-shell {
        width: min(92vw, 900px) !important;
        max-width: calc(100vw - 32px) !important;
        grid-template-columns: 1fr !important;
        min-height: auto !important;
    }
    body.sogx-auth-page .sogx-auth-promo {
        min-height: auto !important;
    }
}
@media (max-width: 767px) {
    body.sogx-auth-page .woocommerce,
    body.sogx-auth-page .woocommerce.sogx-auth-mounted {
        padding: 0 9px !important;
    }
    body.sogx-auth-page .sogx-auth-shell {
        width: 100% !important;
        max-width: calc(100vw - 18px) !important;
        border-radius: 16px !important;
    }
    body.sogx-auth-page .sogx-auth-promo,
    body.sogx-auth-page .sogx-auth-forms {
        padding: 28px 22px !important;
    }
}


/* v2.9.2: auth-only cleanup. Removes legacy width caps without touching shop, cart, checkout or logged-in account screens. */
body.sogx-auth-page:not(.logged-in) .woocommerce {
    display: block !important;
}
