product-card{position:relative;display:flex;height:100%;background-color:var(--background-1);border-radius:8px;overflow:hidden}@media screen and (max-width: 769px){product-card.landscape .wrapper{gap:8px;grid-template-rows:initial;grid-template-columns:minmax(0, 0.4fr) minmax(0, 0.6fr);max-width:100%}product-card.landscape .product-card-media{height:100%}product-card.landscape .product-card-detail{display:grid;gap:8px;grid-template-rows:minmax(0, auto) minmax(0, 1fr);grid-template-columns:minmax(0, 1fr);align-content:space-between;justify-items:flex-start;padding:8px 12px 8px 0}product-card.landscape .product-card-metadata{padding:0}product-card.landscape .product-card-badge-container{position:static}}@media screen and (min-width: 769px){product-card{position:relative}}product-card .wrapper{display:grid;gap:.8rem;align-items:flex-start;grid-template-rows:minmax(0, auto) minmax(0, 1fr);width:100%}product-card .product-card-media{display:flex;justify-content:flex-start;width:100%}product-card .product-card-media .product__image{aspect-ratio:1.33;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}product-card .product-card-detail{display:flex;gap:.25rem;flex-direction:column;justify-content:space-between;height:100%;padding:0 12px 8px}product-card .product-card-metadata{display:grid;gap:.25rem;grid-template-columns:minmax(0, 1fr);align-items:flex-start;align-content:flex-start;height:100%}@media screen and (min-width: 769px){product-card .product-card-metadata{gap:.5rem}}product-card .product-card-badge-container{position:absolute;top:.5rem;left:.5rem;display:flex;gap:.25rem;flex-wrap:wrap}@media screen and (min-width: 769px){product-card .product-card-badge-container{gap:.5rem}}product-card .product-card-badge{max-height:28px;padding:3px 8px;border-radius:4px;font-size:12px}@media screen and (min-width: 769px){product-card .product-card-badge{font-size:14px}}product-card .product__name{font-weight:500;font-size:16px}@media screen and (max-width: 769px){product-card .card-content__short-desc{display:none}}product-card .card-content__key-features .metafield-rich_text_field ul{list-style-type:"✓";padding:0 14px;margin:0}product-card .card-content__key-features .metafield-rich_text_field ul li{padding-left:14px;font-weight:400;font-size:14px;line-height:20px}product-card .product__price{font-weight:400;font-size:16px}product-card .product-specifications{display:grid;gap:.25rem;grid-template-columns:minmax(0, 1fr)}product-card .product-specifications .product-spec{display:grid;gap:.25rem;align-items:flex-start;justify-content:flex-start;grid-template-columns:minmax(0, auto) minmax(0, 1fr)}@media screen and (min-width: 769px){product-card .product-specifications .product-spec{gap:.5rem}}product-card .product-specifications .product-spec__content{font-weight:400;font-size:12px;line-height:20px}@media screen and (min-width: 769px){product-card .product-specifications .product-spec__content{font-size:14px}}product-card .product-card-footer{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}product-card[type=advanced]{justify-content:center}product-card[type=advanced] .wrapper{gap:0}product-card[type=advanced] .product-card-detail{gap:12px;justify-content:center;padding:1rem}product-card[type=advanced] .product-card-metadata{gap:12px;justify-content:center;text-align:center}product-card[type=advanced] .product__name{font-size:20px}product-card[type=advanced] .product__price{display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:repeat(2, minmax(0, auto));justify-content:center;justify-items:center}product-card[type=advanced] .product-card-badge-container{left:initial}