.navbar .dropbtn,.navbar a{color:var(--main-color)}header.responsive{text-align:center;display:none;justify-content:space-between;padding:0 5%;position:relative;top:10rem}header.responsive .btn-container{margin:0}header.responsive .btn-container .btn{min-width:unset}.page{display:flex;flex-direction:row-reverse;gap:2rem;padding:2rem 5%;min-height:60vh}main{margin-top:10rem;margin-bottom:2rem}main header{text-align:center;margin-bottom:1rem}main header .btn{min-width:unset;margin:0}main header h1{border-bottom:.2rem solid var(--second-color);width:fit-content;margin:0}main .product-details,main>section:first-child{width:calc(100% - 20rem)}main .products{padding:.5rem}main .product-details .images-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}main .product-details .images-container img{max-height:30rem;object-fit:contain}main .product-details .images-container .btn{min-width:unset;font-size:2rem}main .product-details .images-container .btn i{display:block}main .product-details p{padding:0 2rem;margin:1.5rem 1rem;font-size:1.2rem;text-align:justify}aside{background-color:#f4f4f4;padding:1rem 2rem;width:20rem}aside header{text-align:unset}aside header h1{margin:0 0 1rem;font-weight:500}aside .list{flex-direction:column}aside .list li{padding:0 1rem}@media (max-width:992px){header.responsive{display:flex}.page{flex-direction:column-reverse;min-height:unset}aside,main .product-details,main>section:first-child{width:100%}aside{display:none}main .product-details .images-container{margin-bottom:7rem}main .product-details .images-container .btn{position:absolute;bottom:-5rem}main .product-details .images-container .btn:first-child{right:0}main .product-details .images-container .btn:last-child{left:0}}