.product-icons-container{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:30px 0}.product-icon-content{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;max-width:160px}.product-name{font-size:var(--fs-text-md)}.product-extra,.product-name{color:rgb(var(--dark-grey));font-weight:var(--fw-bold);text-transform:uppercase}.product-extra{font-size:var(--fs-text-small)}.product-extra:hover{color:rgb(var(--nova-orange));text-decoration:underline}.product-icon-wrapper{align-items:center;display:flex;height:90px;justify-content:center;position:relative;width:160px}.product-icon-wrapper .icon-default,.product-icon-wrapper .icon-hover{position:absolute;transition:opacity .3s ease}.product-icon-wrapper .icon-default{opacity:1}.product-icon-content:hover .icon-default,.product-icon-wrapper .icon-hover{opacity:0}.product-icon-content:hover .icon-hover{opacity:1}.product-icon-content:has(input[type=radio]:checked) .icon-default{opacity:0}.product-icon-content:has(input[type=radio]:checked) .icon-hover{opacity:1}.product-icon-content input[type=radio]:checked{background-color:rgb(var(--dark-grey));transform:scale(1.1)}.product-icon-content>.product-icon-wrapper~.product-description div{opacity:0;transition:opacity .3s ease,visibility .3s;visibility:hidden}.product-icon-content:has(input[type=radio]:checked)>.product-icon-wrapper~.product-description div,.product-icon-content:hover>.product-icon-wrapper~.product-description div{opacity:1;visibility:visible}@media (max-width:768px){.product-icons-container{gap:15px;padding:15px}}@media (max-width:480px){.product-icons-container{gap:10px;padding:10px}}