.boost-commerce-archive{max-width:1100px;margin:0 auto;padding:20px;box-sizing:border-box}.boost-commerce-archive__header{margin-bottom:24px}.boost-commerce-archive__title{margin:0 0 8px;font-size:28px;line-height:1.2}.boost-commerce-archive__description{color:var(--boost-ui-text-muted);line-height:1.6}.boost-commerce-archive__empty,.boost-commerce-products-empty{color:var(--boost-ui-text-muted);padding:20px 0}.boost-commerce-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:20px 0}.boost-commerce-product-grid--cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.boost-commerce-product-grid--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.boost-commerce-product-grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.boost-commerce-product-grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.boost-commerce-product-grid--cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.boost-commerce-product-grid--cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.boost-commerce-product-card{position:relative;border:1px solid var(--boost-ui-border);border-radius:4px;overflow:hidden;transition:box-shadow .2s;background:var(--boost-ui-surface)}.boost-commerce-product-card:hover{box-shadow:0 4px 12px color-mix(in srgb,CanvasText 8%,transparent)}.boost-commerce-product-card>a{color:inherit;text-decoration:none;display:block}.boost-commerce-product-card__image{aspect-ratio:1;overflow:hidden;background:var(--boost-ui-bg-alt)}.boost-commerce-product-card__image img,.boost-commerce-product-card__img{width:100%;aspect-ratio:1;height:auto;object-fit:cover;display:block;background:var(--boost-ui-bg-alt)}.boost-commerce-product-card__info{padding:16px}.boost-commerce-product-card__title{font-size:15px;font-weight:600;margin:0 0 4px;padding:0 16px}.boost-commerce-product-card__title a{color:inherit;text-decoration:none}.boost-commerce-product-card__title a:hover,.boost-commerce-product-card>a:hover .boost-commerce-product-card__title{text-decoration:underline}.boost-commerce-product-card__price{font-size:16px;font-weight:700;padding:0 16px 16px}.boost-commerce-price--regular{text-decoration:line-through;color:var(--boost-ui-text-muted);font-weight:400;margin-right:6px}.boost-commerce-price--old{text-decoration:line-through;color:var(--boost-ui-text-muted);font-size:0.9em;margin-right:6px}.boost-commerce-price--sale{color:var(--boost-ui-error);font-weight:700}.boost-commerce-badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 12px;border-radius:3px;font-size:12px;font-weight:600;color:var(--boost-ui-text-inverse)}.boost-commerce-badge--sale{background:var(--boost-ui-error)}.boost-commerce-badge--new{background:var(--boost-ui-success)}.boost-commerce-badge--soldout{background:var(--boost-ui-text-muted)}.boost-commerce-pagination{margin-top:16px}.boost-commerce-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.boost-commerce-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0 10px;border:1px solid var(--boost-ui-border);border-radius:4px;color:inherit;text-decoration:none}.boost-commerce-pagination .page-numbers.current{background:var(--boost-ui-primary);color:var(--boost-ui-text-inverse);border-color:var(--boost-ui-primary)}@media (max-width:768px){.boost-commerce-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:480px){.boost-commerce-product-grid{grid-template-columns:1fr}.boost-commerce-archive{padding:20px 16px}}
