.product-card{text-decoration:none;flex-direction:column;align-items:flex-start;border:0}.product-aspect{aspect-ratio:1/1;width:100%;position:relative}.product-card img{object-fit:contain;aspect-ratio:1/1;width:100%;display:block;position:absolute;top:0;left:0}.product-card .product-aspect img:nth-child(2){display:none}.product-card:hover .product-aspect img:first-child{display:none}.product-card:hover .product-aspect img:last-child{display:block}.product-card ul{display:flex;flex-direction:row;white-space:nowrap;flex-wrap:wrap}.product-card li{margin-right:10px;margin-bottom:10px;align-self:center}.product-card :last-child{margin-right:0}.product-tag{padding:2px 5px;background-color:var(--yellow-pale);font-size:var(--text-xsmall)}.product-card .tag-muted{background-color:var(--dark-border)}.product-card:hover h5,.product-card:focus h5{color:var(--theme-primary)}.product-card-soldout{opacity:.4}.product-effects{display:flex}.product-effects>div{width:60px;text-align:center}.product-effects>div:not(:last-child){margin-right:20px}.product-effects img{display:block;margin:0 auto}.product-effects>div:not(.active) img{opacity:.2}.product-effects>div:not(.active) span{opacity:.5}.product-brand{display:flex;border:2px solid var(--theme-border);align-items:center;padding:var(--xsmall);gap:var(--small)}.product-brand img{width:100px;height:100px;display:block;object-fit:contain}.product-brand p{flex-grow:1}.product-brand>a:hover img,.product-brand>a:focus img{opacity:.9}.hero-brand{position:relative}.hero-brand-img{width:100%;height:auto}.hero-brand-logo{width:180px;height:180px;display:block;box-shadow:var(--shadow-medium);position:absolute;bottom:0;left:20px;object-fit:contain;background:#fff}.hero-brand-content{margin-left:240px;padding-top:var(--small);padding-bottom:var(--medium)}@media screen and (max-width: 800px){.hero-brand{margin-bottom:var(--large)}.hero-brand-logo{display:none}.hero-brand-content{margin-left:0;padding-bottom:0}.product-brand{flex-direction:column;align-items:flex-start}}.product-view{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr auto auto;grid-column-gap:var(--large);grid-row-gap:var(--large)}.product-view-header{grid-column:2;grid-row:1;padding-top:var(--medium)}.product-view-images{grid-column:1;grid-row:1 / span 2}.product-view-images img{display:block;object-fit:scale-down;width:100%}.product-view-details{grid-column:2;grid-row:2 / span 2}.product-view-faq{grid-column:1;grid-row:3 / span 2}@media screen and (max-width: 640px){.product-view{grid-template-columns:1fr;grid-template-rows:auto}.product-view-header{grid-column:1;grid-row:1;padding-top:0}.product-view-images{grid-column:1;grid-row:2}.product-view-details{grid-column:1;grid-row:3}.product-view-faq{grid-column:1;grid-row:4}}
