.container{display:flex;flex-direction:column}.container .big-image img{position:relative;width:100%;height:70vh;object-fit:cover}.container .big-image a{border:2px solid white;padding:.2rem .3rem;font-size:24px;color:#fff;position:absolute;bottom:25%;left:3%}.container .big-image a:hover{color:#ddb892;border:3px solid #ddb892;font-weight:700}.button{align-self:start;font-size:24px;box-sizing:border-box;margin:1rem 7.5rem;background-color:#ddb892;border:2px solid #ddb892}.button:hover{border:2px solid #7f5539}.cards{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:2rem 0;box-sizing:border-box;gap:1rem}.cardList{display:flex;flex-direction:column}.showMoreBtn{align-self:center;width:30%;background-color:#ddb892}.showMoreBtn a,.showMoreBtn a:hover{color:#000}.card{width:15%;min-width:300px;display:flex;flex-direction:column;padding:1rem;gap:.5rem}.card .info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;height:30rem;border:2px solid #7f5539;border-radius:.5rem;position:relative}.card .info .name{color:#000}.card .info img{width:70%;height:70%;object-fit:contain;padding-top:1rem}.card .info .price{font-size:22px;font-weight:700;color:#7f5539;padding-bottom:1rem}.card .info .description{position:absolute;padding:10%;background-color:#fff;width:100%;height:100%;box-sizing:border-box;margin:0;border-radius:.5rem;display:none}.card .info:hover .description{display:inline;opacity:1;color:#000}.buy-now{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ddb892;box-sizing:border-box;cursor:pointer;font-size:1rem;font-weight:600;text-align:center;-webkit-user-select:none;user-select:none;width:100%;margin:0;border-radius:8px;border:2px solid #ddb892}.buy-now:hover{border-color:#7f5539;color:#000}.AboutUs{padding:2rem;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem}.AboutUs img{width:100%}.AboutUs p{font-size:1.17rem;font-weight:400;line-height:170%;margin:0;text-align:justify}.AboutUs h1{margin:0}.Store{display:flex;flex-direction:column;justify-content:center;align-items:center}.Store .btns{padding:1rem 0}.Store .btns .btn{align-self:start;font-size:24px;box-sizing:border-box;margin:1rem 7.5rem;background-color:#ddb892;border-radius:8px;border:2px solid #ddb892;padding:.5rem 1rem}.Store .btns .btn:hover{border:2px solid var(--secondary-color)}.Store .cards{display:flex;flex-wrap:wrap;justify-content:center}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.link{color:#000;list-style:none}.link a{color:#000}.link a:hover{color:#fff}#root{width:100vw;height:100vh;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.navBar{background-color:#ddb892;width:100%;padding:.3rem 2rem;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:80px}.links{display:flex;flex-direction:row;gap:4rem}.item{color:#fff;aspect-ratio:1;border-radius:50%;background-color:var(--secondary-color);text-align:center;width:20px;font-size:14px;margin:0 auto}.footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;box-sizing:border-box;background-color:#ddb892}.footer-link{display:flex;flex-direction:column;gap:.5rem}.CartCard{display:flex;gap:5rem;height:20rem;border:3px solid #7f5539;border-radius:.5rem;padding:1rem}.CartCard img{max-height:20rem;min-width:10rem}.CartCard .info{display:flex;flex-direction:column;justify-content:space-around;align-items:start}.CartCard .info .name{font-weight:600;font-size:20px}.CartCard .info .shop-product{display:flex;justify-content:center;align-items:center;gap:2rem}.CartCard .info .shop-product .btnGroup{display:flex;justify-content:center;align-items:center;gap:.5rem}.CartCard .info .shop-product button{margin:0;padding:.2rem .5rem;background-color:#ddb892;border:2px solid #ddb892;border-radius:8px;display:flex;justify-content:center;align-items:center}.CartCard .info .shop-product button:hover{border:2px solid #7f5539}.containerCart{box-sizing:border-box;display:flex;flex-direction:row;flex-grow:1;gap:1rem;padding:1rem}.containerCart .cardsOfCart{display:flex;flex-direction:column;flex-grow:1;gap:1rem;box-sizing:border-box}.containerCart .checkOut{background-color:#ddb892;font-size:24px;font-weight:600;border:3px solid #7f5539;border-radius:1rem;position:sticky;top:1rem;padding:1rem 2rem}.containerCart .total{white-space:nowrap}.containerProduct{align-self:center;height:20rem;width:70%;box-sizing:border-box;padding:1rem;margin:1rem;border:3px solid #7f5539;border-radius:1rem;display:flex;justify-content:center;gap:3rem}.containerProduct img{height:18rem}.containerProduct .info{display:flex;flex-direction:column;justify-content:space-between;align-items:start}.containerProduct .title{color:#7f5539;font-size:60px;font-weight:600}.containerProduct .price{color:#7f5539;font-weight:600;font-size:30px}.containerProduct .buyItem{display:flex;justify-content:center;align-items:center;gap:4rem}.containerProduct button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ddb892;box-sizing:border-box;cursor:pointer;font-size:1rem;font-weight:600;text-align:center;-webkit-user-select:none;user-select:none;width:100%;border-radius:8px;border:2px solid #ddb892;padding:.5rem 1rem}.containerProduct button:hover{border-color:#7f5539;color:#000}
