@font-face{font-family:RubikMonoOne;src:url(/assets/RubikMonoOne-09711b5e.ttf)}:root{--blue-medium: #0074B7;--blue-dark: #003B73;--blue-gray: #90ADC6;--light-gray: #E9EAEC}*{box-sizing:border-box}body{margin:0;font-family:system-ui,Inter,sans-serif;background-color:#f5f3f0}.site-layout{display:flex;flex-direction:column;min-height:100vh}header{padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:600;border-bottom:2px solid var(--blue-medium);border-radius:10px}.nav-home{font-family:RubikMonoOne;font-size:1.5rem;font-weight:400;color:var(--blue-dark)}.nav-home:hover{color:var(--blue-dark);text-decoration:underline}.nav-right{font-size:1.2rem;text-decoration:none;display:flex;align-items:center;gap:1.2rem;color:#000}.nav-right>a{color:#000}a{text-decoration:none}a:hover,.active-link{color:var(--blue-medium)}.header-cart{position:relative}.header-cart>span{position:absolute;top:-10px;font-size:.9rem;background-color:var(--blue-medium);color:#fff;width:20px;height:20px;border-radius:10px;text-align:center}footer{background-color:var(--blue-medium);font-weight:600;font-size:1.2rem;color:#fff;padding:1.2rem;text-align:center;width:100%;margin-top:auto}.home-container{padding:2rem;align-self:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.home-left{max-width:1000px;font-size:1.3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.home-img{width:100%;max-width:1000px}.store-link{width:50%}.home-button{background-color:var(--blue-medium);padding:.5rem;border-radius:5px;color:#fff;font-size:1.2rem;font-weight:600;-webkit-user-select:none;user-select:none;cursor:pointer;height:3rem;border:none;width:100%}.home-button:hover{color:#fff;opacity:90%}.sort-price{display:flex;gap:.5rem;align-items:center;padding:1.5rem 1.5rem 1rem 0;align-self:flex-end;cursor:pointer;font-size:1.1rem;color:var(--blue-dark);font-weight:600;-webkit-user-select:none;user-select:none}.price-asc{transform:rotate(180deg);transition:transform .15s ease}.price-desc{transform:rotate(0);transition:transform .15s ease}.products-container{padding:.5rem 1.5rem 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;gap:1rem}.product-element{border:2px solid var(--blue-gray);background-color:var(--light-gray);border-radius:10px;padding:.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.product-element:hover{border:5px solid orange}.product-element-text{font-size:1.2rem}.product-element-img{aspect-ratio:1/1;object-fit:contain}.product-element-title{color:#000;font-weight:600}.product-element-title,.cart-product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.product-element-price{color:var(--blue-dark);font-weight:600}img{max-width:100%;border-radius:10px;mix-blend-mode:multiply}.loading{position:absolute;top:30%;align-self:center}.product-detail{padding:1.5rem 3rem;display:flex;gap:2rem;align-items:center;align-self:center;max-width:1000px}.product-detail-img{max-width:300px;object-fit:contain}.product-detail-cart-container{display:flex;gap:1rem}.product-detail-cart-increment{display:flex;align-items:center;justify-content:space-between;gap:10px;width:125px;border-radius:5px;padding:.5rem;background-color:#d8d5d5}input[type=number]{border:none;background-color:inherit;width:50px;font-size:1.2rem;font-weight:600;text-align:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.increment-icon{cursor:pointer;color:var(--blue-medium);font-weight:600}.product-detail-cart-button,.cart-summary>button{background-color:var(--blue-medium);border:none;padding:.5rem;border-radius:5px;color:#fff;font-size:1.2rem;display:flex;align-items:center;gap:1rem;font-weight:600;-webkit-user-select:none;user-select:none;cursor:pointer}.return-link{color:#000;margin:3rem 0 0 3rem;display:flex;align-items:center;gap:.5rem;width:fit-content}.return-link:hover{color:var(--blue-dark)}.cart-container{padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-product{display:grid;grid-template-columns:8rem 1fr 2rem;gap:1rem;align-items:center;background-color:var(--light-gray);width:100%;max-width:1000px;border-radius:5px;padding:.5rem 1.2rem .5rem .5rem}.cart-product-img{height:8rem;width:8rem;object-fit:contain}.cart-product-info{display:flex;flex-direction:column;gap:1rem}.cart-product-title{font-size:1.4rem;font-weight:600}.cart-product-bottom{display:flex;gap:1.5rem;font-size:1.4rem}.cart-product-totalprice{font-weight:600}.trash-icon{margin-left:auto;font-size:1.7rem}.trash-icon:hover{cursor:pointer;color:var(--blue-medium)}.cart-summary{display:flex;align-items:center;justify-content:space-between;padding:1rem;width:100%;max-width:1000px}.cart-summary>div{font-weight:600;font-size:1.7rem}.cart-container>h1{color:var(--blue-dark);width:100%;max-width:1000px}button:hover{opacity:90%}.error-container{display:flex;flex-direction:column;align-items:center;padding:2rem}.error-container>pre{font-size:1rem}@media only screen and (max-width: 722px){header{padding:1rem 1.3rem}.nav-home{font-size:1.3rem}.home-container{padding:1.3rem}footer{font-size:1rem;padding:1rem}.products-container{padding:.5rem 1.3rem 2rem}.return-link{margin:1.3rem 0 0 1.3rem}.product-detail{flex-direction:column;padding:1.5rem 1.3rem}.product-detail-img{max-width:100%}.cart-container{padding:.5rem}.cart-product{gap:1rem;grid-template-columns:4rem 1fr 1rem}.cart-product-img{height:4rem;width:4rem}.cart-product-title{font-size:1.1rem}.cart-product-bottom{font-size:1.1rem;gap:.7rem}.cart-summary>div{font-size:1.4rem}.trash-icon{font-size:1rem}}
