/* Keep the genuine consumable selection balanced: four cards per row on desktop. */
.consumable-showcase{grid-template-columns:repeat(4,minmax(0,1fr))}.consumable-product,.torch-product{will-change:transform;backface-visibility:hidden;transform:translateZ(0);transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,border-color .32s ease}.consumable-product::before,.torch-product::before{transition:width .32s cubic-bezier(.2,.75,.25,1)}.consumable-photo img,.torch-photo img{will-change:transform;backface-visibility:hidden;transform:translateZ(0);transition:transform .42s cubic-bezier(.2,.75,.25,1),filter .32s ease}.consumable-product:nth-child(2n) .consumable-photo img,.consumable-product:nth-child(3n) .consumable-photo img{animation:none}.consumable-product:hover .consumable-photo img{transform:scale(1.09) rotate(-1deg)}.torch-product:hover .torch-photo img{transform:scale(1.08) translateX(2px)}@media(max-width:1100px){.consumable-showcase{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:780px){.consumable-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.reveal,.consumable-product,.torch-product,.consumable-photo img,.torch-photo img{transition:none!important;animation:none!important;transform:none!important}}
