.gshop-wrap{width:100%;box-sizing:border-box}.gshop-wrap *{box-sizing:border-box}.gshop-header{margin-bottom:28px}.gshop-heading{margin:0 0 8px;font-size:38px;line-height:1.15}.gshop-intro{font-size:16px;line-height:1.6;color:#666}.gshop-category-grid{display:grid;grid-template-columns:repeat(var(--gshop-cat-cols,4),minmax(0,1fr));margin:0}.gshop-category-card{display:block;text-decoration:none;color:inherit;min-width:0}.gshop-category-image{display:block;width:100%;height:230px;overflow:hidden;background:#f3f3f3}.gshop-category-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.gshop-category-card:hover .gshop-category-image img{transform:scale(1.025)}.gshop-category-title{display:block;padding:12px 2px 0;font-size:17px;font-weight:600;line-height:1.3}.gshop-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:38px;align-items:start}.gshop-sidebar{background:#f6f6f6;padding:24px;position:relative}.gshop-sidebar-title{font-size:21px;font-weight:700;margin:0 0 22px}.gshop-filter-form{display:flex;flex-direction:column;gap:18px}.gshop-field{display:flex;flex-direction:column;gap:7px}.gshop-filter-label{font-size:13px;font-weight:700;letter-spacing:.02em}.gshop-input,.gshop-select{width:100%;min-height:44px;border:1px solid #d5d5d5;background:#fff;color:#222;padding:9px 11px;border-radius:0;font:inherit;outline-offset:2px}.gshop-price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gshop-filter-button{border:0;min-height:46px;padding:11px 16px;background:#111;color:#fff;font:inherit;font-weight:700;cursor:pointer}.gshop-reset-link{font-size:13px;text-align:center;color:inherit;text-decoration:underline;text-underline-offset:3px}.gshop-help{font-size:11px;line-height:1.4;color:#777}.gshop-results{min-width:0}.gshop-results-head{display:flex;justify-content:space-between;align-items:end;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #e7e7e7}.gshop-results-title{font-size:25px;font-weight:700}.gshop-results-count{font-size:13px;color:#777;margin-top:3px}.gshop-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gshop-product-card{min-width:0}.gshop-product-image{display:block;aspect-ratio:1/1;background:#f4f4f4;overflow:hidden}.gshop-product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.gshop-product-card:hover .gshop-product-image img{transform:scale(1.025)}.gshop-product-body{padding-top:11px}.gshop-product-title{display:block;color:#222;text-decoration:none;font-size:15px;font-weight:600;line-height:1.4}.gshop-price{margin-top:5px;font-size:15px}.gshop-price del{opacity:.55}.gshop-price ins{text-decoration:none}.gshop-empty,.gshop-notice,.gshop-editor-note{padding:18px;border:1px solid #e2e2e2;background:#fafafa;margin-bottom:18px}.gshop-pagination{margin-top:34px}.gshop-pagination ul{display:flex;gap:7px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.gshop-pagination a,.gshop-pagination span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 8px;border:1px solid #ddd;text-decoration:none;color:inherit}.gshop-pagination .current{background:#111;color:#fff;border-color:#111}
@media(max-width:1024px){.gshop-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gshop-layout{grid-template-columns:240px minmax(0,1fr);gap:24px}}
@media(max-width:767px){.gshop-heading{font-size:30px}.gshop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gshop-category-image{height:170px!important}.gshop-layout{grid-template-columns:1fr!important;gap:28px}.gshop-sidebar{position:static}.gshop-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gshop-results-title{font-size:22px}}
@media(max-width:480px){.gshop-category-grid{grid-template-columns:1fr}.gshop-category-image{height:220px!important}.gshop-products-grid{grid-template-columns:1fr}.gshop-price-row{grid-template-columns:1fr 1fr}}


/* v1.1.2 simplified filter actions */
.gshop-filter-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:8px;
}
.gshop-reset-button{
    display:flex !important;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:10px 14px !important;
    border:1px solid #222 !important;
    background:#fff !important;
    color:#222 !important;
    text-decoration:none !important;
    font-weight:600;
    text-align:center;
}
.gshop-reset-button:hover{
    background:#f4f4f4 !important;
    color:#111 !important;
}
@media(max-width:600px){
    .gshop-filter-actions{
        grid-template-columns:1fr;
    }
}
