.header-container{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 40px;border-bottom:2px solid #3A4895;color:#fff}#title{text-decoration:none;font-size:2rem;color:#3a4895;font-weight:700}.right-side-header-links{display:flex;justify-content:space-evenly;align-items:center;width:150px}#basket-icon{font-size:40px;color:#3a4895;position:relative}#basket-items{position:absolute;left:95.2%;top:1%;font-size:14px;background-color:red;padding:2px 8px;border-radius:12px;color:#fff}.footer-container{display:flex;justify-content:space-between;align-items:center;height:80px;width:100%;padding:0 40px;background-color:#3a4895;color:#fff}.footer-container>a{color:#fff;text-decoration:none;font-size:1.3em;font-weight:700}.homepage-container{min-height:100vh}.products-container{display:grid;grid-template-columns:repeat(4,1fr)}.buttons-container button{border:none;font-size:18px;margin:20px;cursor:pointer;background-color:transparent}#filter-btns:hover,#show-all-btn:hover{color:#fff;background-color:#272f61}.buttons-container{text-align:center;margin:1em 0}#filter-btns,#show-all-btn{padding:10px;border-radius:12px;border:none;background-color:#3a4895;color:#fff}.ring{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:transparent;border:3px solid #3c3c3c;border-radius:50%;text-align:center;line-height:190px;font-family:sans-serif;font-size:22px;color:#3a4895;letter-spacing:4px;text-transform:uppercase;box-shadow:0 0 22px #00000080}.ring:before{content:"";position:absolute;top:-3px;left:-3px;width:100%;height:100%;border:3px solid transparent;border-top:4px solid #385170;border-right:3px solid #385170;border-radius:50%;animation:animateC 2s linear infinite}@keyframes animateC{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animate{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}.product-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;margin:10px 25px 20px;padding:20px 40px;box-shadow:0 0 5px -1px #bebdbdbf;-webkit-box-shadow:0px 0px 5px -1px rgba(190,189,189,.75);-moz-box-shadow:0px 0px 5px -1px rgba(190,189,189,.75)}.product-card img{width:250px;height:260px;border:1px solid lightgrey;padding:50px;border-radius:8px;align-self:center}.bottom-card-section{display:flex;align-items:center;margin-top:20px;justify-content:space-between}.product-card>h4{font-size:16px;padding:10px 0 5px}#discover-more-btn{background:#FFD814;font-size:1.2rem;padding:5px 10px;cursor:pointer;text-decoration:none;color:#000;height:fit-content;border-radius:5px}#discover-more-btn:hover{background-color:#385170;color:#fff}.bottom-card-section>h4{font-size:20px}.dark #discover-more-btn{color:#fff;border:2px solid #385170}#heart-btn{position:absolute;left:70%;top:7%;width:45px;height:45px;text-align:center;font-size:18px;padding:10px 0;background-color:#d3d3d3;border-radius:50%;cursor:pointer;color:#3a4895}.product-card>p{font-size:16px;color:gray}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.contact-container>h1{margin-bottom:20px;color:#3a4895;font-size:40px}.form-container{display:flex;flex-direction:column;position:relative;gap:15px;width:600px;padding:50px 20px;border-radius:20px;border:2px solid #3A4895}.form-container input,textarea{padding:10px 0;border-radius:12px;background:#B4B4B4;text-align:center;font-size:20px;color:#fff;border:none}.form-container textarea{width:100%;height:100%;resize:none}.form-container ::placeholder{font-size:20px;color:#fff}#submit-form-btn{padding:10px 0;border-radius:12px;border:2px solid #3A4895;text-align:center;font-size:22px;color:#3a4895;cursor:pointer;background:transparent}#submit-form-btn:hover{background:#3A4895;color:#fff}.show-message{border-radius:12px;padding:10px;transition:all .4s ease-in-out;text-align:center;font-size:20px;color:#3a4895}.checkicon i{font-size:22px;color:#47d764;position:absolute;left:50px}.modal-container2{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;height:200px;width:450px;text-align:center;padding:90px 0 10px}.modal-container2 h2{color:#3a4895}#modal-check-icon2{position:absolute;font-size:80px;color:green;top:-10px}.checkout-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:20px 0}.checkout-box{box-shadow:0 0 10px -1px #686666bf;-webkit-box-shadow:0px 0px 10px -1px rgba(104,102,102,.75);-moz-box-shadow:0px 0px 10px -1px rgba(104,102,102,.75);width:950px;height:auto}.checkout-container-header{display:flex;justify-content:space-between;padding:30px 20px 20px 62px;font-size:26px;border-bottom:2px solid #3A4895;margin:0 10px}.right-side-checkout-container{display:flex;gap:60px}.checkout-product-item{display:flex;border-bottom:2px solid #3A4895;margin:0 10px}.checkout-left-side,.checkout-right-side{display:flex;align-items:center}.checkout-left-side{gap:15px;width:60%;padding:5px 40px}.checkout-left-side img{width:150px;height:200px}.checkout-right-side{width:40%;gap:100px}.checkout-product-item img{width:110px;height:110px;margin:10px 0}#quantity,#remove-icon{font-size:25px}.checkout-container-footer{display:flex;flex-direction:column;float:right;padding:20px 0 60px;font-size:20px;gap:40px;margin-right:60px}.checkout-container-footer button{font-size:18px;font-weight:700;padding:15px 20px;background:#FFD814;text-align:center;border:none;cursor:pointer}#no-items-added-message{font-size:30px;color:#3a4895}.modal-container{height:350px;width:600px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:50px;background-color:azure;padding:90px 0 10px}.modal-container p{font-size:20px;color:gray;margin:0 20px}#modal-check-icon{position:absolute;font-size:80px;color:green;top:-10px}#return-btn{border:2px solid green;padding:10px;background-color:transparent;font-size:20px;border-radius:6px;cursor:pointer}#return-btn:hover{background-color:green;color:#fff}.product-details-container{display:flex;justify-content:center;margin:150px 300px;gap:50px;box-shadow:0 0 5px -1px #bebdbdbf;-webkit-box-shadow:0px 0px 5px -1px rgba(190,189,189,.75);-moz-box-shadow:0px 0px 5px -1px rgba(190,189,189,.75)}.product-details-container img{width:250px;height:380px;padding:40px 0}.product-info{display:flex;flex-direction:column;width:50%;height:auto;padding:40px 0;gap:28px}#item-category,#item-title,#item-price,#item-description{font-size:22px}#item-long-description{font-size:18px}#add-to-cart-btn{font-size:22px;font-weight:700;padding:10px 0;background:#FFD814;text-align:center;width:60%;cursor:pointer}*{margin:0%;padding:0;box-sizing:border-box}body{height:100%;background-color:azure}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:8px}::-webkit-scrollbar-thumb{background:lightgray;border-radius:8px}@media (max-width: 1024px){.products-container{grid-template-columns:repeat(3,1fr)}.checkout-container{margin-right:75px;margin-top:40px}.form-container{width:500px}.header-container{padding:0 40px}#basket-items{left:93%}.product-card{padding:10px}.header-container,.footer-container{width:100%;border:none}.product-details-container{margin:150px}.checkout-box{margin-left:80px}.contact-container{width:100%}.modal-container2{height:150px}.ring{left:50%}}@media (max-width: 920px){.header-container,.footer-container{width:auto}}@media (max-width: 769px){.products-container{grid-template-columns:repeat(2,1fr);width:auto}.product-card{padding:15px;margin:10px}#show-all-btn,#filter-btns{padding:10px;font-size:16px}.product-card img{width:225px;height:225px}#heart-btn{top:6%;left:65%;font-size:16px}.bottom-card-section{gap:150px}.form-container{width:450px}#basket-items{left:91%}.checkout-box{margin-left:70px}.buttons-container{margin-left:29px}.product-details-container{margin:100px 40px}.product-details-container img{width:200px;height:400px}.checkout-box{width:700px}.checkout-right-side{gap:80px}.checkout-left-side{width:54%}.checkout-container{min-height:100vh}.checkout-container-header p{font-size:22px}.checkout-container-header{padding:20px}.right-side-checkout-container{gap:47px}}@media (max-width: 620px){.products-container{grid-template-columns:repeat(2,1fr)}.checkout-container{margin-right:0}.product-card{margin:0}.bottom-card-section{gap:30px}#discover-more-btn{padding:5px;font-size:16px}.product-card img{width:180px;height:200px}.product-card h4{font-size:14px}#heart-btn{top:6%;left:66%;width:40px;height:40px}#basket-items{left:84%}.contact-container h1{margin-right:20px;color:#3a4895;font-size:30px}.form-container{width:80%}#item-category,#item-title,#item-price,#item-description{font-size:18px}#submit-form-btn{font-size:14px}.form-container input,textarea{font-size:16px}.footer-container h2{font-size:20px}#contact-us-btn{font-size:22px}.header-container{border-bottom:0}.product-details-container{flex-direction:column;margin:50px 20px;align-items:center;padding:20px 0}.product-details-container img{width:200px;height:200px;padding:10px 0}.product-info{padding:0;gap:15px}#add-to-cart-btn{width:100%;font-size:16px}.checkout-box{width:400px}.right-side-checkout-container{gap:20px}.checkout-container-header{padding:10px}.checkout-container-header p{font-size:16px}.checkout-left-side{flex-direction:column;padding:0;width:45%}.checkout-right-side{gap:55px;font-size:12px;margin-left:10px}.checkout-container-footer{padding:10px;gap:20px;font-size:16px}.checkout-left-side h3{font-size:16px}#checkout-btn{font-size:14px;padding:10px}.checkout-product-item img{width:80px;height:100px}.modal-container{width:250px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;gap:30px;background-color:azure;padding:60px 0 10px;font-size:14px}#return-btn{font-size:16px}#no-items-added-message{font-size:20px}#modal-check-icon{font-size:60px}.modal-container2{width:280px;font-size:16px}#modal-check-icon2{font-size:50px;gap:20px}.ring{top:55%;left:50%;width:150px;height:150px;line-height:150px;font-size:16px}}@media (max-width: 425px){.products-container{grid-template-columns:repeat(1,1fr)}.footer-container{padding:10px 20px}#title,#basket-icon{font-size:30px}.product-card{margin:20px}#show-all-btn,#filter-btns{font-size:14px}.product-details-container img{width:150px;height:200px}.checkout-product-item{display:block;border:none}.checkout-left-side{width:auto;padding-bottom:25px}.checkout-container-header{display:none}.checkout-container-footer{display:block}.form-container::placeholder,textarea{font-size:12px}.modal-container{width:200px;gap:20px;font-size:14px}#checkout-btn{margin-top:20px}.checkout-right-side{gap:140px}#quantity{display:none}.checkout-box{width:auto;margin:0 20px;padding:20px 0}.bottom-card-section{gap:85px}.footer-container h2,#contact-us-btn{font-size:16px}#basket-items{top:2%;left:79.5%;font-size:12px}.modal-container2{height:150px;width:200px}.modal-container2 h2{font-size:18px}}
