/* SorfPazar Modern V2 - customer surface */
body.sp-theme-surface-customer{background:#f5f7fb;color:#172033}
body.sp-theme-surface-customer .topbar{background:var(--sp-navy);color:#e8eff8;border:0}
body.sp-theme-surface-customer .topbar-inner{min-height:34px}
body.sp-theme-surface-customer .header{background:#fff;border-bottom:1px solid var(--sp-border);box-shadow:0 4px 18px rgba(15,39,71,.05);position:sticky;top:0;z-index:70}
body.sp-theme-surface-customer .header-main{gap:26px;min-height:76px}
body.sp-theme-surface-customer .logo{color:var(--sp-navy)}
body.sp-theme-surface-customer .search{background:var(--sp-soft);border:1px solid transparent;border-radius:14px;overflow:hidden}
body.sp-theme-surface-customer .search:focus-within{border-color:var(--sp-orange);box-shadow:0 0 0 3px rgba(243,111,33,.1)}
body.sp-theme-surface-customer .search input{background:transparent;border:0;box-shadow:none}
body.sp-theme-surface-customer .search button{background:var(--sp-orange);color:#fff;border-radius:11px;margin:4px;min-width:44px}
body.sp-theme-surface-customer .head-actions a{border-radius:12px;padding:9px 10px;color:var(--sp-navy)}
body.sp-theme-surface-customer .head-actions a:hover{background:var(--sp-soft)}
body.sp-theme-surface-customer .cart-link b{background:var(--sp-orange)}
body.sp-theme-surface-customer .category-nav{min-height:46px;gap:18px;overflow:auto;scrollbar-width:none}
body.sp-theme-surface-customer .category-nav>a{font-size:13px;font-weight:650;white-space:nowrap}
body.sp-theme-surface-customer .allcat{background:var(--sp-navy);color:#fff;border-radius:10px;border:0;padding:9px 12px}
body.sp-theme-surface-customer main{min-height:60vh;padding-block:22px 64px}
body.sp-theme-surface-customer .section{margin-block:22px}
body.sp-theme-surface-customer .section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
body.sp-theme-surface-customer .section-head h1,body.sp-theme-surface-customer .section-head h2{color:var(--sp-navy);letter-spacing:-.025em}
body.sp-theme-surface-customer .eyebrow{color:var(--sp-orange);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
body.sp-theme-surface-customer .hero{border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#0f2747,#173e6d);box-shadow:0 18px 45px rgba(15,39,71,.18)}
body.sp-theme-surface-customer .hero-main{color:#fff;padding:clamp(24px,4vw,56px)}
body.sp-theme-surface-customer .hero h1{font-size:clamp(28px,4.2vw,54px);line-height:1.03;letter-spacing:-.04em}
body.sp-theme-surface-customer .hero .btn-light{background:#fff;color:var(--sp-navy)}
body.sp-theme-surface-customer .hero-side-card,body.sp-theme-surface-customer .benefit{border:1px solid rgba(255,255,255,.15);border-radius:16px}
body.sp-theme-surface-customer .benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}
body.sp-theme-surface-customer .benefit{background:#fff;color:var(--sp-navy);padding:14px;box-shadow:0 5px 18px rgba(15,39,71,.05)}
body.sp-theme-surface-customer .circle-cats{display:flex;gap:14px;overflow:auto;padding:8px 2px 14px;scrollbar-width:none}
body.sp-theme-surface-customer .circle-cat{flex:0 0 88px;text-align:center;color:var(--sp-navy);font-weight:700}
body.sp-theme-surface-customer .circle-cat img{width:72px;height:72px;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 5px 18px rgba(15,39,71,.12)}
body.sp-theme-surface-customer .product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
body.sp-theme-surface-customer .product-card,body.sp-theme-surface-customer .favorite-product-card,body.sp-theme-surface-customer .recommend-item{background:#fff;border:1px solid var(--sp-border);border-radius:var(--sp-r);overflow:hidden;box-shadow:0 5px 18px rgba(15,39,71,.06);transition:.2s ease}
body.sp-theme-surface-customer .product-card:hover,body.sp-theme-surface-customer .favorite-product-card:hover{transform:translateY(-3px);box-shadow:var(--sp-shadow-hover)}
body.sp-theme-surface-customer .product-card img,body.sp-theme-surface-customer .favorite-image img{background:#f7f9fc;aspect-ratio:1/1;object-fit:contain}
body.sp-theme-surface-customer .price,body.sp-theme-surface-customer .favorite-price{color:var(--sp-orange);font-weight:850}
/* Search */
body.sp-theme-surface-customer .search-results-shell{display:grid;gap:16px}
body.sp-theme-surface-customer .search-breadcrumb{color:#738095;font-size:13px}
body.sp-theme-surface-customer .search-title-row{background:#fff;border:1px solid var(--sp-border);border-radius:18px;padding:16px 18px;box-shadow:0 6px 20px rgba(15,39,71,.05)}
body.sp-theme-surface-customer .search-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px}
body.sp-theme-surface-customer .search-filter-panel{background:#fff;border:1px solid var(--sp-border);border-radius:18px;padding:16px;box-shadow:0 6px 20px rgba(15,39,71,.05);height:max-content;position:sticky;top:112px}
body.sp-theme-surface-customer .filter-block{border-bottom:1px solid var(--sp-border);padding:14px 0}
body.sp-theme-surface-customer .search-chip{border:1px solid var(--sp-border);background:#fff;border-radius:999px;padding:8px 12px}
body.sp-theme-surface-customer .search-chip.is-active{background:var(--sp-navy);color:#fff;border-color:var(--sp-navy)}
/* Product */
body.sp-theme-surface-customer .mp-v1-page{max-width:1240px;margin:auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:28px;background:#fff;border:1px solid var(--sp-border);border-radius:22px;padding:22px;box-shadow:0 12px 34px rgba(15,39,71,.08)}
body.sp-theme-surface-customer .mp-v1-gallery{border-radius:18px;background:#f7f9fc;overflow:hidden}
body.sp-theme-surface-customer .mp-v1-gallery img{width:100%;aspect-ratio:1/1;object-fit:contain}
body.sp-theme-surface-customer .mp-v1-info{display:flex;flex-direction:column;gap:12px}
body.sp-theme-surface-customer .mp-v1-seller{border:1px solid var(--sp-border);border-radius:16px;padding:14px;background:#f9fbfe}
body.sp-theme-surface-customer .seller-score-pill{background:#e9f8ef;color:#137a42;border-radius:999px;padding:5px 9px;font-weight:800}
/* Cart */
body.sp-theme-surface-customer .ref-cart-page{max-width:1240px;margin:auto}
body.sp-theme-surface-customer .ref-cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
body.sp-theme-surface-customer .cart-plus-banner{border-radius:18px;overflow:hidden;background:linear-gradient(120deg,#0f2747,#1c4f85);box-shadow:0 10px 25px rgba(15,39,71,.16);margin-bottom:16px}
body.sp-theme-surface-customer .cart-plus-banner img{width:100%;display:block;max-height:180px;object-fit:cover}
body.sp-theme-surface-customer .desktop-cart-filled{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}
body.sp-theme-surface-customer .cart-seller-group,body.sp-theme-surface-customer .summary,body.sp-theme-surface-customer .ty-seller-card{background:#fff;border:1px solid var(--sp-border);border-radius:18px;box-shadow:0 7px 24px rgba(15,39,71,.06)}
body.sp-theme-surface-customer .summary{position:sticky;top:112px;padding:18px}
body.sp-theme-surface-customer .desktop-store-head{padding:14px 16px;border-bottom:1px solid var(--sp-border)}
body.sp-theme-surface-customer .cart-table td{vertical-align:middle}
body.sp-theme-surface-customer .ref-primary-btn{background:var(--sp-orange);color:#fff;border:0;border-radius:12px;min-height:44px;font-weight:800;padding:11px 16px}
body.sp-theme-surface-customer .empty-cart-block,body.sp-theme-surface-customer .favorite-empty,body.sp-theme-surface-customer .sp-orders-empty{background:#fff;border:1px dashed #cbd5e2;border-radius:20px;padding:42px 24px;text-align:center}
/* Account */
body.sp-theme-surface-customer .sp-account-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px;align-items:start}
body.sp-theme-surface-customer .sp-account-sidebar{background:#fff;border:1px solid var(--sp-border);border-radius:18px;padding:14px;position:sticky;top:112px;box-shadow:0 7px 24px rgba(15,39,71,.05)}
body.sp-theme-surface-customer .sp-account-sidebar-nav a{display:flex;align-items:center;gap:9px;border-radius:11px;padding:10px 11px;color:#3b485d}
body.sp-theme-surface-customer .sp-account-sidebar-nav a:hover,body.sp-theme-surface-customer .sp-account-sidebar-nav .is-active{background:#eef3f9;color:var(--sp-navy);font-weight:800}
body.sp-theme-surface-customer .sp-profile-card,body.sp-theme-surface-customer .sp-wallet-card,body.sp-theme-surface-customer .sp-account-section,body.sp-theme-surface-customer .sp-order-card{background:#fff;border:1px solid var(--sp-border);border-radius:18px;box-shadow:0 7px 24px rgba(15,39,71,.05)}
body.sp-theme-surface-customer .sp-profile-card,body.sp-theme-surface-customer .sp-wallet-card,body.sp-theme-surface-customer .sp-account-section{padding:18px}
body.sp-theme-surface-customer .sp-quick-grid,body.sp-theme-surface-customer .sp-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.sp-theme-surface-customer .sp-orders-status-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:5px}
body.sp-theme-surface-customer .sp-orders-status-tabs a{white-space:nowrap;border:1px solid var(--sp-border);background:#fff;border-radius:999px;padding:8px 12px}
body.sp-theme-surface-customer .sp-orders-status-tabs a.active{background:var(--sp-navy);color:#fff;border-color:var(--sp-navy)}
body.sp-theme-surface-customer .sp-order-card{margin-top:14px;overflow:hidden}
body.sp-theme-surface-customer .sp-order-card-head,body.sp-theme-surface-customer .sp-order-card-footer{padding:14px 16px;background:#f9fbfe}
body.sp-theme-surface-customer .sp-order-card-body{padding:16px}
body.sp-theme-surface-customer .favorite-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.sp-theme-surface-customer .site-footer{background:var(--sp-navy);color:#dce7f4;margin-top:28px}
body.sp-theme-surface-customer .site-footer h3,body.sp-theme-surface-customer .site-footer .logo{color:#fff}
body.sp-theme-surface-customer .mobile-nav{background:#fff;border-top:1px solid var(--sp-border);box-shadow:0 -8px 24px rgba(15,39,71,.09)}
@media(max-width:1100px){
 body.sp-theme-surface-customer .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
 body.sp-theme-surface-customer .benefits{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.sp-theme-surface-customer .favorite-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
 body.sp-theme-surface-customer .topbar,body.sp-theme-surface-customer .category-nav .desktop-customer-links{display:none}
 body.sp-theme-surface-customer .header{position:sticky;top:0}
 body.sp-theme-surface-customer .header-main{min-height:auto;padding:8px 0;display:grid;grid-template-columns:1fr auto;gap:8px}
 body.sp-theme-surface-customer .header-main>.logo{grid-column:1/2}body.sp-theme-surface-customer .header-main>.search{grid-column:1/-1;grid-row:2}
 body.sp-theme-surface-customer .head-actions{grid-column:2;grid-row:1}body.sp-theme-surface-customer .head-actions>a:not(.cart-link){display:none}
 body.sp-theme-surface-customer main{padding-top:12px;padding-bottom:88px}
 body.sp-theme-surface-customer .category-nav{min-height:38px;padding-bottom:6px}body.sp-theme-surface-customer .category-nav .allcat{font-size:12px}
 body.sp-theme-surface-customer .hero{border-radius:18px}body.sp-theme-surface-customer .hero-main{padding:22px 18px}
 body.sp-theme-surface-customer .benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.sp-theme-surface-customer .product-grid,body.sp-theme-surface-customer .favorite-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 body.sp-theme-surface-customer .search-layout{display:block}body.sp-theme-surface-customer .search-filter-panel{position:static;display:none}
 body.sp-theme-surface-customer .mp-v1-page{display:block;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}
 body.sp-theme-surface-customer .mp-v1-gallery,body.sp-theme-surface-customer .mp-v1-info{background:#fff;border-radius:16px;border:1px solid var(--sp-border);margin-bottom:10px;padding:12px}
 body.sp-theme-surface-customer .desktop-cart-filled{display:none}
 body.sp-theme-surface-customer .ty-mobile-cart{display:block}
 body.sp-theme-surface-customer .cart-plus-banner{border-radius:14px;margin-inline:0}
 body.sp-theme-surface-customer .cart-plus-banner img{max-height:105px}
 body.sp-theme-surface-customer .sp-account-layout{display:block}body.sp-theme-surface-customer .sp-account-sidebar{display:none}
 body.sp-theme-surface-customer .sp-quick-grid,body.sp-theme-surface-customer .sp-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 body.sp-theme-surface-customer .sp-profile-card,body.sp-theme-surface-customer .sp-wallet-card,body.sp-theme-surface-customer .sp-account-section{padding:14px;border-radius:15px}
}

/* V21.4 reference-board alignment */
body.sp-theme-surface-customer{--sp-page-max:1280px;background:#f4f6f9;font-size:14px}
body.sp-theme-surface-customer .container{width:min(var(--sp-page-max),calc(100% - 32px));margin-inline:auto}
body.sp-theme-surface-customer .header-main{min-height:62px}
body.sp-theme-surface-customer .logo{font-size:23px;font-weight:900;letter-spacing:-.04em}
body.sp-theme-surface-customer .logo em{color:var(--sp-orange);font-style:normal}
body.sp-theme-surface-customer .search{height:42px;border-color:#dce2ea;background:#fff}
body.sp-theme-surface-customer .search input{font-size:13px;padding-inline:14px}
body.sp-theme-surface-customer .head-actions{gap:8px}
body.sp-theme-surface-customer .head-actions a{font-size:12px;padding:8px}
body.sp-theme-surface-customer .category-nav{min-height:38px;border-top:1px solid #f0f2f5}
body.sp-theme-surface-customer .category-nav>a{font-size:12px}
body.sp-theme-surface-customer main{padding-top:14px}
body.sp-theme-surface-customer .hero{display:grid;grid-template-columns:minmax(0,1fr) 285px;min-height:315px;border-radius:16px;background:#fff;box-shadow:0 3px 14px rgba(15,39,71,.08)}
body.sp-theme-surface-customer .hero-main{position:relative;min-height:315px;padding:38px;background:linear-gradient(120deg,#153b65 0%,#0c3157 55%,#176b9b 100%);border-radius:16px;overflow:hidden}
body.sp-theme-surface-customer .hero-main:after{content:'☀  🏖';position:absolute;right:28px;bottom:30px;font-size:72px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.2))}
body.sp-theme-surface-customer .hero h1{max-width:520px;font-size:38px;line-height:1.08}
body.sp-theme-surface-customer .hero-main p{max-width:500px;font-size:15px;color:#eaf1f8}
body.sp-theme-surface-customer .hero-buttons .btn{min-height:40px;border-radius:8px;font-size:13px}
body.sp-theme-surface-customer .hero-side{display:grid;gap:10px;padding:10px;background:#fff}
body.sp-theme-surface-customer .hero-side-card{display:flex;flex-direction:column;justify-content:center;padding:18px;color:#fff;background:linear-gradient(135deg,#ff7a00,#ff9a31);border:0;border-radius:12px}
body.sp-theme-surface-customer .hero-side-card:nth-child(2){background:linear-gradient(135deg,#0f2747,#244d78)}
body.sp-theme-surface-customer .benefits{grid-template-columns:repeat(5,1fr);margin-top:10px}
body.sp-theme-surface-customer .benefit{min-height:66px;padding:11px;border-radius:12px;box-shadow:none}
body.sp-theme-surface-customer .benefit i{font-size:21px}
body.sp-theme-surface-customer .benefit b{font-size:12px}
body.sp-theme-surface-customer .benefit small{font-size:10px}
body.sp-theme-surface-customer .circle-cats{justify-content:center;gap:24px;padding-block:14px 8px}
body.sp-theme-surface-customer .circle-cat{flex-basis:72px;font-size:11px}
body.sp-theme-surface-customer .circle-cat>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 6px;border-radius:14px;background:#fff7ef;color:var(--sp-orange);font-size:22px;border:1px solid #ffe2ca}
body.sp-theme-surface-customer .section{margin-block:18px}
body.sp-theme-surface-customer .section-head{margin-bottom:10px}
body.sp-theme-surface-customer .section-head h2{font-size:19px}
body.sp-theme-surface-customer .section-head a{font-size:12px}
body.sp-theme-surface-customer .product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
body.sp-theme-surface-customer .product-card{border-radius:10px;box-shadow:none;background:#fff}
body.sp-theme-surface-customer .product-card:hover{transform:none;border-color:#ffb276;box-shadow:0 7px 18px rgba(15,39,71,.09)}
body.sp-theme-surface-customer .product-card .product-info{padding:10px}
body.sp-theme-surface-customer .product-card h3{font-size:12px;line-height:1.35;min-height:33px}
body.sp-theme-surface-customer .product-card .price{font-size:14px}
body.sp-theme-surface-customer .promo-grid{gap:12px}
body.sp-theme-surface-customer .promo-grid>a{min-height:105px;border-radius:12px;padding:18px;background:linear-gradient(135deg,#0f2747,#275d91);color:#fff}
/* Listing and search board */
body.sp-theme-surface-customer .search-title-row{padding:12px 16px;border-radius:10px;box-shadow:none}
body.sp-theme-surface-customer .search-layout{grid-template-columns:225px 1fr;gap:12px}
body.sp-theme-surface-customer .search-filter-panel{top:108px;border-radius:10px;padding:12px;box-shadow:none}
body.sp-theme-surface-customer .filter-block{padding:11px 0}
body.sp-theme-surface-customer .filter-block h3{font-size:12px}
body.sp-theme-surface-customer .search-chip{padding:6px 9px;font-size:11px;border-radius:8px}
body.sp-theme-surface-customer .search-results-shell .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
/* Product reference desktop */
body.sp-theme-surface-customer .mp-v1-page{max-width:1180px;grid-template-columns:560px 1fr;gap:24px;padding:18px;border-radius:12px;box-shadow:none}
body.sp-theme-surface-customer .mp-v1-gallery{border-radius:10px;background:#fff;border:1px solid #e8ebef}
body.sp-theme-surface-customer .mp-v1-info{gap:9px}
body.sp-theme-surface-customer .mp-v1-info h1{font-size:22px;line-height:1.28}
body.sp-theme-surface-customer .mp-v1-installment{padding:9px 11px;border-radius:8px;background:#fff4ef;color:#a43a00;font-size:12px}
body.sp-theme-surface-customer .mp-v1-rating{font-size:12px}
body.sp-theme-surface-customer .mp-v1-seller{border-radius:9px;padding:10px;background:#fff}
body.sp-theme-surface-customer .seller-score-pill{padding:3px 7px;border-radius:6px;font-size:12px}
body.sp-theme-surface-customer .seller-about-trigger{width:22px;height:22px;border-radius:50%;font-size:12px}
body.sp-theme-surface-customer .mp-v1-questions{min-height:42px;border-radius:8px;font-size:13px}
/* Cart exact composition */
body.sp-theme-surface-customer .ref-cart-page{max-width:1180px}
body.sp-theme-surface-customer .ref-cart-header h1{font-size:22px}
body.sp-theme-surface-customer .cart-plus-banner{border-radius:11px;box-shadow:none;max-height:150px}
body.sp-theme-surface-customer .cart-plus-banner img{height:150px;max-height:150px;object-fit:cover}
body.sp-theme-surface-customer .desktop-cart-filled{grid-template-columns:1fr 285px;gap:12px}
body.sp-theme-surface-customer .cart-seller-group,body.sp-theme-surface-customer .summary{border-radius:10px;box-shadow:none}
body.sp-theme-surface-customer .summary{top:108px;padding:15px}
body.sp-theme-surface-customer .summary h2{font-size:15px}
body.sp-theme-surface-customer .summary p{font-size:12px}
body.sp-theme-surface-customer .desktop-store-head{padding:11px 13px}
body.sp-theme-surface-customer .cart-table th,body.sp-theme-surface-customer .cart-table td{padding:11px 9px;font-size:12px}
body.sp-theme-surface-customer .cart-table img{width:58px;height:58px;object-fit:contain}
/* Orders and account */
body.sp-theme-surface-customer .sp-orders-shell,body.sp-theme-surface-customer .sp-account-layout{max-width:1180px;margin:auto}
body.sp-theme-surface-customer .sp-orders-head{background:#fff;border:1px solid var(--sp-border);border-radius:10px;padding:14px}
body.sp-theme-surface-customer .sp-orders-status-tabs a{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;padding:9px 12px;font-size:12px}
body.sp-theme-surface-customer .sp-orders-status-tabs a.active{background:transparent;color:var(--sp-orange);border-color:var(--sp-orange)}
body.sp-theme-surface-customer .sp-order-card{border-radius:10px;box-shadow:none}
body.sp-theme-surface-customer .sp-account-layout{grid-template-columns:215px 1fr;gap:12px}
body.sp-theme-surface-customer .sp-account-sidebar{top:108px;border-radius:10px;box-shadow:none}
body.sp-theme-surface-customer .sp-account-sidebar-nav a{padding:9px 10px;font-size:12px}
body.sp-theme-surface-customer .sp-profile-card,body.sp-theme-surface-customer .sp-wallet-card,body.sp-theme-surface-customer .sp-account-section{border-radius:10px;box-shadow:none}
body.sp-theme-surface-customer .sp-quick-grid,body.sp-theme-surface-customer .sp-action-grid{gap:10px}
body.sp-theme-surface-customer .favorite-product-grid{grid-template-columns:repeat(4,1fr);gap:10px}

@media(max-width:767px){
 body.sp-theme-surface-customer{font-size:13px;background:#f6f6f6}
 body.sp-theme-surface-customer .container{width:100%;padding-inline:10px}
 body.sp-theme-surface-customer .header-main{padding:7px 10px;grid-template-columns:auto 1fr auto;align-items:center}
 body.sp-theme-surface-customer .header-main>.logo{grid-column:1;font-size:17px}
 body.sp-theme-surface-customer .header-main>.search{grid-column:1/-1;grid-row:2;height:36px;border-radius:8px}
 body.sp-theme-surface-customer .head-actions{grid-column:3;grid-row:1}
 body.sp-theme-surface-customer .hero{display:block;min-height:190px;border-radius:10px}
 body.sp-theme-surface-customer .hero-main{min-height:190px;padding:18px 15px;border-radius:10px}
 body.sp-theme-surface-customer .hero-main:after{right:10px;bottom:20px;font-size:42px}
 body.sp-theme-surface-customer .hero h1{font-size:22px;max-width:63%}
 body.sp-theme-surface-customer .hero-main p{font-size:11px;max-width:62%}
 body.sp-theme-surface-customer .hero-side{display:none}
 body.sp-theme-surface-customer .benefits{display:flex;overflow:auto;gap:8px;padding-bottom:4px}
 body.sp-theme-surface-customer .benefit{flex:0 0 132px;min-height:56px;padding:8px}
 body.sp-theme-surface-customer .circle-cats{justify-content:flex-start;gap:12px}
 body.sp-theme-surface-customer .circle-cat{flex-basis:58px;font-size:9px}
 body.sp-theme-surface-customer .circle-cat>span{width:42px;height:42px;border-radius:12px;font-size:19px}
 body.sp-theme-surface-customer .section{margin-block:13px}
 body.sp-theme-surface-customer .section-head h2{font-size:15px}
 body.sp-theme-surface-customer .product-grid,body.sp-theme-surface-customer .favorite-product-grid{gap:7px}
 body.sp-theme-surface-customer .product-card{border-radius:8px}
 body.sp-theme-surface-customer .product-card .product-info{padding:8px}
 body.sp-theme-surface-customer .product-card h3{font-size:10.5px;min-height:29px}
 body.sp-theme-surface-customer .product-card .price{font-size:12px}
 body.sp-theme-surface-customer .mp-v1-gallery,body.sp-theme-surface-customer .mp-v1-info{border-radius:0;border-inline:0;margin-bottom:7px;padding:10px}
 body.sp-theme-surface-customer .mp-v1-info h1{font-size:17px}
 body.sp-theme-surface-customer .cart-plus-banner{margin-inline:4px;border-radius:9px;max-height:98px}
 body.sp-theme-surface-customer .cart-plus-banner img{height:98px;max-height:98px}
 body.sp-theme-surface-customer .ty-seller-card{border-radius:10px;margin:8px 4px;box-shadow:none}
 body.sp-theme-surface-customer .ty-seller-head{padding:10px}
 body.sp-theme-surface-customer .ty-cart-product{padding:10px 8px}
 body.sp-theme-surface-customer .ty-cart-image{width:72px;height:92px;object-fit:contain}
 body.sp-theme-surface-customer .ty-cart-name{font-size:12px}
 body.sp-theme-surface-customer .ty-cart-checkout-bar{padding:9px 10px;gap:10px}
 body.sp-theme-surface-customer .ty-cart-checkout{min-height:44px;border-radius:8px}
 body.sp-theme-surface-customer .sp-orders-head{border-radius:0;border-inline:0;padding:10px}
 body.sp-theme-surface-customer .sp-order-card{margin:8px 4px;border-radius:9px}
}

/* V21.5 — reference board pixel-alignment pass */
body.sp-theme-surface-customer{--ref-navy:#0d2f52;--ref-orange:#ff6a00;--ref-line:#e7e9ed;--ref-muted:#6d7480;background:#f7f8fa}
body.sp-theme-surface-customer .topbar{display:none}
body.sp-theme-surface-customer .header{position:relative;top:auto;box-shadow:none;border-bottom:1px solid #eceef1}
body.sp-theme-surface-customer .header-main{max-width:1180px;min-height:58px;padding:0 4px;gap:18px}
body.sp-theme-surface-customer .header-main .logo{min-width:160px;font-size:22px}
body.sp-theme-surface-customer .header-main .search{height:36px;border-radius:5px;background:#fff;border:1px solid #dfe3e8}
body.sp-theme-surface-customer .header-main .search button{min-width:38px;margin:0;border-radius:0;background:transparent;color:#1a2533}
body.sp-theme-surface-customer .head-actions a{display:flex;flex-direction:row;gap:5px;padding:5px 4px;font-size:11px;border-radius:5px}
body.sp-theme-surface-customer .head-actions svg{width:16px;height:16px}
body.sp-theme-surface-customer .category-nav{max-width:1180px;min-height:35px;padding:0 4px;gap:20px;overflow:hidden}
body.sp-theme-surface-customer .category-nav .allcat{display:none}
body.sp-theme-surface-customer .category-nav>a{font-size:11px;color:#283442}
body.sp-theme-surface-customer main{padding-top:10px}
body.sp-theme-surface-customer .hero{max-width:1180px;margin:0 auto;grid-template-columns:180px minmax(0,1fr);min-height:286px;background:transparent;border-radius:0;box-shadow:none;overflow:visible}
body.sp-theme-surface-customer .hero:before{content:'Kategoriler';display:block;background:#fff;border:1px solid var(--ref-line);border-radius:7px 0 0 7px;padding:15px 13px;color:var(--ref-navy);font-weight:800}
body.sp-theme-surface-customer .hero-main{grid-column:2;min-height:286px;border-radius:7px;padding:38px 34px;background:linear-gradient(110deg,#0b3159 0%,#0d4778 54%,#197eae 100%)}
body.sp-theme-surface-customer .hero-main:before{content:'YAZ FIRSATLARI';display:block;font-size:31px;font-weight:900;line-height:1;color:#fff;max-width:300px;margin-bottom:9px}
body.sp-theme-surface-customer .hero-main:after{content:'☀️  🏖️';font-size:75px;right:45px;bottom:38px}
body.sp-theme-surface-customer .hero-main small{display:none}
body.sp-theme-surface-customer .hero-main h1{font-size:20px;max-width:330px;margin:0 0 9px;color:#fff}
body.sp-theme-surface-customer .hero-main p{font-size:12px;max-width:320px;margin-bottom:14px}
body.sp-theme-surface-customer .hero-buttons .btn{min-height:33px;padding:7px 13px;border-radius:4px;font-size:11px;background:var(--ref-orange)}
body.sp-theme-surface-customer .hero-buttons .btn-light{display:none}
body.sp-theme-surface-customer .hero-side{display:none}
body.sp-theme-surface-customer .benefits{max-width:980px;margin:9px auto 0;grid-template-columns:repeat(5,1fr);gap:8px}
body.sp-theme-surface-customer .benefit{min-height:54px;border:1px solid var(--ref-line);border-radius:7px;padding:8px;justify-content:center}
body.sp-theme-surface-customer .benefit b{font-size:10px}.benefit small{font-size:8px}
body.sp-theme-surface-customer .circle-cats{max-width:980px;margin:auto;padding:10px 0 2px;gap:13px}
body.sp-theme-surface-customer .circle-cat{flex-basis:58px;font-size:9px}
body.sp-theme-surface-customer .circle-cat>span{width:38px;height:38px;border-radius:50%;font-size:17px}
body.sp-theme-surface-customer .section{max-width:1180px;margin:14px auto}
body.sp-theme-surface-customer .section-head h2{font-size:16px}.section-head .eyebrow{display:none}
body.sp-theme-surface-customer .product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
body.sp-theme-surface-customer .product-card{border:1px solid #e5e7eb;border-radius:6px}
body.sp-theme-surface-customer .product-card .product-image img{aspect-ratio:1/1.08;padding:5px}
body.sp-theme-surface-customer .product-card-body{padding:8px!important}
body.sp-theme-surface-customer .card-store{font-size:8px;color:#555}
body.sp-theme-surface-customer .product-card h3{font-size:10px;min-height:28px;margin:3px 0}
body.sp-theme-surface-customer .product-card .rating{font-size:9px}
body.sp-theme-surface-customer .product-card .price strong{font-size:12px;color:var(--ref-orange)}
body.sp-theme-surface-customer .product-actions{display:none}
body.sp-theme-surface-customer .card-badges{font-size:8px;color:#19914d}
body.sp-theme-surface-customer .promo-grid{display:none}
/* reference listing */
body.sp-theme-surface-customer.page-products .search-results-page{padding-top:0}
body.sp-theme-surface-customer .search-results-shell{max-width:1180px}
body.sp-theme-surface-customer .search-breadcrumb{font-size:9px;margin-bottom:3px}
body.sp-theme-surface-customer .search-title-row{border:0;background:transparent;padding:4px 0 8px}
body.sp-theme-surface-customer .search-title-row h1{font-size:17px}
body.sp-theme-surface-customer .search-layout{grid-template-columns:190px 1fr;gap:10px}
body.sp-theme-surface-customer .search-filter-panel{top:10px;border-radius:5px;padding:10px;border:1px solid var(--ref-line)}
body.sp-theme-surface-customer .filter-block,body.sp-theme-surface-customer .filter-group{font-size:10px}
body.sp-theme-surface-customer .search-results-main .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
body.sp-theme-surface-customer .desktop-sort-row{min-height:34px;border:1px solid var(--ref-line);border-radius:5px;padding:5px 8px;background:#fff}
/* reference product */
body.sp-theme-surface-customer.page-product main{padding-top:7px}
body.sp-theme-surface-customer .mp-v1-page{max-width:1180px;grid-template-columns:535px 1fr;gap:18px;padding:12px;border:0;border-radius:0;background:#fff}
body.sp-theme-surface-customer .mp-v1-gallery{border-radius:5px}
body.sp-theme-surface-customer .mp-v1-info h1{font-size:17px}
body.sp-theme-surface-customer .mp-v1-info .price{font-size:22px;color:var(--ref-orange)}
body.sp-theme-surface-customer .mp-v1-seller{padding:8px;border-radius:5px}
body.sp-theme-surface-customer .seller-score-pill{padding:2px 6px;border-radius:4px}
/* reference cart */
body.sp-theme-surface-customer.page-cart{background:#fff}
body.sp-theme-surface-customer .ref-cart-page{max-width:1180px;padding-top:0}
body.sp-theme-surface-customer .ref-cart-header{height:43px;margin:0 0 8px}
body.sp-theme-surface-customer .ref-cart-header h1{font-size:16px}
body.sp-theme-surface-customer .cart-plus-banner{display:none}
body.sp-theme-surface-customer .desktop-cart-filled{grid-template-columns:1fr 250px;gap:10px}
body.sp-theme-surface-customer .cart-seller-group,body.sp-theme-surface-customer .summary{border-radius:5px;border:1px solid var(--ref-line)}
body.sp-theme-surface-customer .cart-table td{padding:8px;font-size:10px}
body.sp-theme-surface-customer .cart-product img{width:46px;height:55px;border-radius:4px}
body.sp-theme-surface-customer .summary{padding:12px}.summary h2{font-size:13px}
body.sp-theme-surface-customer .ref-primary-btn{min-height:36px;border-radius:4px;font-size:11px}
/* account/orders/favorites */
body.sp-theme-surface-customer .sp-account-layout,body.sp-theme-surface-customer .sp-orders-shell{max-width:1180px}
body.sp-theme-surface-customer .sp-account-layout{grid-template-columns:190px 1fr;gap:10px}
body.sp-theme-surface-customer .sp-account-sidebar{border-radius:5px;padding:8px}
body.sp-theme-surface-customer .sp-account-sidebar-nav a{font-size:10px;padding:8px}
body.sp-theme-surface-customer .sp-profile-card,body.sp-theme-surface-customer .sp-wallet-card,body.sp-theme-surface-customer .sp-account-section,body.sp-theme-surface-customer .sp-order-card{border-radius:5px}
body.sp-theme-surface-customer .sp-quick-grid{grid-template-columns:repeat(3,1fr)}
body.sp-theme-surface-customer .favorite-product-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:767px){
 body.sp-theme-surface-customer .header{position:sticky;top:0}
 body.sp-theme-surface-customer .header-main{display:grid;grid-template-columns:1fr auto;min-height:82px;padding:6px 9px;gap:5px}
 body.sp-theme-surface-customer .header-main .logo{font-size:15px;min-width:0}
 body.sp-theme-surface-customer .head-actions a:not(.cart-link){display:none}
 body.sp-theme-surface-customer .head-actions .cart-link span{display:none}
 body.sp-theme-surface-customer .header-main .search{grid-column:1/-1;height:32px}
 body.sp-theme-surface-customer .category-nav{display:none}
 body.sp-theme-surface-customer main{padding-top:5px;padding-bottom:66px}
 body.sp-theme-surface-customer .hero{display:block;min-height:145px;margin:0 7px}
 body.sp-theme-surface-customer .hero:before{display:none}
 body.sp-theme-surface-customer .hero-main{min-height:145px;padding:16px 12px}
 body.sp-theme-surface-customer .hero-main:before{font-size:20px;max-width:180px}
 body.sp-theme-surface-customer .hero-main h1{font-size:12px;max-width:52%}
 body.sp-theme-surface-customer .hero-main p{display:none}
 body.sp-theme-surface-customer .hero-main:after{font-size:38px;right:12px;bottom:22px}
 body.sp-theme-surface-customer .benefits{display:none}
 body.sp-theme-surface-customer .circle-cats{padding:8px 8px 2px;gap:10px}
 body.sp-theme-surface-customer .circle-cat{flex:0 0 48px;font-size:8px}
 body.sp-theme-surface-customer .circle-cat>span{width:34px;height:34px;font-size:15px}
 body.sp-theme-surface-customer .section{margin:10px 7px}
 body.sp-theme-surface-customer .section-head h2{font-size:13px}
 body.sp-theme-surface-customer .product-grid{display:flex;overflow:auto;gap:6px;scroll-snap-type:x proximity}
 body.sp-theme-surface-customer .product-card{flex:0 0 112px;scroll-snap-align:start}
 body.sp-theme-surface-customer .product-card h3{font-size:9px;min-height:25px}
 body.sp-theme-surface-customer .product-card .price strong{font-size:11px}
 body.sp-theme-surface-customer.page-products .search-layout{display:block}
 body.sp-theme-surface-customer.page-products .filter-sidebar{display:none}
 body.sp-theme-surface-customer.page-products .search-results-main .product-grid{display:grid;grid-template-columns:1fr;overflow:visible}
 body.sp-theme-surface-customer.page-products .product-card{display:grid;grid-template-columns:100px 1fr;min-height:112px}
 body.sp-theme-surface-customer.page-products .product-image{grid-row:1/3;width:100px}
 body.sp-theme-surface-customer.page-products .product-card-body{padding:9px!important}
 body.sp-theme-surface-customer .mp-v1-page{display:block;padding:0 8px;background:#fff}
 body.sp-theme-surface-customer .mp-v1-gallery{border:0}
 body.sp-theme-surface-customer .mp-v1-info h1{font-size:14px}
 body.sp-theme-surface-customer .cart-plus-banner{display:none!important}
 body.sp-theme-surface-customer .ty-seller-card{border-radius:5px}
 body.sp-theme-surface-customer .ty-cart-product{grid-template-columns:18px 62px 1fr;padding:9px 7px}
 body.sp-theme-surface-customer .ty-cart-image{width:62px;height:78px}
 body.sp-theme-surface-customer .ty-cart-name{font-size:10px}
 body.sp-theme-surface-customer .ty-cart-price{font-size:12px}
 body.sp-theme-surface-customer .ty-cart-checkout-bar{height:58px;grid-template-columns:105px 1fr;padding:6px;bottom:54px}
 body.sp-theme-surface-customer .ty-cart-total b{font-size:14px}
 body.sp-theme-surface-customer .ty-cart-checkout{border-radius:4px;font-size:11px}
 body.sp-theme-surface-customer .sp-account-layout{display:block}
 body.sp-theme-surface-customer .sp-account-sidebar{position:static;margin-bottom:7px}
 body.sp-theme-surface-customer .favorite-product-grid{grid-template-columns:1fr}
}
/* V21.6 reference-board exact layout pass */
.v2-home-reference{background:#f5f7fb;padding-bottom:40px}.v2-home-shell{display:grid;grid-template-columns:220px 1fr;gap:18px;padding-top:18px}.v2-category-rail{background:#fff;border:1px solid #e6eaf1;border-radius:14px;padding:10px;box-shadow:0 8px 25px rgba(13,32,67,.06)}.v2-rail-title{display:flex;gap:9px;align-items:center;padding:12px;color:#0d2448;border-bottom:1px solid #edf0f5}.v2-category-rail>a{display:grid;grid-template-columns:28px 1fr 15px;gap:8px;align-items:center;padding:10px;border-radius:9px;color:#253551;text-decoration:none;font-size:13px}.v2-category-rail>a:hover{background:#fff4eb;color:#f27a1a}.v2-category-rail>a span{font-size:18px}.v2-category-rail>a i{text-align:right;font-style:normal}.v2-home-main{min-width:0}.v2-hero-card{min-height:270px;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border-radius:18px;background:linear-gradient(115deg,#082a57,#114e86 58%,#ff8b2b);color:#fff;box-shadow:0 15px 35px rgba(8,42,87,.2)}.v2-hero-copy{padding:38px}.v2-hero-copy small{font-weight:800;letter-spacing:2px;color:#ffd8b9}.v2-hero-copy h1{font-size:38px;line-height:1.05;margin:10px 0}.v2-hero-copy p{max-width:540px;color:#e9f3ff}.v2-orange-btn{display:inline-flex;margin-top:12px;padding:12px 22px;border-radius:10px;background:#f27a1a;color:#fff;font-weight:800;text-decoration:none}.v2-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;font-size:80px;background:radial-gradient(circle at 50% 65%,rgba(255,255,255,.25),transparent 45%)}.v2-hero-visual span{position:absolute}.v2-hero-visual .sun{top:22px;right:35px;font-size:58px}.v2-hero-visual .bag{font-size:105px}.v2-hero-visual .palm{bottom:15px;left:20px}.v2-service-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.v2-service-row a{display:grid;grid-template-columns:42px 1fr;column-gap:10px;background:#fff;padding:13px;border:1px solid #e7ebf2;border-radius:12px;text-decoration:none;color:#142847}.v2-service-row a>span{grid-row:1/3;font-size:25px;width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#fff1e6}.v2-service-row b{font-size:13px}.v2-service-row small{font-size:11px;color:#788399}.v2-reference-section{padding-top:26px}.v2-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.v2-section-head small{color:#f27a1a;font-size:10px;font-weight:900;letter-spacing:1.2px}.v2-section-head h2{margin:3px 0 0;color:#10284c;font-size:22px}.v2-section-head>a{font-weight:700;color:#f27a1a;text-decoration:none}.v2-reference-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.v2-campaign-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.v2-campaign-strip a{min-height:105px;padding:22px;border-radius:15px;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(135deg,#142f5f,#f27a1a)}.v2-campaign-strip a:nth-child(2){background:linear-gradient(135deg,#1f5b85,#0b274d)}.v2-campaign-strip a:nth-child(3){background:linear-gradient(135deg,#e76f19,#ffb36c)}.v2-campaign-strip strong{font-size:19px}.v2-campaign-strip span{font-size:12px}.v2-store-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.v2-store-row>a{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border:1px solid #e5e9f0;border-radius:12px;color:#172c4d;text-decoration:none}.v2-store-row>a>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:#0d2d59;color:#fff;font-weight:900}.v2-store-row small{display:block;color:#7c8799;margin-top:4px}.v2-search-tabs{display:flex;gap:4px;border-bottom:1px solid #e4e8ef;margin:0 0 16px}.v2-search-tabs a{padding:10px 18px;color:#66738a;text-decoration:none;font-weight:700;border-bottom:2px solid transparent}.v2-search-tabs a.active{color:#f27a1a;border-color:#f27a1a}.ref-cart-page .desktop-cart-filled{align-items:start}.ref-cart-page .summary{position:sticky;top:92px;border-radius:14px;box-shadow:0 10px 30px rgba(13,34,70,.08)}.ref-cart-page .cart-seller-group{border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(13,34,70,.06)}.product-detail-page .modern-detail{background:#fff;border:1px solid #e4e9f1;border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(13,34,70,.06)}.product-content-tabs{position:sticky;top:72px;z-index:5;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(13,34,70,.08)}.ref-favorites-page,.sp-orders-page,.sp-account-page{background:#f5f7fb}.favorite-product-card,.sp-order-card,.sp-account-section{box-shadow:0 7px 22px rgba(13,34,70,.06)!important}
@media(max-width:900px){.v2-home-shell{display:block;padding:0}.v2-category-rail{display:none}.v2-hero-card{min-height:165px;border-radius:0;grid-template-columns:1fr .42fr}.v2-hero-copy{padding:20px 18px}.v2-hero-copy h1{font-size:24px}.v2-hero-copy p{font-size:12px;margin:6px 0}.v2-orange-btn{padding:9px 15px;font-size:12px}.v2-hero-visual{font-size:48px}.v2-hero-visual .bag{font-size:62px}.v2-hero-visual .sun{font-size:34px;top:15px;right:10px}.v2-hero-visual .palm{font-size:34px;left:2px}.v2-service-row{grid-template-columns:repeat(4,82px);overflow-x:auto;gap:9px;padding:12px 14px;margin:0;background:#fff}.v2-service-row a{display:flex;flex-direction:column;align-items:center;text-align:center;padding:9px 6px;min-width:82px;border:0}.v2-service-row a>span{width:42px;height:42px;grid-row:auto}.v2-service-row b{font-size:10px;margin-top:4px}.v2-service-row small{display:none}.v2-reference-section{padding:18px 12px 0}.v2-section-head h2{font-size:17px}.v2-reference-products{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px}.v2-reference-products>.product-card{min-width:155px;scroll-snap-align:start}.v2-campaign-strip{display:flex;overflow-x:auto;padding:0 12px;margin-top:20px}.v2-campaign-strip a{min-width:245px;min-height:90px}.v2-store-row{display:flex;overflow-x:auto}.v2-store-row>a{min-width:220px}.v2-search-tabs{overflow-x:auto}.v2-search-tabs a{white-space:nowrap;padding:9px 15px}.ref-cart-page{padding-bottom:90px}.desktop-cart-filled{display:none!important}.ty-mobile-cart{display:block!important}.product-content-tabs{top:56px;overflow-x:auto;white-space:nowrap}}

/* V21.7 reference completion */
.v2-mobile-category-strip{display:none}
.v2-hero-visual{position:relative;min-height:280px;overflow:hidden;background:linear-gradient(145deg,#fff7eb 0%,#ffe2bb 52%,#fff 100%);border-radius:30px}
.v2-hero-sun{position:absolute;width:112px;height:112px;border-radius:50%;background:#ff9e2b;right:13%;top:12%;box-shadow:0 0 0 18px rgba(255,158,43,.12)}
.v2-hero-arc{position:absolute;width:330px;height:330px;border:28px solid rgba(14,35,72,.12);border-left-color:#102b55;border-bottom-color:#ff7a00;border-radius:50%;right:-95px;bottom:-155px;transform:rotate(-18deg)}
.v2-hero-bag{position:absolute;width:116px;height:132px;right:30%;bottom:34px;border-radius:18px 18px 28px 28px;background:#102b55;box-shadow:0 18px 35px rgba(14,35,72,.22)}
.v2-hero-bag:before{content:"";position:absolute;width:54px;height:42px;border:9px solid #ff7a00;border-bottom:0;border-radius:32px 32px 0 0;left:22px;top:-30px}.v2-hero-bag i{position:absolute;width:34px;height:34px;border-radius:50%;background:#ff7a00;left:41px;top:46px}
.v2-hero-leaf{position:absolute;width:80px;height:140px;border-radius:100% 0 100% 0;background:#ff7a00;opacity:.9}.v2-leaf-one{left:13%;bottom:-28px;transform:rotate(-24deg)}.v2-leaf-two{left:27%;bottom:-52px;background:#102b55;transform:rotate(18deg)}
.v2-hero-dots{position:absolute;width:90px;height:90px;left:10%;top:14%;background-image:radial-gradient(#102b55 2px,transparent 2px);background-size:14px 14px;opacity:.25}
.v2-favorite-toolbar{display:flex;align-items:center;gap:10px;overflow:auto;padding:12px 0 18px}.v2-favorite-toolbar button,.v2-favorite-toolbar label{white-space:nowrap;border:1px solid #dce3ee;background:#fff;border-radius:999px;padding:10px 15px;font-weight:700;color:#42526b}.v2-favorite-toolbar button.active{background:#102b55;color:#fff;border-color:#102b55}.ref-favorites-header{display:flex!important;justify-content:space-between;align-items:flex-end}.ref-favorites-header small{font-size:11px;color:#ff7a00;font-weight:800;letter-spacing:.12em}.ref-favorites-header>a{background:#ff7a00;color:#fff;border-radius:12px;padding:11px 16px;font-weight:800}
.v2-empty-state{padding:48px 24px;text-align:center;border:1px dashed #d8e0eb;border-radius:20px;background:#fff}.v2-empty-state>span{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:#fff4e9;color:#ff7a00}.v2-empty-state svg{width:32px;height:32px}.v2-empty-state h2{margin:0 0 8px}.v2-empty-state p{color:#69758a}
@media(max-width:767px){.v2-mobile-category-strip{display:flex;gap:10px;overflow:auto;padding:10px 14px;background:#fff;border-bottom:1px solid #edf0f5;scrollbar-width:none}.v2-mobile-category-strip::-webkit-scrollbar{display:none}.v2-mobile-category-strip a{flex:0 0 72px;text-align:center;color:#102b55}.v2-mobile-category-strip a span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 6px;border-radius:18px;background:linear-gradient(145deg,#fff3e7,#ffe0bd);font-size:20px}.v2-mobile-category-strip a b{display:block;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-home-shell{display:block!important}.v2-category-rail{display:none!important}.v2-hero-card{min-height:180px!important;border-radius:20px!important}.v2-hero-copy{padding:20px!important;max-width:58%!important}.v2-hero-copy h1{font-size:24px!important;line-height:1.05!important}.v2-hero-copy p{font-size:12px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v2-hero-visual{position:absolute!important;right:0;top:0;width:46%;height:100%;min-height:0;border-radius:0 20px 20px 0}.v2-hero-sun{width:58px;height:58px}.v2-hero-bag{width:62px;height:74px;right:24%;bottom:20px}.v2-hero-bag:before{width:28px;height:22px;border-width:5px;left:12px;top:-17px}.v2-hero-bag i{width:18px;height:18px;left:22px;top:26px}.v2-hero-arc{width:170px;height:170px;border-width:14px;right:-58px;bottom:-84px}.v2-service-row{grid-template-columns:repeat(4,1fr)!important;gap:6px!important}.v2-service-row a{padding:10px 4px!important;text-align:center}.v2-service-row a span{margin:auto}.v2-service-row a small{display:none}.v2-service-row a b{font-size:10px}.ref-favorites-header{align-items:center}.ref-favorites-header>a{font-size:11px;padding:9px 11px}.v2-favorite-toolbar{padding-inline:12px}.favorite-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.favorite-product-card{border-radius:14px!important}.favorite-card-body{padding:10px!important}.favorite-card-body h3{font-size:12px!important;min-height:34px}.favorite-price{font-size:16px!important}}
/* ==========================================================================
   SorfPazar V2 — Referans tamamlama paketi (Adresler, Kuponlar, Bildirimler,
   Mesajlar, İade, Cüzdan, Affiliate, Canlı Destek, Mağaza Sayfası).
   Sadece görsel katman: mevcut class isimleri hedeflenir, PHP/form/URL
   yapısına dokunulmaz. Tema token'ları themes/sorfpazar-v2/assets/css/theme.css
   içindeki --sp-* değişkenleridir.
   ========================================================================== */
body.sp-theme-surface-customer{--acc-line:var(--sp-border,#e1e7f0);--acc-navy:var(--sp-navy,#0f2747);--acc-orange:var(--sp-orange,#f36f21)}

/* ---- Ortak kart/başlık iskeleti: account-mobile-page ailesi
   (Adresler / Kuponlar / Mesajlar / Cüzdan) ---- */
body.sp-theme-surface-customer .account-mobile-page{max-width:820px;margin:0 auto;padding-bottom:40px}
body.sp-theme-surface-customer .amp-head{display:flex;align-items:center;gap:12px;padding:16px 4px;margin-bottom:14px;border-bottom:1px solid var(--acc-line)}
body.sp-theme-surface-customer .amp-head h1,body.sp-theme-surface-customer .amp-head h2{margin:0;color:var(--acc-navy);font-size:19px;font-weight:800}
body.sp-theme-surface-customer .amp-back{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--acc-line);color:var(--acc-navy);text-decoration:none;flex:0 0 auto}
body.sp-theme-surface-customer .amp-back:hover{background:#f3f6fb}
body.sp-theme-surface-customer .amp-card{background:#fff;border:1px solid var(--acc-line);border-radius:var(--sp-r,16px);box-shadow:var(--sp-shadow,0 8px 28px rgba(15,39,71,.08));padding:16px;margin-bottom:12px}
body.sp-theme-surface-customer .amp-card.amp-empty{text-align:center;padding:44px 20px;border:1px dashed #cbd5e2;box-shadow:none;color:#68758a}
body.sp-theme-surface-customer .amp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:11px;padding:10px 16px;font-weight:700;border:1px solid var(--acc-line);background:#fff;color:var(--acc-navy);text-decoration:none;min-height:42px}
body.sp-theme-surface-customer .amp-btn.amp-primary{background:var(--acc-orange);border-color:var(--acc-orange);color:#fff}
body.sp-theme-surface-customer .amp-btn.amp-primary:hover{background:var(--sp-orange-dark,#d95b12)}

/* Adresler */
body.sp-theme-surface-customer .address-list-compact{display:grid;gap:12px}
body.sp-theme-surface-customer .address-card-compact{background:#fff;border:1px solid var(--acc-line);border-radius:14px;padding:14px;box-shadow:0 5px 18px rgba(15,39,71,.05);display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
body.sp-theme-surface-customer .address-compact-content{font-size:13px;color:#3b485d;line-height:1.55}
body.sp-theme-surface-customer .address-form-compact{display:grid;gap:12px}
body.sp-theme-surface-customer .address-form-compact .full{grid-column:1/-1}

/* Kuponlar */
body.sp-theme-surface-customer .coupon-tabs{display:flex;gap:8px;margin-bottom:14px;overflow:auto}
body.sp-theme-surface-customer .coupon-tabs a{white-space:nowrap;border:1px solid var(--acc-line);background:#fff;border-radius:999px;padding:9px 16px;font-weight:700;font-size:13px;color:#3b485d;text-decoration:none}
body.sp-theme-surface-customer .coupon-tabs a.active{background:var(--acc-navy);border-color:var(--acc-navy);color:#fff}
body.sp-theme-surface-customer .coupon-list{display:grid;gap:12px}
body.sp-theme-surface-customer .coupon-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;border-left:4px dashed var(--acc-orange);overflow:hidden}
body.sp-theme-surface-customer .coupon-card.coupon-used{opacity:.55;border-left-color:#9aa6b8}
body.sp-theme-surface-customer .coupon-value{font-size:22px;font-weight:900;color:var(--acc-orange)}
body.sp-theme-surface-customer .coupon-code{display:inline-block;margin-top:6px;padding:4px 10px;border-radius:8px;background:#f3f6fb;font-family:monospace;font-weight:700;letter-spacing:.05em;color:var(--acc-navy)}

/* Bildirimler */
body.sp-theme-surface-customer .notif-page{max-width:780px;margin:0 auto;padding-bottom:40px}
body.sp-theme-surface-customer .notif-head{display:flex;align-items:center;gap:12px;padding:16px 4px;border-bottom:1px solid var(--acc-line);margin-bottom:6px}
body.sp-theme-surface-customer .notif-head h1{margin:0;color:var(--acc-navy);font-size:19px;font-weight:800}
body.sp-theme-surface-customer .notif-back{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--acc-line);color:var(--acc-navy);text-decoration:none}
body.sp-theme-surface-customer .notif-summary{padding:10px 4px;color:#68758a;font-size:13px}
body.sp-theme-surface-customer .notif-tabs{display:flex;gap:8px;padding:6px 4px 14px;overflow:auto}
body.sp-theme-surface-customer .notif-tabs a{white-space:nowrap;border:1px solid var(--acc-line);background:#fff;border-radius:999px;padding:8px 14px;font-weight:700;font-size:12px;color:#3b485d;text-decoration:none}
body.sp-theme-surface-customer .notif-tabs a.active{background:var(--acc-orange);border-color:var(--acc-orange);color:#fff}
body.sp-theme-surface-customer .notif-tools{display:flex;justify-content:flex-end;gap:8px;padding:0 4px 10px}
body.sp-theme-surface-customer .notif-list{display:grid;gap:10px}
body.sp-theme-surface-customer .notif-item{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--acc-line);border-radius:14px;padding:13px;box-shadow:0 5px 18px rgba(15,39,71,.05)}
body.sp-theme-surface-customer .notif-item.unread{border-left:4px solid var(--acc-orange);background:#fffaf4}
body.sp-theme-surface-customer .notif-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eef3f9;color:var(--acc-navy);flex:0 0 auto;font-size:17px}
body.sp-theme-surface-customer .notif-empty{text-align:center;padding:44px 20px;color:#68758a}
body.sp-theme-surface-customer .notif-actions{display:flex;gap:8px}
body.sp-theme-surface-customer .notif-copy{font-size:13px;color:#3b485d;line-height:1.5}

/* Mesajlar */
body.sp-theme-surface-customer .msg-tabs{display:flex;gap:8px;padding:4px 0 14px;overflow:auto}
body.sp-theme-surface-customer .msg-tabs a{white-space:nowrap;border:1px solid var(--acc-line);background:#fff;border-radius:999px;padding:9px 15px;font-weight:700;font-size:12px;color:#3b485d;text-decoration:none}
body.sp-theme-surface-customer .msg-tabs a.active{background:var(--acc-navy);border-color:var(--acc-navy);color:#fff}
body.sp-theme-surface-customer .seller-message{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--acc-line);border-radius:14px;padding:13px;margin-bottom:10px;box-shadow:0 5px 18px rgba(15,39,71,.05);text-decoration:none;color:inherit}
body.sp-theme-surface-customer .seller-message .logo{width:42px;height:42px;border-radius:12px;background:var(--acc-navy);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
body.sp-theme-surface-customer .seller-message .arrow{margin-left:auto;color:#9aa6b8}

/* Cüzdan (Rewards/Wallet) */
body.sp-theme-surface-customer .wallet-main{background:linear-gradient(135deg,var(--acc-navy),#1c4f85);color:#fff;border-radius:18px;padding:22px;margin-bottom:14px;box-shadow:0 12px 30px rgba(15,39,71,.2)}
body.sp-theme-surface-customer .wallet-main b{font-size:28px;display:block;margin-top:6px}
body.sp-theme-surface-customer .wallet-transaction{display:flex;align-items:center;justify-content:space-between;padding:12px 4px;border-bottom:1px solid var(--acc-line);font-size:13px}
body.sp-theme-surface-customer .wallet-transaction:last-child{border-bottom:0}

/* Affiliate */
body.sp-theme-surface-customer .sp-aff{max-width:960px;margin:0 auto;padding-bottom:40px}
body.sp-theme-surface-customer .sp-aff-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}
body.sp-theme-surface-customer .sp-aff-card{background:#fff;border:1px solid var(--acc-line);border-radius:var(--sp-r,16px);box-shadow:var(--sp-shadow,0 8px 28px rgba(15,39,71,.08));padding:16px}
body.sp-theme-surface-customer .sp-aff-card strong{display:block;color:var(--acc-navy);font-size:22px}
body.sp-theme-surface-customer .sp-aff-form{background:#fff;border:1px solid var(--acc-line);border-radius:16px;padding:18px;display:grid;gap:12px}

/* Canlı Destek */
body.sp-theme-surface-customer .live-support-page{max-width:1080px;margin:0 auto;padding-bottom:40px}
body.sp-theme-surface-customer .live-support-head{padding:16px 4px;color:var(--acc-navy)}
body.sp-theme-surface-customer .live-support-page .layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:start}
body.sp-theme-surface-customer .live-chat-card{background:#fff;border:1px solid var(--acc-line);border-radius:16px;box-shadow:var(--sp-shadow,0 8px 28px rgba(15,39,71,.08));overflow:hidden;display:flex;flex-direction:column;min-height:480px}
body.sp-theme-surface-customer .live-stream{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}
body.sp-theme-surface-customer .live-msg{max-width:72%;padding:10px 13px;border-radius:14px;font-size:13px;line-height:1.5}
body.sp-theme-surface-customer .live-msg.mine{align-self:flex-end;background:var(--acc-orange);color:#fff;border-bottom-right-radius:4px}
body.sp-theme-surface-customer .live-msg.theirs{align-self:flex-start;background:#eef3f9;color:#172033;border-bottom-left-radius:4px}
body.sp-theme-surface-customer .live-compose{display:flex;gap:8px;padding:12px;border-top:1px solid var(--acc-line);background:#fbfcfe}
body.sp-theme-surface-customer .live-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#159a68;margin-right:6px}
body.sp-theme-surface-customer .live-dot.off{background:#9aa6b8}
body.sp-theme-surface-customer .live-empty{text-align:center;padding:40px 20px;color:#68758a}
body.sp-theme-surface-customer .dialog-card{background:#fff;border-radius:16px;padding:20px;box-shadow:var(--sp-shadow-hover,0 14px 36px rgba(15,39,71,.14))}

/* İade / Değişim */
body.sp-theme-surface-customer .account-layout.return-scope,body.sp-theme-surface-customer .return-list.compact-return-list{display:grid;gap:12px}
body.sp-theme-surface-customer .return-card.compact-return-card{background:#fff;border:1px solid var(--acc-line);border-radius:16px;box-shadow:0 5px 18px rgba(15,39,71,.05);padding:16px}
body.sp-theme-surface-customer .return-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
body.sp-theme-surface-customer .status-timeline.return-steps{display:flex;gap:6px;margin:12px 0}
body.sp-theme-surface-customer .status-timeline.return-steps li,body.sp-theme-surface-customer .status-timeline.return-steps>*{flex:1;height:6px;border-radius:3px;background:#e5e9f0}
body.sp-theme-surface-customer .status-timeline.return-steps .done{background:var(--acc-orange)}
body.sp-theme-surface-customer .return-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;font-size:13px;color:#3b485d}
body.sp-theme-surface-customer .return-card-actions{display:flex;gap:8px;margin-top:12px}

/* ---- Mağaza Sayfası (store.php) ---- */
body.sp-theme-surface-customer .store-v2{max-width:1180px;margin:0 auto;padding-bottom:40px}
body.sp-theme-surface-customer .store-cover{position:relative;height:200px;border-radius:18px;overflow:hidden;background:linear-gradient(120deg,var(--acc-navy),#1c4f85)}
body.sp-theme-surface-customer .store-cover-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,39,71,.75),rgba(15,39,71,0))}
body.sp-theme-surface-customer .store-identity{display:flex;align-items:center;gap:16px;margin-top:-46px;padding:0 20px;position:relative;z-index:2}
body.sp-theme-surface-customer .store-avatar{width:88px;height:88px;border-radius:20px;background:#fff;border:4px solid #fff;box-shadow:0 8px 22px rgba(15,39,71,.18);display:grid;place-items:center;font-weight:900;font-size:26px;color:var(--acc-navy)}
body.sp-theme-surface-customer .store-name-row{display:flex;align-items:center;gap:8px}
body.sp-theme-surface-customer .store-name-row h1{margin:0;color:var(--acc-navy);font-size:22px}
body.sp-theme-surface-customer .verified-badge{display:inline-flex;align-items:center;gap:4px;background:#e9f8ef;color:#137a42;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:800}
body.sp-theme-surface-customer .store-follow{background:var(--acc-orange);color:#fff;border:0;border-radius:11px;padding:10px 18px;font-weight:800}
body.sp-theme-surface-customer .store-stats{display:flex;gap:22px;padding:14px 20px;color:#68758a;font-size:13px}
body.sp-theme-surface-customer .store-stats b{color:var(--acc-navy);display:block;font-size:16px}
body.sp-theme-surface-customer .store-nav{display:flex;gap:6px;padding:6px 20px;border-bottom:1px solid var(--acc-line);margin-bottom:16px;overflow:auto}
body.sp-theme-surface-customer .store-nav a{white-space:nowrap;padding:10px 14px;border-radius:10px 10px 0 0;color:#3b485d;text-decoration:none;font-weight:700;font-size:13px}
body.sp-theme-surface-customer .store-nav a.active{color:var(--acc-orange);border-bottom:2px solid var(--acc-orange)}
body.sp-theme-surface-customer .store-category-tabs{display:flex;gap:8px;padding:0 20px 14px;overflow:auto}
body.sp-theme-surface-customer .store-category-tabs a{white-space:nowrap;border:1px solid var(--acc-line);background:#fff;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;color:#3b485d;text-decoration:none}
body.sp-theme-surface-customer .store-category-tabs a.active{background:var(--acc-navy);border-color:var(--acc-navy);color:#fff}
body.sp-theme-surface-customer .store-section{padding:0 20px 24px}
body.sp-theme-surface-customer .store-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
body.sp-theme-surface-customer .store-section-head h2{margin:0;color:var(--acc-navy);font-size:17px}
body.sp-theme-surface-customer .store-featured-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.sp-theme-surface-customer .store-announcement{margin:0 20px 16px;background:#fff4e9;border:1px solid #ffdcb2;border-radius:12px;padding:12px 16px;color:#a45010;font-size:13px}
body.sp-theme-surface-customer .store-vacation-note{margin:0 20px 16px;background:#fdeeee;border:1px solid #f3c7c7;border-radius:12px;padding:12px 16px;color:#a13c3c;font-size:13px}
body.sp-theme-surface-customer .store-socials{display:flex;gap:8px;padding:0 20px}
body.sp-theme-surface-customer .store-socials a{width:34px;height:34px;border-radius:10px;background:#eef3f9;display:grid;place-items:center;color:var(--acc-navy)}
body.sp-theme-surface-customer .store-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 20px;font-size:13px;color:#3b485d}
body.sp-theme-surface-customer .store-about,body.sp-theme-surface-customer .store-text-section{background:#fff;border:1px solid var(--acc-line);border-radius:14px;margin:0 20px 16px;padding:16px}
body.sp-theme-surface-customer .store-preview-bar{background:var(--acc-navy);color:#fff;text-align:center;padding:10px;font-size:12px;font-weight:700}

@media(max-width:767px){
  body.sp-theme-surface-customer .amp-head h1,body.sp-theme-surface-customer .amp-head h2,body.sp-theme-surface-customer .notif-head h1{font-size:16px}
  body.sp-theme-surface-customer .sp-aff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.sp-theme-surface-customer .live-support-page .layout{display:block}
  body.sp-theme-surface-customer .live-chat-card{min-height:60vh}
  body.sp-theme-surface-customer .store-cover{height:130px;border-radius:0}
  body.sp-theme-surface-customer .store-identity{padding:0 14px;margin-top:-36px}
  body.sp-theme-surface-customer .store-avatar{width:66px;height:66px;border-radius:16px;font-size:20px}
  body.sp-theme-surface-customer .store-name-row h1{font-size:17px}
  body.sp-theme-surface-customer .store-stats{padding:12px 14px;gap:14px;overflow:auto}
  body.sp-theme-surface-customer .store-nav,body.sp-theme-surface-customer .store-category-tabs{padding-inline:14px}
  body.sp-theme-surface-customer .store-section{padding:0 14px 18px}
  body.sp-theme-surface-customer .store-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.sp-theme-surface-customer .store-info-grid{grid-template-columns:1fr;padding:0 14px}
  body.sp-theme-surface-customer .store-about,body.sp-theme-surface-customer .store-text-section{margin:0 14px 14px}
  body.sp-theme-surface-customer .return-info-grid{grid-template-columns:1fr}
}

/* V21.8 reference parity pass: core customer screens */
body.sp-theme-surface-customer{background:#f5f7fa;color:#172033}
body.sp-theme-surface-customer .container{max-width:1180px}
body.sp-theme-surface-customer .site-header,body.sp-theme-surface-customer .desktop-header{background:#fff;border-bottom:1px solid #e7ebf0;box-shadow:0 4px 18px rgba(15,39,71,.04)}
body.sp-theme-surface-customer .search-box,body.sp-theme-surface-customer .header-search{border:1px solid #dfe5ec;border-radius:12px;background:#f8fafc;min-height:44px}
body.sp-theme-surface-customer .product-card{border:1px solid #e3e8ef;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(15,39,71,.055);transition:.2s ease}
body.sp-theme-surface-customer .product-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,39,71,.1)}
body.sp-theme-surface-customer .product-card img{aspect-ratio:1/1;object-fit:cover;background:#f3f5f8}
body.sp-theme-surface-customer .product-card .price{color:#f36f21;font-weight:900}
body.sp-theme-surface-customer .section-head h2{font-size:21px;color:#102b55;letter-spacing:-.03em}
body.sp-theme-surface-customer .v2-home-reference{padding-top:18px}
body.sp-theme-surface-customer .v2-hero-card{background:linear-gradient(110deg,#fff1df 0%,#ffe1bc 48%,#fff7ed 100%);border:1px solid #ffd9ad;box-shadow:none}
body.sp-theme-surface-customer .v2-hero-copy h1{color:#102b55;font-weight:950;letter-spacing:-.045em}
body.sp-theme-surface-customer .v2-orange-btn{background:#f36f21!important;color:#fff!important;border-radius:11px!important;box-shadow:0 8px 18px rgba(243,111,33,.22)}
body.sp-theme-surface-customer .v2-service-row a{background:#fff;border:1px solid #e5eaf0;border-radius:14px;box-shadow:0 4px 14px rgba(15,39,71,.045)}
body.sp-theme-surface-customer .search-layout{grid-template-columns:240px minmax(0,1fr);gap:18px}
body.sp-theme-surface-customer .search-filter-panel{position:sticky;top:84px;align-self:start;border:1px solid #e2e7ee;border-radius:15px;background:#fff;box-shadow:none}
body.sp-theme-surface-customer .v2-search-tabs{display:flex;gap:8px;border-bottom:1px solid #e5e9ef;margin-bottom:14px}
body.sp-theme-surface-customer .v2-search-tabs a{padding:11px 16px;color:#647086;font-weight:800;border-bottom:3px solid transparent}
body.sp-theme-surface-customer .v2-search-tabs a.active{color:#f36f21;border-bottom-color:#f36f21}
body.sp-theme-surface-customer .product-detail-layout,body.sp-theme-surface-customer .product-main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:24px;align-items:start}
body.sp-theme-surface-customer .product-gallery,body.sp-theme-surface-customer .product-info-card,body.sp-theme-surface-customer .content-card{background:#fff;border:1px solid #e3e8ef;border-radius:16px;box-shadow:0 5px 18px rgba(15,39,71,.05)}
body.sp-theme-surface-customer .product-content-tabs{position:sticky;top:68px;z-index:5;display:flex;gap:6px;background:#fff;border:1px solid #e3e8ef;border-radius:14px;padding:7px;margin:18px 0}
body.sp-theme-surface-customer .product-content-tabs a{flex:1;text-align:center;padding:10px;border-radius:10px;font-weight:800;color:#4b5870}
body.sp-theme-surface-customer .product-content-tabs a:hover{background:#fff3e8;color:#f36f21}
body.sp-theme-surface-customer .ref-cart-page{max-width:1180px;margin:auto;padding:18px 16px 90px}
body.sp-theme-surface-customer .desktop-cart-filled{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}
body.sp-theme-surface-customer .cart-seller-group,body.sp-theme-surface-customer .summary{background:#fff;border:1px solid #e2e7ed;border-radius:16px;box-shadow:0 5px 18px rgba(15,39,71,.045)}
body.sp-theme-surface-customer .desktop-store-head{padding:15px 18px;border-bottom:1px solid #edf0f4}
body.sp-theme-surface-customer .cart-table{padding:0 18px}
body.sp-theme-surface-customer .cart-product{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:15px;align-items:center;padding:16px 0;border-bottom:1px solid #edf0f4}
body.sp-theme-surface-customer .summary{position:sticky;top:84px;padding:18px}
body.sp-theme-surface-customer .summary .btn,body.sp-theme-surface-customer .ref-primary-btn{width:100%;background:#f36f21;color:#fff;border-radius:12px;min-height:46px;font-weight:900}
body.sp-theme-surface-customer .sp-account-layout{grid-template-columns:240px minmax(0,1fr);gap:18px}
body.sp-theme-surface-customer .sp-account-sidebar,body.sp-theme-surface-customer .sp-profile-card,body.sp-theme-surface-customer .sp-account-section{background:#fff;border:1px solid #e3e8ef;border-radius:16px;box-shadow:0 5px 18px rgba(15,39,71,.045)}
body.sp-theme-surface-customer .sp-account-sidebar-nav a{border-radius:10px;padding:11px 12px}
body.sp-theme-surface-customer .sp-account-sidebar-nav a.is-active{background:#102b55;color:#fff}
body.sp-theme-surface-customer .sp-order-card{background:#fff;border:1px solid #e3e8ef;border-radius:15px;box-shadow:0 5px 18px rgba(15,39,71,.045);overflow:hidden}
body.sp-theme-surface-customer .favorite-product-card{background:#fff;border:1px solid #e3e8ef;border-radius:15px;overflow:hidden;box-shadow:0 5px 18px rgba(15,39,71,.045)}
body.sp-theme-surface-customer .storefront-hero,body.sp-theme-surface-customer .store-hero{border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#102b55,#1b4d80);color:#fff}
@media(max-width:900px){body.sp-theme-surface-customer .search-layout,body.sp-theme-surface-customer .product-detail-layout,body.sp-theme-surface-customer .product-main-grid,body.sp-theme-surface-customer .desktop-cart-filled,body.sp-theme-surface-customer .sp-account-layout{display:block}.search-filter-panel{position:static!important}.summary{position:static!important;margin-top:12px}.product-content-tabs{overflow:auto;position:static!important}.product-content-tabs a{flex:0 0 auto;white-space:nowrap}.sp-account-sidebar{margin-bottom:12px}}
@media(max-width:767px){body.sp-theme-surface-customer{background:#f4f6f9}.site-header,.desktop-header{box-shadow:none!important}.container{padding-inline:12px}.section-head h2{font-size:17px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card{border-radius:13px!important}.product-card .product-body{padding:10px!important}.ref-cart-page{padding:10px 10px 92px!important}.cart-plus-banner{border-radius:14px!important}.desktop-cart-filled{display:none!important}.mobile-cart-filled{display:block!important}.sp-orders-shell,.ref-favorites-page,.sp-account-shell{padding-inline:10px!important}.sp-order-card,.favorite-product-card,.sp-profile-card,.sp-account-section{border-radius:13px!important}.mobile-bottom-nav{border-radius:18px 18px 0 0;box-shadow:0 -6px 22px rgba(15,39,71,.1)}}

/* V21.11 — Referans pano: Ana sayfa + Kategoriler gerçek ekran uyumu */
body.sp-theme-surface-customer .v2-home-reference{background:#fff;padding:14px 0 34px}
body.sp-theme-surface-customer .v2-home-shell{display:grid;grid-template-columns:178px minmax(0,1fr);gap:18px;max-width:1180px}
body.sp-theme-surface-customer .v2-category-rail{border:1px solid #e6e9ee;border-radius:10px;background:#fff;overflow:hidden;padding:0;box-shadow:0 3px 10px rgba(15,39,71,.035)}
body.sp-theme-surface-customer .v2-rail-title{padding:12px 13px;border-bottom:1px solid #edf0f4;font-size:13px;color:#142b4b}
body.sp-theme-surface-customer .v2-category-rail>a{height:34px;padding:0 12px;display:grid;grid-template-columns:18px 1fr 12px;align-items:center;border-bottom:1px solid #f1f3f6;color:#26364d;font-size:11px}
body.sp-theme-surface-customer .v2-category-rail>a:last-child{border-bottom:0}
body.sp-theme-surface-customer .v2-category-rail>a:hover{background:#fff6ee;color:#f36f21}
body.sp-theme-surface-customer .v2-category-rail>a b{font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.sp-theme-surface-customer .v2-home-main{min-width:0}
body.sp-theme-surface-customer .v2-reference-hero{position:relative;display:block;min-height:260px;border-radius:12px;overflow:hidden;background:#1188b9;border:0;box-shadow:0 5px 16px rgba(18,57,89,.12)}
body.sp-theme-surface-customer .v2-reference-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy{position:relative;z-index:2;width:52%;padding:42px 34px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.12)}
body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy:before{content:"";position:absolute;z-index:-1;inset:0 -80px 0 0;background:linear-gradient(90deg,rgba(9,55,92,.94) 0%,rgba(9,55,92,.79) 62%,transparent 100%)}
body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy small{font-size:12px;letter-spacing:.08em;font-weight:900;color:#fff}
body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy h1{font-size:34px;line-height:1.03;margin:9px 0 10px;color:#fff;max-width:360px}
body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy p{font-size:13px;color:rgba(255,255,255,.9);margin:0 0 18px;max-width:340px}
body.sp-theme-surface-customer .v2-reference-hero .v2-orange-btn{display:inline-flex;padding:11px 18px;border-radius:7px;background:#f36f21!important;font-size:12px;font-weight:850}
body.sp-theme-surface-customer .v2-reference-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
body.sp-theme-surface-customer .v2-reference-shortcuts>a{min-height:72px;padding:10px 8px;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:9px;align-content:center;border:1px solid #e8ebef;border-radius:9px;background:#fff;box-shadow:none}
body.sp-theme-surface-customer .v2-reference-shortcuts>a>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff2e6;color:#f36f21;font-size:17px}
body.sp-theme-surface-customer .v2-reference-shortcuts b{font-size:11px;color:#172a46}
body.sp-theme-surface-customer .v2-reference-shortcuts small{font-size:9px;color:#8a94a5}
body.sp-theme-surface-customer .v2-reference-section{max-width:1180px;padding-top:18px}
body.sp-theme-surface-customer .v2-section-head{margin-bottom:10px}
body.sp-theme-surface-customer .v2-section-head small{display:none}
body.sp-theme-surface-customer .v2-section-head h2{font-size:16px;margin:0;color:#172a46}
body.sp-theme-surface-customer .v2-section-head a{font-size:10px;color:#f36f21;font-weight:800}
body.sp-theme-surface-customer .v2-reference-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.sp-theme-surface-customer .v2-reference-products .product-card{border-radius:9px;border-color:#e7eaf0;box-shadow:none}

body.sp-theme-surface-customer .v2-category-page .search-results-shell{max-width:1180px;padding-top:14px}
body.sp-theme-surface-customer .v2-category-page .search-breadcrumb{font-size:10px;margin-bottom:12px}
body.sp-theme-surface-customer .v2-category-page .search-title-row{align-items:flex-end;margin-bottom:12px}
body.sp-theme-surface-customer .v2-category-page .search-title-row h1{font-size:22px;margin:0 0 3px;color:#172a46}
body.sp-theme-surface-customer .v2-category-page .search-title-row p{font-size:10px;color:#7a8494;margin:0}
body.sp-theme-surface-customer .v2-category-page .v2-search-tabs{display:none}
body.sp-theme-surface-customer .v2-category-page .search-layout{grid-template-columns:205px minmax(0,1fr);gap:18px}
body.sp-theme-surface-customer .v2-category-page .search-filter-panel{top:78px;border-radius:10px;padding:0;overflow:hidden}
body.sp-theme-surface-customer .v2-category-page .filter-panel-head{height:42px;padding:0 13px;border-bottom:1px solid #edf0f4;font-size:12px}
body.sp-theme-surface-customer .v2-category-page .filter-block,body.sp-theme-surface-customer .v2-category-page .filter-group{padding:12px 13px;margin:0;border-bottom:1px solid #edf0f4}
body.sp-theme-surface-customer .v2-category-page .filter-block h3,body.sp-theme-surface-customer .v2-category-page .filter-group summary{font-size:11px;color:#23334c;margin:0 0 9px}
body.sp-theme-surface-customer .v2-category-page select,body.sp-theme-surface-customer .v2-category-page input{height:34px;font-size:10px;border-radius:7px}
body.sp-theme-surface-customer .v2-category-page .desktop-sort-row{height:44px;margin-bottom:10px;padding:0 2px;background:transparent;border:0}
body.sp-theme-surface-customer .v2-category-page .listing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.sp-theme-surface-customer .v2-category-page .product-card{border-radius:9px;box-shadow:none;border:1px solid #e5e8ed}
.v2-mobile-category-list{display:none}

@media(max-width:767px){
 body.sp-theme-surface-customer .v2-home-reference{padding-top:0}
 body.sp-theme-surface-customer .v2-mobile-category-strip{padding:8px 10px;gap:4px;border:0}
 body.sp-theme-surface-customer .v2-mobile-category-strip a{flex-basis:50px}
 body.sp-theme-surface-customer .v2-mobile-category-strip a span{width:34px;height:34px;border-radius:50%;font-size:14px;background:#fff4e8}
 body.sp-theme-surface-customer .v2-mobile-category-strip a b{font-size:8px}
 body.sp-theme-surface-customer .v2-home-shell{padding:0 10px!important}
 body.sp-theme-surface-customer .v2-reference-hero{min-height:150px!important;border-radius:9px!important;margin:6px 0 0}
 body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy{width:62%;padding:20px 15px!important;max-width:none!important}
 body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy:before{right:-45px}
 body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy small{font-size:8px}
 body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy h1{font-size:20px!important;margin:5px 0 6px;max-width:190px}
 body.sp-theme-surface-customer .v2-reference-hero .v2-hero-copy p{display:none}
 body.sp-theme-surface-customer .v2-reference-hero .v2-orange-btn{font-size:8px;padding:7px 10px;border-radius:5px!important}
 body.sp-theme-surface-customer .v2-reference-hero-image{object-position:58% center}
 body.sp-theme-surface-customer .v2-reference-shortcuts{display:flex!important;gap:2px!important;margin:8px 0 0;padding:0!important;overflow:visible;background:transparent}
 body.sp-theme-surface-customer .v2-reference-shortcuts>a{flex:1;min-width:0!important;min-height:54px;padding:4px 1px!important;display:flex;flex-direction:column;border:0;background:transparent;box-shadow:none}
 body.sp-theme-surface-customer .v2-reference-shortcuts>a>span{width:30px;height:30px;font-size:13px}
 body.sp-theme-surface-customer .v2-reference-shortcuts b{font-size:7.5px;margin-top:3px;white-space:nowrap}
 body.sp-theme-surface-customer .v2-reference-section{padding:12px 10px 0}
 body.sp-theme-surface-customer .v2-section-head h2{font-size:13px!important}
 body.sp-theme-surface-customer .v2-reference-products{gap:7px!important}
 body.sp-theme-surface-customer .v2-reference-products>.product-card{min-width:112px!important;max-width:112px}
 body.sp-theme-surface-customer .v2-reference-products .product-card .product-body{padding:7px!important}
 body.sp-theme-surface-customer .v2-reference-products .product-card h3{font-size:8px!important;line-height:1.25;min-height:20px}

 body.sp-theme-surface-customer .v2-category-page .search-results-shell{padding:0 0 70px}
 body.sp-theme-surface-customer .v2-category-page .search-mobile-top{padding:8px 10px;background:#fff;border-bottom:1px solid #edf0f4}
 body.sp-theme-surface-customer .v2-category-page .search-breadcrumb,body.sp-theme-surface-customer .v2-category-page .search-title-row,body.sp-theme-surface-customer .v2-category-page .search-layout{display:none!important}
 body.sp-theme-surface-customer .v2-category-page .search-mobile-actions{position:fixed;z-index:35;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid #dfe3e9;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}
 body.sp-theme-surface-customer .v2-category-page .search-mobile-actions .search-chip:nth-child(3){display:none}
 body.sp-theme-surface-customer .v2-category-page .search-chip{justify-content:center;height:38px;border-radius:0;border:0;background:#fff;font-size:10px;font-weight:800}
 .v2-mobile-category-list{display:block;background:#fff;padding:8px 0}
 .v2-mobile-category-list>strong{display:block;text-align:center;font-size:13px;padding:7px 14px 11px;border-bottom:1px solid #edf0f4;color:#172a46}
 .v2-mobile-category-list>div{display:block}
 .v2-mobile-category-list a{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 18px;border-bottom:1px solid #f0f2f5;color:#2d3b50;font-size:11px;font-weight:650}
 .v2-mobile-category-list a.active{color:#f36f21;background:#fff8f2}
 .v2-mobile-category-list a span{color:#a4acb8;font-size:16px}
}


/* V21.12 PARÇA 1 — referans panoya sıkı uyum */
body.sp-theme-surface-customer .v2-home-reference{background:#fff;padding:12px 0 26px}
body.sp-theme-surface-customer .v2-home-shell{max-width:1180px;display:grid;grid-template-columns:170px minmax(0,1fr);gap:14px;padding:0 12px}
body.sp-theme-surface-customer .v2-category-rail{border:0;border-radius:0;box-shadow:none;background:#fff;padding:0}
body.sp-theme-surface-customer .v2-rail-title{height:32px;padding:0 9px;border-bottom:1px solid #e9edf2;font-size:11px}
body.sp-theme-surface-customer .v2-category-rail>a{display:grid;grid-template-columns:1fr 10px;height:27px;padding:0 9px;border-bottom:0;border-radius:0;font-size:10px}
body.sp-theme-surface-customer .v2-category-rail>a i{font-size:12px;color:#a8b0bd}
body.sp-theme-surface-customer .v2-hero-card{height:262px;min-height:262px;border-radius:10px;overflow:hidden;display:block;position:relative;box-shadow:none;background:#0b4a7d}
body.sp-theme-surface-customer .v2-reference-hero-image{width:100%;height:100%;object-fit:cover;display:block}
body.sp-theme-surface-customer .v2-hero-copy{position:absolute;z-index:2;left:28px;top:50%;transform:translateY(-50%);padding:0;width:42%;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.12)}
body.sp-theme-surface-customer .v2-hero-copy small{font-size:15px;letter-spacing:0;font-weight:900;color:#fff}
body.sp-theme-surface-customer .v2-hero-copy h1{font-size:27px;line-height:1.05;margin:5px 0 14px;max-width:260px}
body.sp-theme-surface-customer .v2-orange-btn{margin:0;padding:9px 14px;border-radius:4px;font-size:10px}
body.sp-theme-surface-customer .v2-service-row{grid-template-columns:repeat(5,1fr);gap:0;margin:10px 0 0;background:#fff;border:0}
body.sp-theme-surface-customer .v2-service-row a{display:flex;flex-direction:column;align-items:center;gap:5px;padding:9px 4px;border:0;border-right:1px solid #eef1f4;border-radius:0;text-align:center}
body.sp-theme-surface-customer .v2-service-row a:last-child{border-right:0}
body.sp-theme-surface-customer .v2-service-row a>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff5ec;color:#f36f21;font-size:16px}
body.sp-theme-surface-customer .v2-service-row b{font-size:9px;color:#27354a}
body.sp-theme-surface-customer .v2-service-row small{display:none}
body.sp-theme-surface-customer .v2-home-product-row{display:grid;grid-template-columns:minmax(0,2.35fr) minmax(190px,.65fr);gap:16px;margin-top:4px}
body.sp-theme-surface-customer .v2-reference-section{padding:0;margin:0;min-width:0}
body.sp-theme-surface-customer .v2-section-head{height:38px;margin:0;align-items:center;border-top:1px solid #eef1f5}
body.sp-theme-surface-customer .v2-section-head h2{font-size:14px;margin:0;color:#1c2d46}
body.sp-theme-surface-customer .v2-section-head>a{font-size:9px}
body.sp-theme-surface-customer .v2-reference-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
body.sp-theme-surface-customer .v2-special-column .v2-reference-products{grid-template-columns:repeat(2,minmax(0,1fr))}
body.sp-theme-surface-customer .v2-reference-products .product-card{border:1px solid #e5e8ed;border-radius:8px;box-shadow:none;min-width:0}
body.sp-theme-surface-customer .v2-reference-products .product-card img{aspect-ratio:1/1;object-fit:contain}
body.sp-theme-surface-customer .v2-reference-products .product-card .product-card-body{padding:7px}
body.sp-theme-surface-customer .v2-reference-products .product-card h3{font-size:9px;line-height:1.25;min-height:23px}
body.sp-theme-surface-customer .v2-reference-products .product-card .price{font-size:11px}
body.sp-theme-surface-customer .v2-campaign-strip,body.sp-theme-surface-customer .v2-store-row{display:none!important}

body.sp-theme-surface-customer .v2-category-page .search-results-shell{max-width:1180px;padding:12px}
body.sp-theme-surface-customer .v2-category-page .search-layout{grid-template-columns:195px minmax(0,1fr);gap:16px}
body.sp-theme-surface-customer .v2-category-page .search-filter-panel{border:1px solid #e4e8ed;border-radius:8px;background:#fff;box-shadow:none;overflow:hidden}
body.sp-theme-surface-customer .v2-category-page .filter-panel-head{height:38px;padding:0 12px;font-size:11px}
body.sp-theme-surface-customer .v2-category-page .filter-block,body.sp-theme-surface-customer .v2-category-page .filter-group{padding:11px 12px;border-bottom:1px solid #edf0f3}
body.sp-theme-surface-customer .v2-category-page .filter-block h3,body.sp-theme-surface-customer .v2-category-page .filter-group summary{font-size:10px;margin:0 0 8px}
body.sp-theme-surface-customer .radio-option,body.sp-theme-surface-customer .check-option{display:flex;align-items:center;gap:7px;min-height:22px;font-size:9px;color:#495568}
body.sp-theme-surface-customer .filter-search{width:100%;height:29px!important;padding:0 8px!important;border:1px solid #e2e6ec!important;border-radius:5px!important;font-size:9px!important}
body.sp-theme-surface-customer .filter-scroll{max-height:132px;overflow:auto;margin-top:5px}
body.sp-theme-surface-customer .filter-more{padding:4px 0;border:0;background:transparent;color:#f36f21;font-size:8px}
body.sp-theme-surface-customer .v2-size-filter{display:flex;gap:5px;flex-wrap:wrap}
body.sp-theme-surface-customer .v2-size-filter button{width:28px;height:24px;border:1px solid #dce1e7;background:#fff;border-radius:4px;font-size:8px}
body.sp-theme-surface-customer .v2-color-filter{display:flex;gap:6px;flex-wrap:wrap}
body.sp-theme-surface-customer .v2-color-filter i{width:17px;height:17px;border:1px solid #d8dde4;border-radius:3px;background:var(--c)}
body.sp-theme-surface-customer .v2-category-page .desktop-sort-row{height:36px;margin:0 0 9px;padding:0;border-bottom:1px solid #edf0f3}
body.sp-theme-surface-customer .v2-category-page .listing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.sp-theme-surface-customer .v2-category-page .product-card{border-radius:8px;border:1px solid #e4e8ed;box-shadow:none}
body.sp-theme-surface-customer .v2-category-page .product-card img{aspect-ratio:3/4;object-fit:cover}

@media(max-width:767px){
 body.sp-theme-surface-customer .desktop-header,body.sp-theme-surface-customer .desktop-nav{display:none!important}
 body.sp-theme-surface-customer .v2-mobile-category-strip{padding:8px 9px;gap:4px;border:0}
 body.sp-theme-surface-customer .v2-mobile-category-strip a{flex:1 0 46px;max-width:58px}
 body.sp-theme-surface-customer .v2-mobile-category-strip a span{width:33px;height:33px;border-radius:50%;font-size:13px}
 body.sp-theme-surface-customer .v2-mobile-category-strip a b{font-size:7px}
 body.sp-theme-surface-customer .v2-home-reference{padding:0 0 68px;background:#fff}
 body.sp-theme-surface-customer .v2-home-shell{display:block;padding:0 8px!important}
 body.sp-theme-surface-customer .v2-hero-card{height:145px!important;min-height:145px!important;border-radius:8px!important}
 body.sp-theme-surface-customer .v2-hero-copy{left:12px;top:50%;width:52%;max-width:none!important}
 body.sp-theme-surface-customer .v2-hero-copy small{font-size:10px}
 body.sp-theme-surface-customer .v2-hero-copy h1{font-size:16px!important;max-width:150px;margin:3px 0 8px}
 body.sp-theme-surface-customer .v2-orange-btn{padding:6px 8px;font-size:7px;border-radius:3px}
 body.sp-theme-surface-customer .v2-service-row{grid-template-columns:repeat(5,1fr)!important;margin-top:5px;padding:0!important;overflow:visible}
 body.sp-theme-surface-customer .v2-service-row a{min-width:0!important;padding:7px 1px!important}
 body.sp-theme-surface-customer .v2-service-row a>span{width:27px;height:27px;font-size:11px}
 body.sp-theme-surface-customer .v2-service-row b{font-size:7px;white-space:nowrap}
 body.sp-theme-surface-customer .v2-home-product-row{display:block;margin-top:3px}
 body.sp-theme-surface-customer .v2-reference-section{padding:0 1px!important}
 body.sp-theme-surface-customer .v2-section-head{height:31px}
 body.sp-theme-surface-customer .v2-section-head h2{font-size:11px}
 body.sp-theme-surface-customer .v2-reference-products{display:flex!important;gap:7px;overflow-x:auto}
 body.sp-theme-surface-customer .v2-reference-products>.product-card{min-width:104px!important;width:104px}
 body.sp-theme-surface-customer .v2-reference-products .product-card h3{font-size:7px;min-height:19px}
 body.sp-theme-surface-customer .v2-reference-products .product-card .price{font-size:9px}
 body.sp-theme-surface-customer .v2-special-column{margin-top:2px}
 body.sp-theme-surface-customer .v2-category-page .search-mobile-top{display:none!important}
 body.sp-theme-surface-customer .v2-category-page .v2-mobile-category-list{display:block!important;background:#fff;padding-bottom:64px}
 body.sp-theme-surface-customer .v2-mobile-category-title{height:46px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid #edf0f3}
 body.sp-theme-surface-customer .v2-mobile-category-title>a{position:absolute;left:12px;font-size:25px;color:#18263b;text-decoration:none}
 body.sp-theme-surface-customer .v2-mobile-category-title strong{font-size:13px}
 body.sp-theme-surface-customer .v2-mobile-category-search{margin:8px 10px;display:flex;align-items:center;gap:7px;height:34px;padding:0 9px;border:1px solid #e1e5ea;border-radius:5px}
 body.sp-theme-surface-customer .v2-mobile-category-search input{border:0!important;height:30px!important;padding:0!important;font-size:9px!important;width:100%}
 body.sp-theme-surface-customer .v2-mobile-category-list>div:last-child>a{height:36px;padding:0 16px;border-bottom:0;font-size:10px}
 body.sp-theme-surface-customer .v2-mobile-category-list>div:last-child>a.active{color:#f36f21;background:#fff8f2}
 body.sp-theme-surface-customer .v2-category-page .search-mobile-actions{height:48px;padding:0;display:grid;grid-template-columns:1fr 1fr;bottom:0}
 body.sp-theme-surface-customer .v2-category-page .search-chip{height:48px;border-right:1px solid #edf0f3;font-size:9px}
}

/* V21.13 — Parça 1 son referans eşlemesi: yalnız Ana Sayfa + Kategoriler */
body.sp-theme-surface-customer .v2-reference-shortcuts{grid-template-columns:repeat(5,minmax(0,1fr))!important}
body.sp-theme-surface-customer .v2-reference-shortcuts>a{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:66px;padding:7px 4px!important;text-align:center}
body.sp-theme-surface-customer .v2-reference-shortcuts>a>span{display:grid!important;width:30px;height:30px;margin:0!important}
body.sp-theme-surface-customer .v2-reference-shortcuts .sp-icon{width:16px;height:16px}
body.sp-theme-surface-customer .v2-reference-products .card-store,
body.sp-theme-surface-customer .v2-reference-products .rating,
body.sp-theme-surface-customer .v2-reference-products .card-badges,
body.sp-theme-surface-customer .v2-reference-products .product-actions{display:none!important}
body.sp-theme-surface-customer .v2-reference-products .product-card-body{padding:7px 6px 8px!important}
body.sp-theme-surface-customer .v2-reference-products .product-image{padding:5px;background:#f7f8fa}
body.sp-theme-surface-customer .v2-reference-products .discount{left:5px;top:5px;font-size:7px;padding:3px 4px;border-radius:3px}
body.sp-theme-surface-customer .v2-reference-products .favorite-float{width:23px;height:23px;right:4px;top:4px}
body.sp-theme-surface-customer .v2-reference-products .favorite-float .sp-icon{width:12px;height:12px}
body.sp-theme-surface-customer .v2-reference-products .price{display:block;margin-top:4px}
body.sp-theme-surface-customer .v2-reference-products .price del{font-size:7px;color:#9aa2ad}
body.sp-theme-surface-customer .v2-reference-products .price strong{display:block;font-size:10px;color:#18263c}

body.sp-theme-surface-customer .v2-category-page .product-actions{display:none!important}
body.sp-theme-surface-customer .v2-category-page .product-card-body{padding:7px!important}
body.sp-theme-surface-customer .v2-category-page .card-store{font-size:8px;color:#7b8492}
body.sp-theme-surface-customer .v2-category-page .product-card h3{font-size:9px;line-height:1.3;min-height:25px;margin:3px 0}
body.sp-theme-surface-customer .v2-category-page .rating{font-size:8px}
body.sp-theme-surface-customer .v2-category-page .price strong{font-size:11px;color:#172a46}
body.sp-theme-surface-customer .v2-category-page .card-badges{margin-top:5px}
body.sp-theme-surface-customer .v2-category-page .card-badges span{font-size:7px;color:#168348;background:transparent;padding:0}
body.sp-theme-surface-customer .v2-size-filter label{position:relative;display:block}
body.sp-theme-surface-customer .v2-size-filter input{position:absolute;opacity:0;pointer-events:none}
body.sp-theme-surface-customer .v2-size-filter span{display:grid;place-items:center;width:28px;height:24px;border:1px solid #dce1e7;background:#fff;border-radius:4px;font-size:8px;cursor:pointer}
body.sp-theme-surface-customer .v2-size-filter input:checked+span{border-color:#f36f21;background:#fff4ea;color:#f36f21;font-weight:800}
body.sp-theme-surface-customer .v2-color-filter label{position:relative;display:block;cursor:pointer}
body.sp-theme-surface-customer .v2-color-filter input{position:absolute;opacity:0;pointer-events:none}
body.sp-theme-surface-customer .v2-color-filter label i{display:block}
body.sp-theme-surface-customer .v2-color-filter input:checked+i{outline:2px solid #f36f21;outline-offset:2px}

@media(max-width:768px){
 body.sp-theme-surface-customer.home-mobile-ready .mh-v19{padding-bottom:58px!important;background:#fff}
 body.sp-theme-surface-customer.home-mobile-ready .mh-mobile-header{position:sticky;top:0;z-index:44;padding:6px 10px 7px;background:#fff;border-bottom:0;box-shadow:none}
 body.sp-theme-surface-customer.home-mobile-ready .mh-header-top{height:31px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-menu-btn{display:grid!important;visibility:visible!important;opacity:1!important;width:42px!important;height:42px!important;place-items:center!important;position:relative!important;z-index:60!important;color:#111!important;text-decoration:none!important;overflow:visible!important}
 body.sp-theme-surface-customer.home-mobile-ready .mh-menu-btn svg{display:block!important;width:25px!important;height:25px!important;stroke:currentColor!important}
 body.sp-theme-surface-customer.home-mobile-ready .mh-brand{margin-left:0;font-size:15px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-brand strong span{color:#102c55}
 body.sp-theme-surface-customer.home-mobile-ready .mh-brand strong span:after{content:'Pazar';color:#f36f21}
 body.sp-theme-surface-customer.home-mobile-ready .mh-header-actions{gap:2px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-header-icon{width:27px;height:27px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-header-icon .sp-icon{width:14px;height:14px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-search{height:31px;margin-top:4px;border:1px solid #e0e4ea;border-radius:5px;background:#f8f9fb}
 body.sp-theme-surface-customer.home-mobile-ready .mh-search input{font-size:8px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-search .sp-icon{width:12px;height:12px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-reference-body{display:block;padding:6px 9px 12px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-hero{position:relative;display:block;height:126px;overflow:hidden;border-radius:7px;background:#168cb7}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-hero>img{width:100%;height:100%;object-fit:cover;object-position:center}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-hero>span{position:absolute;inset:0 auto 0 0;width:58%;display:flex;flex-direction:column;justify-content:center;padding:13px;color:#fff;background:linear-gradient(90deg,rgba(8,48,80,.96),rgba(8,48,80,.78) 72%,transparent)}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-hero small{font-size:7px;font-weight:900;letter-spacing:.05em}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-hero b{margin:3px 0 8px;font-size:15px;line-height:1.02}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-hero i{align-self:flex-start;padding:5px 7px;border-radius:3px;background:#f36f21;font-size:7px;font-style:normal;font-weight:800}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:8px 0 5px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-actions a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#172a46;text-align:center}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-actions span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#fff3e8;color:#f36f21}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-actions .sp-icon{width:13px;height:13px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-actions b{font-size:6.8px;white-space:nowrap}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-section-head{display:flex;align-items:center;justify-content:space-between;height:29px;border-top:1px solid #f0f2f5}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-section-head h2{font-size:10px;margin:0;color:#172a46}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-section-head a{font-size:7px;color:#f36f21}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail::-webkit-scrollbar{display:none}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail article{flex:0 0 94px;border:1px solid #e7eaee;border-radius:6px;overflow:hidden;background:#fff}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail article>a{display:block;color:#172a46;padding-bottom:6px}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail article>a>div{position:relative;height:82px;padding:5px;background:#f6f7f9}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail img{width:100%;height:100%;object-fit:contain}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail em{position:absolute;left:4px;top:4px;padding:2px 3px;border-radius:3px;background:#f36f21;color:#fff;font-size:6px;font-style:normal}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:18px;margin:5px 5px 2px;font-size:7px;line-height:1.25;font-weight:600}
 body.sp-theme-surface-customer.home-mobile-ready .mh-v2-product-rail b{display:block;margin:0 5px;font-size:8px;color:#172a46}
 body.sp-theme-surface-customer .v2-category-page .search-results-shell{padding:0!important}
 body.sp-theme-surface-customer .v2-category-page .search-breadcrumb,
 body.sp-theme-surface-customer .v2-category-page .search-title-row,
 body.sp-theme-surface-customer .v2-category-page .v2-search-tabs,
 body.sp-theme-surface-customer .v2-category-page .search-layout{display:none!important}
 body.sp-theme-surface-customer .v2-category-page .v2-mobile-category-list{display:block!important;padding-bottom:50px}
 body.sp-theme-surface-customer .v2-category-page .search-mobile-actions{position:fixed!important;left:0;right:0;bottom:0;z-index:50;display:grid!important;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid #e2e5e9}
}

/* V21.14 — Parça 2: Arama Sonuçları + Ürün Detay referans eşlemesi */
body.sp-theme-surface-customer .v2-search-page{background:#fff;padding-bottom:34px}
body.sp-theme-surface-customer .v2-search-page .search-results-shell{max-width:1180px;padding-top:8px}
body.sp-theme-surface-customer .v2-search-page .search-breadcrumb{display:none}
body.sp-theme-surface-customer .v2-search-page .search-title-row{display:none}
body.sp-theme-surface-customer .v2-search-page .v2-search-tabs{height:45px;margin:0;border-bottom:1px solid #eceff3;gap:0}
body.sp-theme-surface-customer .v2-search-page .v2-search-tabs a{padding:14px 20px 10px;font-size:11px;font-weight:600;border-bottom-width:2px}
body.sp-theme-surface-customer .v2-popular-searches{padding:15px 0 14px;border-bottom:1px solid #edf0f3}
body.sp-theme-surface-customer .v2-popular-searches>strong{display:block;margin-bottom:9px;font-size:12px;color:#15263f}
body.sp-theme-surface-customer .v2-popular-searches>div{display:flex;gap:8px;flex-wrap:wrap}
body.sp-theme-surface-customer .v2-popular-searches a{padding:7px 11px;border:1px solid #e1e5ea;border-radius:5px;background:#fff;color:#2b3544;font-size:9px;text-decoration:none}
body.sp-theme-surface-customer .v2-search-page .search-layout{grid-template-columns:180px 1fr;gap:18px;padding-top:16px}
body.sp-theme-surface-customer .v2-search-page .search-filter-panel{border:0;border-radius:0;padding:0;background:#fff;box-shadow:none}
body.sp-theme-surface-customer .v2-search-page .filter-panel-head{display:none}
body.sp-theme-surface-customer .v2-search-page .filter-block{padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid #edf0f3}
body.sp-theme-surface-customer .v2-search-page .filter-block h3{margin:0 0 10px;font-size:10px}
body.sp-theme-surface-customer .v2-search-page .radio-option,
body.sp-theme-surface-customer .v2-search-page .check-option{min-height:22px;font-size:8px}
body.sp-theme-surface-customer .v2-search-page .desktop-sort-row{height:34px;margin:0 0 10px;padding:0;border:0;background:transparent}
body.sp-theme-surface-customer .v2-search-page .desktop-sort-row>span{display:none}
body.sp-theme-surface-customer .v2-search-page .sort-box{margin-left:auto}
body.sp-theme-surface-customer .v2-search-page .sort-box label{font-size:8px}
body.sp-theme-surface-customer .v2-search-page .sort-box select{height:30px;min-width:115px;padding:0 8px;border-radius:4px;font-size:8px}
body.sp-theme-surface-customer .v2-results-label{height:25px}
body.sp-theme-surface-customer .v2-results-label strong{font-size:11px;color:#172842}
body.sp-theme-surface-customer .v2-search-page .search-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.sp-theme-surface-customer .v2-search-page .product-card{border:0;border-radius:0;box-shadow:none;background:#fff}
body.sp-theme-surface-customer .v2-search-page .product-image{height:165px;padding:8px;border-radius:5px;background:#f5f6f8}
body.sp-theme-surface-customer .v2-search-page .product-card-body{padding:6px 2px 8px}
body.sp-theme-surface-customer .v2-search-page .card-store{font-size:7px;color:#8a93a0}
body.sp-theme-surface-customer .v2-search-page .product-card h3{min-height:24px;margin:3px 0;font-size:8px;line-height:1.35}
body.sp-theme-surface-customer .v2-search-page .rating{font-size:7px}
body.sp-theme-surface-customer .v2-search-page .price strong{font-size:10px;color:#172842}
body.sp-theme-surface-customer .v2-search-page .card-badges span{padding:0;background:transparent;color:#168348;font-size:7px}
body.sp-theme-surface-customer .v2-search-page .product-actions{display:none!important}

body.sp-theme-surface-customer .v2-reference-product-page{max-width:1180px;padding-top:8px}
body.sp-theme-surface-customer .v2-reference-product-page .breadcrumb{margin:0 0 12px;font-size:8px;color:#7b8491}
body.sp-theme-surface-customer .v2-reference-product-page .modern-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,410px);gap:22px;padding:0;border:0;border-radius:0;box-shadow:none}
body.sp-theme-surface-customer .v2-reference-product-page .product-media{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px}
body.sp-theme-surface-customer .v2-reference-product-page .gallery-shell{display:contents}
body.sp-theme-surface-customer .v2-reference-product-page .gallery-thumbs{display:flex;flex-direction:column;gap:8px}
body.sp-theme-surface-customer .v2-reference-product-page .gallery-thumb{width:54px;height:62px;padding:3px;border:1px solid #e0e4e9;border-radius:5px;background:#fff}
body.sp-theme-surface-customer .v2-reference-product-page .gallery-thumb.active{border-color:#f36f21}
body.sp-theme-surface-customer .v2-reference-product-page .gallery-main{height:390px;padding:18px;border:1px solid #e5e8ec;border-radius:6px;background:#f7f8fa}
body.sp-theme-surface-customer .v2-reference-product-page .gallery-main>img{width:100%;height:100%;object-fit:contain}
body.sp-theme-surface-customer .v2-reference-product-page .product-summary{padding:2px 0}
body.sp-theme-surface-customer .v2-reference-product-page .product-summary h1{margin:8px 0 5px;font-size:22px;line-height:1.18;color:#172842}
body.sp-theme-surface-customer .v2-reference-product-page .brand-category{font-size:9px;color:#7d8694}
body.sp-theme-surface-customer .v2-reference-product-page .rating-line{font-size:9px}
body.sp-theme-surface-customer .v2-reference-product-page .detail-price{margin:13px 0 8px}
body.sp-theme-surface-customer .v2-reference-product-page .detail-price strong{font-size:22px;color:#f36f21}
body.sp-theme-surface-customer .v2-reference-product-page .detail-price del{font-size:10px}
body.sp-theme-surface-customer .v2-reference-product-page .detail-price span{padding:3px 5px;border-radius:4px;font-size:8px}
body.sp-theme-surface-customer .v2-reference-product-page .lowest-price-note{font-size:8px}
body.sp-theme-surface-customer .v2-reference-product-page .campaign-box{padding:9px 11px;border-radius:5px;background:#fff7f0;border:1px solid #fee3cc;font-size:8px}
body.sp-theme-surface-customer .v2-reference-product-page .modern-seller{margin-top:10px;padding:9px 11px;border:1px solid #e5e8ec;border-radius:5px;background:#fff}
body.sp-theme-surface-customer .v2-reference-product-page .delivery-estimate{margin:8px 0;padding:8px 10px;border-radius:5px;font-size:8px}
body.sp-theme-surface-customer .v2-reference-product-page .modern-buy{display:grid;grid-template-columns:92px 1fr 1fr;gap:8px;margin-top:10px}
body.sp-theme-surface-customer .v2-reference-product-page .modern-buy label{height:40px;display:flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #e1e5ea;border-radius:4px;font-size:8px}
body.sp-theme-surface-customer .v2-reference-product-page .modern-buy input{width:42px;height:28px;padding:0;border:0}
body.sp-theme-surface-customer .v2-reference-product-page .modern-buy .btn{height:40px;border-radius:4px;background:#102d55;font-size:10px}
body.sp-theme-surface-customer .v2-reference-product-page .compare-form{display:inline-block;width:49%;margin-top:8px}
body.sp-theme-surface-customer .v2-reference-product-page .compare-form .btn{width:100%;height:34px;border-radius:4px;font-size:8px}
body.sp-theme-surface-customer .v2-reference-product-page .shipping-box{display:flex;gap:8px;margin-top:8px;padding:0;border:0;background:transparent}
body.sp-theme-surface-customer .v2-reference-product-page .shipping-box span{padding:7px 9px;border:1px solid #e2e6eb;border-radius:5px;font-size:7px}
body.sp-theme-surface-customer .v2-reference-product-tabs{position:static;display:flex;margin-top:18px;border-bottom:1px solid #e1e5ea;border-radius:0;box-shadow:none}
body.sp-theme-surface-customer .v2-reference-product-tabs a{padding:12px 18px;border-bottom:2px solid transparent;font-size:9px}
body.sp-theme-surface-customer .v2-reference-product-tabs a:first-child{border-bottom-color:#f36f21;color:#f36f21}
body.sp-theme-surface-customer .v2-reference-product-page~.content-card,
body.sp-theme-surface-customer .v2-reference-product-page .content-card{border-radius:6px;box-shadow:none}

@media(max-width:768px){
 body.sp-theme-surface-customer .v2-search-page .search-results-shell{padding:0 0 52px}
 body.sp-theme-surface-customer .v2-search-page .search-mobile-top{display:flex;height:48px;padding:8px 10px;border-bottom:1px solid #edf0f3;background:#fff}
 body.sp-theme-surface-customer .v2-search-page .search-mobile-query{height:31px;border-radius:5px}
 body.sp-theme-surface-customer .v2-search-page .v2-search-tabs{height:39px;overflow:hidden}
 body.sp-theme-surface-customer .v2-search-page .v2-search-tabs a{flex:1;text-align:center;padding:12px 4px 9px;font-size:7px}
 body.sp-theme-surface-customer .v2-popular-searches{padding:10px}
 body.sp-theme-surface-customer .v2-popular-searches>strong{font-size:8px}
 body.sp-theme-surface-customer .v2-popular-searches>div{gap:5px}
 body.sp-theme-surface-customer .v2-popular-searches a{padding:5px 7px;font-size:6.5px}
 body.sp-theme-surface-customer .v2-search-page .search-layout{display:block;padding:0 10px}
 body.sp-theme-surface-customer .v2-search-page .filter-sidebar{display:none}
 body.sp-theme-surface-customer .v2-search-page .desktop-sort-row{display:none}
 body.sp-theme-surface-customer .v2-results-label{display:flex;align-items:center;justify-content:space-between;height:31px}
 body.sp-theme-surface-customer .v2-results-label strong{font-size:8px}
 body.sp-theme-surface-customer .v2-search-page .search-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 body.sp-theme-surface-customer .v2-search-page .product-image{height:126px;padding:5px}
 body.sp-theme-surface-customer .v2-search-page .product-card h3{min-height:22px;font-size:7px}
 body.sp-theme-surface-customer .v2-search-page .price strong{font-size:8px}
 body.sp-theme-surface-customer .v2-search-page .search-mobile-actions{position:fixed;left:0;right:0;bottom:0;z-index:55;display:grid!important;grid-template-columns:1fr 1fr;height:48px;padding:0;background:#fff;border-top:1px solid #e2e5e9}
 body.sp-theme-surface-customer .v2-search-page .search-mobile-actions .search-chip:nth-child(3){display:none}
 body.sp-theme-surface-customer .v2-search-page .search-chip{height:48px;border:0;border-right:1px solid #edf0f3;border-radius:0;font-size:8px}
 body.sp-theme-surface-customer .v2-reference-product-page{display:none!important}
 body.sp-theme-surface-customer .v2-reference-mobile-product{display:block!important;padding-bottom:58px;background:#fff}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-gallery{height:305px;padding:24px 20px 8px;background:#f7f8fa}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-gallery>img{width:100%;height:100%;object-fit:contain}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-badges{left:10px;top:80px}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-favorite{right:12px;top:12px}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-info{padding:11px 12px 8px}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-info h1{font-size:12px;line-height:1.3}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-rating{font-size:8px}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-visitor,
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-installment{display:none}
 body.sp-theme-surface-customer .v2-reference-mobile-product .mp-v1-seller{margin:0 10px 8px;padding:9px;border-radius:5px}
 body.sp-theme-surface-customer .mobile-product-buybar{grid-template-columns:1fr 1fr!important;height:56px;padding:7px 10px;background:#fff;border-top:1px solid #e3e6ea;box-shadow:0 -3px 12px rgba(0,0,0,.08)}
 body.sp-theme-surface-customer .mobile-product-buybar .mpb-price{display:none!important}
 body.sp-theme-surface-customer .mobile-product-buybar .mpb-now,
 body.sp-theme-surface-customer .mobile-product-buybar .mpb-add{height:42px;border-radius:4px;font-size:9px}
 body.sp-theme-surface-customer .mobile-product-buybar .mpb-now{order:2;background:#f36f21;color:#fff}
 body.sp-theme-surface-customer .mobile-product-buybar .mpb-add{order:1;background:#102d55;color:#fff}
 body.sp-theme-surface-customer .mobile-product-buybar .mpb-add small{display:none}
}
