html,body{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}#root{height:100%}.appContainer{display:flex;flex-direction:column;min-height:100%;--dark-blue: #213547}h1,h2{margin:0;font-weight:500}main{display:flex;flex-direction:column;flex:1}header{display:flex;gap:32px;align-items:center;height:10vh;padding:0 64px;background-color:var(--dark-blue);color:#fff;justify-content:space-between;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:1}header h1{font-size:2.4em}header a,header a:hover{color:#fff}header .mainLogo{display:flex;gap:8px;align-items:center}.headerNavigation{display:flex;align-items:center;gap:64px}.headerNavigation img{height:2em;width:2em;display:block}.headerNavigation nav{display:flex;align-items:center;gap:32px}.headerNavigation a{position:relative}.totalItems{position:absolute;top:-8px;left:24px;font-size:.55em;background-color:#dc143c;padding:1px 4px;border-radius:4px;min-height:5px;min-width:5px;text-align:center}footer{display:flex;background-color:var(--dark-blue);color:#fff;padding:64px;gap:16px;justify-content:space-between}footer a{color:#b1b5ff}footer a:hover{color:#8a90ff}footer div{max-width:500px}footer div p{margin:0}footer div h3:after{background-color:#d3d3d3;content:"";display:block;height:2px;position:absolute;width:48px;margin-top:8px}.quickLinks,.contactInfo,.aboutOdinShop{display:flex;flex-direction:column;gap:5px}.heroSectionContainer{position:relative;height:90vh}.heroSectionContainer .backgroundImage{position:absolute;object-fit:cover;width:100%;height:100%}.heroSection{padding:64px;position:relative;box-sizing:border-box;height:100%}.welcomeMessage{font-size:2em;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.heroSection .content{display:flex;flex-direction:column;gap:32px;width:50%}.heroSection .content .tagline{width:75%;line-height:1.6}.heroSectionBtns{display:flex;gap:32px;align-items:center}.shopNowBtn{padding:.8em 2.4em;border-radius:16px;color:#fff;font-weight:700;background-color:#3a4b54}.shopNowBtn:hover{filter:brightness(90%);border-color:none;outline:none}.aboutUsBtn{color:#3a4b54}.aboutUsBtn:hover{filter:brightness(75%)}.scrollDown{display:flex;align-items:center;gap:16px;position:absolute;font-size:15px;color:var(--dark-blue);bottom:10px;left:0;right:0;margin-inline:auto;width:fit-content;-webkit-user-select:none;user-select:none}.featuredProducts{display:flex;flex-direction:column;padding:64px;align-items:center;gap:48px}.featuredProducts .sectionTitle{font-size:2.8rem;margin-bottom:16px}.featuredProducts .sectionTitle:after{background-color:#d3d3d3;content:"";display:block;height:3px;left:50%;position:absolute;transform:translate(-50%);width:60px;margin-top:10px}.featuredProducts .products{display:flex;justify-content:space-between;gap:16px;align-self:stretch}.featuredProducts .products .product{width:240px;min-width:200px;text-align:center}.featuredProducts .product .image{max-height:300px}.viewAll,.addToCartBtn{color:var(--dark-blue);border:2px solid var(--dark-blue);background-color:#fff;padding:.8em 2.4em;border-radius:16px;font-weight:700;transition:.25s ease background-color,.25s ease color}.viewAll:hover{color:#fff;background-color:var(--dark-blue)}.product{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;border:2px solid lightgray;padding:24px;border-radius:16px;transition:transform .3s ease,box-shadow .3s ease}.product .image{width:100%}.product:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.btns{align-self:stretch;display:flex;justify-content:center;gap:8px}.addToCartBtn{color:var(--dark-blue);border:2px solid var(--dark-blue);background-color:#fff;border-radius:16px;font-weight:700;transition:.25s ease background-color,.25s ease color,.25s ease transform;min-width:max-content;flex:1}.addToCartBtn:hover{color:#fff;background-color:var(--dark-blue)}.addToCartBtn:active{transform:scale(.95)}.removeItemBtn{background-color:#fff;border:2px solid crimson;border-radius:16px;padding:.5em;display:flex;align-items:center;justify-content:center}.removeItemBtn:hover{background-color:#dc143c}.removeItemBtn:hover img{filter:invert(97%) sepia(97%) saturate(11%) hue-rotate(197deg) brightness(105%) contrast(102%)}.itemCountInCart{position:absolute;top:20px;font-size:.7em;left:0;background-color:var(--dark-blue);color:#fff;padding:.3em .6em;border-radius:0 4px 4px 0}.rating{display:flex;gap:8px}.imgContainer{flex:1;display:flex;align-items:center;justify-content:center}.productsContainer{padding:64px}.productsContainer .products{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.productsContainer .product{width:200px;min-width:160px}.productsContainer .product .image{max-height:240px}.productsContainer .addToCartBtn{padding:.6em}.reduce{display:flex;gap:16px;margin-bottom:16px}.reduce div{display:flex;align-items:center;gap:8px}.reduce select{padding:4px;border-radius:4px}.cartContainer{display:grid;padding:64px;gap:32px;grid-template-columns:repeat(4,1fr);align-items:start}.items{display:flex;flex-direction:column;min-width:min-content;grid-column:span 3;border:2px solid lightgray;padding:16px;border-radius:8px}.items h1{border-bottom:2px solid var(--dark-blue)}.item+.item{border-top:2px solid lightgray}.item{display:grid;grid-template-columns:100px repeat(3,1fr) 100px;grid-template-rows:repeat(2,1fr);padding:16px;align-items:center;justify-content:space-between;gap:16px}.item .image{width:80px;height:80px;grid-row:span 2;display:flex;align-items:center}.item .image img{max-height:100%;max-width:100%}.item .name{grid-column:span 3}.item .price{grid-area:2 / 2}.item .quantity{grid-area:2 / 3;display:flex;gap:16px;align-items:center}.item .quantity button{border-radius:4px;transition:.2s ease transform;display:flex;align-items:center;justify-content:center;padding:.3em .6em}.item .quantity button:active{transform:scale(.95)}.itemCount{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;width:36px;padding:5px}.itemCount::-webkit-outer-spin-button,.itemCount::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.item .totalPrice{grid-area:2 / 4}.deleteBtn{border-radius:50%;padding:12px;display:flex;align-items:center;justify-content:center;grid-area:1 / 5 / span 2;align-self:center;justify-self:end;border:2px solid crimson;background-color:#fff;transition:.25s ease background-color}.deleteBtn:hover{background-color:#dc143c}.deleteBtn:hover img{filter:invert(97%) sepia(97%) saturate(11%) hue-rotate(197deg) brightness(105%) contrast(102%)}.checkoutSection{display:flex;gap:16px;flex-direction:column;padding:16px;border:2px solid lightgray;border-radius:8px}.checkoutSection h1{border-bottom:2px solid var(--dark-blue)}.checkoutSection div{display:flex;justify-content:space-between}.checkoutSection .checkoutBtn{border-radius:2px;background-color:#40ab5d;color:#fff}.checkoutSection .checkoutBtn:hover{filter:brightness(90%)}
