/*
Theme Name: Selfman Trend Pro TR
Theme URI: https://selfmantrend.com
Author: Selfman Trend
Description: Modern, hızlı ve WooCommerce uyumlu Türkçe pazar yeri teması.
Version: 6.6.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: selfman-trend-pro
*/

:root {
    --st-ink: #111111;
    --st-text: #444444;
    --st-muted: #666666;
    --st-line: #e5e5e5;
    --st-soft: #f5f5f5;
    --st-white: #fff;
    --st-orange: #111111;
    --st-orange-dark: #444444;
    --st-orange-soft: #f5f5f5;
    --st-green: #111111;
    --st-radius-sm: 12px;
    --st-radius: 20px;
    --st-radius-lg: 30px;
    --st-shadow: 0 18px 60px rgba(23, 23, 23, .09);
    --st-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--st-white);
    color: var(--st-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.st-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; width: 22px; height: 22px; }
.st-container { width: min(var(--st-container), calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text, .st-skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.st-skip-link:focus {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    border-radius: 8px;
    background: var(--st-ink);
    color: #fff;
}

.st-announcement { background: var(--st-ink); color: #fff; font-size: 12px; }
.st-announcement__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.st-announcement__links { display: flex; gap: 24px; color: #d6d6d8; }
.st-announcement a:hover { color: #fff; }
.st-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--st-line); backdrop-filter: blur(16px); }
.admin-bar .st-header { top: 32px; }
.st-header__main { display: flex; min-height: 82px; align-items: center; gap: 26px; }
.st-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--st-ink); font-size: 19px; font-weight: 850; letter-spacing: -.04em; }
.st-brand img { width: 52px; height: 52px; border-radius: 12px; object-fit: contain; }
.st-brand > span > span { color: #444444; }
.st-search { display: flex; min-width: 220px; flex: 1; align-items: center; padding-left: 16px; border: 1px solid transparent; border-radius: 14px; background: var(--st-soft); transition: .2s ease; }
.st-search:focus-within { border-color: var(--st-orange); background: #fff; box-shadow: 0 0 0 4px var(--st-orange-soft); }
.st-search svg { flex: 0 0 auto; color: #7b7d83; }
.st-search input { width: 100%; min-width: 0; padding: 13px 12px; border: 0; outline: 0; background: transparent; color: var(--st-ink); }
.st-search button { align-self: stretch; padding: 0 22px; border: 0; border-radius: 0 14px 14px 0; background: var(--st-orange); color: #fff; cursor: pointer; font-weight: 750; }
.st-search button:hover { background: var(--st-orange-dark); }
.st-account-nav { display: flex; align-items: center; gap: 6px; }
.st-account-nav > a { position: relative; display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 12px; font-weight: 700; line-height: 1.2; }
.st-account-nav > a:hover { background: var(--st-soft); }
.st-account-nav small { display: block; margin-bottom: 3px; color: var(--st-muted); font-size: 10px; font-weight: 500; }
.st-auth-link { white-space: nowrap; font-size: 13px; }
.st-auth-link--register { border: 1px solid var(--st-ink); }
.st-cart-count { position: absolute; top: 2px; left: 27px; display: grid; width: 18px; height: 18px; place-items: center; border: 2px solid #fff; border-radius: 99px; background: var(--st-orange); color: #fff; font-size: 9px; font-style: normal; }
.st-menu-toggle { display: none; padding: 9px; border: 0; border-radius: 10px; background: var(--st-soft); color: var(--st-ink); }
.st-nav-wrap { border-top: 1px solid var(--st-line); }
.st-primary-nav { display: flex; min-height: 50px; align-items: center; gap: 18px; }
.st-all-categories { display: flex; align-items: center; gap: 8px; padding-right: 20px; border-right: 1px solid var(--st-line); font-weight: 800; white-space: nowrap; }
.st-all-categories svg { color: var(--st-orange); }
.st-mega-menu { position: absolute; z-index: 120; top: 100%; left: max(20px, calc((100vw - var(--st-container)) / 2)); display: grid; width: min(820px, calc(100vw - 40px)); grid-template-columns: 1fr 190px; overflow: hidden; border: 1px solid var(--st-line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: var(--st-shadow); opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s ease; }
.st-all-categories:hover + .st-mega-menu, .st-all-categories:focus + .st-mega-menu, .st-mega-menu:hover { opacity: 1; pointer-events: auto; transform: translateY(0); }
.st-mega-menu__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; padding: 20px; }
.st-mega-menu__grid a { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 12px; }
.st-mega-menu__grid a:hover { background: var(--st-soft); }
.st-mega-menu__grid i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--st-orange-soft); color: var(--st-orange); font-style: normal; }
.st-mega-menu__grid i svg { width: 19px; }
.st-mega-menu__grid strong, .st-mega-menu__grid small { display: block; }
.st-mega-menu__grid strong { color: var(--st-ink); font-size: 13px; }
.st-mega-menu__grid small { color: var(--st-muted); font-size: 10px; }
.st-mega-menu__promo { display: flex; flex-direction: column; justify-content: end; padding: 22px; background: linear-gradient(155deg, #27272b, #101011); color: #fff; }
.st-mega-menu__promo span { font-size: 22px; font-weight: 850; letter-spacing: -.04em; line-height: 1.1; }
.st-mega-menu__promo a { margin-top: 18px; color: #ffffff; font-size: 12px; font-weight: 800; }
.st-nav-links { display: flex; min-width: 0; flex: 1; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.st-nav-links::-webkit-scrollbar { display: none; }
.st-menu, .st-nav-fallback { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.st-menu li { margin: 0; }
.st-nav-links a { padding: 13px 12px; color: #4e5056; font-size: 13px; font-weight: 700; white-space: nowrap; }
.st-nav-links a:hover { color: var(--st-orange); }
.st-nav-campaign { color: var(--st-orange); font-size: 13px; font-weight: 850; white-space: nowrap; }

.st-hero { position: relative; overflow: hidden; background: var(--st-ink); color: #fff; }
.st-slider__slide { display: none; background-position: center; background-size: cover; }
.st-slider__slide.is-active { display: block; }
.st-slider__dots { position: absolute; z-index: 8; right: 50%; bottom: 20px; display: flex; gap: 8px; transform: translateX(50%); }
.st-slider__dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.st-slider__dots button.is-active { background: #fff; }
.st-hero__grid { display: grid; min-height: 540px; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; }
.st-hero__content { position: relative; z-index: 2; padding: 72px 0; }
.st-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--st-orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.st-eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ""; }
.st-eyebrow--light { color: #ffffff; }
.st-hero h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 5.2vw, 76px); font-weight: 850; letter-spacing: -.065em; line-height: .99; }
.st-hero__content > p { max-width: 610px; margin: 24px 0 0; color: #c9c9ce; font-size: 18px; line-height: 1.7; }
.st-hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.st-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button {
    display: inline-flex !important;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--st-orange) !important;
    color: #fff !important;
    font-weight: 800 !important;
    transition: transform .2s, background .2s;
}
.st-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--st-orange-dark) !important; transform: translateY(-1px); }
.st-button--light { background: #fff !important; color: var(--st-ink) !important; }
.st-button--light:hover { background: #f3f3f5 !important; }
.st-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--st-ink); font-weight: 800; }
.st-text-link svg { width: 18px; transition: transform .2s; }
.st-text-link:hover svg { transform: translateX(4px); }
.st-text-link--light { color: #fff; }
.st-hero__proof { display: flex; gap: 28px; margin-top: 48px; color: #929299; font-size: 12px; }
.st-hero__proof span { padding-left: 12px; border-left: 2px solid #424247; }
.st-hero__proof b { display: block; color: #fff; font-size: 16px; }
.st-hero__visual { position: relative; height: 100%; min-height: 500px; }
.st-hero__visual::before { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 68%); content: ""; inset: 50% auto auto 50%; transform: translate(-45%, -50%); }
.st-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.st-orbit--one { width: 430px; height: 430px; inset: 50% auto auto 50%; transform: translate(-48%, -50%); }
.st-orbit--two { width: 320px; height: 320px; inset: 50% auto auto 50%; border-color: rgba(255, 255, 255, .22); transform: translate(-48%, -50%); }
.st-hero__card { position: absolute; z-index: 2; box-shadow: 0 30px 80px rgba(0, 0, 0, .3); }
.st-hero__card--main { width: 310px; padding: 35px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 30px; background: linear-gradient(145deg, #444444, #111111); inset: 50% auto auto 48%; transform: translate(-50%, -50%) rotate(-5deg); }
.st-hero__card--main > span { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.st-hero__card--main strong { display: block; margin-top: 50px; font-size: 48px; letter-spacing: -.06em; line-height: 1; }
.st-hero__card--main small { display: block; margin: 8px 0 28px; color: #dddddd; font-size: 14px; }
.st-hero__card--main a { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, .7); font-size: 13px; font-weight: 800; }
.st-hero__card--float { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 16px; background: rgba(39, 39, 43, .86); backdrop-filter: blur(14px); inset: 26% 2% auto auto; transform: rotate(5deg); }
.st-hero__card--float svg { color: #ffffff; }
.st-hero__card--float span { color: #c9c9cd; font-size: 12px; line-height: 1.25; }
.st-hero__card--float b { color: #fff; font-size: 14px; }

.st-benefits { position: relative; z-index: 5; margin-top: -1px; border-bottom: 1px solid var(--st-line); background: #fff; }
.st-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.st-benefits article { display: flex; align-items: center; gap: 13px; padding: 25px 18px; border-right: 1px solid var(--st-line); }
.st-benefits article:first-child { padding-left: 0; }
.st-benefits article:last-child { border-right: 0; }
.st-benefits i { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--st-orange-soft); color: var(--st-orange); font-style: normal; }
.st-benefits strong, .st-benefits span { display: block; }
.st-benefits strong { color: var(--st-ink); font-size: 14px; }
.st-benefits span { color: var(--st-muted); font-size: 11px; }
.st-coupon-strip { padding: 20px 0; background: #f5f5f5; border-bottom: 1px solid #e5e5e5; }
.st-coupon-strip__inner { display: flex; align-items: center; gap: 16px; }
.st-coupon-strip__inner > i { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 14px; background: var(--st-orange); color: #fff; font-style: normal; }
.st-coupon-strip__inner div { flex: 1; }
.st-coupon-strip__inner strong, .st-coupon-strip__inner span { display: block; }
.st-coupon-strip__inner strong { color: var(--st-ink); font-size: 15px; }
.st-coupon-strip__inner span { color: var(--st-muted); font-size: 11px; }
.st-coupon-strip__inner > a { display: flex; align-items: center; gap: 7px; color: var(--st-orange-dark); font-size: 12px; font-weight: 850; }
.st-coupon-strip__inner > a svg { width: 17px; }

.st-section { padding: 78px 0; }
.st-section--soft { background: var(--st-soft); }
.st-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.st-section-heading h2 { margin: 0; color: var(--st-ink); font-size: clamp(28px, 3.2vw, 42px); letter-spacing: -.045em; line-height: 1.12; }
.st-category-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px; }
.st-category-card { display: flex; min-height: 170px; flex-direction: column; align-items: center; justify-content: center; padding: 20px 10px; border: 1px solid var(--st-line); border-radius: 18px; background: #fff; text-align: center; transition: .22s ease; }
.st-category-card:hover { border-color: #444444; box-shadow: 0 14px 36px rgba(23, 23, 23, .08); transform: translateY(-4px); }
.st-category-card i { display: grid; width: 58px; height: 58px; margin-bottom: 14px; place-items: center; border-radius: 17px; background: var(--st-soft); color: var(--st-ink); font-style: normal; transition: .22s; }
.st-category-card:hover i { background: var(--st-orange-soft); color: var(--st-orange); }
.st-category-card i svg { width: 28px; height: 28px; }
.st-category-card strong { color: var(--st-ink); font-size: 13px; }
.st-category-card span { margin-top: 3px; color: var(--st-muted); font-size: 10px; }

.woocommerce ul.products, .st-product-area .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
    position: relative;
    width: auto !important;
    margin: 0 !important;
    padding: 12px 12px 16px !important;
    overflow: hidden;
    border: 1px solid var(--st-line);
    border-radius: 18px;
    background: #fff;
    transition: .22s ease;
}
.woocommerce ul.products li.product:hover { border-color: #d9d9dd; box-shadow: var(--st-shadow); transform: translateY(-4px); }
.st-favorite-button { position: absolute; z-index: 6; top: 12px; right: 12px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: #111; box-shadow: 0 5px 18px rgba(0,0,0,.12); font-size: 22px; line-height: 1; }
.st-favorite-button.is-active { background: #111; color: #fff; }
.st-breadcrumb { display: flex; align-items: center; gap: 8px; max-width: var(--st-container); margin: 22px auto 0; padding: 0 20px; color: var(--st-muted); font-size: 12px; }
.st-quick-view { width: 100%; margin-top: 8px; padding: 9px; border: 1px solid var(--st-line); border-radius: 9px; background: #fff; font-weight: 750; cursor: pointer; }
.st-quick-dialog { width: min(430px, calc(100% - 30px)); padding: 28px; border: 0; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.st-quick-dialog::backdrop { background: rgba(0,0,0,.58); }
.st-quick-dialog img { width: 100%; border-radius: 14px; }
.st-dialog-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.st-mobile-filter { display: none; margin-bottom: 18px; padding: 14px; border: 1px solid var(--st-line); border-radius: 12px; background: #fff; }
.st-mobile-filter summary { font-weight: 800; cursor: pointer; }
.st-mobile-filter div { display: grid; gap: 8px; padding-top: 12px; }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / 1.08; margin: 0 0 14px !important; border-radius: 13px; background: #f3f3f5; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 43px; padding: 0 4px !important; color: var(--st-text); font-size: 14px !important; font-weight: 650; line-height: 1.45; }
.woocommerce ul.products li.product .price { display: flex !important; min-height: 45px; flex-wrap: wrap; align-items: center; gap: 7px; padding: 0 4px; color: var(--st-ink) !important; font-size: 18px !important; font-weight: 850 !important; }
.woocommerce ul.products li.product .price del { color: #9b9ca2; font-size: 12px; font-weight: 500; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .star-rating { margin: 2px 4px 9px; color: #111111; font-size: 11px; }
.st-product-rating { display: flex; align-items: center; gap: 6px; min-height: 20px; padding: 0 4px; color: var(--st-muted); font-size: 10px; }
.st-product-rating .star-rating { margin: 0 !important; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 10px !important; }
.woocommerce span.onsale { z-index: 4; min-width: 0; min-height: 0; margin: 10px !important; padding: 6px 9px; border-radius: 8px; background: var(--st-green); font-size: 10px; font-weight: 850; line-height: 1.2; }
.st-product-badges { position: absolute; z-index: 5; top: 12px; left: 12px; display: flex; max-width: calc(100% - 24px); flex-wrap: wrap; gap: 5px; pointer-events: none; }
.woocommerce li.product .onsale + a .st-product-badges { top: 44px; }
.st-product-badge { padding: 5px 7px; border-radius: 7px; color: #fff; font-size: 9px; font-weight: 850; line-height: 1; }
.st-product-badge--shipping { background: #444444; }
.st-product-badge--bestseller { background: #111111; }
.st-product-badge--deal { background: var(--st-orange); }
.st-demo-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.st-demo-products a { display: flex; min-height: 270px; flex-direction: column; justify-content: end; padding: 22px; border: 1px solid var(--st-line); border-radius: 18px; background: linear-gradient(155deg, #fff, #ececf0); }
.st-demo-products i { display: grid; width: 70px; height: 70px; margin: auto; place-items: center; border-radius: 22px; background: #fff; color: var(--st-orange); box-shadow: 0 15px 35px rgba(0,0,0,.08); font-style: normal; }
.st-demo-products i svg { width: 34px; height: 34px; }
.st-demo-products span { color: var(--st-orange); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.st-demo-products strong { margin-top: 5px; color: var(--st-ink); font-size: 18px; line-height: 1.25; }
.st-demo-products small { margin-top: 8px; color: var(--st-muted); font-size: 10px; }
.st-empty-state { padding: 60px 30px; border: 1px dashed #cacbd0; border-radius: var(--st-radius); background: #fff; text-align: center; }
.st-empty-state svg { width: 38px; height: 38px; margin: 0 auto; color: var(--st-orange); }
.st-empty-state h3 { margin: 14px 0 4px; color: var(--st-ink); font-size: 22px; }
.st-empty-state p { margin: 0; color: var(--st-muted); }

.st-campaign-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.st-campaign { position: relative; display: flex; min-height: 330px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 42px; border-radius: var(--st-radius-lg); color: #fff; }
.st-campaign::before { position: absolute; z-index: 0; background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.22)); content: ""; inset: 0; }
.st-campaign::after { position: absolute; width: 280px; height: 280px; border: 50px solid rgba(255, 255, 255, .08); border-radius: 50%; content: ""; inset: -80px -60px auto auto; }
.st-campaign--dark { background: #222227; }
.st-campaign--light { background: #f5f5f5; }
.st-campaign--tech { background-image: url("assets/campaign-tech.jpg"); background-position: center; background-size: cover; }
.st-campaign--home { background-image: url("assets/campaign-home.jpg"); background-position: center; background-size: cover; color: var(--st-ink); }
.st-campaign--tech, .st-campaign--home { filter: grayscale(1); }
.st-campaign > * { filter: none; }
.st-campaign--home::before { background: linear-gradient(90deg, rgba(255,250,243,.96), rgba(255,250,243,.18)); }
.st-campaign > span, .st-campaign h2, .st-campaign b { position: relative; z-index: 2; }
.st-campaign > span { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.st-campaign h2 { max-width: 590px; margin: 12px 0 28px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; line-height: 1.05; }
.st-campaign b { display: flex; align-items: center; gap: 8px; }
.st-campaign b svg { width: 18px; transition: transform .2s; }
.st-campaign:hover b svg { transform: translateX(5px); }
.st-testimonial { padding-top: 30px; }
.st-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.st-value-grid article { padding: 30px; border-top: 2px solid var(--st-ink); background: var(--st-soft); }
.st-value-grid article > b { color: var(--st-orange); font-size: 12px; }
.st-value-grid h3 { margin: 24px 0 8px; color: var(--st-ink); font-size: 22px; letter-spacing: -.025em; }
.st-value-grid p { margin: 0; color: var(--st-muted); }
.st-brands { padding: 72px 0; border-top: 1px solid var(--st-line); }
.st-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.st-brand-grid a { display: flex; min-height: 116px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--st-line); border-radius: 16px; background: #fff; text-align: center; transition: .2s; }
.st-brand-grid a:hover { border-color: #444444; transform: translateY(-3px); }
.st-brand-grid span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--st-ink); color: #fff; font-size: 17px; font-weight: 900; }
.st-brand-grid strong { color: var(--st-ink); font-size: 11px; }

.st-newsletter { padding: 46px 0; background: var(--st-orange-soft); }
.st-newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.st-newsletter h2 { max-width: 620px; margin: 0; color: var(--st-ink); font-size: clamp(25px, 3vw, 36px); letter-spacing: -.04em; line-height: 1.15; }
.st-newsletter .st-button { flex: 0 0 auto; background: var(--st-ink) !important; }
.st-footer { background: #151517; color: #fff; }
.st-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding: 70px 0 55px; }
.st-brand--footer { color: #fff; }
.st-footer__brand p { max-width: 310px; color: #9b9ba2; font-size: 13px; }
.st-company-summary { display: grid; gap: 4px; margin-top: 18px; color: #98989f; font-size: 11px; }
.st-company-summary strong { color: #fff; }
.st-company-summary a:hover { color: #fff; }
.st-footer h3 { margin: 0 0 20px; font-size: 14px; }
.st-footer__grid > div > a:not(.st-brand) { display: block; margin: 10px 0; color: #a8a8ae; font-size: 12px; }
.st-footer__grid > div > a:hover { color: #fff; }
.st-socials { display: flex; gap: 8px; margin-top: 22px; }
.st-socials a { display: grid; min-width: 34px; height: 34px; padding: 0 9px; place-items: center; border: 1px solid #37373b; border-radius: 9px; color: #d6d6d8; font-size: 10px; font-weight: 850; }
.st-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #2c2c30; color: #77777e; font-size: 11px; }
.st-footer__bottom div { display: flex; gap: 18px; }
.st-payment-marks span { padding: 4px 7px; border: 1px solid #37373c; border-radius: 5px; color: #b4b4ba; font-size: 9px; font-weight: 850; }
.st-mobile-nav { display: none; }

.st-page { min-height: 520px; padding: 55px 0 80px; }
.st-card { padding: clamp(25px, 5vw, 60px); border: 1px solid var(--st-line); border-radius: var(--st-radius); background: #fff; box-shadow: 0 12px 40px rgba(23, 23, 23, .05); }
.st-card h1, .st-page > h1, .woocommerce-products-header__title { margin-top: 0; color: var(--st-ink); font-size: clamp(34px, 5vw, 54px); letter-spacing: -.05em; }
.st-card h2 { margin-top: 35px; color: var(--st-ink); }
.st-legal { max-width: 900px; }
.st-legal h2 { padding-top: 10px; font-size: 24px; }
.st-legal p { color: #51535a; }
.st-legal-contact { display: grid; gap: 5px; margin: 24px 0; padding: 22px; border-left: 4px solid var(--st-orange); border-radius: 0 12px 12px 0; background: var(--st-soft); }
.st-legal-contact span, .st-legal-contact a { font-size: 13px; }
.woocommerce .woocommerce-breadcrumb { color: var(--st-muted); font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--st-ink); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--st-orange); background: var(--st-orange-soft); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--st-orange); }
.woocommerce div.product .product_title { color: var(--st-ink); font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--st-orange); font-size: 25px; font-weight: 850; }
.woocommerce div.product div.images img { border-radius: var(--st-radius); background: var(--st-soft); }
.woocommerce div.product form.cart .quantity input { min-height: 46px; border: 1px solid var(--st-line); border-radius: 10px; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--st-line); border-radius: var(--st-radius); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #dcdce1;
    border-radius: 10px;
}

@media (max-width: 1080px) {
    .st-account-nav span { display: none; }
    .st-account-nav > a { padding: 11px; }
    .st-cart-count { left: 25px; }
    .st-category-grid { grid-template-columns: repeat(4, 1fr); }
    .st-brand-grid { grid-template-columns: repeat(3, 1fr); }
    .st-hero__grid { grid-template-columns: 1.15fr .85fr; }
    .st-hero__card--main { width: 270px; }
    .st-footer__grid { gap: 32px; }
}

@media (max-width: 782px) {
    .st-mobile-filter { display: block; }
    .admin-bar .st-header { top: 46px; }
    .st-container { width: min(100% - 28px, var(--st-container)); }
    .st-announcement__links { display: none; }
    .st-announcement__inner { justify-content: center; text-align: center; }
    .st-header__main { min-height: 70px; gap: 10px; }
    .st-menu-toggle { display: block; }
    .st-brand img { width: 44px; height: 44px; }
    .st-brand > span { display: none; }
    .st-search { order: 4; position: absolute; top: 70px; left: 0; width: 100%; border: 0; border-radius: 0; box-shadow: 0 8px 16px rgba(0,0,0,.06); }
    .st-search button { border-radius: 0; }
    .st-header { margin-bottom: 48px; }
    .st-account-nav { margin-left: auto; }
    .st-account-nav > a:first-child { display: none; }
    .st-nav-wrap { border: 0; }
    .st-primary-nav { position: fixed; z-index: 200; top: 0; left: 0; display: block; width: min(86vw, 360px); height: 100vh; padding: 25px; overflow-y: auto; background: #fff; box-shadow: 30px 0 80px rgba(0,0,0,.2); transform: translateX(-110%); transition: transform .25s ease; }
    .st-primary-nav.is-open { transform: translateX(0); }
    .st-all-categories { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--st-line); }
    .st-nav-links { display: block; padding: 12px 0; overflow: visible; }
    .st-menu, .st-nav-fallback { display: block; }
    .st-nav-links a { display: block; padding: 12px 0; border-bottom: 1px solid var(--st-line); font-size: 14px; }
    .st-nav-campaign { display: block; padding-top: 15px; }
    .st-mega-menu { position: static; display: block; width: auto; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
    .st-mega-menu__grid { grid-template-columns: 1fr; padding: 12px 0; }
    .st-mega-menu__promo { display: none; }
    .st-nav-links { display: none; }
    .st-hero__grid { min-height: 0; grid-template-columns: 1fr; }
    .st-hero__content { padding: 62px 0 30px; }
    .st-hero h1 { font-size: clamp(42px, 12vw, 62px); }
    .st-hero__visual { min-height: 390px; }
    .st-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .st-benefits article { border-bottom: 1px solid var(--st-line); }
    .st-benefits article:nth-child(2) { border-right: 0; }
    .st-benefits article:nth-child(3) { padding-left: 0; border-bottom: 0; }
    .st-benefits article:nth-child(4) { border-bottom: 0; }
    .st-section { padding: 58px 0; }
    .woocommerce ul.products, .st-product-area .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important; }
    .st-demo-products { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .st-campaign-grid { grid-template-columns: 1fr; }
    .st-value-grid { grid-template-columns: 1fr; }
    .st-newsletter__inner { align-items: stretch; flex-direction: column; gap: 24px; }
    .st-footer__grid { grid-template-columns: repeat(2, 1fr); }
    .st-footer__brand { grid-column: 1 / -1; }
    body { padding-bottom: 68px; }
    .st-mobile-nav { position: fixed; z-index: 180; right: 0; bottom: 0; left: 0; display: grid; min-height: 66px; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--st-line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 30px rgba(0,0,0,.08); backdrop-filter: blur(14px); }
    .st-mobile-nav a, .st-mobile-nav button { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; padding: 7px 2px; border: 0; background: transparent; color: #55575e; font-size: 9px; }
    .st-mobile-nav svg { width: 20px; height: 20px; }
    .st-mobile-nav button { cursor: pointer; }
}

@media (max-width: 520px) {
    .st-hero__content > p { font-size: 16px; }
    .st-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .st-hero__proof { gap: 16px; }
    .st-hero__visual { min-height: 350px; }
    .st-hero__card--main { width: 245px; padding: 28px; }
    .st-hero__card--main strong { margin-top: 40px; font-size: 40px; }
    .st-hero__card--float { top: 18%; right: -5%; }
    .st-benefits article { padding: 18px 8px; }
    .st-benefits i { width: 36px; height: 36px; }
    .st-benefits i svg { width: 19px; }
    .st-benefits span { display: none; }
    .st-coupon-strip__inner { align-items: flex-start; }
    .st-coupon-strip__inner > a { display: none; }
    .st-category-grid { grid-template-columns: repeat(2, 1fr); }
    .st-section-heading { align-items: flex-start; flex-direction: column; }
    .woocommerce ul.products li.product { padding: 8px 8px 12px !important; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 52px; font-size: 12px !important; }
    .woocommerce ul.products li.product .price { font-size: 15px !important; }
    .woocommerce ul.products li.product .button { min-height: 40px; padding: 9px 8px !important; font-size: 11px !important; }
    .st-campaign { min-height: 280px; padding: 30px; }
    .st-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding: 55px 0 40px; }
    .st-footer__bottom { align-items: flex-start; flex-direction: column; }
    .st-footer__bottom div { flex-wrap: wrap; }
    .st-brand-grid { grid-template-columns: repeat(2, 1fr); }
    .st-demo-products a { min-height: 230px; padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* Selfman Trend 6.0.1: ürün rozetleri mobilde/ufak kartlarda kesilmesin */
.st-product-badges {
    align-items: flex-start;
    max-width: calc(100% - 55px);
}
.st-product-badge {
    white-space: nowrap;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
}
@media (max-width: 540px) {
    .st-product-badges { gap: 4px; top: 8px; left: 8px; max-width: calc(100% - 45px); }
    .st-product-badge { font-size: 8px; padding: 4px 5px; border-radius: 6px; }
}

/* Selfman Trend 6.1: kapsamlı telefon ve tablet uyumluluğu */
html, body { max-width: 100%; overflow-x: clip; }
.woocommerce-page .st-page,
.woocommerce-page .st-products-wrap { width: min(var(--st-container), calc(100% - 40px)); }
.woocommerce .col2-set,
.woocommerce-page .col2-set { width: 100%; }
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-textarea,
.wc-block-components-select .wc-block-components-select__select {
    min-height: 48px;
    font-size: 16px;
}

@media (max-width: 900px) {
    .st-header__main { gap: 14px; }
    .st-search { min-width: 160px; }
    .st-account-nav > a { padding: 9px 8px; }
    .st-account-nav .st-auth-link span { display: inline; }
    .st-hero__grid { grid-template-columns: 1fr; }
    .st-hero__visual { display: none; }
    .st-hero__content { max-width: 720px; }
    .st-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .st-footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }

    .wc-block-cart { display: block; }
    .wc-block-cart__main,
    .wc-block-cart__sidebar,
    .wc-block-checkout__main,
    .wc-block-checkout__sidebar {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }
    .wc-block-cart__sidebar,
    .wc-block-checkout__sidebar { margin-top: 28px; }
    .wc-block-components-sidebar-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px;
    }
}

@media (max-width: 782px) {
    body::after {
        position: fixed;
        z-index: 190;
        background: rgba(17,17,17,.48);
        content: "";
        inset: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease;
    }
    body.st-menu-open::after { opacity: 1; pointer-events: auto; }
    .admin-bar .st-primary-nav { top: 46px; height: calc(100dvh - 46px); }
    .st-header { margin-bottom: 58px; }
    .st-header__main { min-height: 64px; }
    .st-menu-toggle { display: grid; min-width: 42px; min-height: 42px; place-items: center; cursor: pointer; }
    .st-brand img { width: 42px; height: 42px; }
    .st-account-nav { gap: 4px; }
    .st-account-nav > a { min-height: 40px; justify-content: center; padding: 7px 8px; }
    .st-account-nav > a:not(.st-auth-link):not(.st-account-link):not(.st-cart-link) { display: none; }
    .st-account-nav .st-account-link span,
    .st-account-nav .st-cart-link span { display: none; }
    .st-account-nav .st-account-link { min-width: 40px; }
    .st-account-nav .st-auth-link { min-width: 0; font-size: 12px; font-weight: 800; }
    .st-account-nav .st-auth-link span { display: inline; }
    .st-account-nav .st-auth-link svg { width: 18px; height: 18px; }
    .st-account-nav .st-auth-link--register { padding-right: 10px; padding-left: 10px; }
    .st-account-nav .st-cart-link { min-width: 40px; }
    .st-cart-count { top: 0; left: 24px; }
    .st-search {
        top: 64px;
        min-height: 52px;
        padding-left: 14px;
        border-top: 1px solid var(--st-line);
    }
    .st-search input { min-height: 52px; font-size: 16px; }
    .st-search button { min-width: 68px; padding: 0 16px; }

    .st-primary-nav {
        width: min(90vw, 380px);
        height: 100dvh;
        overscroll-behavior: contain;
        padding: 22px 20px 90px;
    }
    .st-nav-links { display: block; }
    .st-menu, .st-nav-fallback { display: block; }
    .st-nav-links a { min-height: 46px; }
    .st-mega-menu__grid a { min-height: 54px; }

    .st-hero__content { padding: 54px 0 58px; }
    .st-hero h1 { max-width: 100%; font-size: clamp(34px, 8.4vw, 48px); line-height: 1.04; }
    .st-hero__content > p { margin-top: 18px; font-size: 16px; line-height: 1.55; }
    .st-hero__proof { margin-top: 32px; }
    .st-slider__dots { bottom: 14px; }
    .st-slider__dots button { width: 12px; height: 12px; }

    .st-coupon-strip__inner { flex-wrap: wrap; }
    .st-category-card { min-height: 135px; padding: 16px 8px; }
    .st-category-card i { width: 50px; height: 50px; margin-bottom: 10px; }
    .st-category-card span { display: none; }
    .st-campaign { min-height: 260px; padding: 30px; }
    .st-brand-grid a { min-height: 100px; }
    .st-page { min-height: 0; padding: 32px 0 64px; }
    .st-card { padding: 24px 18px; border-radius: 16px; }
    .st-card h1, .st-page > h1, .woocommerce-products-header__title { font-size: clamp(30px, 9vw, 42px); }
    .st-breadcrumb { width: calc(100% - 28px); padding: 0; overflow-x: auto; white-space: nowrap; }

    .woocommerce div.product .woocommerce-product-gallery,
    .woocommerce div.product div.summary {
        float: none !important;
        width: 100% !important;
    }
    .woocommerce div.product div.summary { margin-top: 24px; }
    .woocommerce div.product form.cart,
    .woocommerce div.product form.cart .variations_button {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .woocommerce div.product form.cart .button { flex: 1; min-width: 180px; }
    .woocommerce div.product form.cart table.variations,
    .woocommerce div.product form.cart table.variations tbody,
    .woocommerce div.product form.cart table.variations tr,
    .woocommerce div.product form.cart table.variations th,
    .woocommerce div.product form.cart table.variations td {
        display: block;
        width: 100%;
    }
    .woocommerce div.product form.cart table.variations select { width: 100%; min-height: 46px; }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr { padding: 12px 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
    .woocommerce-account #customer_login .u-column1,
    .woocommerce-account #customer_login .u-column2 {
        float: none;
        width: 100%;
        margin: 0 0 28px;
    }
    .woocommerce-account #customer_login {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        margin: 0 0 24px;
        padding: 0;
        overflow-x: auto;
        list-style: none;
        gap: 8px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
    .woocommerce-account .woocommerce-MyAccount-navigation a {
        display: block;
        padding: 10px 14px;
        border-radius: 10px;
        background: var(--st-soft);
        white-space: nowrap;
    }

    .wc-block-components-sidebar,
    .wc-block-cart__sidebar,
    .wc-block-checkout__sidebar {
        position: static !important;
    }
    .wc-block-components-totals-wrapper,
    .wc-block-components-totals-coupon,
    .wc-block-cart__submit-container {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
    .wc-block-components-totals-coupon__button,
    .wc-block-cart__submit-button,
    .wc-block-components-checkout-place-order-button {
        width: 100% !important;
        min-height: 50px !important;
    }
    .wc-block-cart-items,
    .wc-block-components-main,
    .wc-block-components-order-summary { min-width: 0 !important; }
    .wc-block-cart-item__image { width: 72px !important; }
    .wc-block-cart-item__product { padding-left: 12px !important; }
    .wc-block-cart-item__total { padding-left: 8px !important; }

    .st-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; padding: 50px 0 38px; }
    .st-footer__brand { grid-column: 1 / -1; }
    .st-footer__bottom { padding-bottom: 26px; }
    .st-mobile-nav { padding-bottom: env(safe-area-inset-bottom); }
}

@media (max-width: 520px) {
    .st-container,
    .woocommerce-page .st-page,
    .woocommerce-page .st-products-wrap { width: calc(100% - 20px); }
    .st-announcement { font-size: 10px; }
    .st-announcement__inner { min-height: 30px; }
    .st-header { margin-bottom: 56px; }
    .st-header__main { gap: 6px; }
    .st-brand img { width: 36px; height: 36px; }
    .st-account-nav { margin-left: auto; gap: 2px; }
    .st-account-nav .st-auth-link { padding: 6px 7px; font-size: 10px; }
    .st-account-nav .st-auth-link svg { display: none; }
    .st-account-nav .st-auth-link--register { border-radius: 9px; }
    .st-account-nav .st-cart-link { min-width: 36px; padding: 6px; }
    .st-cart-count { left: 20px; }
    .st-search { top: 62px; }
    .st-search svg { display: none; }
    .st-search input { padding-left: 2px; }

    .st-hero__content { padding: 44px 0 50px; }
    .st-hero h1 { font-size: clamp(30px, 9.2vw, 40px); letter-spacing: -.04em; }
    .st-hero__actions { width: 100%; }
    .st-hero__actions .st-button { width: 100%; }
    .st-hero__proof { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }

    .st-benefits article { min-width: 0; gap: 8px; }
    .st-benefits strong { font-size: 12px; line-height: 1.25; }
    .st-coupon-strip__inner > i { width: 40px; height: 40px; }
    .st-section { padding: 44px 0; }
    .st-section-heading { margin-bottom: 22px; }
    .st-section-heading h2 { font-size: 29px; }
    .st-category-grid { gap: 10px; }
    .st-category-card { min-height: 118px; border-radius: 14px; }

    .woocommerce ul.products,
    .st-product-area .woocommerce ul.products { gap: 10px !important; }
    .woocommerce ul.products li.product { border-radius: 13px; }
    .woocommerce ul.products li.product a img { margin-bottom: 9px !important; border-radius: 10px; }
    .woocommerce ul.products li.product .price { min-height: 38px; gap: 4px; font-size: 14px !important; }
    .st-product-rating { display: none; }
    .st-quick-view { min-height: 40px; padding: 7px; font-size: 11px; }
    .st-favorite-button { top: 7px; right: 7px; width: 30px; height: 30px; font-size: 18px; }
    .st-quick-dialog { max-height: calc(100dvh - 24px); padding: 22px 16px; overflow-y: auto; }

    .woocommerce-cart-form table.shop_table,
    .woocommerce-checkout-review-order table.shop_table { font-size: 13px; }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; }
    .woocommerce-cart table.cart td.actions .coupon {
        display: grid;
        float: none;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100% !important; }
    .woocommerce-cart table.cart td.actions > .button { width: 100%; margin-top: 10px; }

    .wc-block-components-totals-wrapper { font-size: 14px; }
    .wc-block-components-totals-item__label,
    .wc-block-components-totals-item__value { min-width: 0; }
    .wc-block-components-totals-coupon__form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }
    .wc-block-components-totals-coupon__input,
    .wc-block-components-totals-coupon__button { width: 100% !important; }
    .wc-block-cart__submit-button,
    .wc-block-components-checkout-place-order-button { font-size: 15px !important; }

    .st-newsletter { padding: 36px 0; }
    .st-newsletter .st-button { width: 100%; }
    .st-footer__grid { grid-template-columns: 1fr; }
    .st-footer__brand { grid-column: auto; }
    .st-footer h3 { margin-bottom: 12px; }
    .st-footer__bottom { gap: 14px; }
    .st-payment-marks { flex-wrap: wrap; gap: 8px !important; }
}

@supports not (height: 100dvh) {
    @media (max-width: 782px) {
        .st-primary-nav { height: 100vh; }
    }
}

/* Selfman Trend 6.2: pazar yeri tipi yeni üst alan */
.st-topbar { border-top: 3px solid #eef4e9; background: #fff; }
.st-topbar__inner {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: space-between;
    color: #777;
    font-size: 11px;
}
.st-topbar__inner > span { color: #888; }
.st-topbar__inner nav { display: flex; align-items: center; gap: 28px; }
.st-topbar__inner a:hover { color: var(--st-ink); }
.st-header {
    position: relative;
    top: auto;
    border-bottom: 0;
    background: #fff;
    backdrop-filter: none;
}
.admin-bar .st-header { top: auto; }
.st-header__main {
    min-height: 78px;
    gap: 30px;
}
.st-brand { min-width: 245px; font-size: 30px; font-weight: 500; letter-spacing: -.055em; }
.st-brand img { width: 48px; height: 48px; border-radius: 10px; }
.st-brand > span > span { color: var(--st-ink); }
.st-search {
    min-height: 52px;
    border: 0;
    border-radius: 10px;
    background: #f5f5f5;
}
.st-search:focus-within {
    border-color: transparent;
    box-shadow: 0 0 0 2px #d9d9d9;
}
.st-search svg { color: #111; }
.st-search button {
    min-width: 72px;
    border-radius: 0 10px 10px 0;
    background: #111;
}
.st-account-nav { flex: 0 0 auto; gap: 12px; }
.st-account-nav > a {
    min-height: 46px;
    gap: 7px;
    padding: 8px 7px;
    border: 0;
    border-radius: 9px;
    color: #111;
    font-size: 13px;
    white-space: nowrap;
}
.st-account-nav > a:hover { background: #f5f5f5; }
.st-account-nav .st-auth-link--register { border: 0; }
.st-account-nav svg { width: 23px; height: 23px; }
.st-cart-count { top: 0; left: 22px; background: #111; }
.st-nav-wrap { border-top: 0; border-bottom: 1px solid #e8e8e8; }
.st-primary-nav {
    min-height: 48px;
    gap: 22px;
}
.st-all-categories {
    gap: 7px;
    padding-right: 0;
    border-right: 0;
    font-size: 13px;
}
.st-all-categories svg { color: #111; }
.st-nav-links {
    justify-content: space-between;
    gap: 0;
    overflow: visible;
}
.st-nav-links a {
    position: relative;
    padding: 14px 9px 12px;
    color: #171717;
    font-size: 12px;
    font-weight: 700;
}
.st-nav-links a:hover::after {
    position: absolute;
    right: 8px;
    bottom: 0;
    left: 8px;
    height: 2px;
    background: #111;
    content: "";
}
.st-nav-campaign { color: #111; font-size: 12px; }
.st-quick-categories {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.st-quick-categories__track {
    display: flex;
    gap: 28px;
    padding-top: 27px;
    padding-bottom: 27px;
    overflow-x: auto;
    scrollbar-width: none;
}
.st-quick-categories__track::-webkit-scrollbar { display: none; }
.st-quick-categories__track > a {
    display: flex;
    min-width: 82px;
    flex: 0 0 82px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: #3f3f3f;
    text-align: center;
}
.st-quick-categories__track > a:hover { color: #111; }
.st-quick-category {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 2px solid rgba(17,17,17,.12);
    border-radius: 50%;
    background: #f5f5f5;
    transition: transform .2s, border-color .2s;
}
.st-quick-categories__track > a:hover .st-quick-category { border-color: #111; transform: translateY(-3px); }
.st-quick-category svg { width: 34px; height: 34px; }
.st-quick-categories__track span { font-size: 11px; font-weight: 700; line-height: 1.25; }
.st-quick-category--rose { background: #ffe5e7; color: #a51b2b; }
.st-quick-category--orange { background: #fff0dc; color: #bd5a00; }
.st-quick-category--violet { background: #efe5ff; color: #6c3cb4; }
.st-quick-category--blue { background: #e4edff; color: #315baf; }
.st-quick-category--mint { background: #e3f7ee; color: #25725a; }
.st-quick-category--pink { background: #ffe4f1; color: #a7376f; }
.st-quick-category--sky { background: #e0f4ff; color: #25719a; }
.st-quick-category--lime { background: #edf7d9; color: #597822; }
.st-quick-category--sand { background: #f3eadb; color: #725633; }
.st-quick-category--purple { background: #eee4ff; color: #6540a5; }
.st-quick-category--lavender { background: #f4eaff; color: #794ca7; }

@media (max-width: 1180px) {
    .st-brand { min-width: 180px; font-size: 24px; }
    .st-header__main { gap: 18px; }
    .st-account-nav { gap: 4px; }
    .st-account-nav > a { font-size: 11px; }
    .st-nav-links a { padding-right: 6px; padding-left: 6px; font-size: 11px; }
    .st-primary-nav { gap: 12px; }
}

@media (max-width: 900px) {
    .st-topbar__inner > span { display: none; }
    .st-topbar__inner { justify-content: flex-end; }
    .st-topbar__inner nav { gap: 16px; }
    .st-brand { min-width: auto; }
    .st-brand > span { display: none; }
    .st-account-nav .st-favorites-link { display: none; }
    .st-nav-links { overflow-x: auto; justify-content: flex-start; }
    .st-nav-links a { flex: 0 0 auto; padding-right: 12px; padding-left: 12px; font-size: 12px; }
    .st-quick-categories__track { gap: 20px; }
}

@media (max-width: 782px) {
    .st-topbar { display: none; }
    .st-header { margin-bottom: 0; }
    .st-header__main {
        display: grid;
        min-height: 122px;
        grid-template-columns: 42px 42px minmax(0, 1fr);
        grid-template-rows: 60px 52px;
        gap: 0 8px;
    }
    .st-menu-toggle { grid-column: 1; grid-row: 1; }
    .st-brand { grid-column: 2; grid-row: 1; }
    .st-brand img { width: 38px; height: 38px; }
    .st-account-nav {
        grid-column: 3;
        grid-row: 1;
        justify-content: flex-end;
    }
    .st-account-nav > a { min-height: 38px; font-size: 11px; }
    .st-account-nav .st-auth-link span { display: inline; }
    .st-account-nav .st-account-link span { display: inline; }
    .st-account-nav .st-cart-link span { display: inline; }
    .st-account-nav .st-cart-link { min-width: auto; }
    .st-search {
        position: static;
        width: auto;
        min-height: 48px;
        grid-column: 1 / -1;
        grid-row: 2;
        padding-left: 13px;
        border: 0;
        border-radius: 9px;
        box-shadow: none;
    }
    .st-search input { min-height: 48px; }
    .st-search button { min-width: 64px; border-radius: 0 9px 9px 0; }
    .st-nav-wrap { display: none; }
    .st-primary-nav {
        display: block;
        width: min(90vw, 380px);
        padding-top: 24px;
    }
    .st-primary-nav.is-open { display: block; }
    body.st-menu-open .st-nav-wrap,
    .st-nav-wrap:has(.st-primary-nav.is-open) {
        position: fixed;
        z-index: 200;
        display: block;
        inset: 0;
        pointer-events: none;
    }
    body.st-menu-open .st-primary-nav,
    .st-nav-wrap:has(.st-primary-nav.is-open) .st-primary-nav { pointer-events: auto; }
    .st-nav-links { display: grid; overflow: visible; }
    .st-nav-links a { min-height: 44px; border-bottom: 1px solid #eee; }
    .st-nav-campaign { display: block; padding: 14px 0; }
    .st-quick-categories__track {
        width: 100%;
        gap: 15px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .st-quick-categories__track > a { min-width: 68px; flex-basis: 68px; }
    .st-quick-category { width: 60px; height: 60px; }
    .st-quick-category svg { width: 28px; height: 28px; }
    .st-quick-categories__track span { font-size: 9px; }
}

@media (max-width: 520px) {
    .st-header__main {
        width: calc(100% - 16px);
        grid-template-columns: 40px 38px minmax(0, 1fr);
        gap: 0 5px;
    }
    .st-menu-toggle { min-width: 38px; min-height: 38px; }
    .st-account-nav { gap: 1px; }
    .st-account-nav > a { padding: 5px; font-size: 9px; }
    .st-account-nav .st-auth-link svg { display: block; width: 17px; height: 17px; }
    .st-account-nav .st-auth-link span { max-width: 70px; line-height: 1.1; white-space: normal; }
    .st-account-nav .st-cart-link span { display: none; }
    .st-account-nav .st-cart-link { min-width: 34px; }
    .st-search svg { display: block; }
    .st-search input { padding: 9px 6px; font-size: 14px; }
    .st-search button { min-width: 58px; padding: 0 12px; }
}

/* Selfman Trend 6.3: sade pazar yeri ana sayfasi */
.home #st-content {
    background: #fff;
}
.st-market-home {
    padding: 28px 0 18px;
}
.st-market-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}
.st-market-heading h1,
.st-market-heading h2 {
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -.3px;
}
.st-market-heading a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #222;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
}
.st-market-heading a:hover {
    text-decoration: underline;
}
.st-market-heading a svg {
    width: 16px;
    height: 16px;
}
.st-discount-categories {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 14px;
}
.st-discount-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
    color: #222;
    text-align: center;
}
.st-discount-card i {
    position: relative;
    display: grid;
    aspect-ratio: 1 / 1.05;
    place-items: center;
    overflow: hidden;
    border-radius: 9px;
    background: #eee;
    transition: transform .2s, box-shadow .2s;
}
.st-discount-card:hover i {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}
.st-discount-card i::before {
    position: absolute;
    width: 74%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .38);
    content: "";
}
.st-discount-card i svg {
    position: relative;
    z-index: 1;
    width: 48%;
    height: 48%;
    stroke-width: 1.4;
}
.st-discount-card strong {
    min-height: 34px;
    font-size: 13px;
    line-height: 1.3;
}
.st-discount-card__badge {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 7px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: #c90000;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}
.st-discount-card--rose i { background: #efc9cc; color: #7d292f; }
.st-discount-card--violet i { background: #d9c8fa; color: #563796; }
.st-discount-card--blue i { background: #c8d4f5; color: #344f8d; }
.st-discount-card--green i { background: #cce5bd; color: #3e6c2b; }
.st-discount-card--pink i { background: #edc4e8; color: #853d7b; }
.st-discount-card--purple i { background: #d9bbef; color: #673589; }
.st-discount-card--sand i { background: #ded6c8; color: #655a48; }
.st-discount-card--orange i { background: #f4d1b7; color: #995329; }
.st-market-campaigns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}
.st-market-campaign {
    display: grid;
    min-height: 112px;
    align-content: center;
    padding: 20px 24px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
}
.st-market-campaign:hover {
    color: #fff;
    filter: brightness(.96);
}
.st-market-campaign span {
    font-size: 12px;
    opacity: .88;
}
.st-market-campaign strong {
    margin: 3px 0 9px;
    font-size: 23px;
}
.st-market-campaign b {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}
.st-market-campaign b svg {
    width: 15px;
    height: 15px;
}
.st-market-campaign--green { background: linear-gradient(135deg, #287764, #4a9b82); }
.st-market-campaign--orange { background: linear-gradient(135deg, #c75a0b, #e28538); }
.st-market-campaign--red { background: linear-gradient(135deg, #a92f35, #d45c60); }
.st-market-products {
    padding: 12px 0;
}
.st-market-products--last {
    padding-bottom: 55px;
}
.st-market-panel {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 14px;
    background: #f4f4f4;
}
.st-market-panel--warm {
    background: #fff7ed;
}
.st-market-panel--cool {
    background: #eff7f5;
}
.st-market-panel .st-market-heading {
    margin-bottom: 16px;
}
.st-market-panel .products {
    margin-bottom: 0;
}
.st-market-panel ul.products li.product {
    border-color: #e1e1e1;
    background: #fff;
}

@media (max-width: 1050px) {
    .st-discount-categories {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 782px) {
    .st-market-home {
        padding-top: 20px;
    }
    .st-market-heading h1,
    .st-market-heading h2 {
        font-size: 18px;
    }
    .st-discount-categories {
        display: flex;
        gap: 11px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 16px 6px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .st-discount-categories::-webkit-scrollbar {
        display: none;
    }
    .st-discount-card {
        width: 132px;
        flex: 0 0 132px;
        scroll-snap-align: start;
    }
    .st-discount-card strong {
        font-size: 12px;
    }
    .st-market-campaigns {
        display: flex;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 16px 5px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .st-market-campaigns::-webkit-scrollbar {
        display: none;
    }
    .st-market-campaign {
        width: 78vw;
        min-height: 104px;
        flex: 0 0 78vw;
    }
    .st-market-panel {
        margin-right: -8px;
        margin-left: -8px;
        padding: 15px 12px;
        border-radius: 12px;
    }
    .st-market-panel .products {
        display: flex !important;
        gap: 10px;
        padding-bottom: 5px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .st-market-panel .products::-webkit-scrollbar {
        display: none;
    }
    .st-market-panel ul.products li.product {
        width: min(68vw, 245px) !important;
        min-width: min(68vw, 245px);
        margin: 0 !important;
        scroll-snap-align: start;
    }
}

@media (max-width: 520px) {
    .st-market-heading {
        gap: 10px;
    }
    .st-market-heading h1,
    .st-market-heading h2 {
        font-size: 16px;
    }
    .st-market-heading a {
        font-size: 11px;
    }
    .st-discount-card {
        width: 112px;
        flex-basis: 112px;
    }
    .st-discount-card__badge {
        width: 27px;
        height: 27px;
        font-size: 14px;
    }
    .st-market-campaign {
        width: 84vw;
        flex-basis: 84vw;
    }
}

/* Selfman Trend 6.3.2: duzenli ve eksiksiz mobil ust alan */
.st-auth-label-mobile {
    display: none;
}

@media (max-width: 782px) {
    .st-header {
        margin-bottom: 0;
    }
    .st-header__main {
        display: grid;
        width: calc(100% - 24px);
        min-height: 172px;
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-rows: 62px 48px 52px;
        gap: 5px 8px;
        padding: 4px 0 1px;
    }
    .st-menu-toggle {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }
    .st-brand {
        display: inline-flex;
        min-width: 0;
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        gap: 8px;
        overflow: visible;
    }
    .st-brand img {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }
    .st-brand > span {
        display: inline;
        overflow: visible;
        color: #111;
        font-size: 21px;
        font-weight: 600;
        text-overflow: clip;
        white-space: nowrap;
    }
    .st-account-nav {
        display: grid;
        width: 100%;
        min-width: 0;
        margin: 0;
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }
    .st-account-nav > a:first-child,
    .st-account-nav > a:not(.st-auth-link):not(.st-account-link):not(.st-cart-link),
    .st-account-nav .st-favorites-link {
        display: flex;
    }
    .st-account-nav > a {
        min-width: 0;
        min-height: 44px;
        flex-direction: row;
        justify-content: center;
        gap: 6px;
        padding: 6px 8px;
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        background: #fff;
        color: #111;
        font-size: 11px;
        font-weight: 750;
        line-height: 1;
        text-align: center;
    }
    .st-account-nav > a:hover {
        background: #f7f7f7;
    }
    .st-account-nav > a svg,
    .st-account-nav .st-auth-link svg {
        display: block;
        width: 19px;
        height: 19px;
        flex: 0 0 19px;
    }
    .st-account-nav > a span,
    .st-account-nav .st-account-link span,
    .st-account-nav .st-cart-link span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .st-auth-label-desktop {
        display: none !important;
    }
    .st-auth-label-mobile {
        display: block !important;
    }
    .st-account-nav .st-cart-link {
        min-width: 0;
    }
    .st-cart-count {
        top: 1px;
        left: 25px;
    }
    .st-search {
        position: static;
        width: 100%;
        min-width: 0;
        min-height: 52px;
        grid-column: 1 / -1;
        grid-row: 3;
        padding-left: 14px;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
    }
    .st-search svg {
        display: block;
    }
    .st-search input {
        min-width: 0;
        min-height: 52px;
        padding: 10px 7px;
        font-size: 15px;
    }
    .st-search button {
        min-width: 64px;
        border-radius: 0 10px 10px 0;
    }
}

@media (max-width: 420px) {
    .st-header__main {
        width: calc(100% - 16px);
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 6px;
    }
    .st-brand {
        gap: 6px;
    }
    .st-brand img {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
    .st-brand > span {
        font-size: 18px;
    }
    .st-account-nav {
        gap: 5px;
    }
    .st-account-nav > a {
        gap: 4px;
        padding: 5px 4px;
        font-size: 10px;
    }
    .st-account-nav > a svg,
    .st-account-nav .st-auth-link svg {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }
    .st-market-heading {
        align-items: flex-end;
    }
    .st-market-heading h1 {
        max-width: 190px;
        line-height: 1.25;
    }
}

/* Selfman Trend 6.4: Trendyol tipi mobil baslik ve tercih penceresi */
.st-mobile-category-tabs,
.st-interest-modal {
    display: none;
}

@media (max-width: 782px) {
    body.st-interest-open {
        overflow: hidden;
    }
    .st-header__main {
        width: calc(100% - 24px);
        min-height: 126px;
        grid-template-columns: 42px minmax(120px, 1fr) auto;
        grid-template-rows: 64px 54px;
        gap: 4px 8px;
        padding: 2px 0;
    }
    .st-menu-toggle {
        grid-column: 1;
        grid-row: 1;
    }
    .st-brand {
        min-width: 0;
        grid-column: 2;
        grid-row: 1;
        gap: 7px;
    }
    .st-brand img {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .st-brand > span {
        display: inline;
        overflow: visible;
        font-size: clamp(18px, 5.2vw, 22px);
        font-weight: 550;
        letter-spacing: -.045em;
        text-overflow: clip;
        white-space: nowrap;
    }
    .st-account-nav {
        display: flex;
        width: auto;
        grid-column: 3;
        grid-row: 1;
        align-items: center;
        gap: 2px;
    }
    .st-account-nav > a:first-child,
    .st-account-nav > a:not(.st-auth-link):not(.st-account-link):not(.st-cart-link),
    .st-account-nav .st-favorites-link {
        display: grid;
    }
    .st-account-nav > a {
        width: 38px;
        min-width: 38px;
        min-height: 44px;
        padding: 5px;
        place-items: center;
        border: 0;
        border-radius: 9px;
        background: transparent;
    }
    .st-account-nav > a:hover {
        background: #f5f5f5;
    }
    .st-account-nav > a svg,
    .st-account-nav .st-auth-link svg {
        display: block;
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        stroke-width: 1.8;
    }
    .st-account-nav > a span,
    .st-account-nav .st-account-link span,
    .st-account-nav .st-cart-link span,
    .st-auth-label-mobile {
        display: none !important;
    }
    .st-account-nav .st-cart-link {
        width: 38px;
        min-width: 38px;
    }
    .st-cart-count {
        top: 0;
        left: 23px;
    }
    .st-search {
        width: 100%;
        min-height: 54px;
        grid-column: 1 / -1;
        grid-row: 2;
        padding-left: 15px;
        border-radius: 28px;
        background: #f2f2f2;
    }
    .st-search:focus-within {
        background: #fff;
        box-shadow: 0 0 0 2px #111;
    }
    .st-search svg {
        width: 24px;
        height: 24px;
        color: #111;
    }
    .st-search input {
        min-height: 54px;
        font-size: 16px;
    }
    .st-search button {
        display: none;
    }
    .st-mobile-category-tabs {
        display: flex;
        min-height: 52px;
        align-items: stretch;
        gap: 24px;
        padding: 0 18px;
        overflow-x: auto;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
        scrollbar-width: none;
    }
    .st-mobile-category-tabs::-webkit-scrollbar {
        display: none;
    }
    .st-mobile-category-tabs a {
        position: relative;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        color: #222;
        font-size: 14px;
        font-weight: 650;
        white-space: nowrap;
    }
    .st-mobile-category-tabs a:first-child {
        color: #111;
    }
    .st-mobile-category-tabs a:first-child::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        border-radius: 3px 3px 0 0;
        background: #111;
        content: "";
    }
    .st-interest-modal[aria-hidden="false"] {
        position: fixed;
        z-index: 1000;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 18px;
        inset: 0;
    }
    .st-interest-modal__backdrop {
        position: absolute;
        background: rgba(0, 0, 0, .48);
        backdrop-filter: blur(1px);
        inset: 0;
    }
    .st-interest-modal__dialog {
        position: relative;
        z-index: 1;
        width: min(100%, 440px);
        max-height: calc(100dvh - 36px);
        padding: 34px 24px 24px;
        overflow-y: auto;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 22px 70px rgba(0, 0, 0, .25);
        text-align: center;
    }
    .st-interest-modal__close {
        position: absolute;
        top: 12px;
        right: 14px;
        display: grid;
        width: 36px;
        height: 36px;
        padding: 0;
        place-items: center;
        border: 0;
        background: transparent;
        color: #777;
        font-size: 34px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }
    .st-interest-modal__dialog h2 {
        margin: 13px 25px 10px;
        color: #262626;
        font-size: clamp(23px, 7vw, 30px);
        line-height: 1.15;
        letter-spacing: -.035em;
    }
    .st-interest-modal__dialog p {
        max-width: 350px;
        margin: 0 auto 24px;
        color: #3e3e3e;
        font-size: 15px;
        line-height: 1.45;
    }
    .st-interest-modal__choices {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .st-interest-modal__choices button {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
        border: 0;
        border-radius: 18px;
        background: #f6f6f6;
        cursor: pointer;
    }
    .st-interest-modal__choices i {
        display: grid;
        aspect-ratio: 1;
        place-items: center;
        border-radius: 50%;
        background: #fff;
        color: #111;
        font-style: normal;
    }
    .st-interest-modal__choices svg {
        width: 54%;
        height: 54%;
        fill: #111;
        stroke: #111;
        stroke-width: 1.6;
    }
    .st-interest-modal__choices span {
        display: grid;
        min-height: 48px;
        place-items: center;
        border-radius: 10px;
        background: #111;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
    }
    .st-interest-modal__choices button:hover span,
    .st-interest-modal__choices button:focus-visible span {
        background: #333;
    }
}

@media (max-width: 400px) {
    .st-header__main {
        width: calc(100% - 16px);
        grid-template-columns: 40px minmax(108px, 1fr) auto;
        gap: 4px;
    }
    .st-brand {
        gap: 4px;
    }
    .st-brand img {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
    }
    .st-brand > span {
        font-size: 17px;
    }
    .st-account-nav > a,
    .st-account-nav .st-cart-link {
        width: 34px;
        min-width: 34px;
        padding: 4px;
    }
    .st-account-nav > a svg,
    .st-account-nav .st-auth-link svg {
        width: 22px;
        height: 22px;
    }
    .st-cart-count {
        left: 20px;
    }
    .st-mobile-category-tabs {
        gap: 21px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .st-interest-modal[aria-hidden="false"] {
        padding: 12px;
    }
    .st-interest-modal__dialog {
        padding: 30px 16px 18px;
        border-radius: 20px;
    }
    .st-interest-modal__choices {
        gap: 10px;
    }
    .st-interest-modal__choices button {
        padding: 10px;
    }
}

/* Selfman Trend 6.5: Google ile guvenli musteri girisi */
.woocommerce-account:not(.logged-in) .st-page {
    max-width: 560px;
}
.woocommerce-account:not(.logged-in) .st-card {
    padding: clamp(24px, 5vw, 42px);
    border-radius: 14px;
    box-shadow: none;
}
.st-social-login {
    margin: 0 0 24px;
}
.st-social-login h2 {
    margin: 0 0 24px;
    color: #222;
    font-size: 22px;
    letter-spacing: -.025em;
}
.st-google-login-button {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    background: #fff;
    color: #222;
    font-size: 15px;
    font-weight: 750;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.st-google-login-button:hover {
    border-color: #aaa;
    background: #fafafa;
    color: #111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}
.st-google-login-button svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    stroke: none;
}
.st-social-login__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 0;
    color: #666;
    font-size: 12px;
    font-weight: 650;
}
.st-social-login__divider::before,
.st-social-login__divider::after {
    height: 1px;
    flex: 1;
    background: #dedede;
    content: "";
}
.woocommerce-account:not(.logged-in) #customer_login {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.woocommerce-account:not(.logged-in) #customer_login .u-column1,
.woocommerce-account:not(.logged-in) #customer_login .u-column2 {
    float: none;
    width: 100%;
    margin: 0;
}
.woocommerce-account:not(.logged-in) #customer_login h2 {
    font-size: 20px;
}
.woocommerce-account:not(.logged-in) #customer_login input.input-text {
    min-height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    font-size: 16px;
}
.woocommerce-account:not(.logged-in) #customer_login button.button {
    width: 100%;
    min-height: 52px;
    border-radius: 7px;
    background: #111;
}

@media (max-width: 782px) {
    .woocommerce-account:not(.logged-in) .st-page {
        width: calc(100% - 24px);
        padding-top: 24px;
    }
    .woocommerce-account:not(.logged-in) .st-card {
        padding: 24px 18px;
    }
    .st-social-login h2 {
        font-size: 20px;
    }
    .st-google-login-button {
        min-height: 52px;
    }
}
