
:root{
  --theme2-blue:#0a47b8;
  --theme2-blue-dark:#0a2f82;
  --theme2-orange:#f5831f;
  --theme2-text:#17325b;
  --theme2-muted:#6b7a90;
  --theme2-bg:#f3f6fb;
  --theme2-card:#ffffff;
  --theme2-border:#e4ebf5;
  --theme2-shadow:0 18px 45px rgba(12,49,120,.10);
  --theme2-radius:22px;
}
body.theme2-modern-body{background:var(--theme2-bg);color:var(--theme2-text);font-family:Inter,Arial,sans-serif;}
.theme2-modern-shell{background:var(--theme2-bg);}
.theme2-header-v2{position:sticky;top:0;z-index:1050;background:#fff;box-shadow:0 8px 30px rgba(10,36,91,.08);}
.theme2-topbar-v2{background:var(--theme2-blue-dark);color:#dfe8ff;font-size:12px;}
.theme2-topbar-v2 .container{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:36px;}
.theme2-topbar-left,.theme2-topbar-right{display:flex;align-items:center;gap:18px;}
.theme2-topbar-v2 a,.theme2-topbar-v2 span{color:#dfe8ff;}
.theme2-topbar-v2 i{color:var(--theme2-orange);margin-right:6px;}
.theme2-head-main{background:#fff;padding:14px 0;}
.theme2-head-grid{display:grid;grid-template-columns:240px minmax(280px,1fr) auto;align-items:center;gap:18px;}
.theme2-logo{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0;}
.theme2-logo img{max-height:46px;width:auto;display:block;}
.theme2-logo-badge{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--theme2-orange),#ff9b45);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex:0 0 44px;}
.theme2-logo-text strong{display:block;font-size:22px;line-height:1.1;color:var(--theme2-blue-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.theme2-search-form{position:relative;display:flex;align-items:center;}
.theme2-search-form input{width:100%;height:50px;border:1px solid var(--theme2-border);border-radius:14px;padding:0 58px 0 18px;font-size:14px;background:#f8fbff;outline:none;box-shadow:none;}
.theme2-search-form input:focus{border-color:#bfd3ff;background:#fff;}
.theme2-search-form button{position:absolute;right:6px;top:6px;width:38px;height:38px;border:none;border-radius:12px;background:var(--theme2-blue);color:#fff;display:flex;align-items:center;justify-content:center;}
.theme2-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.theme2-action-link{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:#f8fbff;color:var(--theme2-text);font-size:13px;font-weight:600;text-decoration:none;border:1px solid var(--theme2-border);}
.theme2-action-link i{font-size:16px;color:var(--theme2-blue);}
.theme2-cart-link em{position:absolute;top:-7px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--theme2-orange);color:#fff;font-size:11px;font-style:normal;display:flex;align-items:center;justify-content:center;font-weight:700;}
.theme2-mobile-toggle{display:none;width:44px;height:44px;border:none;border-radius:14px;background:var(--theme2-blue-dark);padding:10px;flex-direction:column;justify-content:center;gap:5px;}
.theme2-mobile-toggle span{display:block;height:2px;background:#fff;border-radius:2px;}
.theme2-nav-row{background:var(--theme2-blue);}
.theme2-main-nav ul{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0;overflow:auto;}
.theme2-main-nav a{display:inline-flex;align-items:center;justify-content:center;color:#dce7ff;padding:14px 16px;text-decoration:none;font-size:14px;font-weight:600;border-radius:10px;white-space:nowrap;transition:.25s ease;}
.theme2-main-nav a:hover,.theme2-main-nav a.active{background:#0c5fe8;color:#fff;}

.theme2-home-hero{background:linear-gradient(135deg,#0f49b8 0%,#08318e 100%);padding:54px 0 150px;position:relative;overflow:hidden;}
.theme2-home-hero:before,.theme2-home-hero:after{content:'';position:absolute;border-radius:50%;background:rgba(255,255,255,.05);}
.theme2-home-hero:before{width:380px;height:380px;right:-90px;top:40px;}
.theme2-home-hero:after{width:260px;height:260px;left:-90px;bottom:-70px;}
.theme2-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center;position:relative;z-index:1;}
.theme2-kicker{display:inline-flex;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.12);color:#dce8ff;font-weight:700;font-size:12px;margin-bottom:18px;}
.theme2-hero-copy h1{margin:0 0 18px;color:#fff;font-size:52px;line-height:1.08;font-weight:800;max-width:620px;}
.theme2-hero-copy h1 span{color:var(--theme2-orange);display:block;}
.theme2-hero-copy p{margin:0;max-width:600px;color:#dce7ff;font-size:16px;line-height:1.8;}
.theme2-hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap;}
.theme2-primary-btn,.theme2-secondary-btn,.theme2-pill-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px;border:none;transition:.25s ease;}
.theme2-primary-btn{background:var(--theme2-orange);color:#fff;box-shadow:0 12px 26px rgba(245,131,31,.28);}
.theme2-primary-btn:hover{background:#e56f09;color:#fff;transform:translateY(-1px);}
.theme2-secondary-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28);}
.theme2-secondary-btn:hover{background:rgba(255,255,255,.12);color:#fff;}
.theme2-pill-btn{background:#fff;color:var(--theme2-blue-dark);width:max-content;}
.theme2-pill-btn.light{background:#fff;color:var(--theme2-orange);}
.theme2-hero-visual{position:relative;}
.theme2-hero-visual img,.theme2-why-visual img{width:100%;height:370px;object-fit:cover;border-radius:24px;box-shadow:var(--theme2-shadow);display:block;}
.theme2-hero-placeholder,.theme2-model-placeholder,.theme2-product-placeholder{display:flex;align-items:center;justify-content:center;background:#edf4ff;color:var(--theme2-blue);}
.theme2-hero-placeholder{height:370px;border-radius:24px;font-size:78px;}
.theme2-stock-badge{position:absolute;left:18px;bottom:18px;background:#fff;border-radius:999px;padding:11px 16px;font-weight:800;color:var(--theme2-blue-dark);box-shadow:0 12px 28px rgba(9,41,98,.16);display:inline-flex;align-items:center;gap:9px;}
.theme2-stock-badge i{color:var(--theme2-orange);}
.theme2-finder-card{margin-top:-76px;background:#fff;border-radius:24px;box-shadow:var(--theme2-shadow);padding:22px 24px;position:relative;z-index:2;}
.theme2-finder-tabs{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap;}
.theme2-finder-tabs button{height:40px;padding:0 16px;border:none;border-radius:999px;background:#edf3ff;color:var(--theme2-blue-dark);font-weight:700;}
.theme2-finder-tabs button.active{background:var(--theme2-blue);color:#fff;}
.theme2-finder-panel{display:none;}
.theme2-finder-panel.active{display:block;}
.theme2-finder-form{display:grid;grid-template-columns:1.1fr 1.1fr 1fr 1.25fr 180px;gap:12px;}
.theme2-finder-form select,.theme2-finder-form input{height:50px;border:1px solid var(--theme2-border);border-radius:14px;padding:0 16px;background:#f8fbff;color:var(--theme2-text);font-size:14px;outline:none;}
.theme2-vin-form{grid-template-columns:1fr 180px;}
.theme2-mini-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;}
.theme2-mini-badges span{display:flex;align-items:center;gap:8px;color:var(--theme2-muted);font-size:13px;font-weight:600;}
.theme2-mini-badges i{color:var(--theme2-orange);}
.theme2-feature-strip{padding:34px 0 10px;}
.theme2-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.theme2-strip-item{background:#fff;border:1px solid var(--theme2-border);border-radius:18px;padding:18px;display:flex;gap:14px;align-items:flex-start;box-shadow:0 10px 24px rgba(10,36,91,.04);}
.theme2-strip-item i{width:42px;height:42px;border-radius:14px;background:#edf3ff;color:var(--theme2-blue);display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 42px;}
.theme2-strip-item strong{display:block;font-size:15px;color:var(--theme2-text);margin-bottom:4px;}
.theme2-strip-item span{display:block;color:var(--theme2-muted);font-size:13px;line-height:1.6;}
.theme2-section{padding:62px 0;}
.theme2-section-head{margin-bottom:28px;}
.theme2-section-head.center{text-align:center;}
.theme2-section-head.between{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;flex-wrap:wrap;}
.theme2-section-head h2{margin:0 0 10px;color:var(--theme2-blue-dark);font-size:36px;line-height:1.15;font-weight:800;}
.theme2-section-head p{margin:0;color:var(--theme2-muted);font-size:15px;line-height:1.7;}
.theme2-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;}
.theme2-category-card{background:#fff;border-radius:20px;border:1px solid var(--theme2-border);padding:24px 18px;text-align:center;text-decoration:none;color:var(--theme2-text);box-shadow:0 10px 24px rgba(10,36,91,.04);transition:.25s ease;}
.theme2-category-card:hover,.theme2-model-card:hover,.theme2-product-card:hover,.theme2-weekly-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(10,36,91,.10);}
.theme2-category-icon{width:64px;height:64px;border-radius:20px;background:#edf3ff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--theme2-blue);font-size:26px;}
.theme2-category-card strong{display:block;font-size:15px;line-height:1.4;}
.theme2-promo-section{padding-top:8px;}
.theme2-promo-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;}
.theme2-promo-card{border-radius:26px;padding:34px;position:relative;overflow:hidden;box-shadow:var(--theme2-shadow);}
.theme2-promo-card:before,.theme2-promo-card:after{content:'';position:absolute;border-radius:50%;background:rgba(255,255,255,.08);}
.theme2-promo-card:before{width:220px;height:220px;top:-40px;right:-40px;}
.theme2-promo-card:after{width:140px;height:140px;bottom:-30px;right:60px;}
.theme2-promo-blue{background:linear-gradient(135deg,#0b44b2,#072e86);color:#fff;}
.theme2-promo-orange{background:linear-gradient(135deg,#f27d18,#f65e00);color:#fff;}
.theme2-badge{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.15);color:#fff;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:18px;}
.theme2-promo-card h3{margin:0 0 12px;font-size:30px;line-height:1.2;color:#fff;font-weight:800;max-width:500px;}
.theme2-promo-card p{margin:0 0 22px;color:rgba(255,255,255,.88);font-size:15px;line-height:1.8;max-width:520px;}
.theme2-countdown{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px;}
.theme2-countdown div{min-width:74px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);padding:12px;border-radius:16px;text-align:center;}
.theme2-countdown strong{display:block;font-size:26px;line-height:1;color:#fff;}
.theme2-countdown span{font-size:12px;color:#dce7ff;}
.theme2-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.theme2-model-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--theme2-border);box-shadow:0 10px 24px rgba(10,36,91,.04);text-decoration:none;color:inherit;display:flex;flex-direction:column;}
.theme2-model-image img,.theme2-weekly-image img,.theme2-product-image img{width:100%;display:block;object-fit:cover;}
.theme2-model-image img{height:185px;}
.theme2-model-placeholder{height:185px;font-size:54px;}
.theme2-model-body{padding:18px;}
.theme2-model-body h3{margin:0 0 8px;font-size:22px;color:var(--theme2-text);font-weight:800;}
.theme2-model-body p{margin:0 0 14px;color:var(--theme2-muted);font-size:14px;line-height:1.6;min-height:44px;}
.theme2-model-body span{display:inline-flex;height:38px;padding:0 14px;border-radius:999px;background:#edf3ff;color:var(--theme2-blue-dark);font-weight:700;align-items:center;}
.theme2-filter-pills{display:flex;gap:10px;flex-wrap:wrap;}
.theme2-filter-pills button{height:36px;padding:0 15px;border:none;border-radius:999px;background:#fff;border:1px solid var(--theme2-border);font-size:13px;font-weight:700;color:var(--theme2-blue-dark);}
.theme2-filter-pills button.active{background:var(--theme2-blue);border-color:var(--theme2-blue);color:#fff;}
.theme2-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.theme2-product-card,.theme2-weekly-product-card{background:#fff;border-radius:22px;border:1px solid var(--theme2-border);position:relative;padding:18px;box-shadow:0 10px 24px rgba(10,36,91,.04);}
.theme2-product-badge-wrap{display:flex;gap:8px;position:absolute;left:18px;top:18px;z-index:2;flex-wrap:wrap;}
.theme2-product-badge{display:inline-flex;height:24px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:800;align-items:center;text-transform:uppercase;letter-spacing:.04em;color:#fff;}
.theme2-product-badge.green{background:#19b46b;}
.theme2-product-badge.orange{background:var(--theme2-orange);}
.theme2-product-image{display:flex;align-items:center;justify-content:center;height:220px;border-radius:18px;background:#f7f9fd;overflow:hidden;}
.theme2-product-image img{max-width:100%;max-height:100%;object-fit:contain;padding:24px;}
.theme2-product-placeholder{width:100%;height:100%;font-size:64px;}
.theme2-product-body{padding-top:16px;}
.theme2-product-body small,.theme2-weekly-body small{display:block;margin-bottom:8px;color:#8c9ab0;font-size:12px;}
.theme2-product-body h3,.theme2-weekly-body h3{margin:0;font-size:16px;line-height:1.5;font-weight:700;min-height:72px;}
.theme2-product-body h3 a,.theme2-weekly-body h3 a{color:var(--theme2-text);text-decoration:none;}
.theme2-price-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-top:14px;}
.theme2-price-row strong{font-size:24px;line-height:1;color:var(--theme2-blue-dark);font-weight:800;}
.theme2-price-row del{font-size:14px;color:#97a5ba;}
.theme2-plus-btn{position:absolute;right:18px;bottom:18px;width:40px;height:40px;border-radius:50%;background:var(--theme2-blue);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 10px 22px rgba(10,71,184,.24);}
.theme2-plus-btn:hover{color:#fff;background:var(--theme2-orange);}
.theme2-weekly-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;}
.theme2-weekly-copy{padding-right:10px;}
.theme2-weekly-copy h2{margin:0 0 14px;color:var(--theme2-blue-dark);font-size:38px;font-weight:800;}
.theme2-weekly-copy p{margin:0 0 18px;color:var(--theme2-muted);font-size:15px;line-height:1.8;max-width:540px;}
.theme2-weekly-copy ul{margin:0 0 24px;padding:0;list-style:none;display:grid;gap:12px;}
.theme2-weekly-copy li{display:flex;align-items:flex-start;gap:10px;color:var(--theme2-text);font-weight:600;}
.theme2-weekly-copy li i{color:#22b573;margin-top:3px;}
.theme2-weekly-image{display:flex;align-items:center;justify-content:center;height:260px;border-radius:20px;background:#f7f9fd;overflow:hidden;}
.theme2-weekly-image img{max-width:100%;max-height:100%;object-fit:contain;padding:28px;}
.theme2-weekly-body p{margin:12px 0 0;color:var(--theme2-muted);font-size:14px;line-height:1.7;}
.theme2-why-grid{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center;}
.theme2-why-copy h2{margin:0 0 14px;font-size:38px;line-height:1.15;color:var(--theme2-blue-dark);font-weight:800;}
.theme2-why-copy p{margin:0 0 24px;color:var(--theme2-muted);font-size:15px;line-height:1.8;max-width:560px;}
.theme2-why-copy ul{list-style:none;padding:0;margin:0;display:grid;gap:18px;}
.theme2-why-copy li{display:flex;align-items:flex-start;gap:12px;}
.theme2-why-copy li i{width:22px;height:22px;border-radius:50%;background:#eaf7ef;color:#22b573;display:flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 22px;margin-top:2px;}
.theme2-why-copy strong{display:block;color:var(--theme2-text);font-size:16px;}
.theme2-why-copy span{display:block;color:var(--theme2-muted);font-size:14px;line-height:1.7;}
.theme2-footer-v2{margin-top:24px;}
.theme2-footer-cta{background:linear-gradient(135deg,#0f49b8,#072e86);padding:54px 0;position:relative;overflow:hidden;}
.theme2-footer-cta:before{content:'';position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.04);left:50%;top:50%;transform:translate(-50%,-50%);}
.theme2-footer-cta-inner{position:relative;z-index:1;text-align:center;display:grid;gap:20px;justify-items:center;}
.theme2-footer-cta-inner h2{margin:0;color:#fff;font-size:38px;font-weight:800;}
.theme2-footer-cta-inner p{margin:0;max-width:720px;color:#dce7ff;font-size:15px;line-height:1.8;}
.theme2-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 24px;border-radius:999px;background:var(--theme2-orange);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 28px rgba(245,131,31,.28);}
.theme2-whatsapp-btn:hover{color:#fff;background:#ea6b06;}
.theme2-footer-main{background:#08255d;padding:46px 0 24px;color:#d2dcf7;}
.theme2-footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:28px;}
.theme2-footer-main h4{margin:0 0 18px;color:#fff;font-size:18px;font-weight:800;}
.theme2-footer-brand{display:inline-flex;margin-bottom:14px;color:#fff;font-size:24px;font-weight:800;text-decoration:none;}
.theme2-footer-about p{margin:0;color:#c3d0f1;font-size:14px;line-height:1.8;max-width:360px;}
.theme2-footer-main ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.theme2-footer-main a{color:#d2dcf7;text-decoration:none;}
.theme2-footer-main a:hover{color:#fff;}
.theme2-footer-socials{display:flex;gap:10px;margin-top:18px;}
.theme2-footer-socials a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;}
.theme2-footer-contact li{display:flex;align-items:flex-start;gap:10px;}
.theme2-footer-contact i{color:var(--theme2-orange);margin-top:4px;}
.theme2-footer-copy{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);text-align:center;color:#aab9de;font-size:13px;}

.page-container,.main-page{background:transparent !important;}
.page-container .container,.main-page .container{position:relative;z-index:1;}
.breadcrumb,.page-title,.collection-filter,.sidebar,.product-item,.single-product-content,.details-info{border-radius:18px;}
.collection-products .product-item,.main-page .product-item{background:#fff;border:1px solid var(--theme2-border);box-shadow:0 10px 24px rgba(10,36,91,.04);}
.collection-products .product-item:hover,.main-page .product-item:hover{box-shadow:0 16px 36px rgba(10,36,91,.10);transform:translateY(-3px);}
.page-title h1,.main-page h1{color:var(--theme2-blue-dark);font-weight:800;}
.section-block,.sidebar,.details-info,.single-product-content{box-shadow:0 10px 24px rgba(10,36,91,.04);border:1px solid var(--theme2-border);background:#fff;}

@media (max-width: 1199px){
  .theme2-head-grid{grid-template-columns:220px minmax(220px,1fr) auto;}
  .theme2-finder-form{grid-template-columns:repeat(2,minmax(0,1fr));}
  .theme2-finder-form .theme2-primary-btn{width:100%;}
  .theme2-category-grid,.theme2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .theme2-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .theme2-strip-grid,.theme2-mini-badges,.theme2-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 991px){
  .theme2-topbar-right{display:none;}
  .theme2-head-grid{grid-template-columns:1fr;gap:14px;}
  .theme2-head-actions{justify-content:space-between;}
  .theme2-mobile-toggle{display:flex;}
  .theme2-main-nav{display:none;}
  .theme2-hero-grid,.theme2-promo-grid,.theme2-weekly-grid,.theme2-why-grid{grid-template-columns:1fr;}
  .theme2-home-hero{padding:36px 0 120px;}
  .theme2-hero-copy h1{font-size:40px;}
  .theme2-finder-card{margin-top:-56px;padding:18px;}
  .theme2-footer-cta-inner h2,.theme2-section-head h2,.theme2-weekly-copy h2,.theme2-why-copy h2{font-size:30px;}
}
@media (max-width: 767px){
  .theme2-topbar-v2 .container{min-height:auto;padding-top:8px;padding-bottom:8px;}
  .theme2-topbar-left{gap:12px;flex-wrap:wrap;}
  .theme2-head-actions{gap:8px;flex-wrap:wrap;}
  .theme2-action-link{flex:1;justify-content:center;}
  .theme2-search-form input{height:46px;}
  .theme2-hero-copy h1{font-size:32px;}
  .theme2-hero-copy p,.theme2-promo-card p,.theme2-section-head p{font-size:14px;}
  .theme2-hero-visual img,.theme2-hero-placeholder,.theme2-why-visual img{height:280px;}
  .theme2-finder-form,.theme2-vin-form,.theme2-strip-grid,.theme2-category-grid,.theme2-model-grid,.theme2-product-grid,.theme2-footer-grid,.theme2-mini-badges{grid-template-columns:1fr;}
  .theme2-strip-item,.theme2-category-card,.theme2-product-card,.theme2-weekly-product-card{padding:16px;}
  .theme2-product-body h3,.theme2-weekly-body h3{min-height:auto;}
  .theme2-footer-main{padding-top:34px;}
  .theme2-footer-cta-inner h2{font-size:26px;}
}

/* === Tema 2 alt sayfa tasarim sistemi === */
.theme2-listing-page,
.theme2-product-detail-page{padding:0 0 70px;background:linear-gradient(180deg,#f4f7fc 0,#fff 320px);min-height:70vh}
.theme2-listing-page .laber-breadcrumb,
.theme2-product-detail-page + .laber-breadcrumb,
.laber-breadcrumb{background:transparent!important;padding:22px 0 4px}
.theme2-listing-page .breadcrumbs,
.theme2-product-detail-page .breadcrumbs,
.breadcrumbs{background:#fff!important;border:1px solid var(--theme2-border)!important;border-radius:16px!important;box-shadow:0 8px 22px rgba(10,36,91,.04)!important}
.breadcrumbs .outline-breadcrum{min-height:54px;display:flex;align-items:center}
.breadcrumbs ul{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0!important;padding:0!important}
.breadcrumbs li,.breadcrumbs li a{font-size:13px!important;color:#70809b!important;font-weight:600}
.breadcrumbs li:last-child{color:var(--theme2-blue-dark)!important;font-weight:800}

.theme2-listing-page #laber_template--18526473453853__product-grid,
.theme2-listing-page #laber_template--18643476316445__product-grid{padding-top:22px}
.theme2-listing-page .facets-vertical{display:grid!important;grid-template-columns:265px minmax(0,1fr)!important;gap:24px!important;align-items:start}
.theme2-listing-page .facets-wrapper{width:auto!important;position:sticky;top:150px;background:#fff;border:1px solid var(--theme2-border);border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(10,36,91,.06);overflow:hidden}
.theme2-listing-page .facets-container{padding:0!important}
.theme2-listing-page .facets__form-vertical{padding:0!important}
.theme2-listing-page .facets__disclosure-vertical{border:0!important;border-bottom:1px solid #edf1f7!important;margin:0!important;padding:0!important}
.theme2-listing-page .facets__disclosure-vertical:last-child{border-bottom:0!important}
.theme2-listing-page .facets__summary{padding:15px 4px!important;color:var(--theme2-blue-dark)!important;font-size:14px!important;font-weight:800!important}
.theme2-listing-page .facets__summary i{color:var(--theme2-orange)!important}
.theme2-listing-page .facets__display-vertical{padding:0 2px 14px!important}
.theme2-listing-page .facets-wrap{padding:0!important}
.theme2-listing-page .facets__item,.theme2-listing-page .mobile-facets__item{border-radius:10px;transition:.2s ease}
.theme2-listing-page .facets__item:hover,.theme2-listing-page .mobile-facets__item:hover{background:#f2f6ff}
.theme2-listing-page .facets__item label,.theme2-listing-page .mobile-facets__item a{font-size:13px!important;color:#52627e!important;font-weight:600!important;padding:8px 10px!important}
.theme2-listing-page #searchInput,.theme2-listing-page .facets input[type=text]{height:42px!important;border:1px solid var(--theme2-border)!important;border-radius:12px!important;background:#f8fbff!important;padding:0 12px!important;font-size:13px!important;margin-bottom:10px!important}

.theme2-listing-page .product-grid-container,
.theme2-listing-page .collection{width:100%!important}
.theme2-listing-page .facets-vertical-form{background:#fff;border:1px solid var(--theme2-border);border-radius:18px;padding:12px 16px;margin-bottom:18px;box-shadow:0 8px 22px rgba(10,36,91,.04);display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.theme2-listing-page .facet-filters__field{display:flex!important;align-items:center!important;gap:10px!important}
.theme2-listing-page .facet-filters__label{font-size:13px!important;color:#6b7a90!important;margin:0!important}
.theme2-listing-page .facet-filters__sort{height:42px!important;border:1px solid var(--theme2-border)!important;border-radius:12px!important;background:#f8fbff!important;color:var(--theme2-text)!important;padding:0 38px 0 12px!important;font-weight:700!important}
.theme2-listing-page #collection-product,
.theme2-listing-page #product-grid{margin-left:-9px!important;margin-right:-9px!important}
.theme2-listing-page #collection-product .product-item,
.theme2-listing-page #product-grid .product-item{padding:9px!important;clear:none!important}
.theme2-listing-page .product-item .product-collection{height:100%;background:#fff;border:1px solid var(--theme2-border)!important;border-radius:20px!important;overflow:hidden;box-shadow:0 9px 24px rgba(10,36,91,.045)!important;transition:transform .22s ease,box-shadow .22s ease!important}
.theme2-listing-page .product-item .product-collection:hover{transform:translateY(-4px);box-shadow:0 17px 38px rgba(10,36,91,.11)!important}
.theme2-listing-page .product-collection__image{background:#f8faff!important;min-height:245px!important;border-bottom:1px solid #edf1f7;display:flex;align-items:center;justify-content:center;overflow:hidden}
.theme2-listing-page .product-collection__image img{max-width:100%!important;max-height:235px!important;object-fit:contain!important;padding:18px!important;transition:transform .35s ease!important}
.theme2-listing-page .product-collection:hover .product-collection__image img{transform:scale(1.045)}
.theme2-listing-page .product-collection__content{padding:16px 16px 18px!important}
.theme2-listing-page .product-collection__title,.theme2-listing-page .product-collection__title a{font-size:14px!important;line-height:1.55!important;color:var(--theme2-text)!important;font-weight:700!important;min-height:66px;display:block}
.theme2-listing-page .product-collection__price .price span.current,
.theme2-listing-page .product-collection__price .price{font-size:21px!important;color:var(--theme2-blue-dark)!important;font-weight:800!important}
.theme2-listing-page .product-collection__price .compare{color:#98a4b7!important;font-size:13px!important}
.theme2-listing-page .product-item .group-button{opacity:1!important;visibility:visible!important;position:static!important;transform:none!important;margin-top:13px!important;display:grid!important;grid-template-columns:1fr 42px!important;gap:8px!important}
.theme2-listing-page .product-item .add-to-cart,.theme2-listing-page .product-item .select_options{height:42px!important;border-radius:12px!important;background:var(--theme2-blue)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important}
.theme2-listing-page .product-item .add-to-cart:hover,.theme2-listing-page .product-item .select_options:hover{background:var(--theme2-orange)!important}
.theme2-listing-page .product-item .group-button a:not(.add-to-cart):not(.select_options){width:42px!important;height:42px!important;border-radius:12px!important;border:1px solid var(--theme2-border)!important;background:#f7f9fd!important;color:var(--theme2-blue)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.theme2-listing-page .label-product,.theme2-listing-page .product-collection__labels span{border-radius:999px!important;font-size:10px!important;font-weight:800!important;padding:6px 10px!important;text-transform:uppercase!important}
.theme2-listing-page .pagination-wrapper{margin-top:30px!important}
.theme2-listing-page .pagination a,.theme2-listing-page .pagination span{width:42px!important;height:42px!important;border-radius:12px!important;border:1px solid var(--theme2-border)!important;background:#fff!important;color:var(--theme2-blue-dark)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important}
.theme2-listing-page .pagination .active,.theme2-listing-page .pagination a:hover{background:var(--theme2-blue)!important;color:#fff!important;border-color:var(--theme2-blue)!important}
.theme2-listing-page .woocommerce-info,.theme2-listing-page .collection--empty{height:auto!important;line-height:normal!important;background:#fff!important;border:1px dashed #cfdaf0!important;border-radius:20px!important;padding:45px 24px!important;text-align:center!important;color:#6b7a90!important}

/* Urun detay */
.theme2-product-detail-page>.container{padding-top:24px}
.theme2-product-detail-page .main-content-detail{background:#fff;border:1px solid var(--theme2-border);border-radius:24px;box-shadow:0 15px 40px rgba(10,36,91,.08);padding:24px!important}
.theme2-product-detail-page .details-thumb{padding-right:24px!important}
.theme2-product-detail-page .product-cover-thumbnails{background:#f8faff;border:1px solid #edf1f7;border-radius:20px;padding:16px;overflow:hidden}
.theme2-product-detail-page .slider-fors .image{background:#fff!important;border-radius:18px!important;overflow:hidden!important}
.theme2-product-detail-page .slider-fors .image img{width:100%!important;height:520px!important;object-fit:contain!important;padding:26px!important}
.theme2-product-detail-page .slider-nav .image{background:#fff;border:1px solid var(--theme2-border)!important;border-radius:12px!important;overflow:hidden!important;margin-bottom:10px!important}
.theme2-product-detail-page .slider-nav .slick-current{border-color:var(--theme2-blue)!important;box-shadow:0 0 0 2px rgba(10,71,184,.12)}
.theme2-product-detail-page .open_gallery,.theme2-product-detail-page .products-video{border-radius:999px!important;background:#fff!important;border:1px solid var(--theme2-border)!important;color:var(--theme2-blue-dark)!important;font-weight:700!important;box-shadow:0 8px 20px rgba(10,36,91,.06)!important}
.theme2-product-detail-page .details-info{padding:8px 10px 8px 24px!important}
.theme2-product-detail-page .details-info .product-name,.theme2-product-detail-page .details-info .product-name a{font-size:30px!important;line-height:1.3!important;color:var(--theme2-text)!important;font-weight:800!important}
.theme2-product-detail-page .product-collection__vendor span,.theme2-product-detail-page .markaresim{border-radius:999px!important;border:1px solid var(--theme2-border)!important;background:#f8fbff!important;padding:8px 12px!important}
.theme2-product-detail-page .details-info .price,.theme2-product-detail-page .details-info .price span.current{font-size:34px!important;color:var(--theme2-blue-dark)!important;font-weight:900!important}
.theme2-product-detail-page .details-info .compare,.theme2-product-detail-page .details-info .old-price{font-size:16px!important;color:#98a4b7!important}
.theme2-product-detail-page .cms-product-meta{background:#f8fbff;border:1px solid var(--theme2-border);border-radius:16px;padding:14px!important;margin:18px 0!important}
.theme2-product-detail-page .details-info .group-button{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;margin-top:18px!important}
.theme2-product-detail-page .details-info .group-button .add-to-cart,.theme2-product-detail-page .details-info .group-button button{height:54px!important;border-radius:14px!important;background:var(--theme2-blue)!important;color:#fff!important;font-weight:800!important;border:0!important}
.theme2-product-detail-page .details-info .group-button .add-to-cart:hover,.theme2-product-detail-page .details-info .group-button button:hover{background:var(--theme2-orange)!important}
.theme2-product-detail-page .quantity,.theme2-product-detail-page .quantity input{border-radius:12px!important}
.theme2-product-detail-page .product-meta,.theme2-product-detail-page .product__text{color:#64738b!important;font-size:14px!important;line-height:1.8!important}
.theme2-product-detail-page .wrapper_tabcontent,.theme2-product-detail-page .product-tabs{background:#fff!important;border:1px solid var(--theme2-border)!important;border-radius:22px!important;box-shadow:0 12px 32px rgba(10,36,91,.05)!important;overflow:hidden!important;margin-top:28px!important}
.theme2-product-detail-page .tabs{background:#f8fbff!important;border-bottom:1px solid var(--theme2-border)!important;padding:10px!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important}
.theme2-product-detail-page .tablinks{border-radius:12px!important;padding:12px 16px!important;font-weight:800!important;color:var(--theme2-blue-dark)!important}
.theme2-product-detail-page .tablinks.active{background:var(--theme2-blue)!important;color:#fff!important}
.theme2-product-detail-page .tabcontent{padding:24px!important;color:#53627b!important;line-height:1.85!important}
.theme2-product-detail-page .product-recommendations,.theme2-product-detail-page .related-products{margin-top:36px!important}
.theme2-product-detail-page .product-recommendations h2,.theme2-product-detail-page .related-products h2{font-size:30px!important;color:var(--theme2-blue-dark)!important;font-weight:800!important;margin-bottom:20px!important}
.theme2-product-detail-page .circle{background:var(--theme2-orange)!important;box-shadow:0 10px 24px rgba(245,131,31,.25)!important}

@media(min-width:1200px){
 .theme2-listing-page #collection-product .product-item,.theme2-listing-page #product-grid .product-item{width:33.333%!important}
}
@media(min-width:992px) and (max-width:1199px){
 .theme2-listing-page #collection-product .product-item,.theme2-listing-page #product-grid .product-item{width:50%!important}
}
@media(max-width:991px){
 .theme2-listing-page .facets-vertical{display:block!important}
 .theme2-listing-page .facets-wrapper{position:static!important;margin-bottom:18px!important}
 .theme2-product-detail-page .details-thumb,.theme2-product-detail-page .details-info{padding:12px!important}
 .theme2-product-detail-page .slider-fors .image img{height:420px!important}
}
@media(max-width:767px){
 .theme2-listing-page{padding-bottom:40px}
 .theme2-listing-page #collection-product,.theme2-listing-page #product-grid{margin-left:-5px!important;margin-right:-5px!important}
 .theme2-listing-page #collection-product .product-item,.theme2-listing-page #product-grid .product-item{padding:5px!important;width:50%!important}
 .theme2-listing-page .product-collection__image{min-height:165px!important}
 .theme2-listing-page .product-collection__image img{max-height:160px!important;padding:10px!important}
 .theme2-listing-page .product-collection__content{padding:12px!important}
 .theme2-listing-page .product-collection__title,.theme2-listing-page .product-collection__title a{font-size:12px!important;min-height:58px}
 .theme2-listing-page .product-collection__price .price span.current,.theme2-listing-page .product-collection__price .price{font-size:17px!important}
 .theme2-listing-page .product-item .group-button{grid-template-columns:1fr!important}
 .theme2-listing-page .product-item .group-button a:not(.add-to-cart):not(.select_options){display:none!important}
 .theme2-product-detail-page .main-content-detail{padding:12px!important;border-radius:18px!important}
 .theme2-product-detail-page .slider-fors .image img{height:320px!important;padding:14px!important}
 .theme2-product-detail-page .details-info .product-name,.theme2-product-detail-page .details-info .product-name a{font-size:23px!important}
 .theme2-product-detail-page .details-info .price,.theme2-product-detail-page .details-info .price span.current{font-size:28px!important}
 .theme2-product-detail-page .details-info .group-button{grid-template-columns:1fr!important}
}
