.product{position:relative}.product__nav{border-bottom:1px solid #F5F5F5;margin-bottom:28px;padding:0 24px}.product__nav ul{display:flex;justify-content:center;gap:0 36px;margin:0}.product__nav ul li{margin:0}.product__nav ul li a{padding:12px 0;display:block;color:var(--color-gray-3);transition:all ease-out .25s;position:relative;line-height:120%}.product__nav ul li a:before{content:"";position:absolute;left:auto;right:0;margin:auto;height:3px;background:var(--color-primary);transition:all ease-out .25s;top:auto;border-radius:2px;bottom:0;width:0}.product__nav ul li a.active,.product__nav ul li a:hover{transition:all ease-out .25s;color:var(--color-tertiary)}.product__nav ul li a.active:before,.product__nav ul li a:hover:before{transition:all ease-out .25s;width:100%;left:0;right:auto}.title-wrap.center{text-align:center}.title-wrap h3{margin-bottom:4px;font-weight:600}.listing-product{display:flex;flex-wrap:wrap}.listing-product__item{width:calc((100% - 24px)/2);margin-right:24px;margin-bottom:24px;position:relative;padding-bottom:56px}.listing-product__item:nth-child(2n){margin-right:0}.listing-product__item figure{display:block;overflow:hidden;margin-bottom:8px}.listing-product__item figure a{display:block}.listing-product__item figure a img{display:block}.listing-product__item figcaption{text-align:center}.listing-product__item figcaption h3{color:var(--color-black);margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-product__item figcaption h3 a{color:var(--color-black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-product__item figcaption .price{margin-bottom:8px;color:var(--color-black)}.listing-product__item figcaption .button{margin-bottom:0}.listing-product__item figcaption .abs-price-btn{position:absolute;left:0;right:0;top:auto;bottom:0}.overlay-drop{position:fixed;left:0;top:0;bottom:0;z-index:10;background:rgba(0,0,0,.8);height:100%;width:100%;transition:all ease-out .35s;opacity:0;visibility:hidden}.overlay-drop.act{transition:all ease-out .35s;opacity:1;visibility:visible}.drop-detail,.drop-cart{background:var(--color-initial);position:fixed;left:0;right:0;top:auto;bottom:-100%;margin:auto;max-width:520px;z-index:12;padding:20px;border-radius:24px 24px 0 0;transition:all ease-out .35s}.drop-detail.active-drop,.drop-cart.active-drop{transition:all ease-out .35s;bottom:0}.drop-detail__wrap figure,.drop-cart__wrap figure{display:block;max-width:400px;margin:0 auto;border:2px solid #f5f5f5;border-radius:16px;overflow:hidden}.drop-detail__wrap figure img,.drop-cart__wrap figure img{display:block}.drop-detail__wrap .desc-product,.drop-cart__wrap .desc-product{padding-top:24px;text-align:left}.drop-detail__wrap .desc-product__title,.drop-cart__wrap .desc-product__title{display:flex;align-items:center;margin-bottom:16px;justify-content:space-between}.drop-detail__wrap .desc-product h3,.drop-cart__wrap .desc-product h3{font-size:1.25rem;font-weight:700;margin-bottom:4px;max-width:calc(100% - 110px);padding-right:8px}.drop-detail__wrap .desc-product .price,.drop-cart__wrap .desc-product .price{font-size:1rem;margin-bottom:0;margin-left:auto;font-weight:600}.drop-detail__wrap .desc-product p,.drop-cart__wrap .desc-product p{font-size:.875rem}.drop-detail .cart-product,.drop-cart .cart-product{display:flex;align-items:center;position:relative}.drop-detail .cart-product .ico,.drop-cart .cart-product .ico{width:20px;height:20px;position:relative}.drop-detail .cart-product .ico span,.drop-cart .cart-product .ico span{width:16px;height:16px;background:var(--color-secondary);line-height:16px;text-align:center;display:block;color:var(--color-initial);font-size:8px;font-weight:500;border-radius:50%;top:-2px;right:-8px;position:absolute;left:auto}.drop-detail .cart-product .ico svg,.drop-cart .cart-product .ico svg{height:20px;width:20px;display:block}.drop-detail .cart-product .text-product,.drop-cart .cart-product .text-product{width:calc(100% - 20px);padding-left:16px}.drop-detail .cart-product .text-product h3,.drop-cart .cart-product .text-product h3{margin:0;color:var(--color-black);font-weight:700}.drop-detail .cart-product .text-product span,.drop-cart .cart-product .text-product span{display:block;font-size:.75rem;color:var(--color-gray);line-height:150%}.drop-detail .cart-product .confirm,.drop-cart .cart-product .confirm{position:absolute;top:50%;transform:translateY(-50%);left:auto;right:4px;display:block;transition:all ease-out .25s}.drop-detail .cart-product .confirm svg,.drop-cart .cart-product .confirm svg{display:block}.drop-detail .cart-product .confirm:hover,.drop-cart .cart-product .confirm:hover{transition:all ease-out .25s;right:0px}.drop-cart{padding:16px 20px;box-shadow:0 0 15px -2px #0000001a;z-index:11}.thank-you{position:relative;background:url(/build/assets/bg-top.e143d441.svg) no-repeat top 16px left}.thank-you .wrap-center{display:flex;align-items:center;padding:24px 0;flex-direction:column;justify-content:center;min-height:calc(100vh - 75px);min-height:calc(var(--vh, 1vh) * 100 - 75px)}.thank-you figure{position:relative;padding-bottom:24px}.thank-you__text{text-align:center;max-width:450px;padding:0 24px}.thank-you__text h3{margin-bottom:8px;font-weight:700;color:var(--color-black)}.confirm-cart{padding-top:20px;padding-bottom:50px;min-height:calc(100vh - 230px)}.confirm-cart.form-confirm{padding-bottom:0}.listing-cart__item{display:flex;align-items:center;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #F3F3F3}.listing-cart__item figure{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #f5f5f5;align-self:flex-start}.listing-cart__item figure img{display:block}.listing-cart__item .desc{width:calc(100% - 80px);padding-right:24px}.listing-cart__item .desc h3{line-height:160%;margin-bottom:4px}.listing-cart__item .desc .price{color:var(--color-secondary);font-weight:700;font-size:1rem;margin-bottom:4px;line-height:160%}.listing-cart__item .desc .quantity{margin-bottom:12px}.listing-cart__item .desc .box-desc{margin-right:-100px}.listing-cart__item .desc .box-desc h5{font-size:14px}.listing-cart__item .desc .box-desc .radio-checkbox,.listing-cart__item .desc .box-desc .list-radio .with-price{margin-bottom:8px}.listing-cart__item .desc .box-desc .list-radio .with-price .radio-checkbox{margin:0}.listing-cart__item .desc .box-desc .list-radio .with-price .price-check{font-size:12px}.listing-cart__item .desc .note-extra{position:relative}.listing-cart__item .desc .note-extra__trigger{font-size:12px;font-weight:600;color:#333;padding-left:18px;background:url(/build/assets/ico-edit.481898be.svg) no-repeat left top;background-size:16px}.listing-cart__item .desc .note-extra .drop-note{display:none;padding-top:4px;position:relative;margin-right:-100px}.listing-cart__item .desc .note-extra .drop-note input,.listing-cart__item .desc .note-extra .drop-note textarea{display:block;margin:0;font-size:13px;padding-left:10px;padding-right:24px;font-family:var(--font-1)}.listing-cart__item .desc .note-extra .drop-note textarea{height:60px;margin:0}.listing-cart__item .desc .note-extra .drop-note form{margin:0}.listing-cart__item .desc .note-extra .drop-note .hide-note{width:18px;height:18px;background:url(/build/assets/f-remove.92ae1696.svg) no-repeat center;position:absolute;background-size:100%;right:6px;top:14px;bottom:auto;left:auto;margin:auto}.code-promo{border-radius:8px;background:var(--color-initial);box-shadow:0 4px 20px #0000001a;padding:16px 12px}.code-promo .input-code input{border:none;margin:0;padding:0 56px;background:url(/build/assets/voucher.015a295f.svg) no-repeat left 8px center;color:var(--color-tertiary);font-weight:700;height:24px}.code-promo .input-code input::placeholder{color:var(--color-tertiary);font-weight:700}.code-promo .input-code form{position:relative}.code-promo .input-code form button{padding:0;width:20px;height:20px;background:transparent;position:absolute;left:auto;right:8px;margin:0;top:0px;transition:all ease-out .25s}.code-promo .input-code form button:hover{transition:all ease-out .25s;right:6px}.code-promo .code-success{display:flex;flex-wrap:wrap;align-items:center;padding-left:8px}.code-promo .code-success figure{width:24px;height:24px}.code-promo .code-success__text{width:calc(100% - 24px);padding-left:12px;font-weight:700;color:var(--color-tertiary)}.code-promo .code-success__text span{display:block;text-transform:uppercase;font-weight:600;color:#4eab3e}.stay-btn{position:fixed;top:auto;bottom:0;left:0;right:0;margin:auto;max-width:520px;padding:20px 24px;background:var(--color-initial);box-shadow:0 -4px 20px 10px #00000008;z-index:11}.stay-btn .total-wrap{display:flex;justify-content:space-between;margin-bottom:4px;align-items:flex-start}.stay-btn .total-wrap__lf{width:55%}.stay-btn .total-wrap__lf span{display:block;color:var(--color-gray);font-weight:500;font-size:13px}.stay-btn .total-wrap__lf span.free{color:var(--color-primary);font-weight:700;color:#016cb3}.stay-btn .total-wrap__rh{width:45%}.stay-btn .total-wrap__rh span{font-weight:500;font-size:15px;color:var(--color-tertiary);text-align:right;display:block}.stay-btn .total-wrap__rh span del{display:block;font-size:13px}.stay-btn .total-wrap.voucher{border-bottom:1px solid #F3F3F3;padding-bottom:8px;margin-bottom:8px}.stay-btn .total-wrap.voucher .total-wrap__rh{font-weight:600}.stay-btn .total-wrap.voucher .total-wrap__rh span{font-weight:600;color:#23b042}.stay-btn .total-wrap.in-total{margin-bottom:12px}.stay-btn .total-wrap.in-total .total-wrap__rh span{font-weight:700;font-size:17px}.stay-btn .total-wrap.in-total .total-wrap__rh span del{font-weight:500}.wrap-list-cart .box-form{min-height:calc(100vh - 330px);min-height:calc(var(--vh, 1vh) * 100 - 330px)}.wrap-load{display:flex;justify-content:center;padding-top:20px}.list-radio .radio-checkbox{margin-bottom:16px}.list-radio .with-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.list-radio .with-price .radio-checkbox{margin:0}.list-radio .with-price .price-check{font-size:14px;font-weight:500;color:#555}.box-desc{padding:12px 0;border-top:1px solid #eaeaea}.box-desc h5{font-size:16px;font-weight:600}.drop-detail{border-radius:0}.drop-detail .overflow-pop{max-height:calc(100svh - 58px);max-height:calc(var(--vh, 1vh) * 100 - 58px);padding-bottom:60px;overflow:auto;padding-left:20px;padding-right:20px;margin:0 -20px;position:unset}.drop-detail .btn-wrap-checkout{position:absolute;left:0;right:0;bottom:0;padding:28px 20px 20px;background:#fff}.drop-detail .close-drop{font-size:0;width:24px;height:24px;border:2px solid var(--color-primary);border-radius:50%;position:relative;top:12px;left:12px;z-index:6;background:#fff;display:block;margin-bottom:-24px}.drop-detail .close-drop:after,.drop-detail .close-drop:before{content:"";position:absolute;height:2px;width:14px;background:var(--color-primary);top:9px;transform:rotate(45deg);left:0;right:0;margin:auto}.drop-detail .close-drop:before{transform:rotate(-45deg)}
