.shop-plp-root{padding:0 0 .5rem}.shop-hero{position:relative;overflow:hidden;border-radius:1rem;margin-bottom:1.5rem;min-height:10rem;background:linear-gradient(125deg,var(--catbano-primary-dark) 0,var(--catbano-primary) 55%,#2a6b42 100%);background-size:cover;background-position:50%;box-shadow:0 8px 24px rgba(29,78,47,.2)}.shop-hero__content{position:relative;z-index:1;padding:1.75rem 1.5rem;color:#fff}.shop-hero__eyebrow{margin:0 0 .35rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.85}.shop-hero__title{margin:0;font-family:Montserrat,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.shop-hero__title{font-size:1.85rem}}.shop-hero__subtitle{margin:.5rem 0 0;max-width:36rem;font-size:.9rem;line-height:1.55;opacity:.92}.shop-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.125rem;border-radius:.75rem;background:hsla(0,0%,100%,.92);border:1px solid rgba(29,78,47,.1);box-shadow:0 2px 8px rgba(29,78,47,.06)}@media (min-width:640px){.shop-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.shop-toolbar__search{display:flex;flex:1;gap:.5rem;min-width:0}.shop-toolbar__input{flex:1;min-width:0;border:1px solid #e5e5e5;background:#fff;padding:.55rem .85rem;font-size:.9rem;border-radius:.5rem}.shop-toolbar__input:focus{outline:2px solid rgba(29,78,47,.35);outline-offset:1px;border-color:var(--catbano-primary)}.shop-toolbar__submit{flex-shrink:0;border:none;border-radius:.5rem;background:var(--catbano-primary);color:#fff;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;cursor:pointer}.shop-toolbar__submit:hover{background:var(--catbano-primary-dark)}.shop-toolbar__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.shop-toolbar__count{font-size:.8rem;color:#737373;white-space:nowrap}.shop-toolbar__sort-label{font-size:.8rem;color:#525252}.shop-toolbar__select{border:1px solid #e5e5e5;border-radius:.5rem;background:#fff;padding:.45rem .65rem;font-size:.875rem;color:var(--catbano-heading)}.shop-product-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.shop-empty{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:#737373;border-radius:.75rem;background:hsla(0,0%,100%,.85);border:1px dashed rgba(29,78,47,.2)}.shop-pagination{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(29,78,47,.12)}