/* GİYİMO Default Theme: çekirdek görünümü korur, tema değişkenlerini uygular. */
.container-app{max-width:var(--theme-container,1380px)}
.poem-header,.poem-footer,.poem-card,.card{border-radius:var(--theme-radius,22px)}
body{background:var(--theme-body-bg,var(--poem-theme-bg,#faf8f4));color:var(--theme-text,#17120f)}
.theme-header-compact .poem-header-main{min-height:70px}.theme-header-centered .poem-header-main{justify-content:center}.theme-header-centered .poem-logo{margin-right:auto}.theme-footer-minimal .poem-footer-grid{grid-template-columns:1fr 1fr}.theme-footer-dark .poem-footer{background:#100d0b;color:#fff}.theme-footer-dark .poem-footer a,.theme-footer-dark .poem-footer p{color:rgba(255,255,255,.78)}
.theme-product-card-bordered .product-card,.theme-product-card-bordered .poem-product-card{border:1px solid rgba(15,23,42,.12);box-shadow:none}.theme-product-card-shadow .product-card,.theme-product-card-shadow .poem-product-card{box-shadow:0 22px 60px rgba(15,23,42,.12)}
.theme-category-top_filter #product-filter-aside,.theme-category-top_filter aside.lg\:block{position:static!important;max-height:none!important}.theme-category-boutique .grid.lg\:grid-cols-\[280px_1fr\]{grid-template-columns:1fr!important}.theme-product-detail-premium .poem-product-main-media{box-shadow:0 28px 80px rgba(15,23,42,.13)}.theme-product-detail-minimal .poem-product-main-media{border-radius:8px!important;box-shadow:none!important}.theme-product-detail-marketplace .poem-product-main-media{border:1px solid rgba(15,23,42,.1)}


/* Tüm ürünler: masaüstünde sabit sol filtre + sağ ürün grid yapısı. */
.giyimo-products-layout{display:block;min-width:0}
.giyimo-products-results{min-width:0;width:100%}
.giyimo-products-toolbar{gap:16px}
.giyimo-products-grid{min-width:0}

@media (min-width:1024px){
  .giyimo-products-layout{
    display:grid!important;
    grid-template-columns:290px minmax(0,1fr)!important;
    align-items:start;
    gap:24px;
  }
  .giyimo-products-filter{
    display:block!important;
    position:sticky!important;
    top:112px!important;
    inset:auto!important;
    z-index:10!important;
    width:290px!important;
    min-width:290px!important;
    max-width:290px!important;
    max-height:calc(100vh - 132px)!important;
    overflow:visible!important;
    align-self:start!important;
    background:transparent!important;
  }
  .giyimo-products-filter-panel{
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-height:calc(100vh - 132px)!important;
    overflow-y:auto!important;
    border:1px solid rgba(15,23,42,.08);
    border-radius:20px!important;
    box-shadow:0 16px 44px rgba(15,23,42,.08)!important;
    scrollbar-width:thin;
  }
  .giyimo-products-filter-panel #filter-form{padding:20px!important}
  .giyimo-products-results{grid-column:2;min-width:0}
  .theme-category-top_filter .giyimo-products-layout,
  .theme-category-boutique .giyimo-products-layout,
  .theme-category-minimal .giyimo-products-layout{
    grid-template-columns:290px minmax(0,1fr)!important;
  }
  .theme-category-top_filter .giyimo-products-filter,
  .theme-category-boutique .giyimo-products-filter,
  .theme-category-minimal .giyimo-products-filter{
    position:sticky!important;
    width:290px!important;
    max-width:290px!important;
  }
}

@media (min-width:1280px){
  .giyimo-products-layout{grid-template-columns:300px minmax(0,1fr)!important;gap:28px}
  .giyimo-products-filter{width:300px!important;min-width:300px!important;max-width:300px!important}
}

@media (max-width:1023px){
  .giyimo-products-filter{width:100%;max-width:none}
  .giyimo-products-toolbar{align-items:flex-start;flex-direction:column}
  .giyimo-products-toolbar form{width:100%;justify-content:space-between}
  .giyimo-products-toolbar select{max-width:190px}
}
