/* Super Tela Premium Storefront */
.stp {
    --st-red: #bd1d2c;
    --st-red-dark: #8f101d;
    --st-blue: #126db2;
    --st-blue-dark: #073467;
    --st-blue-deep: #042a55;
    --st-ink: #17263b;
    --st-muted: #687386;
    --st-line: #e5eaf1;
    --st-bg: #f6f8fb;
    --st-white: #fff;
    --st-shadow: 0 22px 55px rgba(6, 32, 65, .11);
    --st-radius-xl: 34px;
    --st-radius-lg: 24px;
    --st-radius-md: 17px;
    --st-container: 1280px;
    color: var(--st-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow: hidden;
}
.stp *, .stp *::before, .stp *::after { box-sizing: border-box; }
.stp img { display: block; max-width: 100%; height: auto; }
.stp a { color: inherit; text-decoration: none; }
.stp button, .stp input { font: inherit; }
.stp button { cursor: pointer; }
.stp svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.stp-container { width: min(calc(100% - 40px), var(--st-container)); margin-inline: auto; }
.stp-section { padding: 96px 0; }
.stp-lock { overflow: hidden; }

.stp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 850; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.stp-btn:hover { transform: translateY(-2px); }
.stp-btn--red { color: #fff; background: linear-gradient(135deg, #dc2636, var(--st-red)); box-shadow: 0 14px 30px rgba(189, 29, 44, .25); }
.stp-btn--blue { color: #fff; background: linear-gradient(135deg, var(--st-blue), var(--st-blue-dark)); box-shadow: 0 14px 30px rgba(7, 52, 103, .22); }
.stp-btn--outline { color: var(--st-blue-dark); border-color: #a9bad0; background: #fff; }
.stp-btn--white { color: var(--st-red); background: #fff; box-shadow: 0 14px 30px rgba(65, 7, 15, .16); }
.stp-link { display: inline-flex; align-items: center; gap: 7px; color: var(--st-blue-dark); font-weight: 850; }

.stp-topbar { color: #fff; background: var(--st-blue-deep); }
.stp-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 700; }
.stp-topbar__inner span, .stp-topbar__inner a { display: inline-flex; align-items: center; gap: 7px; }
.stp-topbar__inner a { color: #fff; }
.stp-topbar__inner a svg { fill: currentColor; stroke: none; }

.stp-header { position: relative; z-index: 500; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--st-line); }
.stp-header__main { min-height: 105px; display: flex; align-items: center; gap: 34px; }
.stp-logo { flex: 0 0 auto; }
.stp-logo img { width: 160px; max-height: 88px; object-fit: contain; }
.stp-search { flex: 1 1 auto; max-width: 620px; height: 50px; display: flex; margin-left: auto; overflow: hidden; border: 1px solid #dbe2eb; border-radius: 999px; background: #fff; box-shadow: 0 9px 25px rgba(6,32,65,.05); }
.stp-search input { flex: 1; min-width: 0; padding: 0 22px; border: 0; outline: 0; color: var(--st-ink); background: transparent; }
.stp-search button { width: 56px; border: 0; color: #fff; background: var(--st-red); }
.stp-search button svg { width: 21px; height: 21px; }
.stp-header__actions { display: flex; align-items: center; gap: 22px; }
.stp-header__actions > a, .stp-header__actions > button { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 7px; border: 0; color: var(--st-blue-dark); background: transparent; font-size: 10px; font-weight: 800; }
.stp-header__actions svg { width: 24px; height: 24px; }
.stp-cart-count { position: absolute; top: 0; right: 0; display: grid; min-width: 19px; height: 19px; padding: 0 5px; place-items: center; border-radius: 999px; color: #fff; background: var(--st-red); font-size: 9px; font-weight: 900; }
.stp-mobile-menu { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--st-line); border-radius: 13px; color: var(--st-blue-dark); background: #fff; }

.stp-nav { color: #fff; background: linear-gradient(90deg, var(--st-blue-deep), var(--st-blue-dark)); }
.stp-nav__inner { min-height: 49px; display: flex; align-items: stretch; }
.stp-nav a { display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; font-size: 11px; font-weight: 850; white-space: nowrap; transition: background .2s ease; }
.stp-nav a:hover { background: rgba(255,255,255,.1); }
.stp-nav__all { gap: 8px; border-right: 1px solid rgba(255,255,255,.16); }
.stp-nav__sale { margin-left: auto; background: var(--st-red); }

.stp-hero { position: relative; padding: 42px 0 54px; background: linear-gradient(135deg, #f4f7fb, #fff); }
.stp-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--st-red), var(--st-blue)); }
.stp-hero__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 54px; }
.stp-eyebrow { display: inline-block; margin-bottom: 18px; color: var(--st-blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.stp-hero h1 { max-width: 640px; margin: 0; color: var(--st-blue-dark); font-size: clamp(46px, 5.7vw, 76px); line-height: .98; letter-spacing: -.058em; }
.stp-hero h1::first-line { color: var(--st-red); }
.stp-hero__content > p { max-width: 610px; margin: 22px 0 0; color: var(--st-muted); font-size: 18px; }
.stp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.stp-hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.stp-hero__proof div { display: flex; align-items: center; gap: 9px; color: var(--st-blue-dark); font-size: 11px; font-weight: 800; }
.stp-hero__proof svg { flex: 0 0 auto; width: 26px; height: 26px; color: var(--st-red); }
.stp-hero__mosaic { display: grid; grid-template-columns: 1.22fr .78fr .78fr; grid-template-rows: repeat(2, 250px); gap: 10px; }
.stp-mosaic-card { position: relative; overflow: hidden; border-radius: 22px; background: #e9eef5; box-shadow: 0 15px 32px rgba(5, 34, 69, .11); }
.stp-mosaic-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(1,21,42,.72)); }
.stp-mosaic-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.stp-mosaic-card:hover img { transform: scale(1.045); }
.stp-mosaic-card span { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 13px; color: #fff; font-size: 11px; font-weight: 850; line-height: 1.2; }
.stp-mosaic-card--1 { grid-row: 1 / span 2; }
.stp-mosaic-placeholder { grid-column: 1 / -1; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: var(--st-blue-deep); }
.stp-mosaic-placeholder img { max-height: 500px; }

.stp-section-heading { max-width: 770px; margin-bottom: 43px; }
.stp-section-heading--center { margin-inline: auto; text-align: center; }
.stp-section-heading > span { display: inline-block; margin-bottom: 10px; color: var(--st-red); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.stp-section-heading h2 { margin: 0; color: var(--st-blue-dark); font-size: clamp(36px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; }

.stp-universes { background: #fff; }
.stp-universe-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.stp-universe-card { overflow: hidden; border: 1px solid var(--st-line); border-radius: 19px; background: #fff; box-shadow: 0 10px 26px rgba(5,34,69,.05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.stp-universe-card:hover { transform: translateY(-5px); border-color: rgba(189,29,44,.22); box-shadow: var(--st-shadow); }
.stp-universe-card__image { height: 185px; overflow: hidden; background: #eef2f7; }
.stp-universe-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.stp-universe-card:hover img { transform: scale(1.04); }
.stp-universe-card__body { padding: 17px 15px 19px; text-align: center; }
.stp-universe-card h3 { margin: 0; color: var(--st-blue-dark); font-size: 16px; }
.stp-universe-card p { margin: 7px 0 0; color: var(--st-muted); font-size: 11px; }

.stp-editorial { background: var(--st-bg); }
.stp-editorial__grid { display: grid; grid-template-columns: 1.05fr repeat(4, 1fr); gap: 14px; }
.stp-editorial__intro { padding: 31px; border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(5,34,69,.05); }
.stp-editorial__intro > span { color: var(--st-red); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.stp-editorial__intro h2 { margin: 12px 0 14px; color: var(--st-blue-dark); font-size: 31px; line-height: 1.03; letter-spacing: -.04em; }
.stp-editorial__intro p { margin: 0 0 25px; color: var(--st-muted); font-size: 13px; }
.stp-editorial-card { position: relative; min-height: 355px; overflow: hidden; border-radius: 24px; color: #fff; box-shadow: var(--st-shadow); }
.stp-editorial-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,20,41,.02), rgba(1,20,41,.88)); }
.stp-editorial-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.stp-editorial-card:hover img { transform: scale(1.055); }
.stp-editorial-card > div { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; }
.stp-editorial-card h3 { margin: 0; font-size: 23px; line-height: 1.04; }
.stp-editorial-card p { margin: 8px 0 0; color: #d9e2ee; font-size: 12px; }

.stp-benefits { color: #fff; background: var(--st-blue-dark); }
.stp-benefits__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stp-benefits__grid > div { min-height: 92px; display: flex; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid rgba(255,255,255,.13); }
.stp-benefits__grid > div:last-child { border-right: 0; }
.stp-benefits svg { flex: 0 0 auto; width: 28px; height: 28px; color: #fff; }
.stp-benefits span { display: flex; flex-direction: column; }
.stp-benefits strong { font-size: 12px; }
.stp-benefits small { margin-top: 3px; color: #aebed1; font-size: 10px; }

.stp-products { background: #fff; }
.stp-product-rail-wrap { position: relative; }
.stp-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(225px, 1fr); gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 3px 18px; }
.stp-product-rail::-webkit-scrollbar { display: none; }
.stp-product-card { scroll-snap-align: start; min-width: 0; overflow: hidden; border: 1px solid var(--st-line); border-radius: 19px; background: #fff; box-shadow: 0 10px 27px rgba(5,34,69,.055); transition: transform .2s ease, box-shadow .2s ease; }
.stp-product-card:hover { transform: translateY(-4px); box-shadow: var(--st-shadow); }
.stp-product-card__media { position: relative; height: 245px; overflow: hidden; background: #f4f6f9; }
.stp-product-card__media > a { display: block; width: 100%; height: 100%; }
.stp-product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .3s ease; }
.stp-product-card:hover .stp-product-card__media img { transform: scale(1.04); }
.stp-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; color: #fff; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.stp-badge--sale { background: var(--st-red); }
.stp-badge--featured { left: auto; right: 12px; background: var(--st-blue); }
.stp-quick-view { position: absolute; right: 12px; bottom: 12px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: var(--st-blue-dark); background: rgba(255,255,255,.95); box-shadow: 0 8px 22px rgba(4,42,85,.15); }
.stp-product-card__body { padding: 18px; }
.stp-product-card__category, .stp-product-card__category a { color: var(--st-blue); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.stp-product-card h3 { min-height: 48px; margin: 9px 0 13px; color: var(--st-blue-dark); font-size: 16px; line-height: 1.25; }
.stp-product-card__price { min-height: 31px; color: var(--st-blue-dark); font-size: 17px; font-weight: 900; }
.stp-product-card__price del { color: #9aa5b3; font-size: 12px; font-weight: 600; }
.stp-product-card__price ins { color: var(--st-red); text-decoration: none; }
.stp-product-card__actions { display: flex; align-items: center; gap: 10px; margin-top: 15px; }
.stp-cart-button { display: inline-flex; flex: 1; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 9px 12px; border-radius: 12px; color: #fff !important; background: var(--st-red) !important; font-size: 11px; font-weight: 850; }
.stp-cart-button.added::after { content: "✓"; }
.stp-product-card__details { color: var(--st-blue-dark); font-size: 10px; font-weight: 850; }
.stp-rail-button { position: absolute; z-index: 4; top: 42%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--st-line); border-radius: 50%; color: var(--st-blue-dark); background: #fff; box-shadow: 0 10px 25px rgba(5,34,69,.12); font-size: 27px; }
.stp-rail-button--prev { left: -19px; }
.stp-rail-button--next { right: -19px; }
.stp-products__footer { display: flex; justify-content: center; margin-top: 26px; }
.stp-empty-products { padding: 40px; border-radius: 18px; color: var(--st-muted); background: var(--st-bg); text-align: center; }

.stp-story { background: linear-gradient(135deg, #eef4fb, #fff); }
.stp-story__grid { display: grid; grid-template-columns: 1fr .62fr; align-items: center; gap: 90px; }
.stp-story__content > span { color: var(--st-red); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.stp-story h2 { margin: 12px 0 20px; color: var(--st-blue-dark); font-size: clamp(38px, 4.5vw, 61px); line-height: 1.03; letter-spacing: -.05em; }
.stp-story p { margin: 12px 0 0; color: var(--st-muted); font-size: 16px; }
.stp-story__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; margin-top: 30px; }
.stp-catalog-card { position: relative; max-width: 360px; margin-inline: auto; overflow: hidden; border-radius: 25px; background: var(--st-blue-dark); box-shadow: var(--st-shadow); transform: rotate(2deg); }
.stp-catalog-card img { width: 100%; max-height: 475px; object-fit: cover; }
.stp-catalog-card span { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px; border-radius: 12px; color: #fff; background: rgba(4,42,85,.88); text-align: center; font-size: 12px; font-weight: 850; backdrop-filter: blur(8px); }

.stp-wholesale { padding: 48px 0; color: #fff; background: linear-gradient(115deg, var(--st-red), #e02a39); }
.stp-wholesale__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; }
.stp-wholesale span { color: #ffd7da; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.stp-wholesale h2 { margin: 6px 0 7px; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.stp-wholesale p { margin: 0; color: #ffe7e9; font-size: 14px; }
.stp-wholesale .stp-btn svg { fill: currentColor; stroke: none; }

.stp-service-band { padding: 30px 0; background: #fff; }
.stp-service-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stp-service-band__grid > div { display: flex; align-items: center; gap: 12px; padding: 17px; border-radius: 16px; background: var(--st-bg); }
.stp-service-band svg { flex: 0 0 auto; width: 28px; height: 28px; color: var(--st-blue); }
.stp-service-band span { display: flex; flex-direction: column; }
.stp-service-band strong { font-size: 12px; }
.stp-service-band small { color: var(--st-muted); font-size: 10px; }

.stp-footer { padding: 65px 0 22px; color: #fff; background: linear-gradient(135deg, #031f42, #083d76); }
.stp-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .95fr .8fr; gap: 58px; }
.stp-footer__brand img { width: 180px; filter: drop-shadow(0 7px 15px rgba(0,0,0,.18)); }
.stp-footer__brand p { max-width: 360px; margin: 17px 0 0; color: #aebed1; font-size: 12px; }
.stp-socials { display: flex; gap: 9px; margin-top: 18px; }
.stp-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; }
.stp-footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.stp-footer__links strong { margin-bottom: 5px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.stp-footer__links a, .stp-footer__links span { color: #aebed1; font-size: 11px; }
.stp-footer__links a:hover { color: #fff; }
.stp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #8ea4bd; font-size: 10px; }
.stp-footer__bottom a { color: #fff; }

.stp-overlay { position: fixed; z-index: 1200; inset: 0; background: rgba(2,18,37,.58); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.stp-overlay.is-open { opacity: 1; visibility: visible; }
.stp-cart-drawer { position: fixed; z-index: 1300; top: 0; right: 0; width: min(440px, 100%); height: 100%; display: flex; flex-direction: column; color: var(--st-ink); background: #fff; box-shadow: -25px 0 55px rgba(1,17,35,.22); transform: translateX(105%); transition: transform .28s ease; }
.stp-cart-drawer.is-open { transform: translateX(0); }
.stp-cart-drawer__header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--st-line); }
.stp-cart-drawer__header > div { display: flex; flex-direction: column; }
.stp-cart-drawer__header span { color: var(--st-blue-dark); font-size: 19px; font-weight: 900; }
.stp-cart-drawer__header strong { margin-top: 2px; color: var(--st-muted); font-size: 10px; }
.stp-cart-drawer__header .stp-cart-count { position: static; display: inline-grid; min-width: 17px; height: 17px; color: #fff; }
.stp-cart-drawer__header button { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: var(--st-blue-dark); background: var(--st-bg); }
.stp-mini-cart-content { flex: 1; overflow-y: auto; padding: 20px 24px; }
.stp-mini-cart-content .woocommerce-mini-cart { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.stp-mini-cart-content .woocommerce-mini-cart-item { position: relative; min-height: 86px; display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 10px 30px 10px 10px; border: 1px solid var(--st-line); border-radius: 15px; }
.stp-mini-cart-content .woocommerce-mini-cart-item img { width: 70px; height: 70px; object-fit: contain; }
.stp-mini-cart-content .remove { position: absolute; top: 8px; right: 9px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--st-red) !important; background: #fff1f2; font-size: 18px; }
.stp-mini-cart-content .quantity { color: var(--st-muted); font-size: 11px; }
.stp-mini-cart-content .woocommerce-mini-cart__total, .stp-mini-cart-content .woocommerce-mini-cart__buttons { display: none; }
.stp-mini-cart-content .woocommerce-mini-cart__empty-message { padding: 38px 10px; color: var(--st-muted); text-align: center; }
.stp-cart-drawer__footer { padding: 20px 24px 25px; border-top: 1px solid var(--st-line); }
.stp-cart-drawer__footer > div { display: flex; justify-content: space-between; margin-bottom: 15px; }
.stp-cart-drawer__footer > div span { color: var(--st-muted); }
.stp-cart-drawer__footer .stp-cart-total { font-size: 18px; font-weight: 900; }
.stp-cart-drawer__footer .stp-btn { width: 100%; }
.stp-cart-link { display: block; margin-top: 13px; color: var(--st-blue-dark); text-align: center; font-size: 11px; font-weight: 850; }

.stp-modal { position: fixed; z-index: 1400; inset: 0; display: grid; padding: 25px; place-items: center; background: rgba(2,18,37,.68); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.stp-modal.is-open { opacity: 1; visibility: visible; }
.stp-modal__dialog { position: relative; width: min(920px, 100%); max-height: calc(100vh - 50px); overflow: auto; border-radius: 28px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.stp-modal__close { position: absolute; z-index: 4; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: var(--st-blue-dark); background: #fff; box-shadow: 0 8px 22px rgba(5,34,69,.13); }
.stp-qv { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.stp-qv__image { display: grid; min-height: 500px; padding: 34px; place-items: center; background: var(--st-bg); }
.stp-qv__image img { max-height: 440px; object-fit: contain; }
.stp-qv__content { padding: 52px 46px 42px; }
.stp-qv__category, .stp-qv__category a { color: var(--st-blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.stp-qv h2 { margin: 12px 0 15px; color: var(--st-blue-dark); font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.stp-qv__price { color: var(--st-red); font-size: 25px; font-weight: 900; }
.stp-qv__price del { color: #98a3b0; font-size: 14px; font-weight: 600; }
.stp-qv__price ins { text-decoration: none; }
.stp-qv__description { margin-top: 18px; color: var(--st-muted); font-size: 14px; }
.stp-stock { display: inline-flex; margin-top: 13px; padding: 6px 9px; border-radius: 999px; color: #8b1b28; background: #fff0f2; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.stp-stock--in { color: #167242; background: #ecfff5; }
.stp-qv__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.stp-qv__full { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--st-blue-dark); font-size: 11px; font-weight: 850; }
.stp-loading { display: grid; min-height: 300px; place-items: center; color: var(--st-muted); }

.stp-floating-wa { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; min-height: 53px; padding: 12px 17px; border-radius: 999px; color: #fff; background: #21b968; box-shadow: 0 15px 35px rgba(10,106,56,.33); font-size: 12px; font-weight: 900; }
.stp-floating-wa svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }

@media (max-width: 1180px) {
    .stp-header__main { gap: 20px; }
    .stp-logo img { width: 135px; }
    .stp-nav a { padding: 0 11px; font-size: 9px; }
    .stp-universe-grid { grid-template-columns: repeat(3, 1fr); }
    .stp-editorial__grid { grid-template-columns: repeat(2, 1fr); }
    .stp-editorial__intro { grid-column: 1 / -1; }
    .stp-benefits__grid { grid-template-columns: repeat(3, 1fr); }
    .stp-benefits__grid > div:nth-child(3) { border-right: 0; }
    .stp-benefits__grid > div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.13); }
}

@media (max-width: 930px) {
    .stp-topbar__inner span:nth-child(2) { display: none; }
    .stp-header__main { min-height: 82px; }
    .stp-search { order: 4; flex-basis: 100%; max-width: none; margin: 0 0 15px; }
    .stp-header__main { flex-wrap: wrap; }
    .stp-header__actions { margin-left: auto; }
    .stp-header__actions > a span, .stp-header__actions > button > span:not(.stp-cart-count) { display: none; }
    .stp-mobile-menu { display: block; }
    .stp-nav { display: none; }
    .stp-nav.is-open { display: block; }
    .stp-nav__inner { min-height: auto; flex-direction: column; align-items: stretch; padding: 8px 0; }
    .stp-nav a { justify-content: flex-start; min-height: 42px; padding: 10px 16px; font-size: 11px; }
    .stp-nav__sale { margin-left: 0; }
    .stp-hero__grid, .stp-story__grid { grid-template-columns: 1fr; }
    .stp-hero__content { text-align: center; }
    .stp-hero__content > p { margin-inline: auto; }
    .stp-hero__actions { justify-content: center; }
    .stp-hero__proof { max-width: 620px; margin-inline: auto; }
    .stp-hero__mosaic { grid-template-rows: repeat(2, 210px); }
    .stp-story__grid { gap: 48px; }
    .stp-story__content { text-align: center; }
    .stp-story__actions { justify-content: center; }
    .stp-wholesale__grid { grid-template-columns: 1fr; text-align: center; }
    .stp-wholesale .stp-btn { justify-self: center; }
    .stp-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .stp-container { width: min(calc(100% - 26px), var(--st-container)); }
    .stp-section { padding: 72px 0; }
    .stp-topbar__inner { justify-content: center; }
    .stp-topbar__inner > span { display: none; }
    .stp-logo img { width: 115px; }
    .stp-header__actions { gap: 5px; }
    .stp-search { height: 46px; }
    .stp-search input { padding: 0 15px; font-size: 12px; }
    .stp-hero { padding-top: 28px; }
    .stp-hero h1 { font-size: clamp(39px, 12vw, 56px); }
    .stp-hero__content > p { font-size: 16px; }
    .stp-hero__actions { flex-direction: column; }
    .stp-hero__actions .stp-btn { width: 100%; }
    .stp-hero__proof { grid-template-columns: 1fr; text-align: left; }
    .stp-hero__mosaic { grid-template-columns: repeat(2, 1fr); grid-template-rows: 230px repeat(2, 150px); }
    .stp-mosaic-card--1 { grid-column: 1 / -1; grid-row: auto; }
    .stp-mosaic-card--6 { display: none; }
    .stp-universe-grid { grid-template-columns: repeat(2, 1fr); }
    .stp-universe-card__image { height: 145px; }
    .stp-editorial__grid { grid-template-columns: 1fr; }
    .stp-editorial__intro { grid-column: auto; }
    .stp-editorial-card { min-height: 300px; }
    .stp-benefits__grid, .stp-service-band__grid { grid-template-columns: 1fr; }
    .stp-benefits__grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .stp-benefits__grid > div:last-child { border-bottom: 0; }
    .stp-section-heading h2 { font-size: 36px; }
    .stp-rail-button { display: none; }
    .stp-product-rail { grid-auto-columns: minmax(82%, 1fr); }
    .stp-story h2 { font-size: 40px; }
    .stp-wholesale h2 { font-size: 34px; }
    .stp-footer__grid { grid-template-columns: 1fr; gap: 35px; }
    .stp-footer__bottom { flex-direction: column; gap: 8px; }
    .stp-qv { grid-template-columns: 1fr; }
    .stp-qv__image { min-height: 300px; padding: 24px; }
    .stp-qv__image img { max-height: 270px; }
    .stp-qv__content { padding: 30px 24px; }
    .stp-qv h2 { font-size: 28px; }
    .stp-qv__actions { flex-direction: column; }
    .stp-qv__actions .stp-btn { width: 100%; }
    .stp-floating-wa { width: 54px; height: 54px; padding: 0; justify-content: center; }
    .stp-floating-wa span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .stp *, .stp *::before, .stp *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}


/* v1.0.1: páginas internas WooCommerce com cabeçalho do plugin */
body.supertela-premium-internal { margin: 0; background: #fff; }
body.supertela-premium-internal .stp { overflow: visible; min-height: 100vh; }
body.supertela-premium-internal .stp-header { position: sticky; top: 0; }
.admin-bar body.supertela-premium-internal .stp-header { top: 32px; }
.stp-store-main { min-height: 520px; padding: 46px 0 88px; background: linear-gradient(180deg, #f7f9fc 0, #fff 180px); }
.stp-store-content { color: var(--st-ink); }
.stp-store-content .woocommerce-breadcrumb { margin: 0 0 24px; color: var(--st-muted); font-size: 12px; }
.stp-store-content .woocommerce-breadcrumb a { color: var(--st-blue-dark); font-weight: 750; }
.stp-store-content .woocommerce-notices-wrapper { margin-bottom: 20px; }
.stp-store-content .woocommerce-message,
.stp-store-content .woocommerce-info,
.stp-store-content .woocommerce-error { margin: 0 0 22px; padding: 16px 18px 16px 48px; border: 1px solid var(--st-line); border-top: 3px solid var(--st-blue); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(6,32,65,.06); }
.stp-store-content .woocommerce-error { border-top-color: var(--st-red); }
.stp-store-content .woocommerce-message::before,
.stp-store-content .woocommerce-info::before { color: var(--st-blue); }
.stp-store-content .woocommerce-error::before { color: var(--st-red); }
.stp-store-content .woocommerce-products-header__title,
.stp-store-content .page-title,
.stp-store-content .entry-title { margin: 0 0 30px; color: var(--st-blue-dark); font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
.stp-store-content .woocommerce-result-count { color: var(--st-muted); font-size: 13px; }
.stp-store-content .woocommerce-ordering select { min-height: 44px; padding: 0 38px 0 14px; border: 1px solid var(--st-line); border-radius: 12px; color: var(--st-ink); background: #fff; }
.stp-store-content ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 28px !important; }
.stp-store-content ul.products::before,
.stp-store-content ul.products::after { display: none !important; }
.stp-store-content ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 16px 16px 18px !important; border: 1px solid var(--st-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(6,32,65,.055); transition: transform .2s ease, box-shadow .2s ease; }
.stp-store-content ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--st-shadow); }
.stp-store-content ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; margin: 0 0 16px !important; border-radius: 13px; background: #f8fafc; }
.stp-store-content ul.products li.product .woocommerce-loop-product__title { min-height: 45px; padding: 0 !important; color: var(--st-blue-dark); font-size: 15px !important; line-height: 1.32; }
.stp-store-content ul.products li.product .price { color: var(--st-red) !important; font-size: 17px !important; font-weight: 900 !important; }
.stp-store-content .button,
.stp-store-content button.button,
.stp-store-content input.button,
.stp-store-content #respond input#submit { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px !important; border-radius: 999px !important; color: #fff !important; background: linear-gradient(135deg, #dc2636, var(--st-red)) !important; box-shadow: 0 12px 26px rgba(189,29,44,.2); font-size: 12px !important; font-weight: 850 !important; }
.stp-store-content .button.alt,
.stp-store-content button.button.alt { background: linear-gradient(135deg, var(--st-blue), var(--st-blue-dark)) !important; }
.stp-store-content div.product { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); gap: 50px; padding: 30px; border: 1px solid var(--st-line); border-radius: 28px; background: #fff; box-shadow: var(--st-shadow); }
.stp-store-content div.product div.images,
.stp-store-content div.product div.summary { width: auto !important; float: none !important; margin: 0 !important; }
.stp-store-content div.product div.images img { border-radius: 20px; background: #f7f9fc; }
.stp-store-content div.product .product_title { margin: 0 0 16px; color: var(--st-blue-dark); font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.stp-store-content div.product p.price,
.stp-store-content div.product span.price { color: var(--st-red); font-size: 28px; font-weight: 900; }
.stp-store-content div.product .woocommerce-product-details__short-description { color: var(--st-muted); font-size: 16px; }
.stp-store-content div.product form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; }
.stp-store-content div.product form.cart .quantity .qty { width: 78px; min-height: 48px; border: 1px solid var(--st-line); border-radius: 12px; }
.stp-store-content div.product .product_meta { display: grid; gap: 8px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--st-line); color: var(--st-muted); font-size: 12px; }
.stp-store-content div.product .product_meta a { color: var(--st-blue-dark); font-weight: 750; }
.stp-store-content div.product .woocommerce-tabs,
.stp-store-content div.product .related { grid-column: 1 / -1; }
.stp-store-content .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--st-line); }
.stp-store-content .woocommerce-tabs ul.tabs::before { display: none !important; }
.stp-store-content .woocommerce-tabs ul.tabs li { margin: 0 8px 0 0 !important; border: 0 !important; border-radius: 12px 12px 0 0 !important; background: var(--st-bg) !important; }
.stp-store-content .woocommerce-tabs ul.tabs li.active { background: var(--st-blue-dark) !important; }
.stp-store-content .woocommerce-tabs ul.tabs li.active a { color: #fff !important; }
.stp-store-content .woocommerce-tabs .panel { padding: 25px 0 0; color: var(--st-muted); }
.stp-store-content table.shop_table { overflow: hidden; border: 1px solid var(--st-line) !important; border-radius: 18px !important; background: #fff; box-shadow: 0 12px 30px rgba(6,32,65,.05); }
.stp-store-content table.shop_table th { color: var(--st-blue-dark); }
.stp-store-content table.shop_table td,
.stp-store-content table.shop_table th { padding: 16px !important; border-color: var(--st-line) !important; }
.stp-store-content .cart_totals,
.stp-store-content .woocommerce-checkout-review-order,
.stp-store-content .woocommerce-form,
.stp-store-content .woocommerce-MyAccount-navigation,
.stp-store-content .woocommerce-MyAccount-content { padding: 24px; border: 1px solid var(--st-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(6,32,65,.05); }
.stp-store-content .woocommerce form .form-row input.input-text,
.stp-store-content .woocommerce form .form-row textarea,
.stp-store-content .woocommerce form .form-row select,
.stp-store-content .select2-container .select2-selection--single { min-height: 46px; border: 1px solid #d7dee8; border-radius: 11px; background: #fff; }
.stp-store-content .woocommerce form .form-row input.input-text,
.stp-store-content .woocommerce form .form-row textarea { padding: 11px 13px; }
.stp-store-content .woocommerce-MyAccount-navigation ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.stp-store-content .woocommerce-MyAccount-navigation a { display: block; padding: 11px 13px; border-radius: 10px; color: var(--st-blue-dark); font-weight: 750; }
.stp-store-content .woocommerce-MyAccount-navigation .is-active a { color: #fff; background: var(--st-blue-dark); }
.stp-store-content .woocommerce-pagination ul.page-numbers { overflow: hidden; border: 1px solid var(--st-line) !important; border-radius: 12px; }
.stp-store-content .woocommerce-pagination ul.page-numbers li { border-color: var(--st-line) !important; }
.stp-store-content .woocommerce-pagination .page-numbers a,
.stp-store-content .woocommerce-pagination .page-numbers span { min-width: 42px; min-height: 42px; display: grid; place-items: center; }
.stp-store-content .woocommerce-pagination .page-numbers .current { color: #fff; background: var(--st-blue-dark) !important; }
@media (max-width: 1000px) {
    .stp-store-content ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .stp-store-content div.product { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .admin-bar body.supertela-premium-internal .stp-header { top: 46px; }
    .stp-store-main { padding-top: 28px; }
    .stp-store-content ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .stp-store-content div.product { padding: 18px; gap: 25px; }
    .stp-store-content div.product .product_title { font-size: 36px; }
}
@media (max-width: 480px) {
    .stp-store-content ul.products { grid-template-columns: 1fr; }
}


/* v1.0.2: página individual de produto independente do tema */
.stp-product-error { padding: 30px; border: 1px solid var(--st-line); border-radius: 20px; background: #fff; color: var(--st-red); font-weight: 800; }
.stp-single-product-page { display: grid; gap: 34px; }
.stp-single-breadcrumb .woocommerce-breadcrumb { margin: 0; padding: 0; }
.stp-single-breadcrumb .woocommerce-breadcrumb span { margin: 0 7px; color: #a7b1c0; }
.stp-single-product { display: grid; grid-template-columns: minmax(420px, .94fr) minmax(0, 1.06fr); gap: 54px; padding: 30px; border: 1px solid var(--st-line); border-radius: 28px; background: #fff; box-shadow: var(--st-shadow); }
.stp-single-gallery { min-width: 0; }
.stp-single-gallery__main { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; padding: 24px; border-radius: 22px; background: #f7f9fc; }
.stp-single-gallery__main > img { width: 100%; height: 100%; max-height: 590px; object-fit: contain; transition: opacity .18s ease; }
.stp-single-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 12px; border-radius: 999px; color: #fff; background: var(--st-red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stp-single-gallery__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.stp-single-gallery__thumb { min-height: 86px; padding: 7px; overflow: hidden; border: 2px solid transparent; border-radius: 13px; background: #f7f9fc; cursor: pointer; }
.stp-single-gallery__thumb.is-active { border-color: var(--st-red); }
.stp-single-gallery__thumb img { width: 100%; height: 74px; object-fit: contain; }
.stp-single-summary { min-width: 0; padding: 12px 6px 4px; }
.stp-single-summary__categories { margin-bottom: 12px; color: var(--st-red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stp-single-summary__categories a { color: inherit; }
.stp-single-summary h1 { margin: 0; color: var(--st-blue-dark); font-size: clamp(38px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.05em; overflow-wrap: anywhere; }
.stp-single-price { margin-top: 22px; color: var(--st-red); font-size: 30px; font-weight: 900; }
.stp-single-price del { color: #8a96a7; font-size: .7em; font-weight: 600; }
.stp-single-price ins { text-decoration: none; }
.stp-single-short-description { margin-top: 20px; color: var(--st-muted); font-size: 16px; }
.stp-single-short-description p:last-child { margin-bottom: 0; }
.stp-single-stock { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 11px; border-radius: 999px; color: #6f7886; background: #f3f5f8; font-size: 11px; font-weight: 800; }
.stp-single-stock > span { width: 8px; height: 8px; border-radius: 50%; background: #9aa4b1; }
.stp-single-stock.is-in-stock { color: #147a46; background: #ebf9f1; }
.stp-single-stock.is-in-stock > span { background: #16a05c; }
.stp-single-stock.is-out-of-stock { color: #a51726; background: #fff0f2; }
.stp-single-stock.is-out-of-stock > span { background: var(--st-red); }
.stp-single-buy-box { margin-top: 24px; padding: 20px; border: 1px solid var(--st-line); border-radius: 18px; background: #f8fafc; }
.stp-single-buy-box form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 !important; }
.stp-single-buy-box form.cart .quantity { margin: 0 !important; }
.stp-single-buy-box .quantity .qty { width: 80px; min-height: 50px; padding: 0 10px; border: 1px solid #d5dce6; border-radius: 12px; background: #fff; text-align: center; }
.stp-single-buy-box .single_add_to_cart_button { min-height: 50px !important; flex: 1 1 220px; }
.stp-single-buy-box table.variations { width: 100%; margin: 0 0 14px !important; }
.stp-single-buy-box table.variations td, .stp-single-buy-box table.variations th { display: block; padding: 4px 0 !important; text-align: left; }
.stp-single-buy-box table.variations select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #d5dce6; border-radius: 11px; background: #fff; }
.stp-single-buy-box .reset_variations { display: inline-block; margin-top: 6px; color: var(--st-red); font-size: 11px; font-weight: 800; }
.stp-single-buy-box .woocommerce-variation-price { margin: 12px 0; color: var(--st-red); font-size: 23px; font-weight: 900; }
.stp-single-buy-box .stock { margin: 10px 0; }
.stp-single-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 20px; }
.stp-single-benefits > div { display: flex; align-items: flex-start; gap: 9px; padding: 12px; border: 1px solid var(--st-line); border-radius: 13px; }
.stp-single-benefits svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--st-blue); }
.stp-single-benefits span { display: flex; flex-direction: column; }
.stp-single-benefits strong { color: var(--st-blue-dark); font-size: 10px; line-height: 1.25; }
.stp-single-benefits small { margin-top: 3px; color: var(--st-muted); font-size: 8px; line-height: 1.3; }
.stp-single-meta { display: grid; gap: 8px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--st-line); }
.stp-single-meta > div { display: grid; grid-template-columns: 90px 1fr; gap: 10px; color: var(--st-muted); font-size: 11px; }
.stp-single-meta strong { color: var(--st-blue-dark); }
.stp-single-meta a { color: var(--st-blue); font-weight: 750; }
.stp-single-details { padding: 28px 30px 32px; border: 1px solid var(--st-line); border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(6,32,65,.05); }
.stp-single-details__nav { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--st-line); }
.stp-single-details__nav button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 999px; color: var(--st-blue-dark); background: #eef3f9; font-size: 12px; font-weight: 850; cursor: pointer; }
.stp-single-details__nav button.is-active { color: #fff; background: var(--st-blue-dark); }
.stp-single-details__panel { display: none; padding-top: 22px; color: var(--st-muted); font-size: 15px; }
.stp-single-details__panel.is-active { display: block; }
.stp-single-details__panel h2, .stp-single-details__panel h3 { color: var(--st-blue-dark); }
.stp-single-details__panel table.shop_attributes { width: 100%; border: 0; }
.stp-single-details__panel table.shop_attributes th, .stp-single-details__panel table.shop_attributes td { padding: 13px !important; border: 1px solid var(--st-line); background: #fff; }
.stp-single-related { padding-top: 16px; }
.stp-single-related__heading { margin-bottom: 22px; }
.stp-single-related__heading span { color: var(--st-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.stp-single-related__heading h2 { margin: 7px 0 0; color: var(--st-blue-dark); font-size: 36px; letter-spacing: -.04em; }
.stp-single-related__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1050px) {
    .stp-single-product { grid-template-columns: 1fr; gap: 32px; }
    .stp-single-gallery__main { min-height: 440px; }
    .stp-single-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .stp-single-product { padding: 17px; border-radius: 21px; }
    .stp-single-gallery__main { min-height: 310px; padding: 15px; }
    .stp-single-gallery__thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .stp-single-summary { padding: 4px 0 0; }
    .stp-single-summary h1 { font-size: 36px; }
    .stp-single-benefits { grid-template-columns: 1fr; }
    .stp-single-details { padding: 20px; }
    .stp-single-related__grid { grid-template-columns: 1fr; }
}
