#root{min-height:100vh;display:flex;flex-direction:column}section{flex:1}.transparent-div{background:linear-gradient(12deg,#210e9a37,#4981e32c 70.71%),linear-gradient(100deg,#453f986a,#00ff001f 70.71%);margin:3rem 7rem;border-radius:12px;padding:4rem 2.5rem 3rem;color:#090738e5}.transparent-div img{max-width:400px;mix-blend-mode:darken}.t-img-wrapper{display:flex;justify-content:center}.title-and-sub{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid black;padding-bottom:.4rem;margin-bottom:1rem}.title-and-sub p{font-size:1.2rem;font-weight:600}.price-and-desc{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-description{font-family:Arial,Helvetica,sans-serif;font-size:.9rem;max-width:45ch}.product-price{font-style:italic;font-size:1.3rem}.increment-container{display:flex;background-color:#ffffff95;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:.6rem 1.3rem;border-radius:25px}.increment-container>p,.increment-container>button{color:#06031baf;margin:0 .3rem}.increment-container>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none}.increment-container>button:hover{cursor:pointer;color:green}.c-and-s{display:flex;justify-content:space-around;margin-top:2rem}.c-and-s>button{background-color:#06031baf;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:.6rem 2rem;color:#fff;border-radius:25px}.c-and-s>button:hover{cursor:pointer;background-color:#23176eb7;transform:scale(1.04);transition:all .1s}.products-container{margin:5rem 8rem}.products-container img{max-width:200px;mix-blend-mode:darken}.p-cat{text-align:center;font-size:2.1rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;margin-bottom:3rem}.p-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:30px;align-items:stretch}.product{background:linear-gradient(12deg,#210e9a37,#4981e32c 70.71%),linear-gradient(100deg,#453f986a,#00ff001f 70.71%);border-radius:12px;padding:4rem 2.5rem 1rem;color:#090738e5;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.p-grid-title{font-size:1.1rem;margin-bottom:2rem}.p-grid-desc{margin:2rem 0;padding:.7rem .5rem;background-color:#f0f8ffa3;border-radius:5px}.p-grid-price{font-style:italic;font-size:1.3rem;margin-bottom:1rem}.p-grid-price:before{content:"$"}.product .c-and-s{margin-top:0;margin-bottom:1rem}.product .c-and-s .increment-container{display:flex;align-items:center}.landing-content{margin:2rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.first-section{max-width:55ch}.first-section h2,.first-section p{margin-bottom:.5rem;color:#090738e5}.first-section .cta-buttons{margin-top:1.5rem;display:flex;justify-content:space-around}.cta-buttons button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent}.cta-buttons a{text-decoration:none}.cta-buttons a,.cta-buttons button{background-color:#06031baf;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:.6rem 2rem;color:#fff;border-radius:25px}.cta-buttons a:hover,.cta-buttons button:hover{cursor:pointer;background-color:#23176eb7;transform:scale(1.04);transition:all .1s}.third-section{display:flex;justify-content:space-around;margin-bottom:4rem}.third-section p{margin-right:2rem;font-size:1.1rem}.fourth-section{margin-bottom:1rem}.fourth-section h3{font-size:1.5rem;text-decoration:underline;margin-bottom:.5rem}.fourth-section p{font-size:1.1rem;margin-bottom:.3rem}*{margin:0;padding:0}nav{display:flex;justify-content:space-between;padding:2rem;border:1px solid gainsboro;box-shadow:3px 5px 5px #dcdcdc}.categories-header>a,#company-name{text-decoration:none;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;color:#000000af;padding:.2rem .3rem;margin:0 .3rem}nav a.active{color:#2e7272;border-bottom:1px solid black}nav a:hover{background-color:#efe7de92;cursor:pointer;border-radius:5px;color:#000}nav svg:hover{cursor:pointer;transform:scale(1.2);transition:transform .2s}#company-name{font-size:1.2rem}nav svg{margin:0 .5rem}.cart-svg-container{position:relative}.notifications{position:absolute;right:0;bottom:12px;background-color:#ff00005c;border-radius:15px;padding:0 .2rem}footer{padding:2rem 3rem;border-top:1px solid gainsboro;box-shadow:1px -5px 5px #dcdcdc;max-height:100px}footer p{display:flex;justify-content:center}footer p a{text-decoration:none;display:flex}.checkout-container{display:flex;margin:3rem 4rem;padding:1rem;justify-content:space-between;border:1px solid rgba(56,56,59,.179);border-radius:25px}.checkout-container .img-container img{max-width:50px}.tile-x-amount{display:flex;flex-direction:column;justify-content:center;align-items:center}.tile-x-amount p:last-child{margin-top:.5rem}.u-or-r-container{display:flex;flex-direction:column;justify-content:space-around;padding:0 4rem}.update-cart-container{display:flex;padding:0 4rem;margin-bottom:.5rem}.update-cart-container .increment-container{padding:0;margin-left:.5rem;display:flex;align-items:center;border:1px solid rgba(6,3,27,.685);padding:.5rem}.remove-from-cart-container{display:flex;justify-content:center}.update-cart-container>button,.remove-from-cart-container>button{background-color:#06031baf;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;color:#fff;border-radius:25px}.update-cart-container>button{padding:.6rem .9rem}.remove-from-cart-container>button{padding:.6rem 1.4rem}.update-cart-container>button:hover,.remove-from-cart-container>button:hover{cursor:pointer;transform:scale(1.04);transition:all .1s}.update-cart-container>button:hover{background-color:#23176eb7}.remove-from-cart-container>button:hover{background-color:#1b0314af}.checkout-total{display:flex;justify-content:center;margin-bottom:3rem}.checkout-total h3 span{text-decoration:underline}#empty-cart{display:grid;justify-content:center;align-items:center}.no-items{max-width:45ch;border:1px solid rgba(56,56,59,.179);border-radius:25px;padding:1rem;font-size:1.2rem}
