/* Fully scoped: does not change WoodMart's grid, header, filters, or checkout. */
.vpo2-category-rows{width:100%;max-width:100%;min-width:0;margin:16px 0 8px;clear:both;color:inherit}
.vpo2-category-rows,.vpo2-category-rows *{box-sizing:border-box}
.vpo2-category-rows .vpo2-section{margin:0 0 30px;padding:0;min-width:0}
.vpo2-category-rows .vpo2-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 13px}
.vpo2-category-rows .vpo2-section-heading h2{font-family:inherit;font-size:clamp(21px,2.2vw,29px);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:inherit;margin:0 0 5px;text-transform:none}
.vpo2-category-rows .vpo2-section-heading p{font-family:inherit;font-size:12px;line-height:1.45;color:#626262;margin:0}
.vpo2-category-rows .vpo2-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-width:0;padding:2px 1px 5px;outline-offset:3px}
.vpo2-category-rows .vpo2-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;color:#1e1e1e;border:1px solid #e6e1d9;border-radius:12px;margin:0;box-shadow:0 2px 5px #00000006}
.vpo2-category-rows .vpo2-image-link{display:block;aspect-ratio:1/1;padding:10px;background:#f8f7f4;overflow:hidden;margin:0}
.vpo2-category-rows img.vpo2-image{display:block;width:100%!important;height:100%!important;max-height:none!important;max-width:100%!important;object-fit:contain;object-position:center;margin:0!important;border-radius:6px}
.vpo2-category-rows .vpo2-card-body{display:flex;flex-direction:column;flex:1;gap:11px;padding:15px}
.vpo2-category-rows .vpo2-card h3{font-family:inherit;font-size:16px;font-weight:650;line-height:1.35;margin:0;text-transform:none;overflow-wrap:anywhere;letter-spacing:normal}
.vpo2-category-rows .vpo2-card h3 a{color:#202020;text-decoration:none}
.vpo2-category-rows .vpo2-price{font-family:inherit;font-size:16px;font-weight:650;line-height:1.5;color:#5a3419;margin-top:auto;overflow-wrap:anywhere}
.vpo2-category-rows .vpo2-price del{font-size:.84em;color:#777;font-weight:400;margin-right:4px}
.vpo2-category-rows .vpo2-price ins{background:none;color:inherit;text-decoration:none}
.vpo2-category-rows .vpo2-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:43px;padding:10px 12px;background:#2c1d12;color:#fff;border:1px solid #765438;border-radius:8px;font-family:inherit;font-size:13px;font-weight:650;line-height:1.3;text-decoration:none;text-transform:none;text-align:center;box-shadow:none;white-space:normal}
.vpo2-category-rows .vpo2-button:hover{background:#47301f;color:#fff}
.vpo2-category-rows a:focus-visible,.vpo2-category-rows .vpo2-track:focus-visible{outline:2px solid #976325;outline-offset:3px}
.vpo2-category-rows .vpo2-swipe-hint{display:none;font-size:11px;white-space:nowrap;color:#6b604e}
.vpo2-category-rows .vpo2-all-heading{font-family:inherit;font-size:clamp(21px,2.2vw,29px);font-weight:700;line-height:1.2;color:inherit;letter-spacing:-.025em;margin:8px 0 18px;padding:18px 0 0;border-top:1px solid #e6e1d9;text-transform:none}
@media(max-width:600px){
 .vpo2-category-rows .vpo2-section{margin-bottom:25px}
 .vpo2-category-rows .vpo2-track{gap:10px}
 .vpo2-category-rows .vpo2-card-body{gap:8px;padding:10px}
 .vpo2-category-rows .vpo2-card h3{font-size:14px}
 .vpo2-category-rows .vpo2-price{font-size:14px}
 .vpo2-category-rows.vpo2-mobile-swipe .vpo2-track{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:76%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:1px;padding-bottom:12px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
 .vpo2-category-rows.vpo2-mobile-swipe .vpo2-card{scroll-snap-align:start}
 .vpo2-category-rows.vpo2-mobile-swipe .vpo2-swipe-hint{display:inline}
 .vpo2-category-rows.vpo2-mobile-two .vpo2-track{grid-template-columns:repeat(2,minmax(0,1fr))}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-card{border-radius:7px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-image-link{padding:4px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-card-body{padding:6px;gap:7px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-card h3{font-size:11px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-price{font-size:11px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-button{padding:7px 3px;min-height:40px;font-size:10px;gap:3px}
 .vpo2-category-rows.vpo2-mobile-three .vpo2-button span{display:none}
}
@media(prefers-reduced-motion:reduce){.vpo2-category-rows *{scroll-behavior:auto!important;transition:none!important}}
