:root{--navy:#0b1b3a;--blue:#0054d8;--bright:#078cf4;--orange:#ff6800;--orange-ink:#c25000;--orange-ink-hover:#a34300;--orange2:#ff9d00;--text:#202735;--muted:#636d80;--border:#e2e7ef;--surface:#f5f7fa;--warm:#fafaf8;--white:#fff;--green:#16834a;--red:#b42318;--shadow:0 14px 45px rgba(11,27,58,.09);--radius:14px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}h1,h2,h3,h4,strong,.button{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif}a{color:var(--blue);text-decoration:none}img{max-width:100%;height:auto}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-100px;z-index:100000;background:#fff;padding:12px}.skip-link:focus{top:16px}.announcement-bar{background:var(--navy);color:#dbe7ff;font-size:12px}.announcement-bar .container{height:34px;display:flex;align-items:center;justify-content:space-between}.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(11,27,58,.06)}.header-main{height:82px;display:flex;align-items:center;gap:26px}.site-logo{display:inline-flex;align-items:center;flex:0 0 210px}.site-logo img,.custom-logo{max-height:48px;width:auto}.header-search{position:relative;display:flex;flex:1;max-width:610px;border:1px solid var(--border);border-radius:10px;background:var(--surface);height:46px}.header-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,84,216,.1)}.header-search input{flex:1;border:0;background:transparent;padding:0 16px;outline:0;font-size:14px}.header-search>button{width:48px;border:0;background:var(--blue);color:#fff;border-radius:0 9px 9px 0;font-size:23px}.live-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;max-height:520px;overflow:auto}.live-search-results>a{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border);color:var(--text)}.live-search-results>a:hover{background:var(--surface)}.live-search-results img{width:52px;height:52px;object-fit:contain}.live-search-results span{min-width:0}.live-search-results strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-search-results small{color:var(--muted)}.live-search-results b{font-size:13px;color:var(--blue)}.live-search-results .all-results{display:block;text-align:center;color:var(--blue);font-weight:700}.search-loading,.search-empty{padding:22px;text-align:center;color:var(--muted)}.header-actions{display:flex;gap:8px;margin-left:auto}.header-action{position:relative;min-width:60px;border:0;background:transparent;color:var(--navy);display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}.header-action>span:first-child{font-size:21px}.header-action small{font-size:11px}.header-cart-count{position:absolute;top:-4px;right:4px;background:var(--orange-ink);color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:grid;place-items:center}.header-nav-row{border-top:1px solid var(--border)}.nav-inner{height:48px;display:flex;align-items:center;gap:24px}.all-categories{align-self:stretch;padding:0 24px;border:0;background:var(--blue);color:#fff;font-weight:700;display:flex;align-items:center;gap:9px;cursor:pointer}.primary-nav{flex:1}.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:26px}.primary-nav a{font-size:13px;font-weight:600;color:var(--text)}.primary-nav a:hover{color:var(--blue)}.nav-contact{font-size:12px;font-weight:700}.mega-menu{position:absolute;left:0;right:0;background:#fff;border-top:1px solid var(--border);box-shadow:var(--shadow)}.mega-menu__inner{display:grid;grid-template-columns:repeat(4,1fr) 1.4fr;gap:12px;padding:22px 0}.mega-menu__inner>a{border:1px solid var(--border);border-radius:10px;padding:14px;color:var(--text)}.mega-menu__inner>a:hover{border-color:var(--blue);background:#f7faff}.mega-menu__inner small{display:block;color:var(--muted);margin-top:4px}.mega-promo{grid-row:span 3;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;border-radius:14px;padding:24px;display:flex;flex-direction:column;justify-content:center}.mega-promo span{color:#a9c7ff}.mega-promo strong{font-size:20px;margin:8px 0 18px}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--blue);border-radius:9px;background:var(--blue);color:#fff!important;padding:11px 17px;font-size:14px;font-weight:700;line-height:1.1;cursor:pointer;transition:.18s}.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,84,216,.18);background:#0048bb}.button--orange,.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--orange-ink);border-color:var(--orange-ink)}.button--orange:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--orange-ink-hover)}.button--light{background:#fff;color:var(--navy)!important;border-color:#fff}.button--large{padding:15px 24px}.icon-button{border:1px solid var(--border);background:#fff;color:var(--navy);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.icon-button:hover,.icon-button.is-active{border-color:var(--orange-ink);color:var(--orange-ink)}.mobile-menu-toggle{display:none}.hero{background:linear-gradient(110deg,var(--navy) 0%,#102c62 55%,#123d83 100%);color:#fff;overflow:hidden}.hero__grid{min-height:530px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px}.hero__content h1{font-size:clamp(38px,4.5vw,64px);line-height:1.05;margin:14px 0 20px;letter-spacing:-2px}.hero__content p{font-size:18px;color:#d9e4fa;max-width:690px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:1.4px;font-weight:800;color:#ffb16b}.eyebrow--blue{color:var(--blue)}.hero__actions{display:flex;gap:12px;margin:28px 0}.hero__proof{display:flex;gap:22px;color:#c7d8fa;font-size:13px}.hero__visual{position:relative;height:400px}.hero__visual:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(7,140,244,.65),rgba(7,140,244,0));right:-80px;top:-20px}.hero-card{position:absolute;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border-radius:20px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.hero-card span{display:block;color:#b8d2ff;font-size:13px}.hero-card strong{display:block;font-size:30px;line-height:1.15;margin-top:10px}.hero-card--main{width:360px;right:10px;top:70px}.hero-card--small{width:260px;left:0;bottom:34px}.hero-card--small strong{font-size:20px}.trust-strip{border-bottom:1px solid var(--border);background:#fff}.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}.trust-strip .container>div{padding:0 22px;border-right:1px solid var(--border)}.trust-strip .container>div:last-child{border:0}.trust-strip b,.trust-strip span{display:block}.trust-strip b{color:var(--navy)}.trust-strip span{font-size:12px;color:var(--muted)}.section{padding:76px 0}.section--soft{background:var(--surface)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.section-head h2{font-size:32px;line-height:1.15;margin:7px 0 0;color:var(--navy)}.section-head>a{font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:16px;color:var(--text);transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b9d1ff}.category-card__image{height:150px;background:var(--surface);border-radius:10px;display:grid;place-items:center;margin-bottom:14px;overflow:hidden}.category-card__image img{width:100%;height:100%;object-fit:contain}.category-card__image>span{font-size:48px;color:#aac5f5}.category-card strong,.category-card small{display:block}.category-card small{color:var(--muted);margin-top:4px}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.promo{min-height:280px;border-radius:20px;padding:40px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.promo:after{content:"";position:absolute;width:280px;height:280px;border:60px solid rgba(255,255,255,.08);border-radius:50%;right:-60px;top:-70px}.promo--blue{background:linear-gradient(135deg,var(--navy),var(--blue))}.promo--orange{background:linear-gradient(135deg,#c94f00,var(--orange2))}.promo h2{font-size:30px;max-width:480px;margin:8px 0 25px}.promo strong{color:#fff}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.brand-grid a{height:80px;background:#fff;border:1px solid var(--border);border-radius:12px;display:grid;place-items:center;color:var(--navy);font-weight:800}.corporate-cta{background:var(--navy);color:#fff;border-radius:24px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.corporate-cta h2{font-size:34px;max-width:760px;margin:9px 0}.corporate-cta p{color:#c7d8fa;max-width:800px}.woocommerce-main,.site-main{padding:42px 0 72px}.woocommerce-breadcrumb{font-size:12px;color:var(--muted);padding-top:22px!important}.woocommerce-breadcrumb span{padding:0 8px}.woocommerce .woocommerce-result-count{color:var(--muted)}.woocommerce .woocommerce-ordering select{border:1px solid var(--border);border-radius:8px;padding:9px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important}.product-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card__media{position:relative;background:#fff;aspect-ratio:1/1;display:grid;place-items:center;padding:14px;border-bottom:1px solid var(--border)}.product-card__media>a{height:100%;width:100%;display:grid;place-items:center}.product-card__media img{max-height:100%;object-fit:contain;margin:0!important}.product-badge{position:absolute;left:12px;top:12px;background:var(--orange-ink);color:#fff;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:800}.product-card__quick-actions{position:absolute;right:11px;top:11px;display:flex;flex-direction:column;gap:8px}.product-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.product-card__brand{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}.product-card .woocommerce-loop-product__title{font-size:14px!important;line-height:1.38;height:58px;overflow:hidden;margin:7px 0!important;color:var(--text)}.product-card__stock{font-size:11px;font-weight:700;margin-top:auto}.product-card__stock.is-in{color:var(--green)}.product-card__stock.is-out{color:var(--red)}.product-card__bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:11px}.product-card__price .price{font-size:17px!important;font-weight:800!important;color:var(--navy)!important}.product-card__price del{display:block;font-size:12px;opacity:.55}.product-card__price ins{text-decoration:none}.price-on-request{font-size:12px;color:var(--muted)}.product-card__bottom .button{font-size:0!important;width:40px;height:40px;padding:0!important;border-radius:9px}.product-card__bottom .button:after{content:"+";font-size:22px}.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:54px}.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{width:auto!important;float:none!important}.woocommerce div.product .product_title{font-size:34px;line-height:1.15;color:var(--navy)}.woocommerce div.product p.price{font-size:28px;color:var(--blue);font-weight:800}.single-product-meta-strip{display:flex;gap:18px;flex-wrap:wrap;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 0;margin-bottom:20px;font-size:13px}.stock-state{font-weight:800}.stock-state.is-in{color:var(--green)}.stock-state.is-out{color:var(--red)}.stock-alert-form{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:16px;margin-top:18px}.stock-alert-form>div{display:flex;gap:8px;margin-top:10px}.stock-alert-form input{flex:1;border:1px solid var(--border);border-radius:8px;padding:10px}.woocommerce div.product .woocommerce-tabs{grid-column:1/-1}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--border)}.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0 24px 0 0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:14px 0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--blue)!important;border-bottom:2px solid var(--blue)}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout .col2-set,.woocommerce-MyAccount-content,.woocommerce-MyAccount-navigation,.tracking-card,.page-content,.content-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 7px 25px rgba(11,27,58,.04)}.woocommerce-cart .woocommerce{display:grid;grid-template-columns:1.5fr .7fr;gap:28px}.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce-form-coupon-toggle{grid-column:1/-1}.cart_totals{width:auto!important;float:none!important}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.35fr .65fr;gap:28px}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:auto!important;float:none!important}.woocommerce-checkout #order_review_heading{grid-column:2;align-self:end;margin:0}.woocommerce-checkout #order_review{grid-column:2}.woocommerce-checkout #customer_details{grid-row:1/3}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--border);border-radius:8px;padding:11px;background:#fff}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,84,216,.08);outline:0}.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:25px}.woocommerce-MyAccount-navigation{padding:12px}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-MyAccount-navigation a{display:block;padding:11px 13px;border-radius:8px;color:var(--text);font-weight:600}.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{background:#edf4ff;color:var(--blue)}.narrow-page{max-width:820px}.page-header{margin-bottom:24px}.page-header h1{font-size:38px;color:var(--navy);margin:7px 0}.entry-content{max-width:100%}.content-area{display:grid;gap:18px}.empty-state{text-align:center;padding:80px 24px;background:var(--surface);border:1px dashed #cbd5e1;border-radius:18px}.empty-state--404 span{font-size:80px;font-weight:900;color:#d6e4ff}.site-footer{background:var(--navy);color:#c5d3ec}.newsletter{background:#102b5c}.newsletter .container{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:30px 0}.newsletter strong{display:block;color:#fff;font-size:20px}.newsletter p{margin:4px 0}.newsletter form{display:flex;width:min(100%,460px)}.newsletter input{flex:1;border:0;border-radius:9px 0 0 9px;padding:14px}.newsletter .button{border-radius:0 9px 9px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding:58px 0}.footer-grid .site-logo{filter:brightness(0) invert(1)}.footer-grid h3{color:#fff;font-size:15px}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin:9px 0}.footer-grid a{color:#c5d3ec;font-size:13px}.footer-brand p{max-width:420px}.footer-trust{display:flex;gap:8px;flex-wrap:wrap}.footer-trust span{border:1px solid #345084;border-radius:99px;padding:5px 9px;font-size:10px}.footer-bottom{border-top:1px solid #263d6a}.footer-bottom .container{height:60px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.mini-cart-drawer{position:fixed;inset:0;z-index:10000;pointer-events:none}.mini-cart-drawer__overlay{position:absolute;inset:0;background:rgba(5,16,37,.55);opacity:0;transition:.2s}.mini-cart-drawer aside{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;padding:22px;transform:translateX(100%);transition:.25s;overflow:auto}.mini-cart-drawer.is-open{pointer-events:auto}.mini-cart-drawer.is-open .mini-cart-drawer__overlay{opacity:1}.mini-cart-drawer.is-open aside{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:15px;margin-bottom:16px}.drawer-head button{border:0;background:none;font-size:28px}.mobile-menu{position:fixed;z-index:11000;left:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;padding:28px;box-shadow:var(--shadow)}.mobile-menu>button{position:absolute;right:16px;top:12px;border:0;background:none;font-size:28px}.mobile-menu ul{list-style:none;padding:20px 0}.mobile-menu a{display:block;padding:11px 0;color:var(--text);font-weight:700}@media(max-width:1024px){.header-main{gap:15px}.site-logo{flex-basis:180px}.header-actions .header-action:nth-child(2){display:none}.primary-nav{display:none}.mobile-menu-toggle{display:grid}.category-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-grid{grid-template-columns:repeat(4,1fr)}.hero__grid{gap:30px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}}@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--container))}.announcement-bar .container span:last-child{display:none}.header-main{height:auto;padding:12px 0;flex-wrap:wrap}.site-logo{flex:1}.header-actions{margin-left:0}.header-action small{display:none}.header-search{order:4;flex-basis:100%;max-width:none}.header-nav-row{display:none}.hero__grid{grid-template-columns:1fr;min-height:auto;padding:70px 0}.hero__visual{display:none}.hero__content h1{font-size:40px;letter-spacing:-1px}.hero__proof{flex-wrap:wrap}.trust-strip .container{grid-template-columns:1fr 1fr;gap:18px}.trust-strip .container>div{border:0;padding:0}.section{padding:52px 0}.section-head{align-items:flex-start}.section-head h2{font-size:27px}.category-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card__body{padding:12px}.promo-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.corporate-cta{padding:30px;display:block}.corporate-cta .button{margin-top:18px}.woocommerce div.product{grid-template-columns:1fr;gap:24px}.woocommerce-cart .woocommerce,.woocommerce-checkout form.checkout,.woocommerce-account .woocommerce{display:block}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout .col2-set,.woocommerce-MyAccount-content,.woocommerce-MyAccount-navigation{margin-bottom:18px}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:auto}.newsletter .container{display:block}.newsletter form{margin-top:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom .container{height:auto;padding:18px 0;display:block}.footer-bottom span{display:block;margin:5px 0}.woocommerce table.shop_table_responsive tr td::before{font-weight:800}.mega-menu{display:none}}@media(max-width:430px){.header-actions{gap:0}.header-action{min-width:43px}.category-grid,.woocommerce ul.products{grid-template-columns:1fr 1fr}.product-card .woocommerce-loop-product__title{font-size:12px;height:52px}.product-card__quick-actions{right:6px;top:6px}.product-card__quick-actions .icon-button{width:32px;height:32px}.product-card__bottom{display:block}.product-card__bottom .button{width:100%;margin-top:8px!important}.product-card__bottom .button:after{content:"Sepete Ekle";font-size:11px}.hero__actions{display:block}.hero__actions .button{width:100%;margin:5px 0}}

/* 0.2.0 storefront refinements */
.admin-view-switch{background:#07142c;color:#dce9ff;font-size:12px}.admin-view-switch .container{min-height:34px;display:flex;align-items:center;gap:18px}.admin-view-switch a{color:#fff;font-weight:700;border-left:1px solid #31466f;padding-left:18px}.live-search-results em{display:block;color:var(--blue);font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.mega-menu__inner>a{display:flex;align-items:center;gap:11px}.mega-category-icon{width:38px;height:38px;border-radius:9px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 auto}.mega-menu-empty{grid-column:span 3;border:1px dashed var(--border);padding:18px;border-radius:12px}.mega-menu-empty strong,.mega-menu-empty small{display:block}.product-card__sku{display:block;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-badge--info{background:var(--blue)}.product-card__bottom .product-quote-button,.product-card__bottom .product-detail-button{font-size:11px!important;width:auto!important;height:40px!important;padding:0 11px!important;white-space:nowrap}.product-card__bottom .product-quote-button:after,.product-card__bottom .product-detail-button:after{display:none}.compact-empty{padding:36px 22px}.brand-grid a{height:92px;display:flex;flex-direction:column;gap:5px}.brand-grid a>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:12px}.brand-grid a>strong{font-size:12px}.subpage-hero{background:linear-gradient(120deg,var(--navy),#153f86);color:#fff;padding:66px 0}.subpage-hero h1{font-size:46px;line-height:1.1;margin:10px 0}.subpage-hero p{max-width:760px;color:#d6e3fa;font-size:17px}.brand-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.brand-directory-card{display:flex;align-items:center;gap:14px;border:1px solid var(--border);border-radius:14px;padding:18px;color:var(--text);background:#fff;transition:.2s}.brand-directory-card:hover{border-color:var(--blue);box-shadow:var(--shadow);transform:translateY(-2px)}.brand-directory-card>span{width:52px;height:52px;border-radius:12px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.brand-directory-card div{flex:1}.brand-directory-card strong,.brand-directory-card small{display:block}.brand-directory-card small{color:var(--muted)}.campaign-intro{display:flex;align-items:center;justify-content:space-between;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:20px;margin-bottom:28px}.campaign-intro p{margin:4px 0 0}.corporate-page-grid,.contact-page-grid,.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.corporate-benefits,.corporate-form-card,.contact-info-card,.about-values{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 7px 25px rgba(11,27,58,.04)}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefit-list article,.about-values article{background:var(--surface);border-radius:12px;padding:18px}.benefit-list p,.about-values p{margin:7px 0 0;color:var(--muted)}.corporate-contact-box{margin-top:18px;border-left:4px solid var(--orange);padding:14px 18px;background:#fff7ed}.one-sv-contact-form label{display:block;font-size:13px;font-weight:700}.one-sv-contact-form label>span{color:var(--red)}.one-sv-contact-form input:not([type=checkbox]),.one-sv-contact-form textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--border);border-radius:9px;padding:11px;font:inherit}.one-sv-contact-form input:focus,.one-sv-contact-form textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,84,216,.1)}.one-sv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.one-sv-form-wide{grid-column:1/-1}.one-sv-consent{display:flex!important;gap:9px;align-items:flex-start;font-weight:500!important}.one-sv-consent input{margin-top:4px}.process-list{list-style:none;padding:0;counter-reset:step}.process-list li{counter-increment:step;display:grid;grid-template-columns:44px 1fr;gap:12px;margin:18px 0}.process-list li:before{content:counter(step);width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900}.process-list strong,.process-list span{grid-column:2}.process-list span{color:var(--muted);margin-top:-8px}.shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.shop-filters{position:sticky;top:190px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:20px}.shop-filters__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.shop-filters__head button{display:none;border:0;background:none;font-size:24px}.shop-filters label{display:block;font-size:12px;font-weight:800;margin-bottom:14px}.shop-filters select,.shop-filters input{width:100%;display:block;margin-top:6px;border:1px solid var(--border);border-radius:8px;padding:10px;background:#fff}.price-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shop-filters .button{width:100%}.filter-reset{display:block;text-align:center;margin-top:12px;font-size:12px;font-weight:700}.shop-results{min-width:0}.shop-results .woocommerce-breadcrumb{display:none}.shop-filter-toggle{display:none;margin-bottom:14px}.shop-filter-backdrop{display:none}.single-quote-box{border:1px solid #bcd2fb;background:#f2f7ff;border-radius:12px;padding:18px;margin:16px 0}.single-quote-box p{margin:5px 0 13px}.mobile-admin-link{color:var(--orange-ink)!important}.one-sv-products-grid{clear:both}.return-page{max-width:900px}.about-values{display:grid;gap:12px}.contact-info-card p{padding-bottom:16px;border-bottom:1px solid var(--border)}
@media(max-width:1024px){.shop-layout{grid-template-columns:220px minmax(0,1fr)}.brand-directory{grid-template-columns:repeat(2,1fr)}.corporate-page-grid,.contact-page-grid{grid-template-columns:1fr}.admin-view-switch .container{overflow:auto;white-space:nowrap}}
@media(max-width:760px){.subpage-hero{padding:46px 0}.subpage-hero h1{font-size:34px}.brand-directory{grid-template-columns:1fr}.one-sv-form-grid,.benefit-list{grid-template-columns:1fr}.one-sv-form-wide{grid-column:auto}.shop-layout{display:block}.shop-filter-toggle{display:inline-flex}.shop-filters{position:fixed;left:0;top:0;bottom:0;width:min(340px,90vw);z-index:12000;transform:translateX(-105%);transition:.25s;overflow:auto;border-radius:0}.shop-filters.is-open{transform:none}.shop-filters__head button{display:block}.shop-filter-backdrop{position:fixed;inset:0;background:rgba(5,16,37,.55);z-index:11900}.filters-open .shop-filter-backdrop{display:block}.admin-view-switch{display:none}.campaign-intro{display:block}.campaign-intro .button{margin-top:12px}}

/* 0.2.1 stability, admin-bar and icon refinements */
body.admin-bar .site-header{top:32px}
.one-sv-icon{display:block;flex:0 0 auto}
.header-search>button{display:grid;place-items:center}
.header-action>.one-sv-icon{margin-bottom:1px}
.header-action>span:first-child{font-size:inherit}
.mobile-menu-toggle{padding:0}
.site-logo,.custom-logo-link{display:inline-flex;align-items:center;flex:0 0 220px;min-width:0}
.site-logo img,.custom-logo{max-height:56px;width:auto;object-fit:contain}
.custom-logo-link img{display:block}
.mega-menu-empty a{display:inline-block;margin-top:8px;font-size:12px;font-weight:800}
.admin-catalog-notice{border:1px dashed #b9d1ff;background:#f7faff}
.admin-catalog-notice .button{margin-top:10px}
.shop-filter-toggle{display:none!important}
.woocommerce-main{padding-top:24px}
.shop-layout{margin-top:8px}
.shop-filters{top:184px}
.drawer-head button,.mobile-menu>button{display:grid;place-items:center;color:var(--navy)}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:760px){.shop-filter-toggle{display:inline-flex!important}.site-logo,.custom-logo-link{flex:1 1 170px}.site-logo img,.custom-logo{max-height:48px}.woocommerce-main{padding-top:18px}}

/* 0.2.2 — mobile product, account, footer, filtering and pagination fixes */
html,body{max-width:100%}
.site-logo{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;max-width:245px;flex:0 1 245px!important;overflow:visible}
.site-logo img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:56px!important;object-fit:contain}

/* Storefront filter and pagination */
.one-sv-shop-filter-form{margin:0}
.woocommerce nav.woocommerce-pagination{display:flex;justify-content:center;width:100%;clear:both;margin:34px 0 50px}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers{display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0!important;padding:0!important;list-style:none!important;border:0!important}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul.page-numbers li{display:block!important;margin:0!important;padding:0!important;border:0!important;list-style:none!important;float:none!important}
.woocommerce nav.woocommerce-pagination ul li::marker,
.woocommerce-pagination ul.page-numbers li::marker{content:""}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span{display:inline-flex!important;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);font-weight:750;text-decoration:none;line-height:1;box-shadow:0 2px 6px rgba(11,27,58,.03)}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus-visible{border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 3px rgba(0,84,216,.10)}
.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--blue);background:var(--blue);color:#fff}
.woocommerce-pagination .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.shop-results{min-width:0}
.shop-results .woocommerce-pagination{grid-column:1/-1}

