.wg-product-list-item{position:relative;display:grid;background-color:#fff;grid-template-columns:min-content auto;grid-template-rows:auto auto}.wg-product-list-item:not(.wg-product-list-item--selectable):has(.wg-product-list-item__header){grid-template-areas:"header header" "body body"}.wg-product-list-item:not(.wg-product-list-item--selectable):not(:has(.wg-product-list-item__header)){grid-template-areas:"body body" "body body"}.wg-product-list-item.wg-product-list-item--selectable:has(.wg-product-list-item__header){grid-template-areas:"select header" "body body"}@media (min-width: 768px){.wg-product-list-item.wg-product-list-item--selectable:has(.wg-product-list-item__header){grid-template-areas:"select header" "select body"}}.wg-product-list-item.wg-product-list-item--selectable:not(:has(.wg-product-list-item__header)){grid-template-areas:"select select" "body body"}@container (width >= 768px){.wg-product-list-item.wg-product-list-item--selectable:not(:has(.wg-product-list-item__header)){grid-template-areas:"select body" "select body"}}.wg-product-list-item__header{grid-area:header}.wg-product-list-item__select{grid-area:select}.wg-product-list-item__body{display:grid;grid-area:body;grid-template-rows:auto auto;grid-template-columns:auto 1fr 1fr;grid-template-areas:"image info info" "actions actions actions" "side side side"}.wg-product-list-item__body>a:hover{background-color:transparent}@container (width >= 768px){.wg-product-list-item__body:has(.wg-product-list-item__side){grid-template-columns:auto 1fr 240px;grid-template-areas:"image info side" "image actions side"}.wg-product-list-item__body:not(:has(.wg-product-list-item__side)){grid-template-columns:auto 1fr;grid-template-areas:"image info" "image actions"}.wg-product-list-item--compact>.wg-product-list-item__body{grid-template-columns:auto 1fr auto;grid-template-areas:"image info actions" "image info actions"}}.wg-product-list-item__image{grid-area:image;position:relative;width:78px;max-width:78px;min-width:78px;height:78px;max-height:78px;min-height:78px}.wg-product-list-item__image>img{width:100%;max-width:100%;max-height:100%;object-fit:contain}@container (width >= 768px){.wg-product-list-item--complete .wg-product-list-item__image{width:135px;max-width:135px;min-width:135px;height:135px;max-height:135px;min-height:135px}.wg-product-list-item__image:has(.wg-product-list-item__color){margin-bottom:2rem}}.wg-product-list-item__info{grid-area:info}.wg-product-list-item__side{grid-area:side;min-width:240px}.wg-product-list-item__actions{grid-area:actions;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end}@container (width >= 768px){.wg-product-list-item__actions{flex-wrap:nowrap;justify-content:flex-start}}.wg-product-list-item__color{position:absolute;bottom:0;left:0;gap:9px}@container (width >= 768px){.wg-product-list-item__color{translate:0 100%}}.wg-product-list-item__color-dot{width:1rem;height:1rem;border-radius:1rem}.wg-product-list-item__inline-indicator{min-width:125px}@container (width >= 768px){.wg-product-list-item__status{position:absolute;top:1rem;right:1rem}}
