.product-detail .wrapper{display:flex;flex-direction:column}.product-detail h2{text-align:center;font-size:20px;margin-top:2.5rem;margin-bottom:2.5rem}.product-detail h3{font-size:14px;line-height:17px;max-width:85px;margin-bottom:1rem}.product-detail .product-info{display:flex;flex-direction:column}.product-detail .description{line-height:21px}.product-detail .image{width:100%;text-align:center;display:block}.product-detail .image img{max-height:280px;max-width:280px}.product-detail .content{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.product-detail .attribute{width:165px}.product-detail .button-logo{width:120px;height:auto}@media only screen and (min-width:768px){.product-detail .wrapper{max-width:760px;margin-left:auto;margin-right:auto;flex-direction:row}.product-detail h2{margin-top:0;text-align:left;margin-bottom:1rem;font-size:24px}.product-detail h3{max-width:none}.product-detail .image{margin-right:50px;text-align:right;width:195px;display:flex;align-items:center}.product-detail .image img{max-height:380px;max-width:380px}.product-detail .content{width:100%;max-width:760px;margin-left:auto;margin-right:auto}.product-detail .attribute{width:240px}}