.sub__header{background-color:#00a0e9;position:relative;height:240px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.sub__header.sp-none{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}}@media screen and (max-width: 768px){.sub__header{height:196px}}.sub__header .container{position:relative;z-index:10}.sub__header .container .sub__title{font-size:36px;font-weight:700;color:#fff;text-align:center}@media screen and (max-width: 768px){.sub__header .container .sub__title{font-size:32px}}@media screen and (max-width: 480px){.sub__header .container .sub__title{font-size:28px;word-break:auto-phrase}.sub__header .container .sub__title.break{word-break:break-all}}.sub__header::after{content:"";background-image:url(../img/headerBg.png);opacity:.2;position:absolute;top:0;left:0;width:100%;height:100%}.cta .cta__inner{max-width:900px;margin:0 auto;display:flex;gap:48px;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}@media screen and (max-width: 992px){.cta .cta__inner{justify-content:center}}@media screen and (max-width: 768px){.cta .cta__inner{flex-direction:column;align-items:center;gap:24px}}.cta .cta__inner .cta__logo{width:240px;flex-shrink:0}@media screen and (max-width: 480px){.cta .cta__inner .cta__logo{width:160px}}.cta .cta__inner .cta__logo img{width:100%;height:100%;object-fit:contain}.cta .cta__inner .cta__txt{text-align:center;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 992px){.cta .cta__inner .cta__txt{gap:16px;align-items:center}}.cta .cta__inner .cta__txt .cta__txt-title{font-size:32px;color:#fff;font-weight:700}@media screen and (max-width: 480px){.cta .cta__inner .cta__txt .cta__txt-title{font-size:24px}}.cta .cta__inner .cta__txt .cta__btn{display:flex;gap:16px}@media screen and (max-width: 992px){.cta .cta__inner .cta__txt .cta__btn{flex-direction:column}}.cta .cta__inner .cta__txt .cta__btn img{width:24px;height:24px;object-fit:contain;margin-right:8px;vertical-align:middle}.cta .cta__inner .cta__txt .cta__txt-note{font-size:14px;color:#fff}.price__list{text-align:center;margin-top:80px}@media screen and (max-width: 768px){.price__list{margin-top:40px}}.price__list .price__title{font-size:20px;font-weight:700;color:#2c2c2c;text-align:center;margin-bottom:40px;background-color:#565656;color:#fff;display:inline-block;padding:8px 16px;border-radius:8px}@media screen and (max-width: 768px){.price__list .price__title{font-size:18px;padding:8px 16px}}.price__list .price__items{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:center}@media screen and (max-width: 992px){.price__list .price__items{gap:16px;justify-content:flex-start}}@media screen and (max-width: 480px){.price__list .price__items{gap:8px}}.price__list .price__items .price__item{width:calc(20% - 20px);padding:16px;border:1px solid #e9e9e9;background-color:#fff;transition:.3s ease}@media screen and (max-width: 992px){.price__list .price__items .price__item{width:calc(25% - 12px)}}@media screen and (max-width: 768px){.price__list .price__items .price__item{width:calc(33.333% - 10.666px)}}@media screen and (max-width: 480px){.price__list .price__items .price__item{width:calc(50% - 4px)}}.price__list .price__items .price__item:hover{transform:translateY(-4px)}.price__list .price__items .price__item .price__category-img{width:50%;margin:32px auto}.price__list .price__items .price__item .price__category-img img{stroke-width:1px}.price__list .price__items .price__item img{width:100%;height:100%;object-fit:cover}.cart .cart__header{display:flex;text-align:center;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #e9e9e9;font-weight:700}.cart .cart__header .cart__header-product{flex:5}@media screen and (max-width: 480px){.cart .cart__header .cart__header-product{text-align:left}}.cart .cart__header .cart__header-quantity{flex:1}@media screen and (max-width: 768px){.cart .cart__header .cart__header-quantity{flex:none;display:none}}.cart .cart__header .cart__header-subtotal{flex:1}@media screen and (max-width: 768px){.cart .cart__header .cart__header-subtotal{text-align:right}}.cart .cart__items{display:flex;flex-direction:column;gap:16px}.cart .cart__items .cart__item{display:flex;align-items:center;padding-bottom:24px;border-bottom:1px solid #e9e9e9}@media screen and (max-width: 480px){.cart .cart__items .cart__item{gap:16px}}.cart .cart__items .cart__item .cart__item-wrap{display:flex;align-items:center;flex:6}@media screen and (max-width: 768px){.cart .cart__items .cart__item .cart__item-wrap{flex-direction:column;align-items:flex-start;gap:16px}}.cart .cart__items .cart__item .cart__item-wrap .cart__item-product{display:flex;gap:24px;flex:5}@media screen and (max-width: 768px){.cart .cart__items .cart__item .cart__item-wrap .cart__item-product{gap:16px}}@media screen and (max-width: 480px){.cart .cart__items .cart__item .cart__item-wrap .cart__item-product{gap:8px}}.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-details .cart__item-name{margin-bottom:8px;font-size:18px;font-weight:700}@media screen and (max-width: 768px){.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-details .cart__item-name{font-size:16px}}.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-details .cart__item-specs{display:flex;flex-direction:column}.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-details .cart__item-specs .cart__spec{font-size:14px;color:#414141}@media screen and (max-width: 768px){.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-details .cart__item-specs .cart__spec{font-size:12px;color:#565656}}@media screen and (max-width: 480px){.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-details .cart__item-specs .cart__spec{font-size:10px}}.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-img{width:120px;height:120px}@media screen and (max-width: 480px){.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-img{width:80px;height:80px}}.cart .cart__items .cart__item .cart__item-wrap .cart__item-product .cart__item-img img{width:100%;height:100%;object-fit:contain}.cart .cart__items .cart__item .cart__item-wrap .cart__item-quantity{text-align:center;display:flex;gap:8px;align-items:center;justify-content:center;flex:1}.cart .cart__items .cart__item .cart__item-wrap .cart__item-quantity select{width:80px;padding:8px;border-radius:8px;border:1px solid #d4d4d4}.cart .cart__items .cart__item .cart__item-wrap .cart__item-quantity button{background-color:rgba(0,0,0,0);border:none;cursor:pointer}.cart .cart__items .cart__item .cart__item-wrap .cart__item-quantity button img{width:24px;height:24px;object-fit:contain;opacity:.5}.cart .cart__items .cart__item .cart__item-subtotal{text-align:center;flex:1}@media screen and (max-width: 768px){.cart .cart__items .cart__item .cart__item-subtotal{text-align:right}}.cart .cart__empty{text-align:center;padding:24px}.cart .cart__empty p{margin-bottom:40px}.cart .cart__total{padding:24px}@media screen and (max-width: 768px){.cart .cart__total{padding:16px 0}}.cart .cart__total .cart__total-price{text-align:right;font-size:16px}.cart .cart__total .cart__total-price span{font-size:24px;font-weight:700;color:#0f4589}.cart .cart__total .cart__btn{margin-top:px;display:flex;gap:8px;flex-direction:column;align-items:flex-end;margin-top:40px}.cart .cart__total .cart__btn .cart__btn-apply{border:none;background-color:#00a0e9;color:#fff;font-size:16px;font-weight:700;padding:16px 24px;border-radius:8px;transition:all .3s ease}.cart .cart__total .cart__btn .cart__btn-apply:hover{opacity:.8}.cart .cart__total .cart__btn .cart__btn-clear{background-color:rgba(0,0,0,0);border:none;color:#565656;font-size:14px}
