body{font-family:Arial,Helvetica,sans-serif;background-color:#f3f3f3}main{margin-top:75px;margin-left:10px;margin-right:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background-color:#f3f3f3}@media (max-width: 960px){main{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 760px){main{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 560px){main{grid-template-columns:repeat(2,1fr);gap:10px}}section{background-color:#fff;color:#333;font-weight:700;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:7px;border-radius:5px}section>h4{color:#8b1e4d;margin:0}section>p{margin-bottom:0;font-size:small}section>button{cursor:pointer;margin-bottom:5px;margin-top:5px;background-color:#f5c5d5;border:none;border-radius:10px;width:80px;height:35px}section>button:hover{background-color:#f5c5d5ce}section:hover{box-shadow:0 2px 4px gray}main>section>img{height:150px;width:150px}footer{background-color:#000;color:#faebd7;text-align:center;padding-bottom:10px;width:auto}footer h3{text-decoration:underline}footer hr{border:1px solid #8b1e4d;margin:20px}.footer-info{margin:20px;display:flex;justify-content:space-around}@media (max-width: 760px){.footer-info{display:grid}}.socials{margin:30px}.socials a{background-color:#000;margin:6px}body{margin:0}header{background-color:#8b1e4d;height:60px;margin-right:90px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;top:0;z-index:1000;box-shadow:2px 4px #ffc0cba6}.logo-btn{background-color:#8b1e4d;border:none;margin:20px}nav{display:flex;justify-content:center;align-items:center;align-content:center}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav>.gael-logo{cursor:pointer;width:45px;height:45px;border-radius:50%}nav>h3{cursor:pointer;margin-left:10px;font-family:sans-serif;color:#fff5f8}.cart{margin-right:50px;position:relative}.cart>button{cursor:pointer;background-color:#8b1e4d;border:none}.cart-message{position:absolute;top:30px;right:-10px;padding:10px;width:60px;background-color:#000000b4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff5f8;z-index:100;border-radius:5px;opacity:0;transform:scale(.9);transition:all .4s ease}.cart-message:before{content:"";position:absolute;top:-20px;right:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid rgba(0,0,0,.705)}.cart-message.show{opacity:1;transform:scale(1)}.cart-number{position:absolute;color:#fff5f8;background-color:tomato;text-align:center;font-size:smaller;padding:1px;font-weight:700;width:17px;height:17px;border-radius:50%;top:-5px;left:27px}.my-orders{display:flex;justify-content:center}@media (max-width: 760px){.my-orders,.cart-display-item{display:flex;flex-direction:column}.checkout-section{margin-left:20px}}.no-items{margin-top:80px;margin-left:20px;margin-right:20px;height:200px;background-color:#f5c5d5;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:5px;border:1px solid grey;box-shadow:0 2px 4px #00000049}.no-items:hover{border:1px solid #8b1e4d}.no-items>h2{display:flex;justify-content:center;align-items:center;margin:0;padding:10px}.ordered-list{margin-top:80px;margin-left:20px;margin-right:20px;background-color:#f3f3f3}.ordered-list>h3{margin:0;color:#8b1e4d;background-color:#fff;border-radius:5px 5px 0 0;padding:7px;text-align:center}.cart-display{background-color:#fff;color:#333;padding:7px;border-radius:0 0 5px 5px;margin-bottom:0}.cart-display-item{display:flex}.cart-display-item-info{margin-left:20px;margin-top:20px}.cart-display-item-info>p{margin-top:0}.cart-display-item-info>span{color:#8b1e4d}.cart-display>div>img{width:200px;height:200px}.quantity-section{display:flex;align-items:center;gap:25px;margin-bottom:16px}.quantity-section-value{display:flex;align-items:center;padding-left:5px;padding-right:5px;border:2px solid #f5c5d5;gap:10px;border-radius:20px;height:35px}.quantity-section-value>button,a{border:none;cursor:pointer;background-color:#fff}.quantity-section>a{color:#8b1e4d;text-decoration:underline}.quantity-section>span{width:1px;background-color:#dcdcdc;height:35px}.checkout-section{margin-top:80px;margin-right:20px;max-height:530px;background-color:#f5c5d5;padding:7px;border-radius:5px;border:1px solid #8b1e4d}.checkout-section>a>button{border-radius:10px;padding:5px;height:35px;border:1px solid black;cursor:pointer;background-color:#3d8b1e;color:#faebd7}.checkout-section>a>button:hover{border:1px solid #8b1e4d}
