html{--default-color: #000;--primary-color: #a32834;--primary-color-light: #e24958;--second-color: #b59859;--primary-bg-color: #a32834;--second-bg-color: #b59859;scroll-behavior:smooth;font-family:"Times New Roman",Times,serif;font-size:14px;color:var(--default-color);overflow-y:auto}body{--sizemode-fix-width: 1180px}a{transition:all .2s}a:hover{color:var(--primary-color) !important}a *{transition:all .2s}button{transition:all .2s}.header{position:sticky;top:0;z-index:1;background-color:hsla(0,0%,100%,.9);box-shadow:0 0 15px rgba(0,0,0,.1)}.header .header-menu-main{display:flex;justify-content:center;align-items:center}.header .header-menu-main .menu-main-item{padding:10px 18px;font-size:1em;text-transform:uppercase;color:#000}.header .header-menu-main .menu-main-item.logo{height:70px}.header .header-menu-main .menu-main-item.logo img{height:100%}.header .header-menu-main .menu-main-item.call-cart{display:flex;align-items:center}.header .header-menu-main .menu-main-item.call-cart .call{display:flex;flex-direction:column;align-items:flex-end;margin-right:10px;line-height:1}.header .header-menu-main .menu-main-item.call-cart .call .label{font-size:.8em;color:rgba(0,0,0,.5)}.header .header-menu-main .menu-main-item.call-cart .call .phone-number{font-size:1.2em;color:var(--primary-color)}.header .header-menu-main .menu-main-item.call-cart .cart{position:relative;display:flex;align-items:center;margin-left:20px;min-height:36px;padding:7px 10px 7px 5px;color:#fff;background-color:var(--primary-bg-color)}.header .header-menu-main .menu-main-item.call-cart .cart .label{margin-left:5px}.header .header-menu-main .menu-main-item.call-cart .cart:hover{color:#eee !important}.header .header-menu-main .menu-main-item.call-cart .cart::before{content:"";position:absolute;left:0;margin-left:-20px;width:20px;height:100%;background-image:url(./images/cart-bg-before.svg);background-size:contain;background-repeat:no-repeat;background-position:right center}.header .header-menu-main .menu-main-item.call-cart .cart::after{content:"";position:absolute;right:0;margin-right:-20px;width:20px;height:100%;background-image:url(./images/cart-bg-after.svg);background-size:contain;background-repeat:no-repeat;background-position:left center}main{background-color:#ede9e3;background-image:url(./images/main-bg.webp);background-repeat:repeat}.home-banner-main{width:100%;height:500px;background-image:url(./images/home-banner-main.webp);background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:var(--second-bg-color);box-shadow:0 0 30px rgba(0,0,0,.2) inset}.welcome-home{padding:100px 0;display:flex;align-items:center;justify-content:center;gap:80px}.welcome-home .image-box{position:relative;display:flex;width:350px;height:450px}.welcome-home .image-box img{width:100%;height:100%;object-fit:cover;border-radius:30px}.welcome-home .image-box::after{content:" ";position:absolute;left:25px;top:25px;width:100%;height:100%;border:2px var(--second-color) solid;border-radius:35px}.welcome-home .text-box{max-width:500px}.product-home .product-cat{display:flex;align-items:center}.product-home .product-cat .product-list-box{flex-basis:51%;padding:0 7%}.product-home .product-cat .product-list-box .product-list{display:flex;flex-direction:column;gap:30px}.product-home .product-cat .product-list-box .product-list .product-item{display:flex;align-items:center;gap:30px;transition:all .3s}.product-home .product-cat .product-list-box .product-list .product-item .product-img-box{display:flex}.product-home .product-cat .product-list-box .product-list .product-item .product-img-box img{width:100px;height:100px;border-radius:10px;object-fit:cover}.product-home .product-cat .product-list-box .product-list .product-item .product-info{display:flex;gap:20px}.product-home .product-cat .product-list-box .product-list .product-item .product-info .basic-info .name{margin-bottom:2px;text-transform:uppercase;font-weight:600;font-size:1.2em}.product-home .product-cat .product-list-box .product-list .product-item .product-info .price-box{text-align:right}.product-home .product-cat .product-list-box .product-list .product-item .product-info .price-box .price{font-size:1.2em;color:var(--primary-color);font-weight:bold}.product-home .product-cat .product-list-box .product-list .product-item .product-info .price-box .non-promo-price{color:rgba(0,0,0,.4);text-decoration:line-through}.product-home .product-cat .product-list-box .product-list .product-item:hover{cursor:pointer;transform:scale(1.08)}.product-home .product-cat .product-list-box .product-list .product-item:hover .product-img-box img{box-shadow:0 0 20px rgba(0,0,0,.1)}.product-home .product-cat .product-list-box .product-list .product-item:hover .name{color:var(--primary-color)}.product-home .product-cat .product-cat-box{position:relative;flex-basis:49%;cursor:pointer}.product-home .product-cat .product-cat-box .cat-img-box{position:relative;overflow:hidden;display:flex;width:100%;height:650px;border-radius:25px 0 0 25px}.product-home .product-cat .product-cat-box .cat-img-box img{width:100%;height:100%;object-fit:cover}.product-home .product-cat .product-cat-box .cat-img-box::after{content:" ";position:absolute;top:15px;right:15px;bottom:15px;left:15px;border:1px var(--primary-color) solid;border-radius:20px}.product-home .product-cat .product-cat-box .cat-name{position:absolute;top:50px;left:-25px;padding:10px 75px 10px 25px;background-color:var(--primary-bg-color);color:#fff;font-size:2em;text-transform:uppercase}.product-home .product-cat .product-cat-box:hover .cat-name{background-color:#000;box-shadow:0 0 20px rgba(0,0,0,.3)}.product-home .product-cat:nth-child(2n){flex-direction:row-reverse}.product-home .product-cat:nth-child(2n) .product-cat-box .cat-img-box{border-radius:0 40px 40px 0}.product-home .product-cat:nth-child(2n) .product-cat-box .cat-name{left:initial;right:-25px;padding-left:75px;padding-right:25px}.product-home-2{display:flex;gap:40px;padding:120px 0}.product-home-2 .product-cat{flex:1}.product-home-2 .product-cat .cat-img-box{position:relative;display:flex;aspect-ratio:3/4}.product-home-2 .product-cat .cat-img-box img{width:100%;height:100%;object-fit:cover;border-radius:15px}.product-home-2 .product-cat .cat-img-box::before{content:" ";position:absolute;left:-15px;top:15px;width:100%;height:100%;border:1px var(--primary-color) solid;border-radius:15px}.product-home-2 .product-cat .cat-name{margin-top:20px;text-align:center;font-size:1.5em;text-transform:uppercase;color:var(--primary-color);font-weight:600}.product-home-2 .product-cat:hover .cat-img-box img{position:relative;z-index:0;box-shadow:0 0 20px rgba(0,0,0,.2)}.product-home-2 .product-cat:hover .cat-name{color:#000}.page-banner-main{display:flex;justify-content:center;align-items:center;width:100%;height:250px;background-image:url(./images/page-banner-main.webp);background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:var(--second-bg-color);box-shadow:0 0 30px rgba(0,0,0,.2) inset}.page-banner-main .banner-title{text-align:center;text-transform:uppercase;color:#fff;text-shadow:0 0 20px rgba(0,0,0,.6)}.page-banner-main .banner-title .title-1{font-size:2em}.page-banner-main .banner-title .title-2{font-size:4em;line-height:1}.product-page{display:flex;gap:30px;padding:50px 0}.product-page .left-section{flex-basis:25%}.product-page .main-section{flex-basis:75%}.product-page .pro-cat-box{position:sticky;top:30px;background-color:hsla(0,0%,100%,.5);border-radius:10px}.product-page .pro-cat-box .pro-cat-title{padding:20px 20px 15px;font-size:1.5em;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.3)}.product-page .pro-cat-box .pro-cat-list{padding:8px 0}.product-page .pro-cat-box .pro-cat-list .pro-cat-item{display:flex;padding:8px 20px;color:#000;font-size:1.4em}.product-page .pro-cat-box .pro-cat-list .pro-cat-item:hover{color:var(--primary-color) !important;background-color:hsla(0,0%,100%,.4)}.product-page .pro-cat-box .pro-cat-list .pro-cat-item.active{color:#fff !important;background-color:var(--primary-color)}.product-page .pro-box .pro-box-title{padding:15px 0 10px;font-size:2em;color:var(--primary-color)}.product-page .pro-box .pro-list{--item-space: 15px;--num-item: 3;display:flex;flex-direction:row;flex-wrap:wrap;margin:calc(var(--item-space)*-1)}.product-page .pro-box .pro-list .pro-item{width:calc(100%/var(--num-item));padding:var(--item-space);display:flex;flex-direction:column;align-items:center;margin-bottom:10px;transition:all .3s}.product-page .pro-box .pro-list .pro-item .image-box{display:flex;margin-bottom:8px;width:100%;aspect-ratio:4/3}.product-page .pro-box .pro-list .pro-item .image-box img{width:100%;height:100%;border-radius:10px;object-fit:cover}.product-page .pro-box .pro-list .pro-item .name{text-align:center;font-size:1.2em}.product-page .pro-box .pro-list .pro-item .price{text-align:center;line-height:1;font-size:1.4em;color:var(--primary-color);font-weight:bold}.product-page .pro-box .pro-list .pro-item .non-promo-price{text-align:center;color:rgba(0,0,0,.4);text-decoration:line-through}.product-page .pro-box .pro-list .pro-item:hover{cursor:pointer;transform:scale(1.08)}.product-page .pro-box .pro-list .pro-item:hover .image-box img{box-shadow:0 0 20px rgba(0,0,0,.1)}.product-page .pro-box .pro-list .pro-item:hover .name{color:var(--primary-color)}.pro-detail-modal{position:relative;max-width:520px;padding:10px;border-radius:15px;background-color:#fff;display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.pro-detail-modal .close-btn{position:absolute;top:0;right:0;width:36px;height:36px;border-radius:15px;background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.pro-detail-modal .close-btn:hover{color:var(--primary-color)}.pro-detail-modal .image-box{display:flex;margin-bottom:8px}.pro-detail-modal .image-box img{width:100%;height:100%;border-radius:10px}.pro-detail-modal .name{text-align:center;font-size:1.5em}.pro-detail-modal .summary{padding-bottom:5px;max-width:400px;text-align:center;opacity:.7}.pro-detail-modal .price-box{margin-bottom:10px;display:flex;font-size:1.4em}.pro-detail-modal .price-box .price{color:var(--primary-color);font-weight:bold}.pro-detail-modal .price-box .non-promo-price{margin-left:10px;text-align:center;color:rgba(0,0,0,.4);text-decoration:line-through}.pro-detail-modal .action-box{display:flex}.pro-detail-modal .action-box .add-cart-btn{color:#fff;background-color:var(--primary-bg-color)}.pro-detail-modal .action-box .add-cart-btn i{font-size:1.5em !important}.content-page{display:flex;flex-direction:column}.content-page .content-page-wrap{margin:50px 0;padding:20px;background-color:hsla(0,0%,100%,.4);border-radius:15px}.cart-page{padding:60px 0}.cart-page .cart-box{margin:0 auto;width:900px;max-width:100%;background-color:hsla(0,0%,100%,.4);border-radius:15px}.cart-page .cart-box .cart-list{padding:20px;background-color:hsla(0,0%,100%,.4);border-radius:15px}.cart-page .cart-box .cart-list .cart-item{display:flex;gap:20px;padding:20px}.cart-page .cart-box .cart-list .cart-item .image-box{display:flex;flex-basis:200px;aspect-ratio:4/3}.cart-page .cart-box .cart-list .cart-item .image-box img{width:100%;height:100%;border-radius:10px;object-fit:cover}.cart-page .cart-box .cart-list .cart-item .info-box{display:flex;flex-direction:column;flex-grow:1}.cart-page .cart-box .cart-list .cart-item .info-box .name{line-height:1.3;font-size:1.4em}.cart-page .cart-box .cart-list .cart-item .info-box .price{flex-grow:1;font-size:1.6em}.cart-page .cart-box .cart-list .cart-item .info-box .note .v-field{font-size:16px !important}.cart-page .cart-box .cart-list .cart-item .qty input{padding-top:2px;padding-bottom:2px;width:45px;font-size:1.4em}.cart-page .cart-box .cart-list .cart-item .temp-total{flex-basis:100px;font-size:1.7em;text-align:right;color:var(--primary-color)}.cart-page .cart-box .total-box{display:flex;flex-direction:column;align-items:flex-end;padding:30px 40px}.cart-page .cart-box .total-box .total{font-size:1.6em}.cart-page .cart-box .total-box .total .value{margin-left:10px;color:var(--primary-color)}.cart-page .cart-box .total-box .action-box{margin-top:10px}.cart-page .cart-box .total-box .action-box .action-btn{height:44px;padding-left:40px;padding-right:40px;font-size:1.4em;font-weight:600}.cart-page .cart-box .total-box .action-box .continue-btn{color:var(--primary-color)}.cart-page .cart-box .total-box .action-box .checkout-btn{color:#fff;background-color:var(--primary-bg-color)}.cart-page .order-box{margin:40px auto 0;padding:40px;width:900px;max-width:100%;background-color:hsla(0,0%,100%,.6)}.cart-page .order-box .order-wrap{margin:0 auto;padding:20px 0;width:550px;max-width:100%}.cart-page .order-box .order-wrap .order-title{text-align:center;font-size:2em;color:var(--primary-color)}.cart-page .order-box .order-wrap .order-form{margin-bottom:40px}.cart-page .order-box .order-wrap .order-form .v-text-field{margin:25px 0}.cart-page .order-box .order-wrap .order-form .v-field{font-size:18px !important}.cart-page .order-box .order-wrap .order-error{color:red;text-align:center;font-size:1.2em}.cart-page .order-box .order-wrap .order-btn{display:block;margin:10px auto 0;height:44px;padding-left:40px;padding-right:40px;font-size:1.4em;font-weight:600;color:#fff;background-color:var(--primary-bg-color)}.footer{line-height:2.5;background-color:#232121;color:#fff}.footer a{color:#eee}.footer .container{padding-top:56px;padding-bottom:56px}.footer .info-box{margin-right:100px}.footer .info-box .logo{display:flex;margin-top:-10px;margin-bottom:5px}.footer .info-box .logo img{height:80px}.footer .info-box .name{font-weight:bold;text-transform:uppercase}.footer .menu{display:flex;flex-direction:column}.footer .menu .name{font-weight:bold;text-transform:uppercase}.footer .copyright{padding:8px 0;text-align:center;background-color:#000;color:#fff}