.product-attribute-wrapper{background-color:var(--color-orange);padding-bottom:20px;padding-top:20px}.product-attribute-wrapper h2{margin:0}.product-attribute-wrapper .items-container{display:none;padding-top:30px}.product-attribute-wrapper .items-container.active{display:block}.product-attribute-wrapper .row{display:flex;justify-content:space-between}.product-attribute-wrapper .row h3{margin:0}.product-attribute-wrapper .mobile-row{display:flex;flex-direction:row;gap:20px;justify-content:space-between}@media (max-width:1000px){.product-attribute-wrapper .mobile-row{flex-direction:column}}.product-attribute-wrapper .mobile-row>div{flex-grow:1}.product-attribute-wrapper .thumbnail{max-width:100px}.product-attribute-wrapper .link{cursor:pointer}.product-attribute-wrapper .blink-me{animation:blinker 2s ease infinite;color:var(--color-red)}@keyframes blinker{0%{opacity:1}70%{opacity:1}85%{opacity:0}}
