@media screen and (min-width:1280px){.product-information-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:100px minmax(0,auto);grid-template-areas:"logo" "product"}.product-information-wrapper .logo-wrapper{grid-area:logo}.product-information-wrapper .product-information{grid-area:product}}@media screen and (max-width:1279px){.product-information-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:120px minmax(0,auto);grid-template-areas:"logo" "product"}.product-information-wrapper .h1{font-size:20pt!important}.product-information-wrapper .logo-wrapper{grid-area:logo;padding-top:.5rem;padding-bottom:.5rem}.product-information-wrapper .product-information{grid-area:product}}#js-short-description-button:focus,#js-technical-description-button:focus{outline:none!important}#js-short-description-wrapper,#js-technical-description-wrapper{display:none;transition:all 1s ease}#js-short-description-wrapper.show,#js-technical-description-wrapper.show{display:block;transition:all 1s ease}@media screen and (min-width:1280px){#related-product-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:minmax(0,-webkit-max-content);grid-template-rows:minmax(0,max-content);grid-template-areas:"item1 item2 item3 item4";grid-column-gap:2rem}#related-product-grid .item-1{grid-area:item1}#related-product-grid .item-2{grid-area:item2}#related-product-grid .item-3{grid-area:item3}#related-product-grid .item-4{grid-area:item4}}@media screen and (max-width:1279px){#related-product-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,-webkit-max-content) minmax(0,-webkit-max-content);grid-template-rows:minmax(0,max-content) minmax(0,max-content);grid-template-areas:"item1 item2" "item3 item4";grid-column-gap:2rem}#related-product-grid .item-1{grid-area:item1}#related-product-grid .item-2{grid-area:item2}#related-product-grid .item-3{grid-area:item3}#related-product-grid .item-4{grid-area:item4}}#js-technical-description-wrapper p{margin-top:1rem!important}