@layer components{.st-shop-loop .products{display:grid;gap:var(--st-shop-grid-gap,var(--st-space-sm));margin:0;padding:0;list-style:none}.st-shop-loop[data-view="grid"] .products{grid-template-columns:repeat(var(--st-shop-cols-grid-m,2),1fr)}@media (min-width:37.5em){.st-shop-loop[data-view="grid"] .products{grid-template-columns:repeat(var(--st-shop-cols-grid-t,3),1fr)}}@media (min-width:64em){.st-shop-loop[data-view="grid"] .products{grid-template-columns:repeat(var(--st-shop-cols-grid-l,4),1fr)}}@media (min-width:90em){.st-shop-loop[data-view="grid"] .products{grid-template-columns:repeat(var(--st-shop-cols-grid-d,4),1fr)}}.st-shop-loop[data-view="grid"] .st-product-card{display:grid;grid-template-rows:subgrid;grid-row:span 5;row-gap:var(--st-space-xs)}.st-shop-loop[data-view="grid"] .woocommerce-loop-product__link img{grid-row:1;inline-size:min(100%,13.75rem);block-size:auto;aspect-ratio:1;margin-inline:auto;object-fit:contain;background:var(--st-bg)}.st-shop-loop[data-view="grid"] .st-product-card .woocommerce-loop-product__link{position:relative}.st-shop-loop[data-view="grid"] .st-product-card .woocommerce-loop-product__title{grid-row:2;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-block-size:calc(2 * 1lh)}.st-shop-loop[data-view="grid"] .st-product-card .st-rating{grid-row:3;min-block-size:1.25em}.st-shop-loop[data-view="grid"] .st-product-card .price{grid-row:4;margin:0;min-block-size:1lh}.st-shop-loop[data-view="grid"] .st-product-card .st-product-card__actions-bar{grid-row:5;margin-block-start:0}.st-product-card--out-of-stock{opacity:0.85}.st-product-card--out-of-stock img{filter:grayscale(40%)}.st-shop-loop[data-view="compact"] .products{grid-template-columns:repeat(var(--st-shop-cols-compact-m,2),1fr);gap:var(--st-shop-grid-gap,var(--st-space-xs))}@media (min-width:37.5em){.st-shop-loop[data-view="compact"] .products{grid-template-columns:repeat(var(--st-shop-cols-compact-t,4),1fr)}}@media (min-width:64em){.st-shop-loop[data-view="compact"] .products{grid-template-columns:repeat(var(--st-shop-cols-compact-l,6),1fr)}}@media (min-width:90em){.st-shop-loop[data-view="compact"] .products{grid-template-columns:repeat(var(--st-shop-cols-compact-d,6),1fr)}}.st-shop-loop[data-view="compact"] .st-product-card{display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:var(--st-space-1)}.st-shop-loop[data-view="compact"] .woocommerce-loop-product__link img{grid-row:1;inline-size:min(100%,8.75rem);block-size:auto;aspect-ratio:1;margin-inline:auto;object-fit:contain;background:var(--st-bg)}.st-shop-loop[data-view="compact"] .st-product-card .woocommerce-loop-product__title{grid-row:2;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-block-size:calc(2 * 1lh);font-size:var(--st-font-size-sm)}.st-shop-loop[data-view="compact"] .st-product-card .price{grid-row:3;margin:0;min-block-size:1lh}.st-shop-loop[data-view="compact"] .st-product-card .st-rating,.st-shop-loop[data-view="compact"] .st-product-card .st-product-card__actions-bar{display:none}.st-shop-loop[data-view="list"] .products{grid-template-columns:1fr;gap:var(--st-space-sm);container-type:inline-size}.st-shop-loop[data-view="list"] .st-product-card{display:grid;grid-template-columns:12rem 1fr auto;grid-template-rows:auto auto;gap:var(--st-space-1) var(--st-space-md);align-items:center;padding:var(--st-space-sm)}.st-shop-loop[data-view="list"] .woocommerce-loop-product__link img{grid-column:1;grid-row:1 / span 2;inline-size:100%;aspect-ratio:1;object-fit:contain;background:var(--st-bg);border-radius:var(--st-radius-sm)}.st-shop-loop[data-view="list"] .st-product-card .woocommerce-loop-product__title{grid-column:2;grid-row:1;align-self:end;margin:0}.st-shop-loop[data-view="list"] .st-product-card__meta{grid-column:2;grid-row:2;align-self:start}.st-shop-loop[data-view="list"] .st-product-card .price{grid-column:3;grid-row:1;align-self:end;margin:0;font-size:var(--st-font-size-lg);text-align:end}.st-shop-loop[data-view="list"] .st-product-card .st-product-card__actions-bar{grid-column:3;grid-row:2;align-self:start;justify-self:end;margin-block-start:0;inline-size:auto}@container (max-width:37.4em){.st-shop-loop[data-view="list"] .st-product-card{grid-template-columns:6rem 1fr;grid-template-rows:auto auto auto auto}.st-shop-loop[data-view="list"] .st-product-card .price{grid-column:1 / -1;grid-row:3;text-align:start}.st-shop-loop[data-view="list"] .st-product-card .st-product-card__actions-bar{grid-column:1 / -1;grid-row:4;justify-self:stretch}}.st-product-card__meta{display:flex;flex-direction:column;gap:var(--st-space-1);font-size:var(--st-font-size-sm);color:var(--st-fg-muted)}.st-product-card__meta .st-product-card__brand{font-weight:var(--st-font-weight-semibold);color:var(--st-fg)}.st-product-card__meta .stock{margin:0;padding:0}.st-product-card__meta .stock.in-stock{color:var(--st-success-fg)}.st-product-card__meta .stock.out-of-stock{color:var(--st-error-fg)}.st-shop-loop[data-view="grid"] .st-product-card__meta,.st-shop-loop[data-view="compact"] .st-product-card__meta{display:none}.st-product-card__actions{position:absolute;inset-block-start:var(--st-product-card-actions-block-start,var(--st-space-xs));inset-block-end:var(--st-product-card-actions-block-end,auto);inset-inline-start:var(--st-product-card-actions-inline-start,auto);inset-inline-end:var(--st-product-card-actions-inline-end,var(--st-space-xs));z-index:3;display:flex;flex-direction:var(--st-product-card-actions-direction,column);gap:var(--st-product-card-actions-gap,var(--st-space-1));opacity:var(--st-product-card-actions-rest-opacity,1)}.st-product-card:hover .st-product-card__actions,.st-product-card:focus-within .st-product-card__actions{opacity:1}@media (hover:none){.st-product-card__actions{opacity:1}}.st-card-action{display:grid;place-items:center;inline-size:var(--st-product-card-action-size,2.25rem);block-size:var(--st-product-card-action-size,2.25rem);padding:0;color:var(--st-fg-muted);background:var(--st-bg);border:1px solid color-mix(in srgb,var(--st-border) 65%,transparent);border-radius:50%;cursor:pointer}.st-card-action:hover{color:var(--st-fg)}.st-card-action:focus-visible{outline:2px solid var(--st-focus-ring);outline-offset:-1px}.st-card-action--wishlist[aria-pressed="true"]{color:var(--st-error-solid);border-color:color-mix(in srgb,var(--st-error-solid) 45%,transparent)}.st-card-action--compare[aria-pressed="true"]{color:var(--st-accent-fg);border-color:color-mix(in srgb,var(--st-accent-solid) 45%,transparent)}.st-shop-loop[data-view="compact"] .st-card-action{inline-size:1.875rem;block-size:1.875rem}.st-shop-loop[data-st-grid-style="bordered"] .products{gap:1px;background:var(--st-border);border:1px solid var(--st-border);border-radius:var(--st-radius-sm);overflow:hidden}.st-shop-loop[data-st-grid-style="bordered"] .st-product-card{background:var(--st-bg);border-radius:0}.st-shop-loop[data-st-grid-style="plain"] .st-product-card{background:transparent}.st-shop-loop li.product-category{position:relative;min-inline-size:0;background:var(--st-bg);border-radius:var(--st-radius-md)}.st-shop-loop li.product-category>a{display:flex;flex-direction:column;gap:var(--st-space-sm);padding:var(--st-space-sm);block-size:100%;color:var(--st-fg);text-decoration:none}.st-shop-loop li.product-category>a:focus-visible{outline:2px solid var(--st-focus-ring);outline-offset:-1px}.st-shop-loop .st-category-card__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--st-bg);border-radius:var(--st-radius-image)}.st-shop-loop .st-category-card__media::after{content:"";position:absolute;inset:0;background-color:var(--st-product-card-tint-color,#000);opacity:var(--st-product-card-tint-opacity,0.03);border-radius:inherit;pointer-events:none;z-index:1}.st-shop-loop .st-category-card__media img{inline-size:100%;block-size:100%;object-fit:cover}.st-shop-loop li.product-category .woocommerce-loop-category__title{margin:0;font-size:var(--st-font-size-sm);font-weight:var(--st-font-weight-medium);line-height:1.45;color:var(--st-fg);overflow-wrap:anywhere}.st-shop-loop li.product-category:hover .woocommerce-loop-category__title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.st-shop-loop li.product-category .count{margin-inline-start:0.375rem;font-size:var(--st-font-size-xs);font-weight:var(--st-font-weight-normal);color:var(--st-fg-muted);background:none}.st-shop-loop[data-view="compact"] li.product-category>a{gap:var(--st-space-1);padding:var(--st-space-xs)}.st-shop-loop[data-view="compact"] li.product-category .woocommerce-loop-category__title{font-size:var(--st-font-size-xs)}.st-shop-loop[data-view="list"] li.product-category>a{flex-direction:row;align-items:center;gap:var(--st-space-md)}.st-shop-loop[data-view="list"] .st-category-card__media{flex:0 0 auto;inline-size:6rem}.st-shop-loop[data-st-grid-style="bordered"] li.product-category{background:var(--st-bg);border-radius:0}.st-shop-loop[data-st-grid-style="plain"] li.product-category{background:transparent}}