.product__main{display:grid;grid-column-gap:60px;column-gap:60px;align-items:start;grid-template-columns:65% 1fr;grid-template-rows:auto 1fr;grid-template-areas:"images head" "images info";padding:40px 0;background-color:var(--bg-primary)}.product__images{grid-area:images;position:relative}.product__head{grid-area:head}.product__info{grid-area:info}.product__images .favorite-button{position:absolute;right:20px;top:15px}.product .breadcrumbs{margin-bottom:10px}.product__name{font-size:33px;font-weight:400}.product__price{font-size:21px;font-weight:600;margin-top:5px}.product__attributes{margin:20px 0 30px}.product__attribute{margin-bottom:15px;font-size:17px}.product__attribute-key{font-size:20px}.product__attribute-value{font-weight:300}.product__merchant{margin-top:20px;border:1px solid var(--border-primary);padding:20px 25px;border-radius:3px}.product__merchant-head,.product__merchant-summary{display:flex;gap:20px}.product__merchant-head{align-items:start;justify-content:space-between}.product__merchant-logo{min-width:75px;min-height:75px;width:75px;height:75px;border-radius:100%;background-color:var(--bg-secondary)}.product__merchant-name{font-family:var(--font-family-serif);font-weight:600;font-size:18px}.product__merchant-location{font-size:18px}.product__merchant-details-link{text-decoration:underline}.product__merchant .follow-button{border:1px solid var(--border-primary);padding:6px 21px;position:relative;top:-8px;right:-5px}.product__merchant-contacts{margin-top:20px}.product__merchant-email,.product__merchant-landline,.product__merchant-phone,.product__merchant-whatsapp{display:flex;align-items:center;gap:8px;margin-bottom:10px}.product__merchant-email span,.product__merchant-landline span,.product__merchant-phone span,.product__merchant-whatsapp span{transition:color .3s}.product__merchant-email:hover span,.product__merchant-landline:hover span,.product__merchant-phone:hover span,.product__merchant-whatsapp:hover span{color:var(--color-primary-darker)}.product__merchant-whatsapp{margin-bottom:0}.product__merchant-whatsapp img{max-width:25px;padding:1px}.product__details{margin-top:50px;margin-bottom:45px;padding-top:10px;padding-bottom:50px}.product__details-title{font-size:25px;margin-bottom:10px}.product__details-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.product__sheet{display:grid;grid-template-columns:auto 1fr}.product__sheet-key,.product__sheet-value{padding:10px 20px;border-bottom:1px solid var(--border-primary)}.product__sheet-key{padding-left:0;font-size:15px;font-weight:500}.product__sheet-key:nth-last-child(2),.product__sheet-value:last-child{border-bottom:0}.product__description{font-size:18px;font-weight:300;white-space:pre-line}.product__merchant-details{padding-top:5px}.product__merchant-details-head{display:flex;gap:20px;max-width:600px}.product__merchant-specialisation{font-style:italic}.product__merchant-details .product__merchant-logo{min-width:90px;min-height:90px;width:90px;height:90px}.product__merchant-text{display:flex;margin-top:20px;gap:40px}.product__merchant-company,.product__merchant-history{font-size:18px;font-weight:300}.product__merchant-history{max-width:600px}.product__merchant-company{max-width:400px}.product__merchant-hours-title,.product__merchant-legal-title{font-weight:500}.product__merchant-legal{margin-top:15px}.product__merchant-products{margin-top:80px;margin-bottom:80px}.product__merchant-product-heading{margin-bottom:30px}.product__merchant-products-title{font-family:var(--font-family-serif);font-size:28px}.product__merchant-products-link{display:block;font-size:18px;margin-top:10px;text-decoration:underline}@media screen and (max-width:1200px){.product__main{grid-template-columns:50% 1fr}}@media screen and (max-width:768px){.product__main{padding-top:20px;grid-template-columns:1fr;grid-template-areas:"head" "images" "info"}.product__images,.product__info{width:100%}.product .breadcrumbs{justify-content:center}.product__name{margin-bottom:30px;text-align:center}.product__details{padding-top:10px;padding-bottom:25px;margin-top:0;margin-bottom:30px}.product__details-content{display:block}.product__description{margin-bottom:20px}.product__merchant-products{margin-top:30px}.product__merchant-products-title{font-size:23px}}