/* Product gallery owns a bounded, non-cropping media surface. */
.single-product div.product .woocommerce-product-gallery{min-width:0;width:100%;max-width:100%;overflow:visible}
.single-product .woocommerce-product-gallery__wrapper{margin:0!important;max-width:100%}
.single-product .woocommerce-product-gallery__image{display:flex!important;align-items:center;justify-content:center;min-width:0;max-width:100%;background:#f7f8fb;border-radius:14px;overflow:hidden}
.single-product .woocommerce-product-gallery__image a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.single-product .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important}
.single-product .woocommerce-product-gallery .flex-viewport{border-radius:14px;background:#f7f8fb;overflow:hidden!important}
.single-product .woocommerce-product-gallery .flex-control-thumbs{display:flex!important;align-items:center;gap:10px;margin:12px 0 0!important;padding:0!important;list-style:none!important;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
.single-product .woocommerce-product-gallery .flex-control-thumbs li{display:block!important;flex:0 0 74px!important;width:74px!important;margin:0!important;padding:0!important;list-style:none!important;float:none!important;scroll-snap-align:start}
.single-product .woocommerce-product-gallery .flex-control-thumbs li::marker{content:""}
.single-product .woocommerce-product-gallery .flex-control-thumbs img{display:block;width:74px!important;height:74px!important;object-fit:contain!important;border:1px solid var(--border);border-radius:9px;background:#fff;padding:3px;opacity:.75;cursor:pointer}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{border-color:var(--blue);opacity:1;box-shadow:0 0 0 2px rgba(0,84,216,.12)}
.single-product .woocommerce-product-gallery__trigger{position:absolute!important;top:12px!important;right:12px!important;left:auto!important;z-index:10;width:44px!important;height:44px!important;display:grid!important;place-items:center;border-radius:50%!important;background:rgba(255,255,255,.92)!important;box-shadow:0 4px 18px rgba(11,27,58,.16);text-indent:-9999px;overflow:hidden}
.single-product .woocommerce-product-gallery__trigger::before{content:""!important;width:14px;height:14px;border:2px solid var(--navy);border-radius:50%;position:absolute;inset:12px auto auto 11px}
.single-product .woocommerce-product-gallery__trigger::after{content:""!important;width:9px;height:2px;background:var(--navy);transform:rotate(45deg);position:absolute;left:25px;top:27px}
.one-sv-gallery-fallback .woocommerce-product-gallery__image{display:none!important;aspect-ratio:1/1}
.one-sv-gallery-fallback .woocommerce-product-gallery__image.is-active{display:flex!important}
.one-sv-gallery-fallback__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}
.one-sv-gallery-fallback__thumbs button{flex:0 0 74px;width:74px;height:74px;padding:3px;border:1px solid var(--border);border-radius:9px;background:#fff}
.one-sv-gallery-fallback__thumbs button.is-active{border-color:var(--blue);box-shadow:0 0 0 2px rgba(0,84,216,.12)}
.one-sv-gallery-fallback__thumbs img{width:100%;height:100%;object-fit:contain}

/* Mobile buying bar is hidden on desktop. */
.one-sv-mobile-product-bar{display:none}

/* Footer links stay clickable and above any decorative layer. */
.site-footer,.footer-grid,.footer-section,.footer-section__content{position:relative;z-index:2}
.footer-section__toggle{display:none}
.footer-section a{position:relative;z-index:3;pointer-events:auto;display:inline-flex;align-items:center;min-height:34px}

/* My Account registration/login */
.one-sv-account-tabs{display:none}
.one-sv-customer-type-options{display:flex;gap:18px;margin-top:8px}
.one-sv-customer-type-options label{display:inline-flex;align-items:center;gap:7px;font-weight:600}
.one-sv-corporate-registration-fields{clear:both}
.one-sv-register-consent label{font-size:13px;line-height:1.5;font-weight:500}
.one-sv-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.one-sv-quote-product{display:grid;gap:3px;border:1px solid #bcd2fb;background:#f2f7ff;border-radius:12px;padding:14px 16px;margin-bottom:17px}
.one-sv-quote-product small{color:var(--muted)}
.one-sv-virtual-page{padding:50px 0}
.one-sv-virtual-page__head{margin-bottom:28px}

@media(max-width:760px){
    body.single-product{padding-bottom:76px}
    .site-logo{max-width:205px;flex:1 1 205px!important}
    .site-logo img{max-height:52px!important}
    .header-search{min-width:0}
    .header-search input{min-width:0!important;font-size:15px!important;padding-left:14px!important;text-overflow:ellipsis}
    .header-search>button{flex:0 0 56px!important;width:56px!important;min-width:56px!important}

    .single-product .woocommerce-breadcrumb{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:12px}
    .single-product div.product{display:block!important;max-width:100%}
    .single-product div.product .woocommerce-product-gallery{margin:0 0 20px!important;float:none!important;width:100%!important}
    .single-product .woocommerce-product-gallery__image,
    .single-product .woocommerce-product-gallery .flex-viewport,
    .one-sv-gallery-fallback .woocommerce-product-gallery__image{height:min(92vw,410px)!important;max-height:410px!important;aspect-ratio:1/1}
    .single-product .woocommerce-product-gallery__image img{max-height:400px!important;padding:10px!important}
    .single-product .woocommerce-product-gallery .flex-control-thumbs li{flex-basis:66px!important;width:66px!important}
    .single-product .woocommerce-product-gallery .flex-control-thumbs img,
    .one-sv-gallery-fallback__thumbs button{width:66px!important;height:66px!important}
    .single-product div.product .summary{float:none!important;width:100%!important;margin:0!important;min-width:0}
    .single-product .product_title{font-size:clamp(28px,8vw,34px)!important;line-height:1.16!important;letter-spacing:-.025em!important;overflow-wrap:break-word;word-break:normal;margin:10px 0 14px!important}
    .single-product-meta-strip{display:flex!important;flex-wrap:wrap;gap:7px 12px;font-size:12px}
    .single-quote-box{margin:14px 0 20px}
    .single-quote-box .button{width:100%;justify-content:center}
    .one-sv-mobile-product-bar{position:fixed;display:flex;left:0;right:0;bottom:0;z-index:9990;align-items:center;justify-content:space-between;gap:12px;min-height:68px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 28px rgba(11,27,58,.13)}
    .one-sv-mobile-product-bar__price{min-width:0;max-width:48%;font-size:13px;font-weight:800;color:var(--navy);line-height:1.25}
    .one-sv-mobile-product-bar .button{min-width:142px;min-height:46px;margin:0!important;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}

    .woocommerce-account .woocommerce{padding:0!important}
    .woocommerce-account .woocommerce h2{font-size:27px!important;line-height:1.2!important;margin:0 0 18px!important}
    .woocommerce-account .u-columns.col2-set{display:block!important}
    .woocommerce-account .u-columns .u-column1,
    .woocommerce-account .u-columns .u-column2{display:none!important;width:100%!important;float:none!important;margin:0!important;padding:22px!important;border:1px solid var(--border);border-radius:16px;background:#fff}
    .woocommerce-account .u-columns .is-mobile-active{display:block!important}
    .one-sv-account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:#edf2fa;border-radius:12px;margin:0 0 14px}
    .one-sv-account-tabs button{height:44px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:800}
    .one-sv-account-tabs button.is-active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(11,27,58,.08)}
    .woocommerce-account form.login,
    .woocommerce-account form.register{border:0!important;padding:0!important;margin:0!important}
    .woocommerce-account form .form-row{font-size:14px!important;margin:0 0 14px!important}
    .woocommerce-account form .input-text{font-size:16px!important;min-height:48px!important}
    .woocommerce-account form .woocommerce-form-login__rememberme{display:block;margin:0 0 12px!important}
    .woocommerce-account form .woocommerce-form-login__submit,
    .woocommerce-account form .woocommerce-form-register__submit{width:100%!important;min-height:48px!important;margin:0 0 12px!important}
    .woocommerce-account .woocommerce-LostPassword{font-size:15px;margin-top:8px}
    .one-sv-customer-type-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}
    .one-sv-customer-type-options label{border:1px solid var(--border);border-radius:9px;padding:10px}

    .footer-grid{display:block!important}
    .footer-brand{margin-bottom:18px}
    .footer-section{border-top:1px solid rgba(255,255,255,.15)}
    .footer-section__toggle{display:flex;width:100%;min-height:56px;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:#fff;font:inherit;font-size:17px;font-weight:800;text-align:left}
    .footer-section__toggle[aria-expanded="true"] span:last-child{transform:rotate(180deg)}
    .footer-section__content{padding:0 0 14px}
    .footer-section__content[hidden]{display:none!important}
    .footer-section ul{margin:0;padding:0;list-style:none}
    .footer-section li{margin:0}
    .footer-section a{width:100%;min-height:46px;font-size:15px!important;color:#dbe7fb!important;text-decoration:none}
    .footer-bottom .container{padding-bottom:calc(92px + env(safe-area-inset-bottom))}

    .woocommerce nav.woocommerce-pagination{justify-content:flex-start;overflow-x:auto;margin:26px 0 38px;padding-bottom:5px;scrollbar-width:thin}
    .woocommerce nav.woocommerce-pagination ul.page-numbers{flex-wrap:nowrap!important;justify-content:flex-start}
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px}

    .shop-filters form{width:100%}
    .shop-filter-toggle{position:relative;z-index:3}
    .product-card__bottom .button::after{content:none!important;display:none!important}
}
.woocommerce form .password-input{display:block;position:relative;width:100%}
.woocommerce form .password-input input{padding-right:48px!important}
.woocommerce form .show-password-input{position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:32px!important;height:32px!important;margin:0!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important;cursor:pointer}
.woocommerce form .show-password-input::before{content:"";display:block;width:18px;height:12px;border:2px solid var(--muted);border-radius:50% 50% 48% 48%;box-sizing:border-box}
.woocommerce form .show-password-input::after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--muted)}

/* ==============================================================
   1SiparisVer Theme 0.2.3 — retail header, brands and term media
   ============================================================== */
.site-logo{flex:0 0 236px!important;width:236px;min-width:236px;overflow:visible}
.site-logo img{display:block;width:232px!important;max-width:232px!important;max-height:56px!important;object-fit:contain;object-position:left center}
.header-main{gap:24px}
.header-actions{display:flex;align-items:stretch;justify-content:flex-end;gap:16px;margin-left:auto;min-height:60px}
.header-action{position:relative;display:grid!important;grid-template-rows:32px 20px;place-items:center;align-content:center;min-width:64px!important;height:60px!important;padding:2px 4px!important;margin:0!important;border:0;background:transparent;color:var(--navy);cursor:pointer;line-height:1!important}
.header-action__icon{display:grid;place-items:center;width:30px;height:30px;line-height:0}
.header-action__label{display:block;font-size:11px!important;line-height:20px!important;white-space:nowrap}
.header-cart-count{top:1px!important;right:5px!important;z-index:2;line-height:18px}
.nav-contact{display:inline-flex;align-items:center;min-height:38px;padding:0 2px;white-space:nowrap}
.nav-contact:hover,.nav-contact:focus-visible{text-decoration:underline;text-underline-offset:4px}

/* Brand mega menu */
.brand-mega{position:absolute;left:0;right:0;z-index:1002;background:#fff;border-top:1px solid var(--border);box-shadow:0 24px 50px rgba(11,27,58,.14)}
.brand-mega__inner{padding:24px 0 28px}
.brand-mega__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}
.brand-mega__head strong{display:block;margin-top:4px;font-size:22px;color:var(--navy)}
.brand-mega__head>a{font-weight:800}
.brand-mega__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.brand-mega-card{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:15px;min-height:110px;padding:14px;border:1px solid var(--border);border-radius:13px;background:#fff;color:var(--text);transition:.18s}
.brand-mega-card:hover,.brand-mega-card:focus-visible{border-color:#a8c7ff;box-shadow:0 10px 25px rgba(0,84,216,.1);transform:translateY(-2px)}
.brand-mega-card__logo{display:grid;place-items:center;height:74px;border-radius:9px;background:var(--surface);padding:9px;overflow:hidden}
.brand-mega-card__logo img{width:100%;height:100%;object-fit:contain}
.brand-mega-card strong,.brand-mega-card small{display:block}
.brand-mega-card small{margin-top:5px;color:var(--muted)}
.brand-logo-fallback{font-weight:900;color:var(--navy);text-align:center;line-height:1.1}

/* Category mega and cards */
.mega-category-icon{display:grid;place-items:center;width:58px;height:52px;border-radius:8px;background:var(--surface);overflow:hidden;flex:0 0 58px}
.mega-category-icon img{width:100%;height:100%;object-fit:contain}
.mega-menu__inner>a{display:flex;align-items:center;gap:12px}
.category-card{display:flex;flex-direction:column;min-width:0}
.category-card__image{height:176px;background:#f6f8fc}
.category-card__image img{width:100%;height:100%;object-fit:contain;padding:6px}
.category-card__link{display:block;margin-top:12px;color:var(--blue);font-size:13px;font-weight:800}
.category-image-fallback{font-size:42px;color:#aac5f5}

/* Brand cards and directory */
.brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.brand-grid a{height:auto;min-height:144px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}
.brand-grid__logo{display:grid;place-items:center;width:100%;height:72px;padding:8px;background:#fff;border-radius:8px}
.brand-grid__logo img{width:100%;height:100%;object-fit:contain}
.brand-grid a small{color:var(--muted);font-weight:500}
.brand-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.brand-directory-card{display:grid!important;grid-template-columns:150px 1fr auto!important;align-items:center;gap:20px;min-height:128px;padding:18px!important;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text)}
.brand-directory-card__logo{height:88px;display:grid;place-items:center;padding:10px;background:var(--surface);border-radius:10px;overflow:hidden}
.brand-directory-card__logo img{width:100%;height:100%;object-fit:contain}

/* Retail purchasing states */
.single-retail-notice{margin:15px 0 20px;padding:18px;border:1px solid #bfd3f8;border-radius:13px;background:#f4f8ff}
.single-retail-notice strong{display:block;margin-bottom:5px;color:var(--navy)}
.single-retail-notice p{margin:0;color:var(--muted)}
.one-sv-buy-now{margin-left:9px!important}
.one-sv-mobile-product-bar__actions{display:flex;gap:7px;align-items:center}
.one-sv-mobile-product-bar__actions .button{min-width:116px!important}

/* Help center */
.one-sv-help-center{display:grid;gap:28px}
.help-search-card{padding:34px;border-radius:20px;background:linear-gradient(135deg,var(--navy),#123e85);color:#fff}
.help-search-card h2{margin:0 0 6px;font-size:32px}
.help-search-card p{margin:0 0 20px;color:#d9e5fb}
.help-search{display:block;max-width:720px}
.help-search input{width:100%;height:54px;border:0;border-radius:11px;padding:0 17px;font-size:16px;outline:0}
.help-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.help-quick-grid a{display:block;min-height:128px;padding:20px;border:1px solid var(--border);border-radius:14px;color:var(--text);background:#fff;transition:.18s}
.help-quick-grid a:hover{border-color:#aec9fb;box-shadow:var(--shadow);transform:translateY(-2px)}
.help-quick-grid strong,.help-quick-grid span{display:block}
.help-quick-grid span{margin-top:8px;color:var(--muted);font-size:14px}
.help-faqs h2{font-size:28px;color:var(--navy)}
.help-faqs details{border:1px solid var(--border);border-radius:12px;background:#fff;margin-bottom:10px;overflow:hidden}
.help-faqs summary{padding:17px 20px;font-weight:800;cursor:pointer;list-style:none}
.help-faqs summary::-webkit-details-marker{display:none}
.help-faqs details>div{padding:0 20px 17px;color:var(--muted)}
.help-contact-card{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:26px;border-radius:16px;background:var(--surface)}
.help-contact-card h2,.help-contact-card p{margin:0}
.help-contact-card p{margin-top:5px;color:var(--muted)}

.mobile-brand-menu,.mobile-brand-grid{display:none}

@media(max-width:1100px){
    .site-logo{flex-basis:205px!important;width:205px;min-width:205px}.site-logo img{width:202px!important;max-width:202px!important}
    .header-main{gap:16px}.header-actions{gap:7px}.header-action{min-width:57px!important}
    .brand-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
    .site-logo{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:205px!important}
    .site-logo img{width:100%!important;max-width:205px!important;max-height:48px!important}
    .header-actions{gap:3px;min-height:50px}
    .header-action{min-width:46px!important;width:46px!important;height:50px!important;grid-template-rows:36px 0!important;padding:0!important}
    .header-action__label{display:none!important}
    .header-action__icon{width:32px;height:32px}
    .header-cart-count{top:0!important;right:0!important}
    .brand-mega{display:none!important}
    .mobile-brand-menu{display:block;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
    .mobile-brand-menu summary{padding:14px 0;font-weight:800;cursor:pointer}
    .mobile-brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 0 14px}
    .mobile-brand-grid a{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:96px!important;padding:8px!important;border:1px solid var(--border);border-radius:9px;background:#fff}
    .mobile-brand-grid img{width:100%;height:48px;object-fit:contain}
    .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
    .category-card{padding:10px}.category-card__image{height:126px}.category-card strong{font-size:14px}.category-card__link{font-size:11px}
    .brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-grid a{min-height:118px;padding:10px}.brand-grid__logo{height:58px}
    .brand-directory{grid-template-columns:1fr}.brand-directory-card{grid-template-columns:110px 1fr auto!important;min-height:104px;padding:12px!important}.brand-directory-card__logo{height:76px}
    .one-sv-buy-now{width:100%;margin:8px 0 0!important}
    .one-sv-mobile-product-bar{gap:8px}.one-sv-mobile-product-bar__price{max-width:34%}.one-sv-mobile-product-bar__actions{flex:1}.one-sv-mobile-product-bar__actions .button{min-width:0!important;flex:1;padding-inline:8px!important;font-size:12px!important}
    .help-search-card{padding:23px}.help-search-card h2{font-size:26px}.help-quick-grid{grid-template-columns:1fr}.help-contact-card{display:block}.help-contact-card .button{width:100%;margin-top:16px}
}

@media(max-width:390px){
    .site-logo{max-width:176px!important}.site-logo img{max-width:176px!important}
    .header-action{min-width:42px!important;width:42px!important}
    .category-grid{grid-template-columns:1fr}
}
.brand-directory-card__logo{width:100%!important}


/* ==============================================================
   1SiparisVer Theme 0.2.4 — definitive logo + browser icon patch
   ============================================================== */
.site-logo{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex:0 0 250px!important;
    width:250px!important;
    min-width:250px!important;
    max-width:250px!important;
    height:62px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    line-height:0!important;
}
.site-logo img{
    display:block!important;
    width:250px!important;
    max-width:250px!important;
    height:auto!important;
    max-height:62px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left center!important;
}
@media(max-width:1100px){
    .site-logo{flex-basis:218px!important;width:218px!important;min-width:218px!important;max-width:218px!important;height:56px!important}
    .site-logo img{width:218px!important;max-width:218px!important;max-height:56px!important}
}
@media(max-width:760px){
    .site-logo{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:194px!important;height:50px!important}
    .site-logo img{width:194px!important;max-width:194px!important;max-height:50px!important}
}
@media(max-width:390px){
    .site-logo{max-width:174px!important;height:46px!important}
    .site-logo img{width:174px!important;max-width:174px!important;max-height:46px!important}
}

/* ==============================================================
   1SiparisVer Theme 0.2.6 — product, brand, contact and gallery UX
   ============================================================== */

/* Category images must remain visible even when they are served directly from
   the Core plugin as a safe fallback instead of a Media Library attachment. */
.category-card__image .category-image,
.category-card__image .category-image--bundled{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

/* Product cards: prevent a single result from becoming a giant empty square. */
.woocommerce ul.products,
ul.products.one-sv-products-grid,
.related.products ul.products{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:20px!important;
    align-items:stretch;
}
.woocommerce ul.products li.product.product-card{
    width:auto!important;
    margin:0!important;
    min-width:0;
    max-width:none;
}
.product-card__media{
    aspect-ratio:auto!important;
    height:260px!important;
    min-height:260px;
    padding:18px!important;
    overflow:hidden;
}
.product-card__media>a{
    width:100%;
    height:100%;
    display:flex!important;
    align-items:center;
    justify-content:center;
}
.product-card__media img{
    display:block;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:scale(1.06);
    transform-origin:center;
}
.product-card__body{padding:16px!important}
.product-card .woocommerce-loop-product__title{
    font-size:14px!important;
    line-height:1.36!important;
    min-height:58px;
    height:auto!important;
    max-height:76px;
}
.product-card__bottom{margin-top:14px!important}

/* Related products need generous cards instead of narrow compressed columns. */
.related.products{
    width:100%;
    margin-top:46px;
}
.related.products>h2{
    margin-bottom:22px!important;
    color:var(--navy);
    font-size:26px!important;
}
.related.products ul.products{
    width:100%;
}
.related.products .product-card__media{
    height:220px!important;
    min-height:220px!important;
}
.related.products .product-card__body{
    padding:15px!important;
}
.related.products .product-card__bottom .button{
    width:auto!important;
    min-width:104px;
    padding:0 13px!important;
    font-size:11px!important;
}
.related.products .product-card__bottom .button::after{display:none!important;content:none!important}

/* Professional real-logo brand cards. */
.brand-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
}
.brand-grid>a{
    position:relative;
    min-height:188px!important;
    height:auto!important;
    padding:22px 20px 18px!important;
    border:1px solid var(--border)!important;
    border-radius:16px!important;
    background:#fff!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:8px!important;
    text-align:left!important;
    box-shadow:0 8px 24px rgba(11,27,58,.035);
    transition:transform .18s,box-shadow .18s,border-color .18s;
}
.brand-grid>a:hover{
    transform:translateY(-4px);
    border-color:#b9d1ff!important;
    box-shadow:0 18px 40px rgba(11,27,58,.10);
}
.brand-grid__logo{
    width:100%!important;
    height:90px!important;
    padding:8px 14px!important;
    border-radius:10px!important;
    background:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.brand-grid__logo img,
.brand-logo-image,
.brand-logo-image--bundled{
    display:block;
    width:100%!important;
    height:100%!important;
    max-width:220px!important;
    max-height:78px!important;
    object-fit:contain!important;
    object-position:center!important;
}
.brand-grid>a>strong{font-size:15px!important;color:var(--navy)}
.brand-grid>a>small{font-size:13px!important;color:var(--muted)!important}
.brand-grid>a::after{
    content:"Ürünleri Gör →";
    margin-top:auto;
    color:var(--blue);
    font-size:12px;
    font-weight:800;
}

/* Footer uses a dedicated dark-background logo; never invert the colored icon. */
.footer-grid .site-logo--footer{
    filter:none!important;
    width:290px!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    flex:none!important;
}
.footer-grid .site-logo--footer img{
    display:block;
    width:290px!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
}
.footer-contact-mini{
    list-style:none;
    padding:0;
    margin:18px 0;
    display:grid;
    gap:9px;
}
.footer-contact-mini li{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0!important;
}
.footer-contact-mini svg{flex:0 0 auto;color:#74b9ff}
.footer-contact-mini a{font-size:12px!important;color:#dbe7ff!important}

/* Product tabs: remove the accidental strike-through and browser list markers. */
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display:flex!important;
    align-items:flex-end;
    gap:26px;
    margin:26px 0 24px!important;
    padding:0!important;
    list-style:none!important;
    border:0!important;
    border-bottom:1px solid var(--border)!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important;content:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    display:block!important;
    list-style:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::marker{content:""!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display:block!important;
    padding:12px 1px 11px!important;
    color:var(--muted)!important;
    text-decoration:none!important;
    text-decoration-line:none!important;
    border:0!important;
    border-bottom:3px solid transparent!important;
    font-weight:700!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color:var(--blue)!important;
    border-bottom-color:var(--blue)!important;
}

/* Independent resilient gallery controller. The original Woo/FlexSlider DOM is
   retained for compatibility but hidden after the enhanced stage is built. */
.woocommerce-product-gallery.one-sv-gallery-v2 .flex-viewport,
.woocommerce-product-gallery.one-sv-gallery-v2>.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery.one-sv-gallery-v2>.flex-control-thumbs,
.woocommerce-product-gallery.one-sv-gallery-v2>.woocommerce-product-gallery__trigger,
.woocommerce-product-gallery.one-sv-gallery-v2>.one-sv-gallery-fallback__thumbs{
    display:none!important;
}
.one-sv-gallery-v2__stage{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:560px;
    max-height:70vh;
    min-height:420px;
    padding:28px;
    overflow:hidden;
    border-radius:16px;
    background:#f7f8fb;
    border:1px solid #edf0f5;
}
.one-sv-gallery-v2__stage-button{
    width:100%;
    height:100%;
    padding:0;
    border:0;
    background:transparent;
    cursor:zoom-in;
    display:flex;
    align-items:center;
    justify-content:center;
}
.one-sv-gallery-v2__stage img{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
}
.one-sv-gallery-v2__nav{
    position:absolute;
    top:50%;
    z-index:3;
    width:44px;
    height:44px;
    transform:translateY(-50%);
    border:1px solid var(--border);
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:var(--navy);
    box-shadow:0 8px 24px rgba(11,27,58,.12);
    font-size:26px;
    cursor:pointer;
}
.one-sv-gallery-v2__nav--prev{left:14px}
.one-sv-gallery-v2__nav--next{right:14px}
.one-sv-gallery-v2__counter{
    position:absolute;
    left:14px;
    bottom:14px;
    z-index:3;
    padding:5px 9px;
    border-radius:999px;
    background:rgba(11,27,58,.78);
    color:#fff;
    font-size:12px;
    font-weight:700;
}
.one-sv-gallery-v2__thumbs{
    display:flex;
    gap:10px;
    margin-top:12px;
    padding:2px 1px 5px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
}
.one-sv-gallery-v2__thumb{
    flex:0 0 76px;
    width:76px;
    height:76px;
    padding:4px;
    border:1px solid var(--border);
    border-radius:10px;
    background:#fff;
    cursor:pointer;
    scroll-snap-align:start;
}
.one-sv-gallery-v2__thumb.is-active{
    border-color:var(--blue);
    box-shadow:0 0 0 2px rgba(0,84,216,.13);
}
.one-sv-gallery-v2__thumb img{width:100%;height:100%;object-fit:contain}
.one-sv-gallery-lightbox{
    position:fixed;
    inset:0;
    z-index:100000;
    display:none;
    align-items:center;
    justify-content:center;
    padding:30px;
    background:rgba(4,13,31,.88);
}
.one-sv-gallery-lightbox.is-open{display:flex}
.one-sv-gallery-lightbox img{max-width:min(1200px,92vw);max-height:90vh;object-fit:contain;background:#fff;border-radius:12px}
.one-sv-gallery-lightbox button{
    position:absolute;
    top:18px;
    right:22px;
    width:44px;
    height:44px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:var(--navy);
    font-size:28px;
    cursor:pointer;
}

/* Contact page and WhatsApp support. */
.contact-cards{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-bottom:28px;
}
.contact-card{
    min-height:190px;
    padding:22px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#fff;
    color:var(--text);
    display:flex;
    flex-direction:column;
    gap:18px;
    box-shadow:0 10px 30px rgba(11,27,58,.045);
    transition:.18s;
}
.contact-card:hover{transform:translateY(-3px);border-color:#b9d1ff;box-shadow:var(--shadow)}
.contact-card__icon{
    width:54px;
    height:54px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:#edf4ff;
    color:var(--blue);
}
.contact-card>span:last-child{display:flex;flex-direction:column;gap:7px;min-width:0}
.contact-card strong{font-size:17px;color:var(--navy)}
.contact-card small{font-size:13px;line-height:1.5;color:var(--muted)}
.contact-card b{margin-top:auto;font-size:12px;color:var(--blue)}
.contact-card--whatsapp .contact-card__icon{background:#eaf8ef;color:#16834a}
.contact-page-grid--v2{align-items:start}
.contact-support-summary,.contact-form-card{padding:30px!important;border-radius:18px!important;background:#fff;border:1px solid var(--border)}
.contact-support-summary h2,.contact-form-card h2{font-size:28px;color:var(--navy);margin:7px 0 14px}
.contact-support-summary dl{display:grid;gap:13px;margin-top:24px}
.contact-support-summary dl>div{padding-top:13px;border-top:1px solid var(--border)}
.contact-support-summary dt{font-weight:800;color:var(--navy)}
.contact-support-summary dd{margin:3px 0 0;color:var(--muted)}
.floating-whatsapp{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9000;
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:50px;
    padding:0 17px;
    border-radius:999px;
    background:#16834a;
    color:#fff!important;
    font-weight:800;
    box-shadow:0 14px 35px rgba(0,0,0,.22);
}
.floating-whatsapp:hover{background:#0f713e;transform:translateY(-2px)}

@media(max-width:1024px){
    .woocommerce ul.products,
    ul.products.one-sv-products-grid,
    .related.products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
    .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
    .woocommerce ul.products,
    ul.products.one-sv-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
    .product-card__media{height:190px!important;min-height:190px!important;padding:10px!important}
    .product-card__media img{transform:scale(1.03)}
    .brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
    .brand-grid>a{min-height:158px!important;padding:15px!important}
    .brand-grid__logo{height:70px!important}
    .related.products ul.products{
        display:flex!important;
        overflow-x:auto;
        gap:14px!important;
        scroll-snap-type:x mandatory;
        padding-bottom:8px;
    }
    .related.products ul.products>li.product{
        flex:0 0 min(78vw,290px)!important;
        width:min(78vw,290px)!important;
        scroll-snap-align:start;
    }
    .related.products .product-card__media{height:210px!important;min-height:210px!important}
    .one-sv-gallery-v2__stage{height:min(92vw,420px);min-height:320px;max-height:420px;padding:14px}
    .one-sv-gallery-v2__nav{width:40px;height:40px}
    .one-sv-gallery-v2__thumb{flex-basis:66px;width:66px;height:66px}
    .woocommerce div.product .woocommerce-tabs ul.tabs{overflow-x:auto;white-space:nowrap;gap:20px}
    .contact-cards{grid-template-columns:1fr}
    .contact-card{min-height:0;flex-direction:row;align-items:flex-start}
    .contact-card__icon{flex:0 0 52px}
    .floating-whatsapp{right:14px;bottom:14px;width:52px;height:52px;padding:0;justify-content:center}
    .floating-whatsapp span{display:none}
    .footer-grid .site-logo--footer{width:260px!important}
}
@media(max-width:430px){
    .product-card__media{height:170px!important;min-height:170px!important}
    .product-card__body{padding:11px!important}
    .product-card .woocommerce-loop-product__title{font-size:12px!important;min-height:50px}
}
body.single-product .floating-whatsapp{bottom:88px}
@media(min-width:761px){body.single-product .floating-whatsapp{bottom:24px}}

/* 0.2.7 — balanced nine-category storefront grid */
@media (min-width:1025px){
    .category-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:22px!important;
    }
    .category-card{
        min-height:330px;
        display:flex;
        flex-direction:column;
    }
    .category-card__image{
        height:205px!important;
    }
    .category-card>a:last-child,
    .category-card .category-card__cta{
        margin-top:auto;
    }
}
@media (min-width:761px) and (max-width:1024px){
    .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
}
/* 0.2.8 live search and lightbox zoom */
.live-search-results{max-height:min(70vh,620px);overflow:auto;box-shadow:0 18px 45px rgba(11,27,58,.18)}
.search-result-item{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 14px!important;border-bottom:1px solid #e2e7ef}
.search-result-item img{width:64px;height:64px;object-fit:contain;background:#f5f7fa;border-radius:9px}
.search-result-copy{min-width:0}.search-result-copy strong{display:block;white-space:normal;line-height:1.25}.search-result-copy small{display:block;color:#687386;margin-top:4px}.search-result-copy em{font-style:normal;color:#0054d8;font-size:11px;font-weight:800}
.search-result-meta{text-align:right;white-space:nowrap}.search-result-meta b{display:block}.search-result-meta small{display:block;margin-top:6px}.search-result-meta .is-stock{color:#16834c}.search-result-meta .is-out{color:#c8342f}.search-result-item.is-active{background:#eef5ff}
.one-sv-lightbox img,.pswp__img{cursor:zoom-in;transition:transform .18s ease;transform-origin:center}.one-sv-lightbox img.is-zoomed,.pswp__img.is-zoomed{transform:scale(2.2);cursor:zoom-out}
@media(max-width:640px){.search-result-item{grid-template-columns:52px minmax(0,1fr)}.search-result-item img{width:52px;height:52px}.search-result-meta{grid-column:2;text-align:left;display:flex;gap:10px;align-items:center}}

/* 1SiparisVer Theme 0.3.1 emergency storefront layout recovery.
 * The theme owns its containers; WordPress global constrained-layout rules must
 * never turn the complete storefront shell into an 820px scroll box. */
html,
body {
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;
}
body {
    margin: 0 !important;
    overflow-x: clip;
}
body > .site-shell,
body.is-layout-constrained > .site-shell,
.wp-site-blocks > .site-shell,
.site-shell {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 100vh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    transform: none !important;
    contain: none !important;
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
    body.admin-bar .site-header { top: 46px; }
}
.one-sv-gallery-lightbox img,
.pswp__img { cursor: zoom-in; transition: transform .18s ease; transform-origin: center; }
.one-sv-gallery-lightbox img.is-zoomed,
.pswp__img.is-zoomed { transform: scale(2.2); cursor: zoom-out; }
.one-sv-public-campaigns{margin-bottom:48px}.one-sv-public-campaign-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.one-sv-public-campaign-card{border:1px solid var(--border);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:0 8px 25px rgba(11,27,58,.05)}.one-sv-public-campaign-card>span{display:inline-block;border-radius:999px;background:#fff2e8;color:#b44400;padding:6px 10px;font-size:12px;font-weight:800}.one-sv-public-campaign-card h3{margin:14px 0 8px;color:var(--navy)}.one-sv-public-campaign-card p{color:var(--muted);margin:7px 0}.one-sv-public-campaign-card a{display:inline-block;margin-top:12px;font-weight:800}.one-sv-customer-shipment{margin-top:30px;border:1px solid var(--border);border-radius:var(--radius);padding:24px;background:var(--surface)}.one-sv-customer-shipment h2{margin-top:0}.one-sv-customer-shipment dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.one-sv-customer-shipment dl>div{background:#fff;border-radius:10px;padding:12px}.one-sv-customer-shipment dt{font-size:12px;color:var(--muted)}.one-sv-customer-shipment dd{margin:3px 0 0;font-weight:700}@media(max-width:900px){.one-sv-public-campaign-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.one-sv-public-campaign-grid,.one-sv-customer-shipment dl{grid-template-columns:1fr}}

/* v0.3.2 — single product containment hotfix. */
@media (min-width:761px){
    body.single-product .woocommerce div.product{
        display:grid!important;
        grid-template-columns:minmax(0,1.28fr) minmax(380px,.72fr)!important;
        gap:42px!important;
        align-items:start!important;
        width:100%!important;
        max-width:100%!important;
    }
    body.single-product .woocommerce div.product > .woocommerce-product-gallery{
        grid-column:1!important;
        grid-row:1!important;
        min-width:0!important;
        width:100%!important;
        max-width:100%!important;
    }
    body.single-product .woocommerce div.product > .summary{
        grid-column:2!important;
        grid-row:1!important;
        min-width:0!important;
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
        overflow-wrap:anywhere;
    }
    body.single-product .woocommerce div.product > .woocommerce-tabs,
    body.single-product .woocommerce div.product > .one-sv-product-information,
    body.single-product .woocommerce div.product > .related.products,
    body.single-product .woocommerce div.product > .upsells.products{
        grid-column:1/-1!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
    }
    body.single-product .product_title{
        max-width:100%!important;
        font-size:clamp(28px,2.35vw,38px)!important;
        line-height:1.13!important;
        overflow-wrap:anywhere!important;
        word-break:normal!important;
    }
}
body.single-product .woocommerce-tabs,
body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-Tabs-panel,
body.single-product .related.products,
body.single-product .upsells.products{
    min-width:0!important;
    max-width:100%!important;
    overflow-wrap:anywhere;
}
body.single-product .woocommerce-Tabs-panel img,
body.single-product .woocommerce-Tabs-panel iframe,
body.single-product .woocommerce-Tabs-panel video{
    max-width:100%!important;
    height:auto;
}
body.single-product .woocommerce-Tabs-panel table{
    width:100%;
    max-width:100%;
}
body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products{
    width:100%!important;
    max-width:100%!important;
}
body.single-product .related.products ul.products > li.product,
body.single-product .upsells.products ul.products > li.product{
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
}
.corporate-contact-box a{font-weight:800;color:inherit;text-decoration:none;overflow-wrap:anywhere}
.corporate-contact-box a:hover{text-decoration:underline}
@media (max-width:1100px) and (min-width:761px){
    body.single-product .woocommerce div.product{
        grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)!important;
        gap:28px!important;
    }
}


/* 0.3.3 — IRUDEK video campaign hero */
.irudek-video-hero{position:relative;min-height:clamp(540px,43vw,680px);display:grid;align-items:center;isolation:isolate;background:#07152f;overflow:hidden}
.irudek-video-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:68% center;z-index:0;background:#07152f;opacity:1;transition:opacity .25s ease}
.irudek-video-hero__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,15,36,.96) 0%,rgba(6,24,56,.88) 34%,rgba(7,29,65,.56) 58%,rgba(5,17,38,.16) 100%)}
.irudek-video-hero__shade:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,28,.14),rgba(3,12,28,.34))}
.irudek-video-hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:inherit;padding-block:68px}
.irudek-video-hero__content{width:min(660px,62%);text-shadow:0 2px 18px rgba(0,0,0,.28)}
.irudek-video-hero__content h1{font-size:clamp(42px,4.7vw,70px);line-height:1.02;letter-spacing:-2.2px;margin:14px 0 20px;color:#fff}
.irudek-video-hero__content p{max-width:620px;margin:0;color:#e6eefc;font-size:clamp(17px,1.35vw,20px);line-height:1.62}
.irudek-video-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}
.button--glass{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.55);color:#fff!important;backdrop-filter:blur(8px)}
.button--glass:hover{background:#fff;color:var(--navy)!important;border-color:#fff}
.irudek-video-hero__proof{display:flex;flex-wrap:wrap;gap:10px}
.irudek-video-hero__proof span{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border:1px solid rgba(255,255,255,.24);border-radius:99px;background:rgba(7,25,58,.36);color:#e7efff;font-size:12px;font-weight:700;backdrop-filter:blur(6px)}
.irudek-video-hero__control{position:absolute;right:max(20px,calc((100vw - var(--container))/2));bottom:22px;z-index:3;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:99px;background:rgba(5,17,38,.56);color:#fff;font:700 12px/1 Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer;backdrop-filter:blur(8px)}
.irudek-video-hero__control:hover,.irudek-video-hero__control:focus-visible{background:rgba(5,17,38,.82);outline:2px solid #fff;outline-offset:2px}
.irudek-video-hero.is-video-paused .irudek-video-hero__media{opacity:.88}
@media(max-width:760px){.irudek-video-hero{min-height:590px}.irudek-video-hero__media{object-position:70% center}.irudek-video-hero__shade{background:linear-gradient(90deg,rgba(4,15,36,.96) 0%,rgba(5,20,46,.88) 58%,rgba(5,17,38,.52) 100%)}.irudek-video-hero__inner{align-items:flex-end;padding-block:64px 78px}.irudek-video-hero__content{width:100%}.irudek-video-hero__content h1{font-size:clamp(38px,11vw,52px);letter-spacing:-1.4px}.irudek-video-hero__content p{font-size:16px;max-width:94%}.irudek-video-hero__actions{display:grid;grid-template-columns:1fr;margin-top:24px}.irudek-video-hero__actions .button{width:100%}.irudek-video-hero__proof{gap:7px}.irudek-video-hero__proof span{font-size:10px;padding:5px 9px}.irudek-video-hero__control{right:14px;bottom:16px}.irudek-video-hero__control-label{display:none}}
@media(prefers-reduced-motion:reduce){.irudek-video-hero__media{transition:none}.irudek-video-hero{background:#07152f url('../images/irudek-hero-poster.jpg') 68% center/cover no-repeat}}


/* 0.3.4 — reliable IRUDEK video playback */
.irudek-video-hero__start{position:absolute;right:max(20px,calc((100vw - var(--container))/2));bottom:72px;z-index:5;display:inline-flex;align-items:center;gap:9px;min-height:46px;padding:11px 17px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#ff6800;color:#fff;font:800 13px/1 Inter,ui-sans-serif,system-ui,sans-serif;box-shadow:0 12px 34px rgba(0,0,0,.26);cursor:pointer}
.irudek-video-hero__start:hover,.irudek-video-hero__start:focus-visible{background:#e95f00;outline:3px solid rgba(255,255,255,.85);outline-offset:3px}
.irudek-video-hero__start[hidden],.irudek-video-hero__control[hidden]{display:none!important}
.irudek-video-hero.is-video-loading .irudek-video-hero__media{opacity:.96}
.irudek-video-hero.is-video-error .irudek-video-hero__media{opacity:0}
.irudek-video-hero.is-video-error{background:#07152f url('../images/irudek-hero-poster.jpg') 68% center/cover no-repeat}
@media(max-width:760px){.irudek-video-hero__start{right:14px;bottom:64px;min-height:42px;padding:10px 14px}.irudek-video-hero__start span:last-child{font-size:12px}}

/* 0.3.8 — consolidated transparent header, single-logo state and clean video controls */
.one-sv-brand-icon{display:block;flex:0 0 auto;stroke:none!important;fill:currentColor!important}
.floating-whatsapp{background:#25D366;color:#fff!important;min-height:58px;padding:0 22px;gap:10px;font-weight:900;letter-spacing:.1px;transition:bottom .22s ease,transform .18s ease,background .18s ease}
.floating-whatsapp:hover,.floating-whatsapp:focus-visible{background:#1EBE5D;color:#fff!important}
.floating-whatsapp .one-sv-icon--whatsapp{width:29px;height:29px}
.contact-card--whatsapp .contact-card__icon{background:#e9fbef;color:#25D366}
.irudek-brand-highlight{display:inline-block;color:#ff8a1d;font-weight:950;letter-spacing:.02em;text-shadow:0 0 24px rgba(255,104,0,.48),0 2px 12px rgba(0,0,0,.28);position:relative}
.irudek-brand-highlight:after{content:"";position:absolute;left:1%;right:1%;bottom:.02em;height:.08em;border-radius:99px;background:linear-gradient(90deg,#ff6800,#ffb347);box-shadow:0 0 14px rgba(255,104,0,.42)}

body.home{--one-sv-home-admin-offset:0px;--one-sv-home-announcement-height:28px;--one-sv-home-header-height:130px;--one-sv-home-overlay-height:158px}
body.home.admin-bar{--one-sv-home-admin-offset:32px}
@media(max-width:782px){body.home.admin-bar{--one-sv-home-admin-offset:46px}}
body.home .site-shell{position:relative}
body.home .announcement-bar,
body.home .site-header{position:fixed!important;left:0;right:0;z-index:1010;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease,backdrop-filter .22s ease}
body.home .announcement-bar{top:var(--one-sv-home-admin-offset)!important;height:var(--one-sv-home-announcement-height);background:transparent!important;color:#f4f7ff;border:0!important;box-shadow:none!important;backdrop-filter:none!important;text-shadow:0 2px 10px rgba(0,0,0,.65)}
body.home .announcement-bar .container{height:var(--one-sv-home-announcement-height)}
body.home .site-header{top:calc(var(--one-sv-home-admin-offset) + var(--one-sv-home-announcement-height))!important;background:linear-gradient(180deg,rgba(3,12,28,.34),rgba(3,12,28,.16))!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important;backdrop-filter:blur(10px)}
body.home .header-nav-row{border-top-color:rgba(255,255,255,.1)}
body.home .header-search{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)}
body.home .header-search input{color:#fff}
body.home .header-search input::placeholder{color:rgba(255,255,255,.76)}
body.home .header-action,body.home .primary-nav a,body.home .nav-contact{color:#fff}
body.home .header-action__label{color:#edf4ff}
body.home .mobile-menu-toggle{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff}
body.home .all-categories{background:rgba(0,84,216,.82)}
body.home .site-logo{position:relative;display:inline-flex;align-items:center;flex:0 0 238px;min-width:0;padding:4px 10px 4px 0;border-radius:14px;background:linear-gradient(90deg,rgba(3,12,28,.28),rgba(3,12,28,0));filter:drop-shadow(0 6px 18px rgba(0,0,0,.26));overflow:hidden}
body.home .site-logo__image{display:block!important;max-height:54px;width:auto;max-width:100%;object-fit:contain;transition:opacity .18s ease,filter .18s ease}
body.home .irudek-video-hero{margin-top:0;min-height:clamp(620px,48vw,760px)}
body.home .irudek-video-hero__inner{padding-block:calc(var(--one-sv-home-overlay-height) + 48px) 72px}
body.home .irudek-video-hero__shade:before{content:"";position:absolute;inset:0 0 auto 0;height:210px;background:linear-gradient(180deg,rgba(3,12,28,.38),rgba(3,12,28,0))}

body.home.home-header-scrolled .announcement-bar{background:rgba(6,18,42,.96)!important;color:#edf4ff;text-shadow:none;border-bottom:1px solid rgba(255,255,255,.06)!important}
body.home.home-header-scrolled .site-header{background:rgba(255,255,255,.98)!important;border-bottom-color:rgba(226,231,239,.95)!important;box-shadow:0 12px 30px rgba(11,27,58,.12)!important;backdrop-filter:blur(14px)}
body.home.home-header-scrolled .header-action,body.home.home-header-scrolled .primary-nav a,body.home.home-header-scrolled .nav-contact{color:var(--text)}
body.home.home-header-scrolled .header-action__label{color:var(--navy)}
body.home.home-header-scrolled .header-search{background:var(--surface);border-color:var(--border)}
body.home.home-header-scrolled .header-search input{color:var(--text)}
body.home.home-header-scrolled .header-search input::placeholder{color:#6d788a}
body.home.home-header-scrolled .mobile-menu-toggle{border-color:var(--border);background:#fff;color:var(--navy)}
body.home.home-header-scrolled .all-categories{background:var(--blue)}
body.home.home-header-scrolled .site-logo{background:transparent;filter:none}
body.home.home-header-scrolled .site-logo__image{max-height:48px}

.irudek-video-hero__watermark-cover{display:none!important}
.irudek-video-hero__control{position:absolute!important;right:22px!important;bottom:22px!important;z-index:8!important;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:auto!important;min-width:198px!important;min-height:52px!important;padding:0 20px!important;border:1px solid rgba(255,255,255,.5)!important;border-radius:14px!important;background:rgba(4,15,36,.9)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;letter-spacing:.15px;box-shadow:0 14px 34px rgba(0,0,0,.34)!important;backdrop-filter:blur(10px);cursor:pointer}
.irudek-video-hero__control:hover,.irudek-video-hero__control:focus-visible{background:#0a285c!important;outline:2px solid #fff;outline-offset:2px}
.irudek-video-hero__control .irudek-video-hero__control-label{display:inline!important;white-space:nowrap}
.irudek-video-hero__control>span[aria-hidden="true"]{font-size:17px;font-weight:900}
.irudek-video-hero__start{right:22px!important;bottom:86px!important;z-index:9!important}
body.home.home-hero-visible .floating-whatsapp{bottom:92px}

@media(max-width:1024px){body.home .site-logo{flex-basis:210px}body.home .site-logo__image{max-height:49px}body.home .irudek-video-hero{min-height:660px}}
@media(max-width:760px){body.home{--one-sv-home-header-height:116px;--one-sv-home-overlay-height:144px}body.home .announcement-bar .container{justify-content:center}body.home .announcement-bar .container span:last-child{display:none}body.home .header-main{padding:12px 0 10px}body.home .site-logo{flex:1 1 170px;padding-right:4px;background:linear-gradient(90deg,rgba(3,12,28,.32),rgba(3,12,28,0))}body.home .site-logo__image{max-height:44px}body.home .header-search{background:rgba(255,255,255,.14)}body.home .header-search>button{background:rgba(0,84,216,.9)}body.home .irudek-video-hero{min-height:650px}body.home .irudek-video-hero__inner{padding-block:calc(var(--one-sv-home-overlay-height) + 36px) 92px}.floating-whatsapp{width:58px;height:58px;min-height:58px;padding:0}.floating-whatsapp .one-sv-icon--whatsapp{width:30px;height:30px}.irudek-brand-highlight{display:inline}.irudek-video-hero__control{right:12px!important;bottom:14px!important;min-width:176px!important;min-height:48px!important;padding:0 14px!important;font-size:12px!important;border-radius:12px!important}.irudek-video-hero__start{right:12px!important;bottom:74px!important}body.home.home-hero-visible .floating-whatsapp{bottom:78px}}

/* 0.3.9 — account/privacy, related-products containment and video watermark mask */
.stock-alert-form__account-note{margin:10px 0 14px;color:#4b5565;font-size:13px;line-height:1.5}
.stock-alert-form>.button{min-width:178px}

/* Reset the accidental full-viewport minimum height inherited by brand cards. */
.brand-grid>a{min-height:188px!important;max-height:none!important;height:auto!important}

/* Related products must always occupy a usable full-width row. */
body.single-product .woocommerce div.product>.related.products,
body.single-product .woocommerce div.product>.upsells.products,
body.single-product .related.products,
body.single-product .upsells.products{
    clear:both!important;
    display:block!important;
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    float:none!important;
    margin:48px 0 0!important;
    padding:0!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    overflow:visible!important;
}
body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(220px,1fr))!important;
    gap:20px!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    overflow:visible!important;
}
body.single-product .related.products ul.products>li.product,
body.single-product .upsells.products ul.products>li.product{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    float:none!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
}
body.single-product .related.products .product-card__body,
body.single-product .upsells.products .product-card__body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    min-width:0!important;
    width:100%!important;
}
body.single-product .related.products .product-card__bottom,
body.single-product .upsells.products .product-card__bottom{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin-top:auto!important;
}
body.single-product .related.products .product-card__price,
body.single-product .upsells.products .product-card__price,
body.single-product .related.products .price-on-request,
body.single-product .upsells.products .price-on-request{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0 0 10px!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    line-height:1.35!important;
}
body.single-product .related.products .product-card__bottom .button,
body.single-product .upsells.products .product-card__bottom .button{
    width:100%!important;
    min-width:0!important;
    white-space:normal!important;
}
@media(max-width:1120px){
    body.single-product .related.products ul.products,
    body.single-product .upsells.products ul.products{grid-template-columns:repeat(3,minmax(200px,1fr))!important}
}
@media(max-width:760px){
    body.single-product .related.products ul.products,
    body.single-product .upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
    body.single-product .related.products .product-card__media,
    body.single-product .upsells.products .product-card__media{height:170px!important;min-height:170px!important}
}
@media(max-width:430px){
    body.single-product .related.products ul.products,
    body.single-product .upsells.products ul.products{grid-template-columns:1fr!important}
}

/* Crop the source's far-right edge and use the control itself as an opaque mask. */
body.home .irudek-video-hero__media{
    left:auto!important;
    right:-56px!important;
    width:calc(100% + 56px)!important;
    max-width:none!important;
    object-position:66% center!important;
}
body.home .irudek-video-hero__control,
body.home .irudek-video-hero__start{
    right:0!important;
    bottom:0!important;
    z-index:12!important;
    width:340px!important;
    min-width:340px!important;
    height:98px!important;
    min-height:98px!important;
    padding:0 26px!important;
    border:0!important;
    border-left:1px solid rgba(255,255,255,.28)!important;
    border-top:1px solid rgba(255,255,255,.28)!important;
    border-radius:24px 0 0 0!important;
    background:#06142f!important;
    box-shadow:-18px -12px 38px rgba(0,0,0,.26)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:900!important;
    opacity:1!important;
    backdrop-filter:none!important;
}
body.home .irudek-video-hero__control:hover,
body.home .irudek-video-hero__control:focus-visible,
body.home .irudek-video-hero__start:hover,
body.home .irudek-video-hero__start:focus-visible{background:#0a285c!important}
body.home.home-hero-visible .floating-whatsapp{bottom:122px!important;right:24px!important}
@media(max-width:1024px){
    body.home .irudek-video-hero__media{right:-44px!important;width:calc(100% + 44px)!important}
    body.home .irudek-video-hero__control,
    body.home .irudek-video-hero__start{width:290px!important;min-width:290px!important;height:88px!important;min-height:88px!important}
    body.home.home-hero-visible .floating-whatsapp{bottom:108px!important}
}
@media(max-width:760px){
    body.home .irudek-video-hero__media{right:-30px!important;width:calc(100% + 30px)!important;object-position:68% center!important}
    body.home .irudek-video-hero__control,
    body.home .irudek-video-hero__start{width:228px!important;min-width:228px!important;height:72px!important;min-height:72px!important;padding:0 14px!important;border-radius:18px 0 0 0!important;font-size:12px!important}
    body.home.home-hero-visible .floating-whatsapp{bottom:88px!important;right:12px!important}
}
body.home .irudek-video-hero__control,
body.home .irudek-video-hero__start{isolation:isolate;overflow:visible!important}
body.home .irudek-video-hero__control::before,
body.home .irudek-video-hero__start::before{content:"";position:absolute;z-index:0;left:-58px;top:20px;bottom:0;width:60px;background:#06142f;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}
body.home .irudek-video-hero__control>span,
body.home .irudek-video-hero__start>span{position:relative;z-index:1}
@media(max-width:760px){body.home .irudek-video-hero__control::before,body.home .irudek-video-hero__start::before{left:-36px;width:38px;top:18px}}

/* ==============================================================
   1SiparisVer Theme 0.4.0 — Campaign Carousel & Mobile Polish
   ============================================================== */
html,body{max-width:100%}

/* Homepage multi-campaign hero. */
.home-hero-carousel{position:relative;isolation:isolate;overflow:hidden;background:#06142f;color:#fff;min-height:clamp(620px,48vw,760px)}
.home-hero-carousel__viewport,.home-hero-carousel__track,.home-hero-slide{min-height:inherit}
.home-hero-carousel__viewport{overflow:hidden}
.home-hero-carousel__track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform .58s cubic-bezier(.22,.61,.36,1);will-change:transform}
.home-hero-slide{position:relative;display:grid;align-items:center;flex:0 0 100%;width:100%;overflow:hidden;isolation:isolate}
.home-hero-slide__media,.home-hero-slide__shade{position:absolute;inset:0}
.home-hero-slide__media{z-index:0;background:#07152f;overflow:hidden}
.home-hero-slide__media img,.home-hero-slide__media video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.home-hero-slide--irudek .home-hero-slide__video{object-position:67% center;transform:scale(1.035);transform-origin:center}
.home-hero-slide__shade{z-index:1;background:linear-gradient(90deg,rgba(4,15,36,.97) 0%,rgba(6,24,56,.9) 35%,rgba(7,29,65,.58) 60%,rgba(5,17,38,.25) 100%)}
.home-hero-slide__shade:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,28,.18),rgba(3,12,28,.42))}
.home-hero-slide__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:inherit;padding-block:calc(var(--one-sv-home-overlay-height,158px) + 44px) 88px}
.home-hero-slide__content{width:min(680px,62%);text-shadow:0 2px 18px rgba(0,0,0,.32)}
.home-hero-slide__content :is(h1,h2){margin:14px 0 20px;color:#fff;font-size:clamp(42px,4.65vw,70px);line-height:1.02;letter-spacing:-2.1px;overflow-wrap:normal}
.home-hero-slide__content p{max-width:640px;margin:0;color:#e8effc;font-size:clamp(17px,1.35vw,20px);line-height:1.58}
.home-hero-highlight{display:inline-block;color:#ff8a1d!important;text-decoration:none!important;font-weight:950;letter-spacing:.01em;text-shadow:0 0 24px rgba(255,104,0,.45),0 2px 12px rgba(0,0,0,.28);position:relative}
.home-hero-highlight:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:5px;border-radius:4px}.home-hero-highlight:hover{color:#ffad58!important}.home-hero-highlight:after{content:"";position:absolute;left:1%;right:1%;bottom:.01em;height:.08em;border-radius:99px;background:linear-gradient(90deg,#ff6800,#ffb347)}
.home-hero-slide__actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 22px}
.home-hero-slide__chips{display:flex;flex-wrap:wrap;gap:9px}
.home-hero-slide__chips span{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(7,25,58,.4);color:#edf4ff;font-size:12px;font-weight:750;backdrop-filter:blur(6px)}
.home-hero-carousel__arrow{position:absolute;top:55%;z-index:8;display:grid;place-items:center;width:46px;height:58px;border:1px solid rgba(255,255,255,.28);background:rgba(4,15,36,.56);color:#fff;font-size:34px;line-height:1;border-radius:14px;cursor:pointer;backdrop-filter:blur(8px);transition:.18s}
.home-hero-carousel__arrow:hover,.home-hero-carousel__arrow:focus-visible{background:rgba(0,84,216,.9);outline:2px solid #fff;outline-offset:2px}
.home-hero-carousel__arrow--prev{left:18px}.home-hero-carousel__arrow--next{right:18px}
.home-hero-carousel__dots{position:absolute;z-index:9;left:50%;bottom:24px;display:flex;gap:8px;transform:translateX(-50%);padding:7px 10px;border-radius:999px;background:rgba(4,15,36,.55);backdrop-filter:blur(7px)}
.home-hero-carousel__dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.48);cursor:pointer;transition:.2s}
.home-hero-carousel__dots button[aria-current="true"]{width:28px;background:#ff7a0a}

/* Clean watermark shield: no pseudo tail, no empty navy block. */
.home-hero-video-shield{position:absolute;z-index:10;right:0;bottom:0;width:360px;height:104px;display:flex;align-items:center;justify-content:center;padding:14px 22px;background:#06142f;border-top:1px solid rgba(255,255,255,.24);border-left:1px solid rgba(255,255,255,.2);border-radius:22px 0 0 0;box-shadow:-16px -10px 34px rgba(0,0,0,.18)}
.home-hero-video-toggle,.home-hero-video-start{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:62px;border:1px solid rgba(255,255,255,.62);border-radius:15px;background:#0b2b62;color:#fff;font:900 14px/1 Manrope,Inter,sans-serif;cursor:pointer}
.home-hero-video-toggle:hover,.home-hero-video-toggle:focus-visible,.home-hero-video-start:hover,.home-hero-video-start:focus-visible{background:#12418e;outline:2px solid #fff;outline-offset:2px}
.home-hero-video-start[hidden],.home-hero-video-toggle[hidden]{display:none!important}
body.home.home-hero-visible .floating-whatsapp{right:382px!important;bottom:20px!important}

/* Clear bridge from summary to the full description. */
.one-sv-description-jump{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-height:46px;margin:12px 0 8px;padding:0 16px;border:1px solid #b8cdf5;border-radius:10px;background:#f3f7ff;color:var(--navy)!important;font-weight:850}
.one-sv-description-jump:hover{border-color:var(--blue);background:#eaf2ff}
body.single-product .woocommerce-product-details__short-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;line-height:1.55}
body.single-product #tab-description{scroll-margin-top:190px;outline:0}

/* Modern WooCommerce review form. */
.woocommerce-Reviews{max-width:100%;padding:28px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(11,27,58,.05)}
.woocommerce-Reviews-title,.comment-reply-title{color:var(--navy);font-size:clamp(24px,2.2vw,32px)!important;margin:0 0 8px!important}
.one-sv-review-intro{margin:0 0 22px;color:var(--muted);font-size:15px}
.comment-form-rating{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:18px 0!important}
.comment-form-rating>label{font-weight:850;color:var(--navy)}
.woocommerce p.stars{margin:0!important}
.woocommerce p.stars span{display:flex;gap:7px}
.woocommerce p.stars a{position:relative;display:grid!important;place-items:center;width:42px;height:42px;margin:0!important;border:1px solid #d7dfeb;border-radius:10px;background:#fff;font-size:0!important;text-indent:0!important;overflow:hidden;color:#c5cfdd!important;transition:.16s}
.woocommerce p.stars a:before{content:"★"!important;position:static!important;font-family:Arial,sans-serif!important;font-size:28px!important;line-height:1!important;color:currentColor!important}
.woocommerce p.stars a.is-preview,.woocommerce p.stars a.is-selected,.woocommerce p.stars a.active{color:#ff9d00!important;border-color:#ffc267;background:#fff8ec;transform:translateY(-1px)}
.comment-form-comment label{display:block;margin-bottom:8px;font-weight:850;color:var(--navy)}
.comment-form-comment textarea{display:block;width:100%;min-height:128px;max-width:100%;padding:16px 18px;border:1px solid #cfd8e6;border-radius:13px;background:#fafcff;font:inherit;resize:vertical;transition:.16s}
.comment-form-comment textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,84,216,.1);background:#fff}
.comment-form .form-submit{margin-top:16px!important}.comment-form .form-submit .submit{min-height:48px!important;padding:0 24px!important;border:0!important;border-radius:10px!important;background:var(--blue)!important;color:#fff!important;font-weight:850!important}

/* Cards: stable height, compact price state and centered content. */
ul.products.one-sv-products-grid>li.product.product-card,.woocommerce ul.products>li.product.product-card{display:flex!important;flex-direction:column;height:100%;overflow:hidden}
.product-card__body{display:flex;flex:1;flex-direction:column;min-width:0;text-align:left}
.product-card .woocommerce-loop-product__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;min-height:76px;max-height:76px;overflow-wrap:break-word;word-break:normal}
.product-card__bottom{margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important}
.product-card__price{min-width:0;max-width:52%;font-size:13px;line-height:1.35}
.price-on-request{display:inline-flex;align-items:center;min-height:30px;padding:5px 9px;border-radius:8px;background:#eef4ff;color:#124fbd!important;font-size:11px!important;font-weight:800!important;line-height:1.2;overflow-wrap:normal!important;word-break:normal!important;white-space:normal}
.product-card__bottom .button{flex:0 0 auto}

/* Product category dropdown hierarchy. */
.one-sv-shop-filter-form select{font-weight:600}.one-sv-shop-filter-form option{padding-block:7px}

/* Mobile storefront quality baseline. */
@media(max-width:760px){
    .container{width:min(calc(100% - 24px),var(--container))}
    .announcement-bar .container{height:32px;justify-content:center;text-align:center}.announcement-bar .container span:last-child{display:none}
    .site-header{top:0}
    .header-main{display:grid!important;grid-template-columns:44px minmax(92px,1fr) 120px!important;grid-template-areas:"menu logo actions" "search search search";align-items:center!important;gap:10px 10px!important;height:auto!important;padding:10px 0 12px!important;flex-wrap:nowrap!important}
    .mobile-menu-toggle{grid-area:menu;display:grid!important;width:44px;height:44px;margin:0!important}
    .site-logo{grid-area:logo;display:flex!important;justify-content:center!important;flex:none!important;width:100%!important;min-width:0!important;max-width:160px!important;margin:0 auto!important;padding:0!important;background:none!important}
    .site-logo__image,.site-logo img,.custom-logo{display:block;max-width:100%!important;max-height:43px!important;width:auto!important;height:auto!important}
    .header-actions{grid-area:actions;display:grid!important;grid-template-columns:repeat(3,40px);justify-content:end;gap:0!important;margin:0!important}
    .header-action{min-width:40px!important;width:40px;height:44px;justify-content:center;gap:0}.header-action__label{display:none!important}.header-cart-count{top:0;right:-1px}
    .header-search{grid-area:search;order:initial!important;width:100%!important;max-width:none!important;height:46px!important;margin:0!important}
    .header-search input{min-width:0;padding-inline:14px;font-size:15px}.header-search>button{width:52px;min-width:52px}
    body.home{--one-sv-home-announcement-height:32px;--one-sv-home-overlay-height:146px}
    body.home .header-main{padding:9px 0 11px!important}
    body.home .site-logo{background:none!important;filter:drop-shadow(0 4px 14px rgba(0,0,0,.28))}
    .home-hero-carousel{min-height:690px}
    .home-hero-slide__media img,.home-hero-slide__media video{object-position:68% center}
    .home-hero-slide__shade{background:linear-gradient(90deg,rgba(3,12,28,.98) 0%,rgba(4,17,40,.92) 60%,rgba(4,16,36,.58) 100%)}
    .home-hero-slide__inner{align-items:flex-start;padding-block:calc(var(--one-sv-home-overlay-height) + 32px) 114px}
    .home-hero-slide__content{width:100%;text-align:left}
    .home-hero-slide__content :is(h1,h2){font-size:clamp(38px,10.3vw,48px);line-height:1.04;letter-spacing:-1.35px;margin:10px 0 18px}
    .home-hero-slide__content p{max-width:100%;font-size:16px;line-height:1.55}
    .home-hero-slide__actions{display:grid;grid-template-columns:1fr;gap:10px;margin:24px 0 18px}.home-hero-slide__actions .button{width:100%;min-height:52px;padding:12px 16px}
    .home-hero-slide__chips{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}.home-hero-slide__chips::-webkit-scrollbar{display:none}.home-hero-slide__chips span{flex:0 0 auto}
    .home-hero-carousel__arrow{top:auto;bottom:58px;width:42px;height:44px;font-size:28px}.home-hero-carousel__arrow--prev{left:12px}.home-hero-carousel__arrow--next{right:12px}
    .home-hero-carousel__dots{bottom:66px}
    .home-hero-video-shield{width:232px;height:76px;padding:10px 12px;border-radius:18px 0 0 0}
    .home-hero-video-toggle,.home-hero-video-start{height:54px;border-radius:12px;font-size:12px}
    body.home.home-hero-visible .floating-whatsapp{left:14px!important;right:auto!important;bottom:16px!important}
    .section{padding:48px 0}.section-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px 12px;text-align:left;margin-bottom:22px}.section-head>div{min-width:0}.section-head h2{font-size:clamp(25px,7vw,30px);margin-top:5px}.section-head>a{align-self:center;white-space:nowrap;font-size:13px}
    .woocommerce ul.products,ul.products.one-sv-products-grid{gap:12px!important}
    .product-card__body{text-align:center;align-items:center;padding:12px!important}.product-card__brand,.product-card__sku,.product-card__stock{width:100%;text-align:center}.product-card .woocommerce-loop-product__title{-webkit-line-clamp:4;min-height:68px;max-height:68px;text-align:center;font-size:12px!important;line-height:1.42!important}.product-card__bottom{width:100%;display:flex!important;flex-direction:column;align-items:stretch!important;gap:8px!important}.product-card__price{max-width:none;width:100%;text-align:center}.price-on-request{justify-content:center;max-width:100%}.product-card__bottom .button{width:100%!important;min-height:42px!important;margin:0!important}
    .product-card__quick-actions{gap:5px}.product-card__quick-actions .icon-button{width:36px;height:36px}
    .product-badge{max-width:calc(100% - 76px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}
    .woocommerce-Reviews{padding:20px 16px}.comment-form-rating{display:block}.comment-form-rating>label{display:block;margin-bottom:10px}.woocommerce p.stars span{gap:5px}.woocommerce p.stars a{width:39px;height:39px}.comment-form-comment textarea{min-height:116px}
    .one-sv-description-jump{width:100%;margin-top:10px}
}
@media(max-width:380px){
    .header-main{grid-template-columns:42px minmax(86px,1fr) 114px!important;gap:8px!important}.site-logo{max-width:136px!important}.header-actions{grid-template-columns:repeat(3,38px)}.header-action{width:38px;min-width:38px!important}
    .home-hero-slide__content :is(h1,h2){font-size:clamp(36px,10.5vw,42px)}
    .woocommerce ul.products,ul.products.one-sv-products-grid{grid-template-columns:1fr!important}.product-card__media{height:240px!important;min-height:240px!important}.product-card .woocommerce-loop-product__title{font-size:14px!important;min-height:58px;max-height:58px;-webkit-line-clamp:3}.product-card__body{padding:15px!important}
    .section-head{grid-template-columns:1fr}.section-head>a{justify-self:start}
}
@media(min-width:381px) and (max-width:760px){.woocommerce ul.products,ul.products.one-sv-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(min-width:761px) and (max-width:1024px){
    .home-hero-video-shield{width:300px;height:92px}.home-hero-slide__content{width:min(620px,66%)}body.home.home-hero-visible .floating-whatsapp{right:320px!important;bottom:18px!important}
}
@media(prefers-reduced-motion:reduce){.home-hero-carousel__track{transition:none}.home-hero-slide__video{display:none}.home-hero-slide--irudek .home-hero-slide__media{background:#07152f url('../images/irudek-hero-poster.jpg') 68% center/cover no-repeat}}

/* 0.4.0 final mobile optical centering. */
@media(max-width:760px){
    .home-hero-slide__content{text-align:center!important}
    .home-hero-slide__content p{margin-inline:auto}
    .home-hero-slide__chips{justify-content:flex-start}
    .section-head{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important}
    .section-head>a{justify-self:center!important}
}
@media(max-width:760px){
    .home-hero-carousel__arrow{display:none}
    .home-hero-carousel__dots{bottom:86px}
}

/* ==============================================================
   1SiparisVer Theme 0.4.1 — Account Workspace & Product Fit
   ============================================================== */

/* Logged-out My Account: independent, balanced login/register cards. */
body.woocommerce-account:not(.logged-in) .page-content{
    max-width:1180px;
    margin-inline:auto;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
body.woocommerce-account:not(.logged-in) .page-header{
    margin:0 0 24px;
    text-align:center;
}
body.woocommerce-account:not(.logged-in) .page-header h1{
    margin:0;
    color:var(--navy);
    font-size:clamp(32px,4vw,46px);
    letter-spacing:-.035em;
}
body.woocommerce-account:not(.logged-in) .page-header:after{
    content:"Güvenli hesabınızla siparişlerinizi ve adreslerinizi tek yerden yönetin.";
    display:block;
    max-width:620px;
    margin:8px auto 0;
    color:var(--muted);
    font-size:15px;
}
body.woocommerce-account:not(.logged-in) .entry-content>.woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce{
    display:block!important;
    width:100%;
    max-width:100%;
    padding:0!important;
}
body.woocommerce-account:not(.logged-in) .u-columns.col2-set{
    display:grid!important;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
    gap:24px;
    align-items:start;
    width:100%;
    margin:0!important;
}
body.woocommerce-account:not(.logged-in) .u-columns.col2-set:before,
body.woocommerce-account:not(.logged-in) .u-columns.col2-set:after{display:none!important}
body.woocommerce-account:not(.logged-in) .u-columns .u-column1,
body.woocommerce-account:not(.logged-in) .u-columns .u-column2{
    position:relative;
    float:none!important;
    width:100%!important;
    min-width:0;
    margin:0!important;
    padding:30px!important;
    overflow:hidden;
    border:1px solid #dce4ef;
    border-radius:22px;
    background:#fff;
    box-shadow:0 18px 54px rgba(11,27,58,.08);
}
body.woocommerce-account:not(.logged-in) .u-columns .u-column1{border-top:4px solid var(--blue)}
body.woocommerce-account:not(.logged-in) .u-columns .u-column2{border-top:4px solid var(--orange)}
body.woocommerce-account:not(.logged-in) .u-columns .u-column1:before,
body.woocommerce-account:not(.logged-in) .u-columns .u-column2:before{
    display:inline-flex;
    align-items:center;
    min-height:27px;
    margin-bottom:12px;
    padding:4px 9px;
    border-radius:999px;
    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
}
body.woocommerce-account:not(.logged-in) .u-columns .u-column1:before{
    content:"MEVCUT MÜŞTERİ";
    background:#edf4ff;
    color:#0f55c8;
}
body.woocommerce-account:not(.logged-in) .u-columns .u-column2:before{
    content:"YENİ HESAP";
    background:#fff1e7;
    color:#c84c00;
}
body.woocommerce-account:not(.logged-in) .u-columns h2{
    margin:0 0 22px!important;
    color:var(--navy);
    font-size:clamp(25px,2.2vw,32px)!important;
    line-height:1.15!important;
    letter-spacing:-.025em;
}
body.woocommerce-account:not(.logged-in) form.login,
body.woocommerce-account:not(.logged-in) form.register{
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
}
body.woocommerce-account:not(.logged-in) form .form-row{
    float:none!important;
    width:100%!important;
    margin:0 0 15px!important;
    padding:0!important;
}
body.woocommerce-account:not(.logged-in) form .form-row label,
body.woocommerce-account:not(.logged-in) form fieldset legend{
    display:block;
    margin:0 0 7px;
    color:#25324a;
    font-size:13px;
    font-weight:800;
}
body.woocommerce-account:not(.logged-in) form .input-text,
body.woocommerce-account:not(.logged-in) form select{
    width:100%!important;
    min-height:50px;
    padding:0 14px!important;
    border:1px solid #cfd8e6!important;
    border-radius:11px!important;
    background:#fbfcfe!important;
    color:var(--text)!important;
    font-size:15px!important;
    box-shadow:none!important;
}
body.woocommerce-account:not(.logged-in) form .input-text:focus,
body.woocommerce-account:not(.logged-in) form select:focus{
    outline:0!important;
    border-color:var(--blue)!important;
    background:#fff!important;
    box-shadow:0 0 0 4px rgba(0,84,216,.1)!important;
}
body.woocommerce-account:not(.logged-in) form .password-input{
    position:relative;
    display:block;
    width:100%;
}
body.woocommerce-account:not(.logged-in) form .show-password-input{
    top:50%!important;
    right:14px!important;
    transform:translateY(-50%)!important;
}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme{
    display:inline-flex!important;
    align-items:center;
    gap:8px;
    margin:2px 0 14px!important;
    font-weight:650!important;
}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit{
    min-height:50px!important;
    padding-inline:24px!important;
    border-radius:11px!important;
}
body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit{width:100%!important;background:var(--orange-ink)!important;border-color:var(--orange-ink)!important}
body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword{
    margin:2px 0 0!important;
    padding-top:15px;
    border-top:1px solid var(--border);
    font-size:14px;
    font-weight:750;
}
.one-sv-registration-fields--identity{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 14px;
}
.one-sv-registration-fields--identity>.form-row-wide,
.one-sv-registration-fields--identity>.one-sv-registration-intro,
.one-sv-registration-fields--identity>.one-sv-corporate-registration-fields{
    grid-column:1/-1;
}
.one-sv-registration-intro{
    display:grid;
    gap:3px;
    margin:0 0 18px;
    padding:14px 16px;
    border:1px solid #dce8fb;
    border-radius:12px;
    background:#f5f9ff;
}
.one-sv-registration-intro strong{color:var(--navy);font-size:14px}
.one-sv-registration-intro span{color:var(--muted);font-size:12px;line-height:1.5}
.one-sv-customer-type-field{
    min-width:0;
    margin:0 0 16px!important;
    padding:0;
    border:0;
}
.one-sv-customer-type-options{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px!important;
    margin:0!important;
}
.one-sv-customer-type-options label{
    position:relative;
    display:flex!important;
    align-items:center;
    min-height:48px;
    margin:0!important;
    padding:0 13px;
    border:1px solid #d4dce8;
    border-radius:11px;
    background:#fff;
    color:#324057;
    cursor:pointer;
    transition:.16s;
}
.one-sv-customer-type-options label:has(input:checked){
    border-color:var(--blue);
    background:#edf4ff;
    color:#0b4fbd;
    box-shadow:0 0 0 3px rgba(0,84,216,.08);
}
.one-sv-customer-type-options input{accent-color:var(--blue)}
.one-sv-corporate-registration-fields{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 14px;
    padding:15px 15px 0;
    border:1px dashed #c7d4e7;
    border-radius:13px;
    background:#fafcff;
}
.one-sv-corporate-registration-fields[hidden]{display:none!important}
.one-sv-corporate-registration-fields .form-row-wide{grid-column:1/-1}
.woocommerce-privacy-policy-text{
    margin:2px 0 14px;
    padding:11px 13px;
    border-radius:10px;
    background:#f7f9fc;
    color:var(--muted);
    font-size:12px;
    line-height:1.55;
}
.one-sv-registration-fields--consent{clear:both}
.one-sv-password-guidance{
    margin-top:2px!important;
    color:#58667b;
    font-size:12px!important;
    line-height:1.5;
}
.one-sv-register-consent{
    margin:8px 0 12px!important;
    padding:14px!important;
    border:1px solid #cbd9ee;
    border-radius:12px;
    background:#f6f9ff;
}
.one-sv-register-consent label{
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr);
    gap:10px;
    align-items:start;
    margin:0!important;
    color:#344056;
    font-size:12px!important;
    font-weight:650!important;
    line-height:1.55!important;
}
.one-sv-register-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--blue)}
.one-sv-register-consent a{text-decoration:underline;text-underline-offset:2px;font-weight:850}
.one-sv-register-security-note{
    margin:0 0 16px!important;
    padding-left:22px!important;
    color:#657187;
    font-size:11px!important;
    line-height:1.5;
}
.one-sv-register-security-note:before{content:"✓";margin-left:-22px;margin-right:8px;color:var(--green);font-weight:950}

/* Product cards: show tall harnesses and long ropes completely, without zoom cropping. */
.woocommerce ul.products>li.product.product-card .product-card__media,
ul.products.one-sv-products-grid>li.product.product-card .product-card__media,
.related.products li.product.product-card .product-card__media,
.upsells.products li.product.product-card .product-card__media{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:270px!important;
    min-height:270px!important;
    padding:16px!important;
    overflow:hidden!important;
    background:#fff;
}
.product-card__media>a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    min-width:0;
    min-height:0;
}
.product-card__media img,
.woocommerce ul.products li.product.product-card img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:auto!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    transform-origin:center!important;
}
.related.products .product-card__media,
.upsells.products .product-card__media{height:230px!important;min-height:230px!important}

/* Mobile grids use the real container width; UL defaults cannot shift cards right. */
@media(max-width:760px){
    body.woocommerce-account:not(.logged-in) .site-main{padding-top:30px}
    body.woocommerce-account:not(.logged-in) .page-header{margin-bottom:18px}
    body.woocommerce-account:not(.logged-in) .page-header:after{font-size:13px}
    body.woocommerce-account:not(.logged-in) .u-columns.col2-set{display:block!important}
    body.woocommerce-account:not(.logged-in) .u-columns .u-column1,
    body.woocommerce-account:not(.logged-in) .u-columns .u-column2{
        display:none!important;
        padding:20px!important;
        border-radius:17px;
        box-shadow:0 10px 34px rgba(11,27,58,.07);
    }
    body.woocommerce-account:not(.logged-in) .u-columns .is-mobile-active{display:block!important}
    .one-sv-registration-fields--identity,
    .one-sv-corporate-registration-fields{grid-template-columns:1fr}
    .one-sv-registration-fields--identity>*{grid-column:1/-1}
    .one-sv-account-tabs{margin-bottom:12px!important}

    .woocommerce ul.products,
    ul.products.one-sv-products-grid,
    .shop-results ul.products{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
        width:100%!important;
        max-width:100%!important;
        margin:0 auto!important;
        padding:0!important;
        list-style:none!important;
        align-items:stretch!important;
    }
    .woocommerce ul.products>li.product,
    ul.products.one-sv-products-grid>li.product,
    .shop-results ul.products>li.product{
        float:none!important;
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        margin:0!important;
    }
    .home .section>.container,
    .woocommerce-main>.container{
        width:min(calc(100% - 20px),var(--container))!important;
        margin-inline:auto!important;
    }
    .woocommerce ul.products>li.product.product-card .product-card__media,
    ul.products.one-sv-products-grid>li.product.product-card .product-card__media{
        height:184px!important;
        min-height:184px!important;
        padding:9px!important;
    }
    .related.products .product-card__media,
    .upsells.products .product-card__media{height:205px!important;min-height:205px!important}
}
@media(max-width:380px){
    .woocommerce ul.products,
    ul.products.one-sv-products-grid,
    .shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
    .home .section>.container,
    .woocommerce-main>.container{width:min(calc(100% - 16px),var(--container))!important}
    .woocommerce ul.products>li.product.product-card .product-card__media,
    ul.products.one-sv-products-grid>li.product.product-card .product-card__media{height:160px!important;min-height:160px!important;padding:7px!important}
}

/* ==============================================================
   1SiparisVer Theme 0.4.2 — Campaigns, Reviews & Legal UX
   ============================================================== */

/* Registration: separate mandatory contract acceptance from KVKK information and optional marketing consent. */
.one-sv-privacy-notice{
    margin:10px 0 12px!important;
    padding:13px 15px!important;
    border-left:4px solid var(--blue);
    border-radius:10px;
    background:#f3f7ff;
    color:#4d5b70;
    font-size:12px!important;
    line-height:1.62!important;
}
.one-sv-privacy-notice a{font-weight:850;text-decoration:underline;text-underline-offset:2px}
.one-sv-register-consent--optional{border-color:#dce4ef;background:#fafbfd}
.one-sv-register-consent--optional label{font-weight:550!important;color:#586579}
.one-sv-register-consent--optional input{accent-color:var(--orange-ink)}

/* Campaign page: polished evergreen advantage cards that do not silently change cart prices. */
.one-sv-campaign-showcase{margin:0 0 42px}
.one-sv-campaign-showcase .section-head{align-items:end}
.one-sv-campaign-showcase .section-head p{max-width:720px;margin:7px 0 0;color:var(--muted)}
.one-sv-campaign-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.one-sv-campaign-showcase__card{
    position:relative;
    display:flex;
    min-width:0;
    min-height:286px;
    flex-direction:column;
    padding:23px;
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 34px rgba(11,27,58,.07);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.one-sv-campaign-showcase__card:before{content:"";position:absolute;right:-42px;top:-54px;width:150px;height:150px;border-radius:50%;background:var(--campaign-accent-soft,#edf4ff)}
.one-sv-campaign-showcase__card:hover{transform:translateY(-4px);border-color:var(--campaign-accent,#0054d8);box-shadow:0 18px 44px rgba(11,27,58,.12)}
.one-sv-campaign-showcase__card--orange{--campaign-accent:#e85e00;--campaign-accent-soft:#fff0e5}
.one-sv-campaign-showcase__card--blue{--campaign-accent:#0054d8;--campaign-accent-soft:#eaf2ff}
.one-sv-campaign-showcase__card--green{--campaign-accent:#16834a;--campaign-accent-soft:#e9f7ef}
.one-sv-campaign-showcase__card--navy{--campaign-accent:#0b1b3a;--campaign-accent-soft:#edf0f6}
.one-sv-campaign-showcase__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}
.one-sv-campaign-showcase__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;background:var(--campaign-accent);color:#fff;font-size:20px;font-weight:900;box-shadow:0 10px 20px color-mix(in srgb,var(--campaign-accent) 20%,transparent)}
.one-sv-campaign-showcase__badge{padding:6px 9px;border-radius:999px;background:var(--campaign-accent-soft);color:var(--campaign-accent);font-size:10px;font-weight:900;letter-spacing:.35px;text-transform:uppercase}
.one-sv-campaign-showcase__card h3{position:relative;z-index:1;margin:25px 0 10px;color:var(--navy);font-size:20px;line-height:1.28}
.one-sv-campaign-showcase__card p{position:relative;z-index:1;margin:0;color:var(--muted);font-size:13px;line-height:1.62}
.one-sv-campaign-showcase__card>a{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:22px;color:var(--campaign-accent);font-size:13px;font-weight:900}
.one-sv-public-campaign-card--active{border-top:4px solid var(--orange)}
.one-sv-campaign-empty{margin-top:0}

/* Dynamic WhatsApp alignment: JS places it immediately left of the visible video control. */
body.home.home-whatsapp-video-aligned .floating-whatsapp{
    left:var(--one-sv-whatsapp-video-left,16px)!important;
    top:var(--one-sv-whatsapp-video-top,auto)!important;
    right:auto!important;
    bottom:auto!important;
    transition:left .18s ease,top .18s ease,transform .18s ease!important;
}
body.home:not(.home-whatsapp-video-aligned) .floating-whatsapp{left:auto!important;top:auto!important;right:24px!important;bottom:20px!important}

/* Review workspace. */
.woocommerce-Reviews.one-sv-reviews{
    max-width:none!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.one-sv-review-summary{
    display:grid;
    grid-template-columns:minmax(260px,1.35fr) 150px minmax(280px,.95fr) 190px;
    gap:28px;
    align-items:center;
    padding:28px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 36px rgba(11,27,58,.06);
}
.one-sv-review-summary__product{display:flex;align-items:center;gap:18px;min-width:0}
.one-sv-review-summary__image{display:grid;flex:0 0 98px;width:98px;height:112px;place-items:center;padding:8px;border:1px solid var(--border);border-radius:14px;background:#fff}
.one-sv-review-summary__image img{width:100%;height:100%;object-fit:contain}
.one-sv-review-summary__product span,.one-sv-review-section-heading span,.one-sv-review-form-heading>span{display:block;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}
.one-sv-review-summary__product h2{margin:5px 0 7px;color:var(--navy);font-size:19px;line-height:1.32}
.one-sv-review-summary__product p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.one-sv-review-summary__score{text-align:center}
.one-sv-review-summary__score>strong{display:block;color:var(--navy);font:800 52px/1 Manrope,Inter,sans-serif;letter-spacing:-2px}
.one-sv-review-summary__score>span{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:650}
.one-sv-review-summary__stars{display:flex;justify-content:center;margin-top:8px}
.one-sv-review-summary__stars .star-rating{float:none;margin:0;color:#ff9400}
.one-sv-review-summary__stars>span{color:var(--muted);font-size:11px}
.one-sv-review-summary__distribution{display:grid;gap:7px}
.one-sv-rating-row{display:grid;grid-template-columns:38px minmax(80px,1fr) 34px;gap:9px;align-items:center;color:#5f6b7d;font-size:11px}
.one-sv-rating-row>span{font-weight:750}.one-sv-rating-row>span b{color:#ff9400}
.one-sv-rating-row>i{height:7px;overflow:hidden;border-radius:999px;background:#e9edf3}
.one-sv-rating-row>i>em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff8500,#ffad2f)}
.one-sv-rating-row>small{text-align:right;color:var(--muted)}
.one-sv-review-summary__action{display:grid;gap:10px;text-align:center}
.one-sv-review-summary__action .button{width:100%;min-height:48px}
.one-sv-review-summary__action small{color:var(--muted);font-size:10px;line-height:1.45}

.one-sv-review-media-strip{margin-top:22px;padding:22px 24px;border:1px solid var(--border);border-radius:18px;background:#fff}
.one-sv-review-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:15px}
.one-sv-review-section-heading h3{margin:4px 0 0;color:var(--navy);font-size:19px}
.one-sv-review-section-heading>small{color:var(--muted);font-size:11px;font-weight:750}
.one-sv-review-media-strip__track{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
.one-sv-review-media-strip__item{position:relative;display:grid;flex:0 0 112px;width:112px;height:112px;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#f7f9fc}
.one-sv-review-media-strip__item img,.one-sv-review-media-strip__item video{width:100%;height:100%;object-fit:cover}
.one-sv-review-media-strip__item>span{position:absolute;inset:0;display:grid;place-items:center;background:rgba(8,20,44,.38);color:#fff;font-size:25px}

.one-sv-review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 14px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.one-sv-review-toolbar>div:first-child{display:grid;gap:2px}.one-sv-review-toolbar strong{color:var(--navy);font-size:18px}.one-sv-review-toolbar [data-review-visible-count]{color:var(--muted);font-size:11px}
.one-sv-review-toolbar__controls{display:flex;gap:10px}.one-sv-review-toolbar select{min-width:180px;height:42px;padding:0 38px 0 12px;border:1px solid #d7dfeb;border-radius:10px;background:#fff;color:var(--text);font:650 12px/1 Inter,sans-serif}
.one-sv-review-toolbar select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,84,216,.1)}

.one-sv-review-list{display:grid!important;gap:14px!important;margin:0!important;padding:0!important;list-style:none!important}
.one-sv-review-list>li{margin:0!important;padding:0!important;border:0!important}
.one-sv-review-card__inner{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;padding:22px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 6px 22px rgba(11,27,58,.035)}
.one-sv-review-card__avatar{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#0b2b62,#0054d8);color:#fff;font:900 17px/1 Manrope,Inter,sans-serif}
.one-sv-review-card__content{min-width:0!important;margin:0!important;padding:0!important;border:0!important}
.one-sv-review-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
.one-sv-review-card__header>div:first-child{display:grid;gap:2px}.one-sv-review-card__header strong{color:var(--navy);font-size:13px}.one-sv-review-card__header span{color:var(--muted);font-size:10px}
.one-sv-review-card__rating .star-rating{float:none;color:#ff9400;font-size:14px}
.one-sv-verified-purchase{display:inline-flex;align-items:center;gap:5px;margin-top:9px;padding:5px 8px;border-radius:999px;background:#eaf8ef;color:#147842;font-size:10px;font-weight:900}
.one-sv-review-card__text{margin-top:13px;color:#39465a;font-size:13px;line-height:1.7}.one-sv-review-card__text p{margin:0 0 8px}
.one-sv-review-media-gallery{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}
.one-sv-review-media-item{position:relative;display:grid;width:86px;height:86px;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:#f7f9fc}
.one-sv-review-media-item img,.one-sv-review-media-item video{width:100%;height:100%;object-fit:cover}
.one-sv-review-media-item--video>span{position:absolute;inset:auto 5px 5px;padding:4px 6px;border-radius:6px;background:rgba(5,15,34,.75);color:#fff;font-size:9px;font-weight:800}
.one-sv-review-helpful{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:16px;padding-top:13px;border-top:1px solid #edf0f5;color:var(--muted);font-size:10px}
.one-sv-review-helpful>span{margin-right:3px;font-weight:700}.one-sv-review-helpful button{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:0 10px;border:1px solid #dce3ed;border-radius:8px;background:#fff;color:#4c5a6f;font:700 10px/1 Inter,sans-serif;cursor:pointer}.one-sv-review-helpful button:hover,.one-sv-review-helpful button.is-voted{border-color:var(--blue);color:var(--blue);background:#f3f7ff}.one-sv-review-helpful small{flex-basis:100%;color:var(--green)}
.one-sv-review-filter-empty,.one-sv-review-empty{padding:34px;border:1px dashed #cfd8e6;border-radius:15px;background:#fafbfd;text-align:center;color:var(--muted)}.one-sv-review-empty strong{display:block;color:var(--navy);font-size:18px}.one-sv-review-empty p{margin:5px 0 0}
.one-sv-review-pagination{margin-top:18px}

.one-sv-review-form-wrapper{margin-top:30px;padding:28px;border:1px solid var(--border);border-radius:20px;background:#f8fafe}
.one-sv-review-form-heading{margin-bottom:20px}.one-sv-review-form-heading h3{margin:4px 0 5px!important;color:var(--navy);font-size:25px!important}.one-sv-review-form-heading p{margin:0;color:var(--muted);font-size:13px}
.one-sv-review-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}
.one-sv-review-form>.comment-form-rating,.one-sv-review-form>.comment-form-comment,.one-sv-review-form>.one-sv-review-media-field,.one-sv-review-form>.comment-form-cookies-consent,.one-sv-review-form>.form-submit,.one-sv-review-form>.comment-notes,.one-sv-review-form>.must-log-in{grid-column:1/-1}
.one-sv-review-form :is(.comment-form-author,.comment-form-email){margin:0 0 16px!important}
.one-sv-review-form :is(.comment-form-author,.comment-form-email)>label,.one-sv-review-media-field>label>strong{display:block;margin-bottom:7px;color:var(--navy);font-size:12px;font-weight:850}
.one-sv-review-form :is(.comment-form-author,.comment-form-email) input{display:block;width:100%;height:50px;padding:0 14px;border:1px solid #cfd8e6;border-radius:11px;background:#fff;color:var(--text);font:inherit}
.one-sv-review-form :is(.comment-form-author,.comment-form-email) input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,84,216,.1)}
.one-sv-review-form .comment-form-email small{display:block;margin-top:5px;color:var(--muted);font-size:10px}
.one-sv-review-form .comment-form-rating{display:grid!important;grid-template-columns:auto auto minmax(120px,1fr);gap:14px;align-items:center;margin:0 0 18px!important;padding:15px;border:1px solid #dce5f2;border-radius:13px;background:#fff}
.one-sv-rating-choice{color:var(--muted);font-size:11px;font-weight:700}
.one-sv-review-form .comment-form-comment{position:relative;margin:0 0 16px!important}.one-sv-review-form .comment-form-comment textarea{min-height:164px;padding-bottom:36px;background:#fff}.one-sv-review-character-count{position:absolute;right:14px;bottom:12px;color:var(--muted);font-size:10px}
.one-sv-review-media-field{margin:0 0 16px;padding:15px;border:1px dashed #bfcde1;border-radius:13px;background:#fff}
.one-sv-review-media-field>label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.one-sv-review-media-field>label>strong{margin:0}.one-sv-review-media-field>label>span{color:var(--muted);font-size:10px}
.one-sv-review-media-field input[type=file]{display:block;width:100%;padding:10px;border:1px solid #e0e6ee;border-radius:10px;background:#fafbfd;font-size:11px}
.one-sv-review-media-preview{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.one-sv-review-media-preview:empty{display:none}.one-sv-review-media-preview span{display:inline-flex;max-width:180px;align-items:center;gap:5px;padding:6px 8px;border-radius:8px;background:#eef4ff;color:#245497;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.one-sv-review-form .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px;margin:0 0 15px!important;padding:11px 13px;border-radius:10px;background:#fff;color:#536176;font-size:11px}.one-sv-review-form .comment-form-cookies-consent input{width:17px;height:17px;margin-top:1px;accent-color:var(--blue)}
.one-sv-review-form .form-submit{margin:0!important}.one-sv-review-form .form-submit .submit{min-width:230px;min-height:50px!important}
.one-sv-review-verification{padding:18px;border:1px solid #f4cda9;border-radius:13px;background:#fff7ed}.one-sv-review-verification strong{color:#a94300}.one-sv-review-verification p{margin:5px 0 0;color:#6d5b4e}

/* Legal pages generated by Core remain readable on desktop and mobile. */
.entry-content>h2,.page-content>h2{scroll-margin-top:160px}.entry-content>h2:not(:first-child),.page-content>h2:not(:first-child){margin-top:30px}.entry-content>h3,.page-content>h3{margin-top:22px;color:var(--navy)}.entry-content>ul,.page-content>ul{padding-left:21px}.entry-content>ul li,.page-content>ul li{margin:6px 0}

@media(max-width:1120px){
    .one-sv-campaign-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .one-sv-review-summary{grid-template-columns:minmax(260px,1.2fr) 140px minmax(260px,1fr)}
    .one-sv-review-summary__action{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end}.one-sv-review-summary__action .button{width:auto}.one-sv-review-summary__action small{max-width:300px;text-align:left}
}
@media(max-width:760px){
    .one-sv-campaign-showcase__grid{grid-template-columns:1fr}.one-sv-campaign-showcase__card{min-height:245px}.one-sv-campaign-showcase .section-head p{text-align:center}
    body.home.home-whatsapp-video-aligned .floating-whatsapp{left:var(--one-sv-whatsapp-video-left,10px)!important;top:var(--one-sv-whatsapp-video-top,auto)!important;right:auto!important;bottom:auto!important}
    body.home:not(.home-whatsapp-video-aligned) .floating-whatsapp{left:auto!important;top:auto!important;right:12px!important;bottom:14px!important}
    .one-sv-review-summary{grid-template-columns:1fr;gap:19px;padding:20px}.one-sv-review-summary__product{align-items:flex-start}.one-sv-review-summary__image{flex-basis:82px;width:82px;height:94px}.one-sv-review-summary__score{text-align:left}.one-sv-review-summary__stars{justify-content:flex-start}.one-sv-review-summary__distribution{padding:13px;border-radius:12px;background:#f8fafe}.one-sv-review-summary__action{grid-column:auto;display:grid;justify-content:stretch}.one-sv-review-summary__action .button{width:100%}.one-sv-review-summary__action small{text-align:center}
    .one-sv-review-toolbar{display:grid}.one-sv-review-toolbar__controls{display:grid;grid-template-columns:1fr 1fr}.one-sv-review-toolbar select{width:100%;min-width:0}
    .one-sv-review-card__inner{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:16px}.one-sv-review-card__avatar{width:38px;height:38px}.one-sv-review-card__header{display:grid}.one-sv-review-card__rating{grid-row:2}.one-sv-review-media-item{width:72px;height:72px}
    .one-sv-review-form-wrapper{padding:19px 15px}.one-sv-review-form{grid-template-columns:1fr}.one-sv-review-form>*{grid-column:1!important}.one-sv-review-form .comment-form-rating{grid-template-columns:1fr}.one-sv-review-media-field>label{display:grid}.one-sv-review-form .form-submit .submit{width:100%;min-width:0}
}
@media(max-width:430px){
    .one-sv-review-toolbar__controls{grid-template-columns:1fr}.one-sv-review-card__inner{grid-template-columns:1fr}.one-sv-review-card__avatar{display:none}.one-sv-review-summary__product{display:grid;grid-template-columns:72px 1fr}.one-sv-review-summary__image{width:72px;height:82px}.one-sv-review-summary__product p{grid-column:1/-1}
}


/* 0.4.3 — Keep dark products visible in mobile galleries even when the browser forces dark mode. */
@media(max-width:760px){
    body.single-product .one-sv-gallery-v2__stage,
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery .flex-viewport,
    body.single-product .one-sv-gallery-fallback .woocommerce-product-gallery__image{
        background:#f4f6fb!important;
        background-color:#f4f6fb!important;
        color-scheme:only light!important;
        forced-color-adjust:none!important;
        -webkit-print-color-adjust:exact;
        isolation:isolate;
    }
    body.single-product .one-sv-gallery-v2__stage-button,
    body.single-product .woocommerce-product-gallery__image a{
        background:transparent!important;
        color-scheme:only light!important;
    }
    body.single-product .one-sv-gallery-v2__stage img,
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .one-sv-gallery-fallback img{
        background:transparent!important;
        filter:none!important;
        mix-blend-mode:normal!important;
        opacity:1!important;
        object-fit:contain!important;
        object-position:center!important;
    }
    body.single-product .one-sv-gallery-v2__thumb,
    body.single-product .woocommerce-product-gallery .flex-control-thumbs img,
    body.single-product .one-sv-gallery-fallback__thumbs button{
        background:#fff!important;
        background-color:#fff!important;
        color-scheme:only light!important;
        forced-color-adjust:none!important;
    }
}

/* 0.5.0 dynamic banners, live-search failure states and paused products */
.home-hero-slide__media picture{position:absolute;inset:0;display:block}.home-hero-slide__media picture img{width:100%;height:100%;object-fit:cover}.search-result-item.is-sales-paused{background:#fff8f6}.search-result-item.is-sales-paused .search-result-meta b{opacity:.72}.search-error{padding:20px;color:#a52b1b;background:#fff7f5}.one-sv-dynamic-banner-slot--announcement{background:#0b1b3a;color:#fff}.one-sv-dynamic-banner-slot--announcement .one-sv-dynamic-banner{max-width:1240px;margin:auto;min-height:38px;display:flex;align-items:center;justify-content:center;position:relative}.one-sv-dynamic-banner-slot--announcement picture{position:absolute;inset:0;opacity:.25}.one-sv-dynamic-banner-slot--announcement img{width:100%;height:100%;object-fit:cover}.one-sv-dynamic-banner-slot--announcement article>div{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 18px;text-align:center}.one-sv-dynamic-banner-slot--announcement h2,.one-sv-dynamic-banner-slot--announcement p{margin:0;font-size:13px;color:#fff}.one-sv-dynamic-banner-slot--announcement a{color:#ff9d3f;font-weight:800}.promo-grid>.one-sv-dynamic-banner-slot{min-width:0}.promo-grid .one-sv-dynamic-banner{position:relative;min-height:250px;border-radius:18px;overflow:hidden;background:#10254c}.promo-grid .one-sv-dynamic-banner picture{position:absolute;inset:0}.promo-grid .one-sv-dynamic-banner img{width:100%;height:100%;object-fit:cover}.promo-grid .one-sv-dynamic-banner>div{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;min-height:250px;padding:28px;color:#fff;background:linear-gradient(180deg,transparent,rgba(3,14,38,.88))}.promo-grid .one-sv-dynamic-banner h2{color:#fff;margin:6px 0}.promo-grid .one-sv-dynamic-banner a{color:#fff;font-weight:800}.one-sv-sales-pause-notice{border-left-color:#c93d2b!important}.one-sv-sales-paused-button{cursor:not-allowed;opacity:.65}
@media(max-width:760px){.one-sv-dynamic-banner-slot--announcement article>div{flex-wrap:wrap;gap:6px}.one-sv-dynamic-banner-slot--announcement p{display:none}}

/* 0.5.1 QA hardening: compare entry point, cart/payment/search states. */
.header-compare-count{position:absolute;top:1px;right:5px;z-index:2;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;line-height:18px}
.one-sv-compare-dock{position:fixed;left:50%;bottom:20px;z-index:9998;transform:translateX(-50%);width:min(680px,calc(100% - 28px));display:grid;grid-template-columns:minmax(0,1fr) auto 34px;gap:14px;align-items:center;padding:14px 16px;border:1px solid #cbd9ef;border-radius:14px;background:#fff;box-shadow:0 18px 54px rgba(11,27,58,.22)}
.one-sv-compare-dock[hidden]{display:none!important}.one-sv-compare-dock strong,.one-sv-compare-dock span{display:block}.one-sv-compare-dock span{font-size:12px;color:var(--muted)}.one-sv-compare-dock>a[aria-disabled=true]{pointer-events:none;opacity:.55}.one-sv-compare-dock>button{border:0;background:transparent;color:var(--muted);font-size:24px;cursor:pointer}.one-sv-compare-dock.is-ready{border-color:#8db6f2}.one-sv-price-pending{display:inline-flex;padding:4px 8px;border-radius:999px;background:#fff4e8;color:#9a4c00;font-size:12px;font-weight:800}.one-sv-price-request-button{background:#fff!important;color:var(--blue)!important}.one-sv-payment-instructions{margin:24px 0;padding:20px;border:1px solid var(--border);border-radius:12px;background:#f8fafc}.one-sv-payment-bank-list{padding-left:20px}.one-sv-no-payment-method{margin-top:12px!important}
@media(max-width:760px){.header-actions{grid-template-columns:repeat(4,38px)!important}.header-main{grid-template-columns:42px minmax(76px,1fr) 152px!important}.one-sv-compare-dock{bottom:12px;grid-template-columns:1fr auto;padding:12px}.one-sv-compare-dock>button{position:absolute;right:2px;top:-28px;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 4px 14px rgba(11,27,58,.18)}.one-sv-compare-dock .button{padding:9px 11px;font-size:12px}}


/* ==============================================================
   1SiparisVer Theme 0.5.4 — header WhatsApp + working newsletter
   ============================================================== */
.header-action--whatsapp .header-action__icon{color:#25d366}
.header-action--whatsapp:focus-visible{outline:2px solid #25d366;outline-offset:3px;border-radius:9px}
.floating-whatsapp{display:none!important}

.one-sv-newsletter-form{width:min(100%,520px);margin:0}
.one-sv-newsletter-form__row{display:flex;width:100%}
.one-sv-newsletter-form__row input[type="email"]{flex:1;min-width:0;height:48px;border:1px solid rgba(255,255,255,.22);border-radius:9px 0 0 9px;background:#fff;padding:0 14px;font:inherit;color:var(--text);outline:0}
.one-sv-newsletter-form__row input[type="email"]:focus{border-color:#8bb8ff;box-shadow:0 0 0 3px rgba(139,184,255,.22)}
.one-sv-newsletter-form__row .button{min-width:112px;border-radius:0 9px 9px 0}
.one-sv-newsletter-consent{display:flex;align-items:flex-start;gap:8px;margin-top:10px;color:#d7e4fb;font-size:11px;line-height:1.45;cursor:pointer}
.one-sv-newsletter-consent input{flex:0 0 auto;width:16px;height:16px;margin:1px 0 0;accent-color:var(--orange-ink)}
.one-sv-newsletter-consent a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.one-sv-newsletter-status{min-height:18px;margin:7px 0 0;font-size:12px;font-weight:700;color:#d7e4fb}
.one-sv-newsletter-status.is-success{color:#b8f5ce}.one-sv-newsletter-status.is-error{color:#ffd0cd}
.one-sv-newsletter-form[aria-busy="true"]{opacity:.82}

.one-sv-campaign-newsletter{scroll-margin-top:190px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:42px;align-items:center;margin:46px 0;padding:38px;border-radius:22px;background:linear-gradient(135deg,#071b3e 0%,#0d3477 58%,#0758b8 100%);color:#fff;box-shadow:0 22px 55px rgba(11,27,58,.18)}
.one-sv-campaign-newsletter__copy h2{margin:7px 0 12px;color:#fff;font-size:clamp(28px,3.3vw,42px);line-height:1.12}
.one-sv-campaign-newsletter__copy p{max-width:690px;margin:0;color:#dbe8ff}
.one-sv-campaign-newsletter__copy ul{display:flex;flex-wrap:wrap;gap:8px 18px;margin:20px 0 0;padding:0;list-style:none;color:#cfe0ff;font-size:12px}
.one-sv-campaign-newsletter__copy li:before{content:"✓";margin-right:6px;color:#70e29c;font-weight:900}
.one-sv-campaign-newsletter__form{padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(3,15,38,.32);backdrop-filter:blur(8px)}
.one-sv-campaign-newsletter .one-sv-newsletter-form{width:100%}

@media(max-width:1024px){
    .header-action--favorite{display:none!important}
    .one-sv-campaign-newsletter{grid-template-columns:1fr;gap:24px}
    .one-sv-campaign-newsletter__form{max-width:620px}
}
@media(max-width:760px){
    .header-action--compare{display:none!important}
    .header-actions{grid-template-columns:repeat(3,40px)!important}
    .header-action--account,.header-action--cart,.header-action--whatsapp{display:flex!important}
    .header-action--whatsapp .header-action__icon{width:32px;height:32px}
    .newsletter .container{display:block!important;padding:26px 0!important}
    .newsletter__copy{margin-bottom:16px}
    .one-sv-newsletter-form{width:100%}
    .one-sv-newsletter-form__row{display:grid;grid-template-columns:minmax(0,1fr) auto}
    .one-sv-newsletter-form__row .button{min-width:96px;padding-inline:13px}
    .one-sv-campaign-newsletter{scroll-margin-top:154px;margin:32px 0;padding:24px 18px;border-radius:18px}
    .one-sv-campaign-newsletter__copy h2{font-size:30px}
    .one-sv-campaign-newsletter__copy ul{display:grid;gap:7px}
    .one-sv-campaign-newsletter__form{padding:16px}
}
@media(max-width:430px){
    .one-sv-newsletter-form__row{grid-template-columns:1fr}
    .one-sv-newsletter-form__row input[type="email"]{border-radius:9px}
    .one-sv-newsletter-form__row .button{width:100%;min-height:46px;margin-top:9px;border-radius:9px}
    .one-sv-campaign-newsletter{padding:22px 14px}
    .one-sv-campaign-newsletter__form{padding:14px}
}

/* 0.5.4 final cascade corrections for legacy newsletter/header rules. */
.newsletter .one-sv-newsletter-form{display:block!important;width:min(100%,520px)!important}
.one-sv-newsletter-consent input[type="checkbox"]{flex:none!important;width:16px!important;height:16px!important;padding:0!important;border-radius:3px!important}
@media(max-width:380px){
    .header-actions{grid-template-columns:repeat(3,38px)!important}
    .header-action--account,.header-action--cart,.header-action--whatsapp{min-width:38px!important;width:38px!important}
}


/* ==============================================================
   1SiparisVer Theme 0.5.7 — minimal transparent hero label
   ============================================================== */
.home-hero-video-shield,
.home-hero-video-toggle,
.home-hero-video-start{display:none!important}
.home-hero-slide__video{pointer-events:none}
.home-hero-video-brand-mask{
    position:absolute;
    z-index:12;
    right:18px;
    bottom:18px;
    width:auto;
    max-width:min(240px,calc(100vw - 36px));
    min-height:0;
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent!important;
    color:#fff;
    box-shadow:none!important;
    backdrop-filter:none!important;
    pointer-events:none;
    user-select:none;
}
.home-hero-video-brand-mask::before{display:none!important;content:none!important}
.home-hero-video-brand-mask__icon{
    position:relative;
    z-index:1;
    display:grid;
    place-items:center;
    flex:0 0 34px;
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.82);
    border-radius:12px;
    background:#ff6800;
    color:#fff;
    font:950 18px/1 Manrope,Inter,sans-serif;
    box-shadow:0 6px 18px rgba(0,0,0,.22),0 6px 16px rgba(255,104,0,.24);
}
.home-hero-video-brand-mask__copy{
    position:relative;
    z-index:1;
    display:flex;
    min-width:0;
    flex-direction:column;
    line-height:1.12;
    padding:0;
    background:transparent!important;
    text-shadow:0 2px 12px rgba(0,0,0,.52);
}
.home-hero-video-brand-mask__copy strong{
    color:#ff8a1d;
    font:900 15px/1 Manrope,Inter,sans-serif;
    letter-spacing:.06em;
}
.home-hero-video-brand-mask__copy small{
    margin-top:4px;
    color:#eef4ff;
    font:700 10px/1.25 Inter,ui-sans-serif,system-ui,sans-serif;
    white-space:nowrap;
}
@media(max-width:1024px){
    .home-hero-video-brand-mask{right:16px;bottom:16px;max-width:220px;gap:9px}
    .home-hero-video-brand-mask__copy strong{font-size:14px}
    .home-hero-video-brand-mask__copy small{font-size:9.5px}
}
@media(max-width:760px){
    .home-hero-video-brand-mask{right:10px;bottom:10px;max-width:176px;gap:8px}
    .home-hero-video-brand-mask__icon{flex-basis:30px;width:30px;height:30px;border-radius:10px;font-size:15px}
    .home-hero-video-brand-mask__copy strong{font-size:13px}
    .home-hero-video-brand-mask__copy small{margin-top:3px;font-size:8.5px;white-space:normal}
}
@media(max-width:390px){
    .home-hero-video-brand-mask{max-width:156px;gap:7px}
    .home-hero-video-brand-mask__icon{flex-basis:28px;width:28px;height:28px;font-size:14px}
    .home-hero-video-brand-mask__copy strong{font-size:12px}
    .home-hero-video-brand-mask__copy small{font-size:8px}
}


/* 0.5.8 — remove the bottom-right IRUDEK overlay completely. */
.home-hero-video-brand-mask,
.home-hero-video-brand-mask::before,
.home-hero-video-brand-mask__icon,
.home-hero-video-brand-mask__copy{display:none!important;content:none!important;background:transparent!important;box-shadow:none!important;border:0!important}

/* ==============================================================
   1SiparisVer Theme 0.5.9 — modern mini cart and account polish
   ============================================================== */
body.drawer-open{overflow:hidden}
.mini-cart-drawer{visibility:hidden;transition:visibility .28s}
.mini-cart-drawer.is-open{visibility:visible}
.mini-cart-drawer__overlay{background:rgba(4,13,31,.62);backdrop-filter:blur(3px);transition:opacity .28s ease}
.mini-cart-drawer aside{display:flex;flex-direction:column;width:min(480px,100%);padding:0;background:#f8fafc;box-shadow:-28px 0 70px rgba(4,15,36,.24);overflow:hidden;transition:transform .3s cubic-bezier(.22,.8,.3,1)}
.drawer-head{flex:0 0 auto;min-height:112px;margin:0;padding:24px 26px 20px;border-bottom:1px solid #e6ebf2;background:#fff}
.drawer-head__copy{display:flex;min-width:0;flex-direction:column}
.drawer-head__eyebrow{color:#0054d8;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.drawer-head__copy strong{margin-top:2px;color:#0b1b3a;font-size:25px;line-height:1.15}
.drawer-head__copy small{margin-top:5px;color:#6b768a;font-size:12px;font-weight:650}
.drawer-head button{width:42px;height:42px;border:1px solid #dfe5ee;border-radius:50%;background:#fff;color:#0b1b3a;font-size:0;transition:.18s}
.drawer-head button:hover{border-color:#b8c8e2;background:#edf4ff;color:#0054d8;transform:rotate(4deg)}
.mini-cart-drawer__body{flex:1 1 auto;min-height:0;padding:18px 18px 6px;overflow:auto;overscroll-behavior:contain}
.mini-cart-drawer .widget_shopping_cart_content{display:flex;min-height:100%;flex-direction:column}
.mini-cart-drawer ul.woocommerce-mini-cart{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.mini-cart-drawer li.woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;min-height:116px;margin:0!important;padding:14px 44px 14px 14px!important;border:1px solid #e3e9f2;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(11,27,58,.05)}
.mini-cart-drawer li.woocommerce-mini-cart-item>a:not(.remove){display:contents;color:#17213a;font-size:14px;font-weight:800;line-height:1.35}
.mini-cart-drawer li.woocommerce-mini-cart-item>a:not(.remove)>img{grid-column:1;grid-row:1/5;align-self:start;float:none!important;width:88px!important;height:88px!important;margin:0!important;padding:7px;border:1px solid #edf0f5;border-radius:13px;background:#fff;object-fit:contain}
.mini-cart-drawer li.woocommerce-mini-cart-item>a.remove{position:absolute;z-index:2;top:12px;right:12px;display:grid!important;place-items:center;width:28px;height:28px;border:1px solid #e7ebf1;border-radius:50%;background:#fff;color:#7c8799!important;font-size:20px;line-height:1;text-align:center}
.mini-cart-drawer li.woocommerce-mini-cart-item>a.remove:hover{border-color:#ffd5d1;background:#fff2f1;color:#b42318!important}
.mini-cart-drawer .variation{grid-column:2;margin:4px 0 2px;padding:0;border:0;color:#6c7688;font-size:11px}
.mini-cart-drawer .variation dt,.mini-cart-drawer .variation dd{display:inline;float:none;margin:0 4px 0 0;padding:0}
.mini-cart-drawer .variation p{display:inline;margin:0}
.one-sv-mini-cart-line{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}
.one-sv-mini-cart-qty{display:inline-grid;grid-template-columns:32px 36px 32px;align-items:center;min-height:34px;border:1px solid #dce3ed;border-radius:10px;background:#f8fafc;overflow:hidden}
.one-sv-mini-cart-qty button{display:grid;place-items:center;height:32px;padding:0;border:0;background:transparent;color:#0b1b3a;font-size:18px;font-weight:800;cursor:pointer}
.one-sv-mini-cart-qty button:hover{background:#eaf2ff;color:#0054d8}
.one-sv-mini-cart-qty button:disabled{opacity:.45;cursor:wait}
.one-sv-mini-cart-qty output{text-align:center;color:#17213a;font-size:12px;font-weight:850}
.one-sv-mini-cart-qty.is-loading{opacity:.6}
.one-sv-mini-cart-unit-price{color:#0054d8;font-size:13px;font-weight:900;white-space:nowrap}
.mini-cart-drawer .woocommerce-mini-cart__total{display:flex;align-items:center;justify-content:space-between;margin:18px 0 0;padding:18px 4px 12px;border-top:1px solid #dfe5ee;color:#536076;font-size:13px}
.mini-cart-drawer .woocommerce-mini-cart__total strong{color:#0b1b3a;font-size:15px}
.mini-cart-drawer .woocommerce-mini-cart__total .amount{color:#0b1b3a;font-size:20px;font-weight:900}
.mini-cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1.15fr;gap:10px;margin:0;padding:0 0 16px}
.mini-cart-drawer .woocommerce-mini-cart__buttons a.button{min-height:48px;margin:0!important;border-radius:12px;font-size:13px;box-shadow:none}
.mini-cart-drawer .woocommerce-mini-cart__buttons a:first-child{border-color:#cad5e5;background:#fff;color:#0b1b3a!important}
.mini-cart-drawer .woocommerce-mini-cart__buttons a:first-child:hover{border-color:#0054d8;background:#edf4ff;color:#0054d8!important}
.mini-cart-drawer .woocommerce-mini-cart__buttons a.checkout{border-color:#ff6800;background:#ff6800;color:#fff!important}
.mini-cart-drawer .woocommerce-mini-cart__buttons a.checkout:hover{background:#e85e00}
.mini-cart-drawer .woocommerce-mini-cart__empty-message{display:grid;place-items:center;min-height:300px;margin:auto 0;padding:40px 24px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;color:#667286;text-align:center;font-size:14px}
.mini-cart-drawer .woocommerce-mini-cart__empty-message::before{content:"";display:block;width:72px;height:72px;margin-bottom:16px;border-radius:50%;background:#edf4ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%230054d8' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 1.9-1.4L21 8H6.2'/%3E%3Ccircle cx='9.5' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E") center/34px no-repeat}
.mini-cart-drawer__assurance{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:20px;min-height:54px;padding:10px 18px;border-top:1px solid #e2e7ef;background:#fff;color:#667286;font-size:10px;font-weight:750}
.mini-cart-drawer__assurance span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.mini-cart-drawer__assurance svg{color:#16834a}

/* Account wishlist fallback and address forms */
.woocommerce-MyAccount-content .one-sv-wishlist>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
.woocommerce-MyAccount-content .one-sv-empty{display:grid;justify-items:center;min-height:280px;padding:54px 24px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;text-align:center}
.woocommerce-MyAccount-content .one-sv-empty strong{color:#0b1b3a;font-size:20px}
.woocommerce-MyAccount-content .one-sv-empty p{max-width:440px;margin:8px 0 20px;color:#6b768a}
.woocommerce-address-fields h3,.woocommerce-MyAccount-content>h2{color:#0b1b3a}
.woocommerce-address-fields .form-row label{margin-bottom:7px;color:#27334a;font-size:12px;font-weight:800}
.woocommerce-address-fields .form-row input.input-text,.woocommerce-address-fields .form-row select{min-height:46px;border-radius:10px}

@media(max-width:760px){
    .mini-cart-drawer aside{width:100%;max-width:none}
    .drawer-head{min-height:94px;padding:19px 18px 16px}
    .drawer-head__copy strong{font-size:22px}
    .mini-cart-drawer__body{padding:12px 12px 4px}
    .mini-cart-drawer li.woocommerce-mini-cart-item{grid-template-columns:76px minmax(0,1fr);min-height:104px;padding:12px 38px 12px 12px!important;border-radius:14px}
    .mini-cart-drawer li.woocommerce-mini-cart-item>a:not(.remove)>img{width:76px!important;height:76px!important}
    .one-sv-mini-cart-line{align-items:flex-end;flex-direction:column-reverse;gap:7px}
    .one-sv-mini-cart-unit-price{align-self:flex-start}
    .mini-cart-drawer .woocommerce-mini-cart__buttons{grid-template-columns:1fr}
    .mini-cart-drawer__assurance{gap:12px;font-size:9px}
    .woocommerce-MyAccount-content .one-sv-wishlist>ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:390px){
    .mini-cart-drawer__assurance{justify-content:space-between;gap:6px;padding-inline:12px}
    .woocommerce-MyAccount-content .one-sv-wishlist>ul.products{grid-template-columns:1fr}
}

/* ==============================================================
   Theme 0.5.10 — footer cleanup and compare page polish
   ============================================================== */
.footer-contact-mini{margin:18px 0 0!important}
.footer-trust{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
  padding-top:2px;
}
.footer-trust span{display:inline-flex;align-items:center;min-height:29px;padding:5px 10px!important;white-space:nowrap}
.footer-section__content ul{margin:0;padding:0;list-style:none}
.one-sv-managed-page--compare{padding-top:12px;padding-bottom:10px}
.one-sv-managed-page--compare .one-sv-empty{margin:0}
@media(max-width:760px){
  .footer-trust{gap:7px;margin-top:16px}
  .footer-trust span{font-size:9px;padding:5px 8px!important}
  .one-sv-managed-page--compare{width:min(calc(100% - 20px),var(--container))}
}

/* 0.5.11 — compare directly from product listing cards */
.product-card__quick-actions{align-items:flex-end}
.product-card__compare-button{display:flex!important;grid-template-columns:none!important;align-items:center;justify-content:center;gap:6px;width:auto!important;min-width:38px;padding:0 10px!important;border-radius:999px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 7px 20px rgba(11,27,58,.11);white-space:nowrap}
.product-card__compare-label{display:inline-block;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:10px;font-weight:800;line-height:1;color:inherit}
.product-card__compare-button.is-active{background:#fff5eb!important;border-color:#ff6800!important;color:#e75f00!important}
.product-card__compare-button.is-active .product-card__compare-label:after{content:" ✓"}
.one-sv-compare-mode-banner{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 22px;padding:17px 19px;border:1px solid #b9d4ff;border-radius:15px;background:linear-gradient(135deg,#edf5ff,#fff);box-shadow:0 10px 28px rgba(0,84,216,.08)}
.one-sv-compare-mode-banner>div{display:flex;flex-direction:column;gap:3px}.one-sv-compare-mode-banner strong{font-size:16px;color:#0b2b63}.one-sv-compare-mode-banner span{font-size:12px;color:#62728c}.one-sv-compare-mode-banner>a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 14px;border-radius:9px;background:#0054d8;color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
body.one-sv-compare-mode .product-card__compare-button{border-color:#4f8ee8;animation:one-sv-compare-pulse 2.4s ease-in-out infinite}
body.one-sv-compare-mode .product-card__compare-button.is-active{animation:none}
@keyframes one-sv-compare-pulse{0%,100%{box-shadow:0 7px 20px rgba(11,27,58,.11)}50%{box-shadow:0 0 0 5px rgba(0,84,216,.12),0 8px 24px rgba(0,84,216,.16)}}
@media(max-width:760px){.one-sv-compare-mode-banner{align-items:flex-start;flex-direction:column}.one-sv-compare-mode-banner>a{width:100%}}
@media(max-width:430px){.product-card__compare-button{width:32px!important;min-width:32px;padding:0!important}.product-card__compare-label{display:none}}

/* ==============================================================
   Theme 0.5.13 — modern answer-first discovery section
   ============================================================== */
.home-guidance{position:relative;overflow:hidden;background:#fff}
.home-guidance::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,#d5e3f8 25%,#d5e3f8 75%,transparent)}
.home-guidance__intro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.75fr);gap:64px;align-items:end;margin-bottom:30px}
.home-guidance__intro h2{max-width:720px;margin:8px 0 0;color:var(--navy);font-size:clamp(29px,3.4vw,46px);line-height:1.08;letter-spacing:-.035em}
.home-guidance__intro>p{margin:0;padding-left:20px;border-left:3px solid var(--orange);color:#5d6a7e;font-size:15px;line-height:1.75}
.home-guidance__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-answer-card{position:relative;display:flex;min-height:286px;flex-direction:column;padding:24px;border:1px solid #dfe6f0;border-radius:20px;background:linear-gradient(155deg,#fff 0%,#f8faff 100%);box-shadow:0 12px 32px rgba(11,27,58,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-answer-card::after{content:"";position:absolute;inset:auto 20px 0;height:3px;border-radius:99px 99px 0 0;background:linear-gradient(90deg,var(--blue),var(--bright));opacity:0;transform:scaleX(.5);transition:.22s ease}
.home-answer-card:hover,.home-answer-card:focus-within{border-color:#a9c8fb;box-shadow:0 18px 42px rgba(11,27,58,.105);transform:translateY(-4px)}
.home-answer-card:hover::after,.home-answer-card:focus-within::after{opacity:1;transform:scaleX(1)}
.home-answer-card__number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:28px;border:1px solid #cfe0fb;border-radius:13px;background:#edf4ff;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.08em}
.home-answer-card h3{margin:0;color:#132342;font-size:18px;line-height:1.35;letter-spacing:-.015em}
.home-answer-card p{margin:12px 0 22px;color:#687386;font-size:13px;line-height:1.7}
.home-answer-card a{display:inline-flex;align-items:center;margin-top:auto;color:var(--blue);font-size:12px;font-weight:850;text-underline-offset:4px}
.home-answer-card a:hover,.home-answer-card a:focus-visible{text-decoration:underline}
.home-answer-card--accent{border-color:#ffcfad;background:linear-gradient(155deg,#fffaf5 0%,#fff3e9 100%)}
.home-answer-card--accent .home-answer-card__number{border-color:#ffd4b7;background:#fff;color:#e85e00}
.home-answer-card--accent::after{background:linear-gradient(90deg,var(--orange),var(--orange2))}
.home-answer-card--accent a{color:#ce5200}

@media(max-width:1100px){
    .home-guidance__intro{grid-template-columns:1fr;gap:20px;align-items:start}
    .home-guidance__intro>p{max-width:820px}
    .home-guidance__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .home-answer-card{min-height:250px}
}
@media(max-width:620px){
    .home-guidance__intro{margin-bottom:22px}
    .home-guidance__intro h2{font-size:30px}
    .home-guidance__intro>p{padding-left:14px;font-size:14px}
    .home-guidance__grid{grid-template-columns:1fr}
    .home-answer-card{min-height:0;padding:21px;border-radius:17px}
    .home-answer-card__number{margin-bottom:18px}
}
@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .home-answer-card,.home-answer-card::after{transition:none!important}
    .home-answer-card:hover,.home-answer-card:focus-within{transform:none}
}


/* ==============================================================
   1SiparisVer Theme 0.5.15 — header search geometry + live-search stability
   ============================================================== */
.header-search{
    --1sv-search-button-width:56px;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) var(--1sv-search-button-width)!important;
    grid-template-rows:1fr!important;
    align-items:stretch!important;
    min-width:0!important;
    overflow:visible!important;
}
.header-search #site-search{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:100%!important;
    margin:0!important;
    padding-inline:16px!important;
    border:0!important;
    background:transparent!important;
}
.header-search>input[type="hidden"]{display:none!important}
.header-search>button{
    grid-column:2!important;
    grid-row:1!important;
    align-self:stretch!important;
    width:var(--1sv-search-button-width)!important;
    min-width:var(--1sv-search-button-width)!important;
    max-width:var(--1sv-search-button-width)!important;
    height:100%!important;
    margin:0!important;
    border-radius:0 9px 9px 0!important;
}
.header-search .live-search-results{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:1040!important;
}
@media(max-width:760px){.header-search{--1sv-search-button-width:52px}}


/* 0.5.16 — CP40 storefront performance + mobile/WCAG residual hardening. */
.home-hero-carousel,.site-header,.site-main,.woocommerce-main{max-width:100%}
.one-sv-defer-section{content-visibility:auto;contain-intrinsic-size:auto 720px}
.mobile-menu[role="dialog"]:focus,.shop-filters:focus,.mini-cart-drawer [role="dialog"]:focus{outline:none}
.shop-filter-toggle[aria-expanded="true"]{box-shadow:0 0 0 3px rgba(0,84,216,.14)}
@media(max-width:980px){
  .shop-filters[aria-hidden="true"]{visibility:hidden}
  body.filters-open{overflow:hidden;overscroll-behavior:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .button,.category-card,.home-answer-card,.home-hero-carousel__track,.mini-cart-drawer aside,.mini-cart-drawer__overlay{transition:none!important;animation:none!important}
}


/* 0.5.21 — CP82 frontend UX/accessibility/SXO foundation. */
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #1f6feb!important;outline-offset:3px!important}
.header-search input[type=search]:focus-visible{outline:3px solid #1f6feb!important;outline-offset:-2px!important;border-radius:8px 0 0 8px}
.live-search-results [role=option].is-active,.live-search-results [role=option][aria-selected=true]{background:#edf4ff}
.one-sv-account-tabs[role=tablist] [role=tab][aria-selected=true]{box-shadow:inset 0 -3px #0054d8}
@media(max-width:980px){.shop-filters[role=dialog]{overscroll-behavior:contain}}
@media(max-width:760px){.header-actions a,.header-actions button,.mobile-menu a,.mobile-menu button,.shop-filter-toggle{min-height:44px}.one-sv-account-tabs[role=tablist] button{min-height:44px}}

/* ==============================================================
   1SiparisVer Theme 0.5.24 — NEXT-GEN V2 CP8 Public Design System
   Additive canonical component foundation. Existing storefront selectors
   are intentionally preserved; adoption is incremental.
   ============================================================== */
:root{
  --1sv-ds-color-navy:var(--navy,#0b1b3a);
  --1sv-ds-color-primary:var(--blue,#0054d8);
  --1sv-ds-color-primary-bright:var(--bright,#078cf4);
  --1sv-ds-color-accent:var(--orange,#ff6800);
  --1sv-ds-color-text:var(--text,#202735);
  --1sv-ds-color-muted:var(--muted,#687386);
  --1sv-ds-color-border:var(--border,#e2e7ef);
  --1sv-ds-color-surface:var(--surface,#f5f7fa);
  --1sv-ds-color-white:#fff;
  --1sv-ds-color-success:var(--green,#16834a);
  --1sv-ds-color-error:var(--red,#b42318);
  --1sv-ds-space-1:4px;
  --1sv-ds-space-2:8px;
  --1sv-ds-space-3:12px;
  --1sv-ds-space-4:16px;
  --1sv-ds-space-5:20px;
  --1sv-ds-space-6:24px;
  --1sv-ds-space-7:32px;
  --1sv-ds-space-8:40px;
  --1sv-ds-space-9:48px;
  --1sv-ds-space-10:64px;
  --1sv-ds-radius-xs:6px;
  --1sv-ds-radius-sm:9px;
  --1sv-ds-radius-md:12px;
  --1sv-ds-radius-lg:14px;
  --1sv-ds-radius-xl:20px;
  --1sv-ds-radius-pill:999px;
  --1sv-ds-shadow-1:0 8px 22px rgba(11,27,58,.10);
  --1sv-ds-shadow-2:var(--shadow,0 14px 45px rgba(11,27,58,.09));
  --1sv-ds-focus:#1f6feb;
  --1sv-ds-control-min:44px;
  --1sv-ds-motion-fast:160ms;
}

/* Button */
.sv-button{
  min-height:var(--1sv-ds-control-min);
  display:inline-flex;align-items:center;justify-content:center;gap:var(--1sv-ds-space-2);
  padding:10px 17px;border:1px solid var(--1sv-ds-color-primary);
  border-radius:var(--1sv-ds-radius-sm);background:var(--1sv-ds-color-primary);
  color:var(--1sv-ds-color-white)!important;font:700 14px/1.15 Manrope,Inter,ui-sans-serif,system-ui,sans-serif;
  text-decoration:none;cursor:pointer;transition:background var(--1sv-ds-motion-fast),border-color var(--1sv-ds-motion-fast),box-shadow var(--1sv-ds-motion-fast),transform var(--1sv-ds-motion-fast);
}
.sv-button:hover{background:#0048bb;box-shadow:var(--1sv-ds-shadow-1);transform:translateY(-1px)}
.sv-button:active,.sv-button.is-active{transform:translateY(0);box-shadow:none}
.sv-button:focus-visible{outline:3px solid var(--1sv-ds-focus)!important;outline-offset:3px!important}
.sv-button:disabled,.sv-button[aria-disabled=true]{opacity:.52;cursor:not-allowed;transform:none;box-shadow:none}
.sv-button.is-loading,.sv-button[aria-busy=true]{cursor:progress;position:relative}
.sv-button.is-loading::before,.sv-button[aria-busy=true]::before{content:"";width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:one-sv-ds-spin .7s linear infinite}
.sv-button--accent{background:var(--1sv-ds-color-accent);border-color:var(--1sv-ds-color-accent)}
.sv-button--secondary{background:#fff;color:var(--1sv-ds-color-primary)!important}
.sv-button--danger{background:var(--1sv-ds-color-error);border-color:var(--1sv-ds-color-error)}

/* Input / Select */
.sv-field{display:grid;gap:var(--1sv-ds-space-2)}
.sv-label{font-size:14px;font-weight:700;color:var(--1sv-ds-color-text)}
.sv-input,.sv-select{
  width:100%;min-height:var(--1sv-ds-control-min);padding:10px 12px;
  border:1px solid var(--1sv-ds-color-border);border-radius:var(--1sv-ds-radius-sm);
  background:#fff;color:var(--1sv-ds-color-text);font:inherit;
}
.sv-input:hover,.sv-select:hover{border-color:#b8c5d8}
.sv-input:focus-visible,.sv-select:focus-visible{outline:3px solid var(--1sv-ds-focus)!important;outline-offset:1px!important;border-color:var(--1sv-ds-color-primary)}
.sv-input:disabled,.sv-select:disabled{background:var(--1sv-ds-color-surface);color:var(--1sv-ds-color-muted);cursor:not-allowed}
.sv-field.has-error .sv-input,.sv-field.has-error .sv-select,.sv-input[aria-invalid=true],.sv-select[aria-invalid=true]{border-color:var(--1sv-ds-color-error)}
.sv-field__error{color:var(--1sv-ds-color-error);font-size:13px}

/* Search */
.sv-search{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-width:0;position:relative}
.sv-search .sv-input{border-radius:var(--1sv-ds-radius-sm) 0 0 var(--1sv-ds-radius-sm)}
.sv-search .sv-button{border-radius:0 var(--1sv-ds-radius-sm) var(--1sv-ds-radius-sm) 0}
.sv-search[aria-busy=true]::after{content:"";position:absolute;right:54px;top:50%;width:14px;height:14px;margin-top:-7px;border:2px solid var(--1sv-ds-color-primary);border-right-color:transparent;border-radius:50%;animation:one-sv-ds-spin .7s linear infinite}

/* ProductCard / CategoryCard */
.sv-product-card,.sv-category-card{
  min-width:0;border:1px solid var(--1sv-ds-color-border);border-radius:var(--1sv-ds-radius-lg);
  background:#fff;color:var(--1sv-ds-color-text);overflow:hidden;
}
.sv-product-card:hover,.sv-category-card:hover{border-color:#b9d1ff;box-shadow:var(--1sv-ds-shadow-2)}
.sv-product-card:focus-within,.sv-category-card:focus-within{outline:3px solid var(--1sv-ds-focus);outline-offset:3px}
.sv-product-card__media,.sv-category-card__media{display:grid;place-items:center;overflow:hidden;background:var(--1sv-ds-color-surface);aspect-ratio:1/1}
.sv-product-card__media img,.sv-category-card__media img{width:100%;height:100%;object-fit:contain}
.sv-product-card__body,.sv-category-card__body{padding:var(--1sv-ds-space-4)}
.sv-product-card.is-loading,.sv-category-card.is-loading{pointer-events:none}

/* Alert */
.sv-alert{border:1px solid var(--1sv-ds-color-border);border-left:4px solid var(--1sv-ds-color-primary);border-radius:var(--1sv-ds-radius-md);background:#fff;padding:var(--1sv-ds-space-4);color:var(--1sv-ds-color-text)}
.sv-alert--success{border-left-color:var(--1sv-ds-color-success)}
.sv-alert--error,.sv-alert.has-error{border-left-color:var(--1sv-ds-color-error)}
.sv-alert--warning{border-left-color:var(--1sv-ds-color-accent)}

/* Modal / Drawer */
.sv-modal[hidden],.sv-drawer[hidden],.sv-modal[aria-hidden=true],.sv-drawer[aria-hidden=true]{display:none!important}
.sv-modal,.sv-drawer{position:fixed;inset:0;z-index:1200}
.sv-modal__backdrop,.sv-drawer__backdrop{position:absolute;inset:0;background:rgba(11,27,58,.52)}
.sv-modal__panel,.sv-drawer__panel{position:relative;background:#fff;box-shadow:0 24px 80px rgba(11,27,58,.26)}
.sv-modal__panel{width:min(640px,calc(100% - 32px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;border-radius:var(--1sv-ds-radius-xl);padding:var(--1sv-ds-space-6)}
.sv-drawer__panel{width:min(460px,92vw);height:100%;margin-left:auto;overflow:auto;padding:var(--1sv-ds-space-6)}
.sv-modal.is-loading .sv-modal__panel,.sv-drawer.is-loading .sv-drawer__panel{cursor:progress}
.sv-modal.has-error .sv-modal__panel,.sv-drawer.has-error .sv-drawer__panel{border-top:4px solid var(--1sv-ds-color-error)}

/* Tabs */
.sv-tabs{display:grid;gap:var(--1sv-ds-space-4)}
.sv-tabs__list{display:flex;gap:var(--1sv-ds-space-2);overflow-x:auto;border-bottom:1px solid var(--1sv-ds-color-border)}
.sv-tabs__tab{min-height:var(--1sv-ds-control-min);padding:8px 12px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--1sv-ds-color-muted);font:700 14px/1.2 inherit;cursor:pointer}
.sv-tabs__tab:hover{color:var(--1sv-ds-color-primary)}
.sv-tabs__tab[aria-selected=true],.sv-tabs__tab.is-active{color:var(--1sv-ds-color-primary);border-bottom-color:var(--1sv-ds-color-primary)}
.sv-tabs__tab:focus-visible{outline:3px solid var(--1sv-ds-focus)!important;outline-offset:-3px!important}
.sv-tabs__tab:disabled{opacity:.5;cursor:not-allowed}
.sv-tabs__panel[hidden]{display:none!important}

/* Pagination / Breadcrumb */
.sv-pagination{display:flex;align-items:center;gap:var(--1sv-ds-space-2);flex-wrap:wrap}
.sv-pagination a,.sv-pagination button,.sv-pagination [aria-current=page]{min-width:40px;min-height:40px;display:grid;place-items:center;border:1px solid var(--1sv-ds-color-border);border-radius:var(--1sv-ds-radius-sm);background:#fff;color:var(--1sv-ds-color-text)}
.sv-pagination a:hover,.sv-pagination button:hover,.sv-pagination [aria-current=page]{border-color:var(--1sv-ds-color-primary);color:var(--1sv-ds-color-primary)}
.sv-breadcrumb{display:flex;align-items:center;gap:var(--1sv-ds-space-2);flex-wrap:wrap;color:var(--1sv-ds-color-muted);font-size:13px}
.sv-breadcrumb a{color:var(--1sv-ds-color-primary)}
.sv-breadcrumb [aria-current=page]{color:var(--1sv-ds-color-text)}

/* CTA / EmptyState / Skeleton */
.sv-cta{display:grid;gap:var(--1sv-ds-space-4);padding:clamp(20px,4vw,40px);border-radius:var(--1sv-ds-radius-xl);background:var(--1sv-ds-color-navy);color:#fff}
.sv-cta a:not(.sv-button){color:#fff;text-decoration:underline;text-underline-offset:3px}
.sv-empty-state{display:grid;place-items:center;text-align:center;gap:var(--1sv-ds-space-3);padding:clamp(28px,6vw,64px);border:1px dashed var(--1sv-ds-color-border);border-radius:var(--1sv-ds-radius-lg);background:var(--1sv-ds-color-surface);color:var(--1sv-ds-color-muted)}
.sv-empty-state.has-error{border-color:var(--1sv-ds-color-error);color:var(--1sv-ds-color-error)}
.sv-skeleton{display:block;min-height:1em;border-radius:var(--1sv-ds-radius-xs);background:linear-gradient(90deg,#edf1f6 25%,#f8fafc 37%,#edf1f6 63%);background-size:400% 100%;animation:one-sv-ds-skeleton 1.2s ease-in-out infinite;color:transparent!important;pointer-events:none}
@keyframes one-sv-ds-spin{to{transform:rotate(360deg)}}
@keyframes one-sv-ds-skeleton{0%{background-position:100% 0}100%{background-position:0 0}}

@media(max-width:760px){
  .sv-button,.sv-input,.sv-select,.sv-tabs__tab{min-height:44px}
  .sv-modal__panel{width:calc(100% - 20px);max-height:calc(100dvh - 20px);margin:10px auto;padding:var(--1sv-ds-space-5)}
  .sv-drawer__panel{width:min(94vw,460px);padding:var(--1sv-ds-space-5)}
  .sv-pagination{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
}
@media(prefers-reduced-motion:reduce){
  .sv-button,.sv-product-card,.sv-category-card{transition:none!important}
  .sv-button:hover{transform:none}
  .sv-button.is-loading::before,.sv-button[aria-busy=true]::before,.sv-search[aria-busy=true]::after,.sv-skeleton{animation:none!important}
}

/* 0.5.26 — B2B girişi duyuru şeridinde.
   Denetimde header/nav/footer'daki 39 bağlantı içinde bayilik başvurusuna
   giden public bir yol yoktu; başvuru yalnız giriş yapmış kullanıcının hesap
   menüsündeydi. Şerit her sayfada göründüğü için huni buraya kondu. */
.announcement-bar__cta{
    color:#fff;
    font-weight:800;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    padding:3px 12px;
    white-space:nowrap;
    line-height:1.6;
}
.announcement-bar__cta:hover{background:var(--orange-ink);border-color:var(--orange-ink)}
body.home .announcement-bar__cta{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4)}
@media(max-width:760px){
    /* Şeridin sağdaki güven metni mobilde gizleniyor; B2B girişi görünür kalmalı. */
    .announcement-bar .container{justify-content:space-between;gap:10px}
    .announcement-bar .container>span:first-child{
        overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;
    }
    .announcement-bar__cta{font-size:11px;padding:2px 10px}
}
.corporate-dealer{margin-top:24px;border-top:1px solid var(--border);padding-top:24px}
.corporate-dealer h2{font-size:22px;color:var(--navy);margin:0 0 8px}
.corporate-dealer>p{color:var(--muted);margin:0 0 14px}
.corporate-dealer .process-list{margin:18px 0}

/* WCAG 1.4.1 — akış metni içindeki bağlantılar yalnız renkle ayırt edilemez.
   Kök kuralda a{text-decoration:none} olduğu için paragraf içindeki her bağlantı
   bu ölçütü düşürüyordu (axe: link-in-text-block). Gezinme ve buton görünümlü
   bağlantılar kapsam dışıdır; onlar konumları ve biçimleriyle zaten ayırt edilir. */
p a:not([class*="button"]):not([class*="btn"]),
.woocommerce-privacy-policy-text a,
.woocommerce-privacy-policy-link{text-decoration:underline;text-underline-offset:2px}

/* ==========================================================================
   ERİŞİLEBİLİRLİK DÜZELTMESİ — okunabilir metin ve dokunma hedefi
   Ölçüm (kategori sayfası, 1345px): 11.5px altı metin 177, 44px altı hedef 138.
   Neredeyse tamamı ürün kartı bileşeninde toplanmıştı.
   Hedef: gövde metni >= 12px, etkileşimli öğe >= 44px.
   !important yalnız üstteki kuralın kendisi !important olduğu yerlerde kullanıldı.
   ========================================================================== */

/* --- Okunabilir metin (10-11px -> 12px) --- */
.product-card__brand,
.product-card__sku,
.product-card__compare-label,
.product-card__stock,
.product-badge--info,
.drawer-head__eyebrow{font-size:12px}
.price-on-request{font-size:12px!important}
.header-action__label{font-size:12px!important}
.product-card__bottom .product-quote-button,
.product-card__bottom .product-detail-button{font-size:12px!important}

/* --- Dokunma hedefi >= 44px --- */
.icon-button{min-width:44px;min-height:44px}
.product-card__compare-button{min-height:44px}
.product-card__bottom .product-quote-button,
.product-card__bottom .product-detail-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.woocommerce-pagination .page-numbers,
.woocommerce-pagination a.page-numbers{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.woocommerce-ordering select,
.woocommerce select.orderby,
form.woocommerce-ordering select{min-height:44px}

/* Yönetici çubuğu (#wpadminbar) WordPress çekirdeğine aittir ve yalnız
   girişli yöneticiye görünür; müşteri deneyimini etkilemediği için
   bilinçli olarak kapsam dışında bırakıldı. */

/* ==========================================================================
   SATIN ALMA ALANI (form.cart) — ölçülen sorunlar
   adet kutusu 66x21 · artı/eksi yok · Sepete Ekle 111x39 · form display:block
   Hedef: 44px dokunma hedefi, hizalı satır düzeni, birincil eylem baskın.
   ========================================================================== */

.single-product form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}

/* --- Adet kontrolü --- */
.single-product form.cart .quantity.one-sv-qty{display:inline-flex;align-items:center;overflow:hidden;
  border:1px solid #cbd5e1;border-radius:10px;background:#fff}
.one-sv-qty-btn{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;
  background:#f1f5f9;color:#0f172a;font-size:19px;font-weight:700;line-height:1;cursor:pointer;
  transition:background .15s ease}
.one-sv-qty-btn:hover:not(:disabled){background:#e2e8f0}
.one-sv-qty-btn:disabled{opacity:.4;cursor:not-allowed}
.one-sv-qty-btn:focus-visible{outline:2px solid #0054d8;outline-offset:-2px}
.single-product form.cart .quantity.one-sv-qty input.qty{width:58px;height:44px;margin:0;padding:0 4px;
  border:0;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;border-radius:0;
  background:#fff;font-size:15px;font-weight:650;text-align:center;-moz-appearance:textfield}
.single-product form.cart .quantity.one-sv-qty input.qty::-webkit-outer-spin-button,
.single-product form.cart .quantity.one-sv-qty input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* --- Eylem düğmeleri: birincil olan en baskın --- */
.single-product form.cart .single_add_to_cart_button{flex:1 1 190px;min-height:48px;padding:0 22px;
  font-size:15px;font-weight:700}
.single-product form.cart .one-sv-buy-now{flex:1 1 100%;min-height:44px;margin-left:0!important;font-size:14px}
.single-product form.cart .one-sv-wa-product-wrap{flex:1 1 100%}
.single-product form.cart .one-sv-wa-product-button{min-height:44px}
.single-product form.cart .one-sv-cb-secondary-quote{flex:1 1 100%;min-height:44px;display:inline-flex;align-items:center}

@media(max-width:560px){
  .single-product form.cart .single_add_to_cart_button{flex:1 1 100%}
  .single-product form.cart .quantity.one-sv-qty{width:100%;justify-content:space-between}
  .single-product form.cart .quantity.one-sv-qty input.qty{flex:1}
}

/* --- Kalan dokunma hedefleri --- */
/* Sayfalama: yükseklik 44'tü, genişlik 42'de kalmıştı. */
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination a.page-numbers{min-width:44px;min-height:44px;
  display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}
/* Mağaza filtre formundaki açılır listeler ve düğme. */
.one-sv-shop-filter-form select,
.one-sv-shop-filter-form button,
.one-sv-shop-filter-form .button,
label > select{min-height:44px}
.one-sv-shop-filter-form .filter-reset{min-height:44px;display:inline-flex;align-items:center}
/* Mini sepet: adet düğmeleri ve kaldır bağlantısı. */
.one-sv-mini-cart-qty button{min-width:44px;min-height:44px}
.woocommerce-mini-cart-item a.remove{width:32px;height:32px;display:grid;place-items:center;font-size:18px}
/* Duyuru çubuğu çağrısı. */
.announcement-bar__cta{min-height:44px;display:inline-flex;align-items:center}
/* Kategori tanıtım bloğu bağlantıları. */
.one-sv-po-archive-intro__actions .button,
.one-sv-po-archive-intro__actions .one-sv-po-text-link{min-height:44px;display:inline-flex;align-items:center}

/* Yatay menü bağlantıları (34px) bilinçli olarak değiştirilmedi: WCAG 2.5.8
   (AA) 24px eşiğini zaten aşıyorlar ve 44px'e çıkarmak başlık/alt bilgi
   çubuğunu belirgin biçimde yükseltirdi. 44px hedefi AAA seviyesidir. */

/* --- Alt bilgi yasal şeridi ve kurumsal kimlik (OneSV_Legal_Pages) --- */
.one-sv-legal-bar{border-top:1px solid #e2e8f0;background:#f8fafc;padding:16px 0}
.one-sv-legal-bar__inner{max-width:1180px;margin:0 auto;padding:0 18px}
.one-sv-legal-bar__links{display:flex;flex-wrap:wrap;gap:4px 2px;align-items:center;font-size:13px;line-height:1.7}
.one-sv-legal-bar__links a{min-height:44px;display:inline-flex;align-items:center;padding:0 6px;color:#334155;text-decoration:none}
.one-sv-legal-bar__links a:hover{color:#0054d8;text-decoration:underline}
.one-sv-legal-bar__identity{margin:8px 0 0;color:#64748b;font-size:12px;line-height:1.6}
@media(max-width:560px){.one-sv-legal-bar__links{flex-direction:column;align-items:flex-start;gap:0}
  .one-sv-legal-bar__links span[aria-hidden]{display:none}}

/* Stok var ama fiyatsız: WooCommerce'in kırmızı "stokta yok" rozeti yerine nötr ton. */
.one-sv-price-pending-stock{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;
  background:#eef4ff;color:#124fbd;font-size:12px;font-weight:650}

/* Stok var, fiyat yok: WooCommerce şablonu sabit "out-of-stock" sınıfı basar.
   Gövdedeki işaret sınıfıyla o rozeti kırmızı uyarıdan nötr bilgiye çeviriyoruz. */
body.one-sv-price-pending .stock.out-of-stock{color:#124fbd;background:#eef4ff;
  display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-weight:650}
body.one-sv-price-pending .stock.out-of-stock::before{content:"";display:none}
