@import"https://fonts.googleapis.com/css2?family=Poller+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{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;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;font-family:Roboto,serif;font-size:1.2rem;background-color:#034732}#root{min-height:100vh;display:flex;flex-flow:column nowrap;align-items:center}h1{font-size:3.2em;line-height:1.1;font-family:Poller One;font-style:normal}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{background-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}button{background-color:#f9f9f9}}.mainContainer{max-width:1080px;display:flex;flex:1 1 auto;flex-shrink:0;padding:1rem .5rem}.shopIntro{display:flex;align-items:center;gap:1rem}.homeImg{width:calc(15vw + 12rem);border-radius:15px}.ShopDesc{display:flex;flex-flow:column nowrap}@media (max-width: 568px){.shopIntro{flex-direction:column;justify-content:center;align-items:center}.homeImg{width:60vw;border-radius:15px}.ShopDesc{align-items:center}}.pdtContainer{border:1px solid green;border-radius:10px;max-width:350px;text-align:center;padding-bottom:.5rem}.pdtImage{background-color:#fff;width:100%;max-height:200px;padding:1rem;border-radius:10px 10px 0 0;transition:.2s ease}.pdtContainer:hover .pdtImage{transform:translateY(-20px) scale(1.02);border-radius:10px;background-color:#add8e6}@media (max-width: 568px){.pdtContainer{max-width:180px;font-size:1.2rem}}.itemsHolder{max-width:1280px;display:flex;flex-flow:row wrap;gap:1.5rem;padding:.5rem;margin:4rem 2rem;font-size:1.6rem}@media (max-width: 568px){.itemsHolder{gap:.5rem;margin:1rem 0}}.amountText{font-size:1.6rem;margin:1rem;color:#f5b700;background-color:#000;padding:.2rem .4rem;border-radius:10px}.cartActions{padding:0 1rem;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:1rem}.cartActions>button{height:60px;display:flex;align-items:center}.cartItemPrice{font-size:1.8rem;margin:0;color:#f5b700}.cartItemAmount{font-size:1.8rem;margin:0;color:#008bf8}@media (max-width: 568px){.cartActions>button{height:40px;padding:1.2rem}.cartItemPrice,.cartItemAmount{font-size:1.2rem}}.pdtDesc{padding:4rem 1rem;max-width:600px;text-align:center}.pdtViewImg{width:calc(10vw + 50px)}.headerContainer{display:flex;flex-flow:row wrap;width:100%;gap:1rem;justify-content:space-between;align-items:center;padding:1rem 2rem;position:sticky;top:0;border-bottom:1px solid green;background-color:#2e3532}.headingText{font-weight:600;margin:1rem 0rem}.headerLinksContainer{display:flex;gap:1rem}.cartBtn{position:relative}.cartBtn:before{content:attr(data-count);position:absolute;top:-1em;right:-1em;height:1.5em;width:1.5em;background-color:#643a71;padding:.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;border:1px solid #CBEAA6}@media (max-width: 568px){.headingText{font-size:3rem}.headerContainer{justify-content:center}}.footerContainer{width:100%;display:flex;flex-flow:row nowrap;justify-content:center;padding:.4rem 1rem;border-top:1px solid green;margin-top:auto;background-color:#2e3532}.footerContainer>h1{font-size:1.6rem}
