.content{background-color:var(--main-gray)}.content-section{max-width:1100px;margin:0 auto;padding:20px}.content-section .content-middle{min-height:100vh;display:flex;flex-direction:column;padding-bottom:60px}.content-section .content-middle h1{font-size:3rem;line-height:3.5rem;padding-bottom:20px}.content-section .content-middle h2{font-size:2rem;line-height:2.5rem;padding-bottom:20px}.wishlist{margin:0 auto}.wishlist-container{display:flex;flex-direction:row;gap:10px;padding-bottom:50px;border-top:1px solid #000;margin-top:20px}.wishlist-container .wishlist-product-image{width:150px;height:150px;object-fit:cover;display:block}.wishlist-container .wishlist-product-detail{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.wishlist-container .wishlist-product-detail div:nth-child(-n+2){border-bottom:1px solid #000}.wishlist-detail-model,.wishlist-detail-code,.wishlist-detail-desc{display:flex;flex-direction:row;gap:8px;align-items:center;width:100%;align-items:flex-start;padding:10px}.wishlist-detail-label{width:100px;flex-shrink:0}.wishlist-value-label{font-weight:300}.wishlist-product-action{flex:1;display:flex;flex-direction:row;gap:10px;min-width:400px;align-items:flex-start;justify-content:flex-end}@media(max-width:1100px){.wishlist-container{flex-direction:column}}