/* Marketplace-style product archive: static left catalog + responsive product grid. */
.shop-layout, .shop-layout * { box-sizing: border-box; }
.shop-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; width: min(1200px, calc(100% - 40px)); margin: 30px auto 60px; color: #282426; font-family: Arial, sans-serif; }
.shop-sidebar { min-width: 0; }
.shop-sidebar__inner { position: sticky; top: 24px; padding: 22px 18px; border: 1px solid #ebe6e7; border-radius: 10px; background: #fff; box-shadow: 0 3px 14px #2b03030d; }
.shop-sidebar__title { margin: 0 0 16px; padding: 0 0 14px; border-bottom: 2px solid #64000f; color: #64000f; font: 700 19px/1.25 Arial, sans-serif; }
.shop-sidebar__categories, .shop-sidebar__categories li { margin: 0; padding: 0; list-style: none !important; float: none; width: auto; }
.shop-sidebar__categories > li { margin: 10px 0; border: 1px solid #eee5e7; border-radius: 8px; background: #fff; overflow: hidden; }
.shop-sidebar__categories > li > a { font-weight: 600; }
.shop-sidebar__categories a, .shop-sidebar__categories a:hover { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 11px; color: #3a3436; font-size: 14px; line-height: 1.35; text-decoration: none !important; transition: background .18s ease, color .18s ease; }
.shop-sidebar__categories a:hover, .shop-sidebar__categories .current-cat > a, .shop-sidebar__categories .current-cat-parent > a { background: #fbf4f5; color: #64000f; }
.shop-sidebar__categories .category-name { min-width: 0; }
.shop-sidebar__categories .category-icon { display: none; }
.shop-sidebar__categories .children { display: block; position: static; margin: 0; padding: 0 0 5px 13px; border-top: 1px solid #f2ecee; background: #fdfafb; }
.shop-sidebar__categories .children li { border: 0; border-left: 2px solid #eadde0; }
.shop-sidebar__categories .children a { padding: 8px 10px; color: #6b6265; font-size: 13px; }
.shop-sidebar__categories .count { flex: 0 0 auto; min-width: 23px; padding: 2px 6px; border-radius: 10px; background: #f7f2f3; color: #aa9da1; font-size: 10px; font-weight: 400; line-height: 1.2; text-align: center; }
.shop-products { min-width: 0; }
.shop-products .woocommerce-breadcrumb { margin: 0 0 15px; color: #80777a; font-size: 13px; }
.shop-products .woocommerce-breadcrumb a { color: #64000f; }
.shop-products .woocommerce-products-header { margin: 0 0 18px; }
.shop-products .woocommerce-products-header__title { margin: 0; padding: 0; color: #282426; font: 700 clamp(25px, 3vw, 34px)/1.15 Arial, sans-serif; }
.shop-products .woocommerce-result-count { margin: 9px 0 0; color: #80777a; font-size: 13px; }
.shop-products .woocommerce-ordering { float: left; margin: 0px; }
.shop-products .woocommerce-ordering select { min-height: 40px; padding: 8px 32px 8px 12px; border: 1px solid #ded7d9; border-radius: 6px; background: #fff; color: #3a3436; font: 13px Arial, sans-serif; }
.shop-products .gridlist-toggle { display: none !important; }
.shop-products ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; clear: both; margin: 0 !important; padding: 0 !important; }
.shop-products ul.products::before, .shop-products ul.products::after { display: none !important; }
.shop-products ul.products li.product { display: flex !important; flex-direction: column; width: auto !important; height: auto !important; min-height: 395px; margin: 0 !important; padding: 14px 14px 16px !important; border: 1px solid #ece7e8; border-radius: 10px; background: #fff; box-shadow: 0 3px 14px #2b03030d; transition: transform .2s ease, box-shadow .2s ease; }
.shop-products ul.products li.product:hover { transform: translateY(-3px); box-shadow: 0 10px 24px #2b03031c; }
.shop-products ul.products li.product a.woocommerce-LoopProduct-link { display: flex !important; flex: 1; flex-direction: column; color: #282426; text-align: left; }
.shop-products ul.products li.product .rama { display: flex; align-items: center; justify-content: center; width: 100%; height: 210px; margin: 0 0 13px; overflow: hidden; border-radius: 7px; background: #f7f6f6; }
.shop-products ul.products li.product .rama img { display: block; width: 100% !important; height: 100% !important; max-width: 100%; margin: 0 !important; padding: 12px !important; border: 0 !important; object-fit: contain; }
.shop-products ul.products li.product .woocommerce-loop-product__title { min-height: 42px; margin: 0 0 7px !important; padding: 0 !important; color: #282426; font: 600 15px/1.35 Arial, sans-serif; }
.shop-products ul.products li.product .price { display: block; margin: auto 0 10px !important; color: #282426 !important; font: 700 21px/1.2 Arial, sans-serif; }
.shop-products ul.products li.product .price del { color: #968b8f; font-size: 13px; }
.shop-products ul.products li.product .price ins { text-decoration: none; }
.shop-products ul.products li.product .woocommerce-product-details__short-description { display: none; }
.shop-products ul.products li.product .button { display: block; width: 100% !important; min-height: 42px; margin: 0 !important; padding: 11px 12px !important; border: 0 !important; border-radius: 6px; background: #64000f !important; color: #fff !important; font: 600 14px/1.2 Arial, sans-serif; text-align: center; }
.shop-products ul.products li.product .button:hover { background: #4d000b !important; }
.shop-products .woocommerce-pagination { margin-top: 28px; }
.shop-products .woocommerce-pagination ul { border: 0 !important; }
.shop-products .woocommerce-pagination a, .shop-products .woocommerce-pagination span { min-width: 38px; padding: 10px 13px !important; border: 1px solid #e1dadd !important; color: #64000f !important; }
.shop-products .woocommerce-pagination .current { background: #64000f !important; color: #fff !important; }
@media (max-width: 980px) {
  .shop-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 18px; width: min(1200px, calc(100% - 28px)); }
  .shop-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .shop-layout { display: block; width: calc(100% - 24px); margin-top: 20px; }
  .shop-sidebar__inner { position: static; margin-bottom: 22px; padding: 16px; }
  .shop-sidebar__title { margin-bottom: 8px; font-size: 18px; }
  .shop-sidebar__categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 10px; }
  .shop-sidebar__categories > li { margin: 7px 0; }
  .shop-sidebar__categories a { position: relative; min-height: 116px; flex-direction: column; justify-content: center; gap: 5px; padding: 8px 4px; font-size: 13px; text-align: center; }
  .shop-sidebar__categories .category-name { display: none; }
  .shop-sidebar__categories .category-icon { display: flex; align-items: center; justify-content: center; width: 88px; height: 88px; max-width: 100%; overflow: hidden; border-radius: 10px; background: #f7f0f2; color: #64000f; font-size: 30px; font-weight: 700; }
  .shop-sidebar__categories .category-icon__image { display: block; width: 100%; height: 100%; object-fit: contain; }
  .shop-sidebar__categories .category-icon__fallback { line-height: 1; }
  .shop-sidebar__categories .count { display: none; }
  .shop-sidebar__categories .children { display: none; }
  .shop-products .woocommerce-ordering { float: none; margin: 0 0 16px; }
  .shop-products .woocommerce-ordering select { width: 100%; }
}
@media (max-width: 430px) {
  .shop-products ul.products { grid-template-columns: minmax(0, 1fr); }
  .shop-products ul.products li.product { min-height: 0; }
  .shop-products ul.products li.product .rama { height: 230px; }
}
