.product-wrapper {
display: flex;
max-width: 1130px;
margin: -50px auto 0 auto;
font-family: 'work-sans',sans-serif;
color: #dedede;
}
.product-image {
align-self: flex-start; width: 35%; margin-right: 60px; border-radius: 6px; overflow: hidden; box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); background-color: #222222;
}
.product-details {
align-self: flex-start; font-family: 'work-sans',sans-serif;
width: 65%; color: #fff;
}
.product-details .entry-category-title {
font-family: 'work-sans',sans-serif;
font-size: 24px; margin-bottom: 10px; }
.product-details .entry-content {
font-size: 18px; }
@media screen and (max-width: 480px) {
.product-wrapper {
flex-direction: column; align-items: center; }
.product-image {
width: 100vw; margin-left: -0.54em; margin-right: 0; margin-bottom: 30px; border-radius: unset !important;
box-shadow: none; }
.product-details {
width: auto; margin-left: 20px;
margin-right: 20px;
}
}