/* MITODO Default Theme — editorial sade mağaza */
.container-app{max-width:var(--theme-container,1280px)}
body{background:var(--theme-body-bg,var(--poem-theme-bg,#ffffff));color:var(--theme-text,#111111)}
.theme-header-compact .poem-header-main{min-height:64px}
.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:#111;color:#fff}
.theme-footer-dark .poem-footer a,.theme-footer-dark .poem-footer p,.theme-footer-dark .poem-footer h4{color:rgba(255,255,255,.78)}
.theme-product-card-bordered .product-card,.theme-product-card-bordered .poem-product-card{border:1px solid #e8e8e8;box-shadow:none}
.theme-product-card-shadow .product-card,.theme-product-card-shadow .poem-product-card{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.theme-product-card-editorial .product-card,.theme-product-card-editorial .poem-product-card{border:0;box-shadow:none;border-radius:0}
.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 12px 40px rgba(0,0,0,.08)}
.theme-product-detail-minimal .poem-product-main-media{border-radius:0!important;box-shadow:none!important}
.theme-product-detail-marketplace .poem-product-main-media{border:1px solid #e8e8e8}

.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:280px minmax(0,1fr)!important;
    align-items:start;
    gap:28px;
  }
  .giyimo-products-filter{
    display:block!important;
    position:sticky!important;
    top:96px!important;
    inset:auto!important;
    z-index:10!important;
    width:280px!important;
    min-width:280px!important;
    max-width:280px!important;
    max-height:calc(100vh - 120px)!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 - 120px)!important;
    overflow-y:auto!important;
    border:1px solid #e8e8e8;
    border-radius:0!important;
    box-shadow:none!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:280px minmax(0,1fr)!important;
  }
}

@media (min-width:1280px){
  .giyimo-products-layout{grid-template-columns:300px minmax(0,1fr)!important;gap:32px}
  .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}
}
