@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";.header{display:flex;justify-content:space-between;align-items:center;background-color:#131921;padding:10px 20px;height:60px;position:sticky;top:0;z-index:100}.header .header-logo{width:100px;object-fit:contain;margin-right:20px;margin-top:17px}.header-search{display:flex;flex-grow:1;align-items:center}.header-searchInput{width:100%;padding:10px;border:none;border-radius:4px 0 0 4px;height:35px;outline:none}.header-search img{width:35px;background-color:#febd69;padding:5px;border-radius:0 4px 4px 0}.header-nav{display:flex;align-items:center}.header-option{color:#fff;display:flex;flex-direction:column;margin-left:10px;padding:0 10px}.header-optionOne{font-size:10px}.header-optionTwo{font-size:14px;font-weight:800}.header-optionBasket{display:flex;align-items:center;color:#fff}.header-optionBasket img{width:35px;margin-right:10px}.header-basketCount{font-size:14px;font-weight:800;color:#f08804}@media (max-width: 650px){.header{flex-direction:column;align-items:flex-start;height:auto;padding:10px}.header-logo{margin:10px 0}.header-search{width:100%;margin:0 0 10px}.header-search img{width:40px}.header-searchInput{height:40px}.header-nav{width:100%;flex-direction:row;justify-content:space-between}.header-option{margin-left:0}}@media (min-width: 651px) and (max-width: 1024px){.header{padding:10px 15px}.header-search{margin:0 10px}.header-option{padding:0 5px}.header-optionBasket img{width:30px}}@media (min-width: 1025px){.header{padding:10px 20px}.header-search{margin:0 20px}.header-optionBasket img{width:40px}}.login{display:flex;flex-direction:column;align-items:center;height:600px}.login-logo{object-fit:contain;width:100px;margin:20px auto}.login-container{width:300px;height:fit-content;display:flex;flex-direction:column;border-radius:5px;border:1px solid lightgray;padding:20px;background-color:#fff}.login-container>h1{font-weight:500;margin-bottom:20px}.login-container>form>label{margin-bottom:5px}.login-container>form>input{height:30px;margin-bottom:10px;background-color:#fff;width:98%;border:1px solid lightgray;outline:none}.login-container p{font-size:12px;margin-top:15px}.login-signInBtn{background-color:#cd9042;border:1px solid;margin-top:10px;border-color:#a88734 #9c7e31 #846a29;color:#111;cursor:pointer;width:100%;height:30px}.login-registerBtn{border-radius:2px;width:100%;height:30px;border:1px solid darkgray;margin-top:10px;cursor:pointer}.home{display:flex;justify-content:center;margin-left:auto;margin-right:auto;overflow:hidden}.home .home-container .banner{width:100%;height:400px;background-image:url(/image/home.jpg);background-size:cover;margin-bottom:-150px;-webkit-mask-image:linear-gradient(to bottom,#000,#0000);mask-image:linear-gradient(to bottom,#000,#0000);top:10px;z-index:-1}.home-row{display:flex;z-index:1;margin-left:5px;margin-right:5px}@media (max-width: 700px){.home-row{flex-direction:column;align-items:center}}@media (max-width: 620px){.home .home-container .banner{width:100%;height:400px;background-image:url(/image/home.jpg);background-size:contain;background-repeat:no-repeat;margin-bottom:-260px;-webkit-mask-image:linear-gradient(to bottom,#000,#0000);mask-image:linear-gradient(to bottom,#000,#0000);top:10px;z-index:-1}}.product{display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;z-index:1;width:100%;max-height:450px;min-width:100px;margin:10px;padding:20px;background-color:#fff;transition:.5s ease}.product:hover{background-color:#131921;color:#fff}.product>img{width:100%;max-height:170px;object-fit:contain;margin-bottom:15px;transition:all .3s ease}.product:hover img{transform:scale(1.1)}.product-info{width:100%;min-height:100px}.product-price{margin-top:5px}.product-rating{display:flex}.product-rating p{width:20px;margin:0 5px}.product-rating p img{width:100%;height:100%;object-fit:contain}.product>button{display:block;margin:10px auto 0;background-color:#cd9042;border:1px solid;border-color:#a88734 #9c7e31 #846a29;color:#111;cursor:pointer;width:150px;height:35px;border-radius:5px;transition:transform .3s ease}.product>button:active{transform:scale(.8)}.hom-row{display:flex;z-index:1;margin-left:5px;margin-right:5px}@media (max-width: 768px){.product>img{max-height:120px}}.footer{background-color:#131921;color:#fff;padding:20px 0;text-align:center}.footer-top{padding-bottom:20px}.back-to-top{color:#fff;text-decoration:none;font-weight:700}.footer-links{display:flex;justify-content:space-around;flex-wrap:wrap;padding:20px 0;border-top:1px solid #3a4553;border-bottom:1px solid #3a4553}.footer-column{flex:1;padding:10px;min-width:200px}.footer-column h3{margin-bottom:10px;font-size:16px}.footer-column ul{list-style-type:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#fff;text-decoration:none;font-size:14px}.footer-column ul li a:hover{text-decoration:underline}.footer-bottom{padding:10px;font-size:12px;color:#999}@media (max-width: 768px){.footer-links{flex-direction:column}.footer-column{margin-bottom:20px}}@media (max-width: 480px){.footer-top,.footer-column h3{font-size:14px}}.checkout{display:flex;flex-direction:row;background-color:#fff;height:max-content;padding:20px;min-height:50vh}.checkout-left{flex:.75}.checkout-right{flex:.25;padding-left:20px}.checkout-ad{width:100%;margin-bottom:10px}.checkout-title{margin-right:15px;padding:10px;border-bottom:1px solid lightgray}@media (max-width: 768px){.checkout{flex-direction:column;padding:10px}.checkout-left,.checkout-right{width:100%;padding:0}.checkout-right{margin-top:20px}}@media (max-width: 480px){.checkout{padding:5px}.checkout-title{font-size:18px}}.checkoutProduct{display:flex;margin-top:20px;margin-bottom:20px}.checkoutProduct-image{object-fit:contain;width:180px;height:180px}.checkoutProduct-info{padding-left:20px}.checkoutProduct-info>button{background-color:#f0c14b;border:1px solid;margin-top:10px;border-color:#9c7e31 #846a29;color:#111;cursor:pointer;width:150px;height:35px;border-radius:5px;transition:transform .3s ease}.checkoutProduct-info>button:active{transform:scale(.8)}.checkoutProduct-rating{display:flex}.checkoutProduct-rating p{width:20px;margin:0 5px}.checkoutProduct-rating p img{width:100%;height:100%;object-fit:contain}.checkoutProduct-title{font-size:17px;font-weight:800}@media (max-width: 600px){.checkoutProduct-image{width:120px;height:120px}}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#131921;padding:40px;box-shadow:3px 3px 10px #0000001a;z-index:1000;color:#fff;text-align:center}.fixed{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#282830e8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100}.popup img{width:150px;margin-bottom:35px}.popup .popupBtn{display:block;margin:25px auto 0;background-color:red;border:1px solid;border-color:#641515;color:#fff;cursor:pointer;width:150px;height:35px;border-radius:5px;transition:transform .3s ease}.subtotal{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:300px;height:100px;background-color:#f3f3f3;border:1px solid #dddddd;border-radius:3px;padding:10px}.subtotal__gift{display:flex;align-items:center}.subtotal__gift>input{margin-right:5px}.subtotal>button{background-color:#f0c14b;border-radius:2px;width:100%;height:30px;border:1px solid;margin-top:10px;border-color:#a88734 #9c7e31 #846a29;color:#111;cursor:pointer}@media (max-width: 768px){.subtotal{max-width:100%;padding:10px}.subtotal>button{height:40px}}@media (max-width: 480px){.subtotal{max-width:100%;padding:5px}.subtotal>button{font-size:14px;height:35px}}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Roboto,sans-serif}body{background-color:#eaeded}a{text-decoration:none}
