.rb-shop-page-wrap{width:min(1180px,92vw);margin:0 auto;padding:34px 0 60px}
.rb-shop-page-title{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:400;color:#0a2440;margin:0 0 26px}
.rb-shop-shell{display:grid;grid-template-columns:245px minmax(0,1fr);gap:32px;align-items:start;font-family:Arial,Helvetica,sans-serif}
.rb-shop-sidebar{border:1px solid #ece4d7;background:#fff;border-radius:5px;overflow:hidden;position:sticky;top:20px}
.rb-sidebar-top{display:flex;justify-content:space-between;align-items:center;padding:17px 16px;border-bottom:1px solid #eee5d8}
.rb-sidebar-top h3{font-family:Georgia,"Times New Roman",serif;font-size:19px;font-weight:400;color:#0b2540;margin:0}
.rb-clear-filters{border:0;background:none;color:#c28b2f;font-size:11px;font-weight:700;cursor:pointer;padding:0}
.rb-filter-block{border-bottom:1px solid #eee5d8}.rb-filter-block:last-child{border-bottom:0}
.rb-filter-heading{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;color:#0a2440;padding:15px 16px;font-weight:700;font-size:13px;cursor:pointer}
.rb-filter-content{padding:0 16px 16px}.rb-filter-block.is-collapsed .rb-filter-content{display:none}
.rb-price-row{display:grid;grid-template-columns:1fr 18px 1fr;gap:7px;align-items:end}
.rb-price-row label span{display:block;font-size:10px;color:#777;margin-bottom:5px}
.rb-price-row input{width:100%;height:36px;border:1px solid #ded7ce;border-radius:4px;padding:0 8px;font-size:12px;background:#fff}
.rb-dash{text-align:center;padding-bottom:10px;color:#888}
.rb-apply-price{width:100%;margin-top:10px;border:0;border-radius:3px;background:#08243d;color:#fff;padding:9px;font-size:11px;font-weight:700;cursor:pointer}
.rb-checkbox-list{max-height:250px;overflow:auto}
.rb-check-row{display:grid;grid-template-columns:17px 1fr auto;gap:8px;align-items:center;padding:6px 0;font-size:12px;color:#313b44;cursor:pointer}
.rb-check-row input{accent-color:#c99737}.rb-check-row small{font-size:10px;color:#999}
.rb-filter-note{font-size:11px;line-height:1.5;color:#888;margin:0}
.rb-shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.rb-product-count{font-size:12px;color:#72777b}.rb-product-count strong{font-size:13px;color:#1b2a36}
.rb-sort-products{height:37px;border:1px solid #e1d9ce;border-radius:4px;background:#fff;padding:0 30px 0 10px;font-size:11px;color:#525b63}
.rb-products-grid{display:grid;grid-template-columns:repeat(var(--rb-columns,3),minmax(0,1fr));gap:22px 18px;transition:opacity .15s ease}
.rb-shop-shell.is-loading .rb-products-grid{opacity:.45}
.rb-product-card{border:1px solid #eee6dc;border-radius:4px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.rb-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(11,36,62,.08)}
.rb-product-image{display:block;aspect-ratio:1/1;background:#f6f3ee;overflow:hidden}
.rb-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.rb-product-card:hover .rb-product-image img{transform:scale(1.025)}
.rb-product-info{padding:12px}.rb-product-rating{display:flex;gap:5px;align-items:center;margin-bottom:5px;font-size:10px;color:#be8928}.rb-product-rating small{color:#999}
.rb-product-info h3{font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.3;font-weight:400;margin:0 0 8px}
.rb-product-info h3 a{color:#0b2540;text-decoration:none}
.rb-product-price{font-size:14px;font-weight:700;color:#101d29;margin-bottom:10px}
.rb-product-price del{font-size:11px;color:#9a9a9a;font-weight:400;margin-right:5px}.rb-product-price ins{text-decoration:none}
.rb-view-product{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:#b77d22;text-decoration:none}
.rb-load-more-area{text-align:center;padding-top:30px}
.rb-load-more{min-width:150px;border:1px solid #d6a142;border-radius:3px;background:linear-gradient(#e4b652,#d69a30);color:#fff;padding:11px 24px;text-transform:uppercase;font-size:10px;font-weight:700;cursor:pointer}
.rb-no-products{grid-column:1/-1;padding:45px 20px;border:1px dashed #e3d6c5;text-align:center;color:#777}
.rb-shop-status{text-align:center;padding:20px;color:#9b3e3e;font-size:12px}.rb-mobile-filter-btn{display:none}.rb-shop-alert{padding:15px;background:#fff7e6;border:1px solid #d6a142}
@media(max-width:900px){.rb-shop-shell{grid-template-columns:210px minmax(0,1fr);gap:20px}.rb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.rb-shop-page-wrap{width:min(94vw,640px);padding-top:20px}.rb-shop-page-title{font-size:28px}.rb-mobile-filter-btn{display:inline-flex;align-items:center;gap:7px;margin-bottom:15px;border:1px solid #d8a13f;background:#fff;color:#0a2440;border-radius:4px;padding:9px 13px;font-weight:700}.rb-shop-shell{display:block}.rb-shop-sidebar{display:none;position:static;margin-bottom:18px}.rb-shop-sidebar.is-mobile-open{display:block}.rb-shop-toolbar{gap:12px}.rb-sort-products{max-width:180px}.rb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
@media(max-width:420px){.rb-products-grid{grid-template-columns:1fr}}