@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap);:root{--bs-font-sans-serif:"Noto Sans TC","PingFang TC","Heiti TC","微軟正黑體",sans-serif;--bs-heading-color:#232324;--bs-body-color:#717375}.h1,h1{line-height:1.5;font-weight:700}.h2,h2{line-height:1.5;font-weight:700}.h3,h3{line-height:1.5;font-weight:700}.h4,h4{line-height:1.5;font-weight:700}.h5,h5{line-height:1.5;font-weight:700}.h6,h6{line-height:1.5;font-weight:700}.l-page-title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.l-page-title:before{content:url(../../images/front/title-deco-icon.svg);-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.l-page-title__text{margin-bottom:56px}.l-link-card{border:1px solid #dee2e6;background-color:#fff;position:relative}.l-link-card .fa-arrow-right{color:rgba(237,28,36,0);-webkit-transition:.3s ease-in;transition:.3s ease-in}.l-link-card:is(.l-link-card--vertical) .fa-arrow-right{-webkit-transform:translateX(-32px);-ms-transform:translateX(-32px);transform:translateX(-32px);-webkit-transition:.3s ease-in;transition:.3s ease-in}.l-link-card:after{content:"";display:block;width:0;height:4px;background-color:#ed1c24;position:absolute;left:0;bottom:0;-webkit-transition:.3s ease-in;transition:.3s ease-in}.l-link-card:hover .fa-arrow-right{color:#ed1c24;-webkit-transform:translateX(34px);-ms-transform:translateX(34px);transform:translateX(34px)}.l-link-card:hover:is(.l-link-card--vertical) .fa-arrow-right{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.l-link-card:hover:after{width:100%}.c-breadcrumb-nav,.l-header nav,.l-product-item .c-product-ad,.l-product-item .l-product-infos,.l-product-item .l-product-purchase,.l-product-list .l-list-section,.view-combination-product .l-combination-product-flow__order-info,.view-combination-product .l-product-cable__order,.view-home .l-homepage .l-about,.view-home .l-homepage .l-custom,.view-home .l-homepage .l-product__links,.view-home .l-homepage .l-purchase{padding-right:72px;padding-left:72px}@media (max-width:991.98px){.c-breadcrumb-nav,.l-header nav,.l-product-item .c-product-ad,.l-product-item .l-product-infos,.l-product-item .l-product-purchase,.l-product-list .l-list-section,.view-combination-product .l-combination-product-flow__order-info,.view-combination-product .l-product-cable__order,.view-home .l-homepage .l-about,.view-home .l-homepage .l-custom,.view-home .l-homepage .l-product__links,.view-home .l-homepage .l-purchase{padding-right:12px;padding-left:12px}}.c-breadcrumb-nav .breadcrumb{padding:28px 0}.c-breadcrumb-nav .breadcrumb-item:last-child{color:var(--bs-breadcrumb-item-active-color)}.c-breadcrumb-nav a{text-decoration:none;color:#717375}.btn-outline-primary{overflow:hidden;position:relative;z-index:0}.btn-outline-primary:before{content:"";display:block;width:0;height:100%;background:#ed1c24;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:.3s ease-in;transition:.3s ease-in}.btn-outline-primary .fa-arrow-right{-webkit-transition:.3s ease-in;transition:.3s ease-in}.btn-outline-primary:hover{color:#fff;background:0 0}.btn-outline-primary:hover:before{width:100%}.btn-outline-primary:hover .fa-arrow-right{-webkit-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}.btn-outline-light{color:#232324;background:#fff}.btn-outline-light:hover{background:#f8f9fa}.btn-outline-white{border-color:#fff;color:#fff;overflow:hidden;position:relative;z-index:0}.btn-outline-white:before{content:"";display:block;width:0;height:100%;background:#fff;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:.3s ease-in;transition:.3s ease-in}.btn-outline-white .fa-arrow-right{-webkit-transition:.3s ease-in;transition:.3s ease-in}.btn-outline-white:hover{color:#ed1c24;background:0 0}.btn-outline-white:hover:before{width:100%}.btn-outline-white:hover .fa-arrow-right{-webkit-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}.btn-outline-white:hover{border-color:#fff}.c-product-card-list{list-style:none;margin-bottom:48px;padding-left:0;display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width:767.98px){.c-product-card-list{grid-template-columns:repeat(2,1fr)}}.c-product-card-list .card .card-title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:.3s;transition:.3s}.c-product-card-list .card .card-title:before{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:#ed1c24;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.c-product-card-list .card:hover .card-title{color:#ed1c24}.c-product-card-list .card:hover .card-title:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.c-product-card-list .c-favorite{position:absolute;top:16px;right:16px;font-size:24px;-webkit-text-stroke:2px #fff;-webkit-transition:.3s;transition:.3s;z-index:2}.c-product-card-list .c-favorite.active{color:#ed1c24;-webkit-text-stroke:2px #ed1c24}.c-product-card-list .card-body{padding:20px}.c-product-card-list .card-body:has(.c-card-price){padding:20px}@media (max-width:767.98px){.c-product-card-list .card-title{font-size:1rem}}.c-product-card-list .c-card-price span{font-size:12px}.c-product-ad__card{position:relative}.c-product-ad__card .card-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-product-ad__card .card-body{position:relative;padding:32px;font-size:18px}@media (min-width:992px){.c-product-ad__card .card-text{max-width:60%}}.c-search input[type=text]{padding-left:32px}.c-search .fa-magnifying-glass{position:absolute;top:50%;left:12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.c-search button{white-space:nowrap;padding:12px 52px}@media (max-width:767.98px){.c-search button{padding:12px 24px}}.c-product-specification-btn{border:1px solid #dee2e6;padding:8px 12px;min-width:74px;color:#232324}.c-product-specification-btn:hover{border:1px solid #dee2e6;color:#232324}.c-product-specification-btn:is(.j-product-btn__number-minus),.c-product-specification-btn:is(.j-product-btn__number-plus){min-width:unset;width:45px}.btn-check+.btn:hover{border:1px solid #dee2e6;color:#232324;background-color:#e9ecef}.btn-check:checked+.c-product-specification-btn{border:1px solid #ed1c24;color:#ed1c24;background-color:unset}.l-product-infos__tabs .nav-link,.l-product-search__tabs .nav-link{position:relative}.l-product-infos__tabs .nav-link:before,.l-product-search__tabs .nav-link:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#dee2e6;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}@media (min-width:992px){.l-product-infos__tabs .nav-link:hover:before,.l-product-search__tabs .nav-link:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}}.l-product-infos__tabs .nav-link.active:before,.l-product-search__tabs .nav-link.active:before{background-color:#ed1c24;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.swal-modal{border-radius:0}.swal-modal .swal-footer .swal-button:focus{-webkit-box-shadow:none;box-shadow:none}.swal-modal .swal-footer .c-swal-confirm:not([disabled]):hover{background-color:#ed1c24}.swal-modal .swal-footer .c-swal-cancel:not([disabled]):hover{background-color:transparent}.c-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:80px}.c-pagination .page-link{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-pagination .page-link:focus{color:#717375;-webkit-box-shadow:none;box-shadow:none}.ajs-top{top:100px!important}.swal-modal{border-radius:0}.swal-modal .swal-footer .swal-button:focus{-webkit-box-shadow:none;box-shadow:none}.swal-modal .swal-footer .c-swal-confirm:not([disabled]):hover{background-color:#ed1c24}.swal-modal .swal-footer .c-swal-cancel:not([disabled]):hover{background-color:transparent}body{padding-top:90px}@media (max-width:991.98px){body{padding-top:80px}}[uni-cloak] *{pointer-events:none}.navbar-brand img{height:35px;margin-top:-8px}.l-header nav{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.13) inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.13) inset}.l-header .c-header-navbar__logo-img{height:50px}@media (max-width:991.98px){.l-header .c-header-navbar__logo-img{height:40px}}@media (max-width:991.98px){.l-header .c-header-navbar .offcanvas{padding-top:80px;width:200px;z-index:-1}}.l-header .c-header-navbar .offcanvas-backdrop{z-index:-2}.l-header .c-header-navbar .nav-link{position:relative}@media (max-width:991.98px){.l-header .c-header-navbar .nav-link{padding-top:20px;padding-bottom:20px}}.l-header .c-header-navbar .nav-link:before{content:"";position:absolute;bottom:3px;left:1rem;width:calc(100% - 2rem);height:1px;background-color:#ed1c24;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}@media (min-width:992px){.l-header .c-header-navbar .nav-link:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}}.l-header .c-header-navbar__member-bar{list-style:none;margin-bottom:0;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.l-header .c-header-navbar__member-bar a{color:#232324;-webkit-transition:.5s;transition:.5s}.l-header .c-header-navbar__member-bar a:hover{color:#ed1c24}.l-header .c-header-navbar .c-cart-btn.h-has-items .c-cart-btn__count{display:-webkit-box;display:-ms-flexbox;display:flex}.l-header .c-header-navbar .c-cart-btn__count{width:20px;height:20px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;border-radius:50%;background-color:#ed1c24;top:-10px;right:-10px;color:#fff;padding:4px;font-size:12px}.l-header .c-header-navbar .navbar-toggler{border:0}.l-header .c-header-navbar .navbar-toggler .fa-bars{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.c-page-banner{display:-webkit-box;display:-ms-flexbox;display:flex;height:360px;background-size:cover;background-position:center;background-repeat:no-repeat}.l-footer{padding:60px 72px 20px;background-color:#fff}@media (max-width:991.98px){.l-footer{padding:20px 12px}}.l-footer__header{border-bottom:1px solid #dee2e6}.l-footer__header img{height:60px}.l-footer__header-info{list-style:none;padding-left:0;font-size:14px;color:#717375}.l-footer__body{font-size:14px;color:#717375}.l-footer__body-links{list-style:none;margin-bottom:0;padding-left:0}.l-footer__body-links li+li{border-left:1px solid #717375}.l-footer__body-links a{padding:0 1rem;text-decoration:none;font-size:14px;color:#717375}@media (max-width:991.98px){.l-footer__body-links li:nth-of-type(1) a{padding-left:0}}.l-auth-layout{padding:64px 0}@media (min-width:992px){.l-auth-layout{padding:120px 0}}.l-auth-layout__logo{margin-left:-8px;height:50px}.l-auth-layout__title{font-size:2rem}.l-auth-layout__icon{width:24px;position:absolute;top:50%;left:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.l-auth-layout__hr:after{content:"";width:100%;height:1px;border-bottom:1px solid #dee2e6;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:0}.l-profile{padding:40px 0 120px}.l-profile .l-profile-tab{margin-bottom:64px}.l-profile .c-profile-tab{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 16px;gap:10px;text-decoration:none;color:#717375;font-size:18px;text-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:576px){.l-profile .c-profile-tab{padding:12px 24px}}.l-profile .c-profile-tab.active{border-bottom:2px solid #ed1c24;color:#232324}.l-about-us__banner{background-image:url(../../images/front/about/bg-about-us.png)}.l-about-us .l-about-rayband{margin-top:120px;margin-bottom:80px}.l-about-us .l-about-rayband__specification{border:1px solid #dee2e6;padding:16px 12px}.l-about-us .l-about-rayband__list{list-style:none}.l-about-us .l-about-rayband__list li{margin-bottom:24px;color:#717375}.l-about-us .l-about-rayband__list li::before{content:"■";color:#f3686d;display:inline-block;margin-left:-1.5rem;width:20px;font-size:12px}.l-about-us .l-about-rayband__slogan{margin-top:64px;color:#ff878b;font-size:40px;font-weight:700}.l-about-us .l-about-rayband__deco-design{top:30rem;left:-5%}.l-about-us .l-about-rayband__deco-design img{width:95%}@media (min-width:768px){.l-about-us .l-about-rayband__deco-design{top:17.5rem;left:-58px}.l-about-us .l-about-rayband__deco-design img{width:auto}}.l-about-us .l-about-rayband__deco-text{top:65rem;right:-3rem}.l-about-us .l-about-advantage{padding-top:120px;padding-bottom:120px;background-image:url(../../images/front/about/ic-earth.svg);background-position:bottom;background-repeat:no-repeat}.l-about-us .l-about-advantage__item{background-color:#fff;border:1px solid #dee2e6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:24px}@media (max-width:991.98px){.l-about-us .l-about-advantage__item{padding:16px 12px}}.l-about-us .l-about-view{background:#f8f9fa}.l-about-us .l-about-view .container-fluid{padding-left:0;padding-right:0}.l-about-us .l-about-view .container-fluid .l-page-title{padding:80px 0 80px 48px}.l-about-us .l-about-view .container-fluid .l-page-title__text{margin-bottom:0}@media (max-width:991.98px){.l-about-us .l-about-view .container-fluid .l-page-title{padding:48px 12px}}.l-privacy-policy__banner{background-image:url(../../images/front/about/bg-privacy-policy.png)}.l-privacy-policy .l-policy-content{margin-top:120px;margin-bottom:80px}.l-privacy-policy .l-policy-content .c-policy-content{margin-bottom:40px}.l-privacy-policy .l-policy-content .c-policy-content h4{margin-bottom:12px;font-weight:700}.l-privacy-policy .l-policy-content .c-policy-content p{margin-bottom:0;color:#717375;font-size:18px}.l-privacy-policy .l-policy-content .c-policy-content ul{color:#717375;font-size:18px}.l-privacy-policy .l-policy-content .c-policy-content li::marker{font-size:12px}.l-privacy-policy .l-policy-content__deco-design{top:30rem;left:-5%}.l-privacy-policy .l-policy-content__deco-design img{width:95%}@media (min-width:768px){.l-privacy-policy .l-policy-content__deco-design{top:17.5rem;left:-58px}.l-privacy-policy .l-policy-content__deco-design img{width:auto}}.l-privacy-policy .l-policy-content__deco-text{top:65rem;right:-3rem}.l-terms-of-service__banner{background-image:url(../../images/front/about/bg-terms-of-service.png)}.l-terms-of-service .l-terms-content{margin-top:60px;margin-bottom:80px}@media (min-width:768px){.l-terms-of-service .l-terms-content{margin-top:120px}}.l-terms-of-service .l-terms-content .c-terms-content{margin-bottom:40px}.l-terms-of-service .l-terms-content .c-terms-content h4{margin-bottom:12px;font-weight:700}.l-terms-of-service .l-terms-content .c-terms-content p{margin-bottom:0;color:#717375;font-size:18px}.l-terms-of-service .l-terms-content .c-terms-content ol{color:#717375;font-size:18px}.l-terms-of-service .l-terms-content .c-terms-content ol li{padding-left:4px}.l-terms-of-service .l-terms-content__deco-design{top:30rem;left:-5%}.l-terms-of-service .l-terms-content__deco-design img{width:95%}@media (min-width:768px){.l-terms-of-service .l-terms-content__deco-design{top:17.5rem;left:-58px}.l-terms-of-service .l-terms-content__deco-design img{width:auto}}.l-terms-of-service .l-terms-content__deco-text{top:65rem;right:-3rem}.l-product-item .l-product-purchase{margin-bottom:80px}.l-product-item .l-product-purchase .swiper{width:100%}.l-product-item .l-product-purchase .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-product-item .l-product-purchase .swiper-slide img{width:100%}@media (max-width:767.98px){.l-product-item .l-product-purchase .c-product-swiper-large{position:absolute;left:0}}@media (max-width:767.98px){.l-product-item .l-product-purchase .c-product-swiper{margin-top:calc(100vw + 16px)}}.l-product-item .l-product-purchase .swiper-slide-thumb-active{border:2px solid #ed1c24}.l-product-item .l-product-purchase .swiper-button-next,.l-product-item .l-product-purchase .swiper-button-prev{border:1px solid #fff;width:32px;height:32px;font-size:12px;color:#fff;background-color:#232324}.l-product-item .l-product-purchase .swiper-button-next:after,.l-product-item .l-product-purchase .swiper-button-prev:after{display:none}.l-product-item .l-product-purchase .swiper-button-prev{left:-12px}.l-product-item .l-product-purchase .swiper-button-next{right:-12px}.l-product-item .l-product-purchase__price{margin-bottom:48px}.l-product-item .l-product-purchase__specification+.l-product-purchase__specification{margin-top:24px}.l-product-item .l-product-purchase__specification h2{margin-bottom:12px;color:#717375}.l-product-item .l-product-purchase__specification:has([data-role=quantity]){margin-bottom:64px}.l-product-item .l-product-purchase__specification:has([data-role=add-to-combination]){margin-top:64px}.l-product-item .l-product-purchase__specification input[type=number]{max-width:74px}.l-product-item .l-product-purchase__specification input[type=number]::-webkit-inner-spin-button,.l-product-item .l-product-purchase__specification input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.l-product-item .l-product-purchase__dropdown-menu{max-height:350px;overflow:scroll}.l-product-item .l-product-purchase .c-favorite .fa-star{font-size:16px;color:#fff;-webkit-text-stroke:2px #232324;-webkit-transition:.3s;transition:.3s}.l-product-item .l-product-purchase .c-favorite:hover{background:unset;background-color:#fff}.l-product-item .l-product-purchase .c-favorite.active{background-color:#fff;color:#ed1c24}.l-product-item .l-product-purchase .c-favorite.active .fa-star{color:#ed1c24;-webkit-text-stroke:2px #ed1c24}.l-product-item .l-product-infos{margin-bottom:80px}.l-product-item .l-product-infos__tabs .nav-item{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.l-product-item .l-product-infos__tab-content{border:1px solid #dee2e6;padding:48px}.l-product-item .l-product-infos__tab-content img{width:100%;height:auto}.l-product-item .l-product-infos__tab-content .txt:has(iframe),.l-product-item .l-product-infos__tab-content p:has(iframe){position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.l-product-item .l-product-infos__tab-content .txt:has(iframe) embed,.l-product-item .l-product-infos__tab-content .txt:has(iframe) iframe,.l-product-item .l-product-infos__tab-content .txt:has(iframe) object,.l-product-item .l-product-infos__tab-content p:has(iframe) embed,.l-product-item .l-product-infos__tab-content p:has(iframe) iframe,.l-product-item .l-product-infos__tab-content p:has(iframe) object{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.l-product-item .c-product-ad{margin-bottom:120px}@media (min-width:768px){.l-product-list .c-list-nav{position:sticky;top:122px}}@media (max-width:767.98px){.l-product-list .c-list-nav{padding:12px;width:100%;overflow-x:auto}}.l-product-list .c-list-nav ul{list-style:none;margin-bottom:0;padding-left:0}@media (max-width:767.98px){.l-product-list .c-list-nav ul{gap:32px}}@media (max-width:767.98px){.l-product-list .c-list-nav li{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}@media (min-width:768px){.l-product-list .c-list-nav li+li{margin-top:16px}}.l-product-list .c-list-nav a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;color:#717375}.l-product-list .c-list-nav a:after{content:"";display:block;margin-top:4px;width:0;height:1px;background-color:#a2a5a8;-webkit-transition:.3s;transition:.3s}.l-product-list .c-list-nav a:hover{color:#232324}.l-product-list .c-list-nav a:hover:after{width:100%}.l-product-list .c-list-nav a.active{color:#232324}.l-product-list .c-list-nav a.active:after{width:100%;background-color:#ed1c24}.l-product-list .l-product-title-banner{margin-bottom:48px;padding:0 32px;height:200px;background-image:url(../../images/front/product/banner-title.png);background-repeat:no-repeat;background-position:right;background-color:#f9fafb}@media (max-width:767.98px){.l-product-list .l-product-title-banner{width:100%;height:160px;background-image:url(../../images/front/product/banner-title_rwd.png);position:absolute;left:0}}.l-product-list .l-product-title-card{margin-bottom:48px}.l-product-list .l-product-title-card .card{background-color:#f8f9fa}.l-product-list .l-product-title-card .card-body{padding:32px}@media (min-width:992px){.l-product-list .c-search{max-width:56%}}@media (max-width:767.98px){.l-product-list .c-search{margin-top:192px}}.l-product-list .page-link{padding:0;width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-auth-login .l-login__desc{margin:0 0 64px}.view-cart .l-cart-page{padding:40px 0}.view-cart .l-cart-page__title{font-size:2rem;margin:0 0 32px}.view-cart .l-cart-page__section-title{font-size:20px;font-weight:500}@media (min-width:768px){.view-cart .l-cart-page__info{width:450px}}.view-cart .l-cart-page__quantity{width:120px}@media (min-width:768px){.view-cart .l-cart-page__quantity{width:160px}}.view-cart .l-cart-page__quantity .c-product-specification-btn{min-width:auto;border-radius:0}@media (min-width:768px){.view-cart .l-cart-page__price{width:150px}}.view-cart .l-cart-page__card{padding:24px 24px 40px;margin:0 0 32px}.view-cart .l-cart-page .c-combination-items{margin-bottom:32px}.view-cart .l-cart-page .c-normal-items{margin-bottom:56px}.view-cart .l-cart-page .c-cart-item{padding:16px 0;border:1px solid #dee2e6}.view-cart .l-cart-page .c-cart-item:first-child{background-color:#f8f9fa}.view-cart .l-cart-page .c-cart-item:not(:last-child){border-bottom:none}.view-cart .l-cart-page .c-cart-item__img{min-width:80px;width:80px}@media (min-width:768px){.view-cart .l-cart-page .c-cart-item__img{min-width:100px;width:100px}}.view-cart .l-cart-page .c-total{position:sticky;top:130px;background-color:#f8f9fa}.view-cart .l-cart-page .c-total__info{margin-bottom:12px}.view-cart .l-cart-page .c-total__label{font-size:20px;color:#717375}.view-cart .l-cart-page .c-total__label.lg{font-size:24px}.view-cart .l-cart-page .c-total__value{font-size:18px;color:#232324}.view-cart .l-cart-page .c-total__value.lg{font-size:20px}.view-cart .l-cart-page .c-total__notice{padding:12px;background:rgba(237,28,36,.05);color:#f3686d;font-size:14px}@media (max-width:575.98px){.view-cart .l-cart-page .c-info-modal{padding:0}}.view-cart .l-cart-page .c-info-modal .modal-dialog{max-width:95%}.view-cart .swal-modal .swal-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.view-cart .swal-modal .swal-button-container{display:grid;width:50%}.view-checkout .l-checkout-complete{padding:60px 0 80px}@media (min-width:992px){.view-checkout .l-checkout-complete{padding:120px 0 160px}}.view-checkout .l-checkout-complete__card{background-color:#f8f9fa}.view-checkout .l-checkout-complete__title{font-size:40px}.view-checkout .l-checkout-complete__text{margin-bottom:64px}.view-checkout .l-checkout-complete__btn{--bs-btn-bg:#FFFFFF}.view-combination-product .l-combination-product .c-port-card__specifications{list-style:none}.view-combination-product .l-combination-product .c-port-card__specifications li{border-right:1px solid #dee2e6}.view-combination-product .l-combination-product .c-port-card__edit-btns{list-style:none;position:absolute;top:8px;right:8px}.view-combination-product .l-combination-product .c-port-card__edit-btns li{-webkit-text-stroke:1px #fff}.view-combination-product .l-combination-product .c-prev-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.view-combination-product .l-combination-product .c-accordion{-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.16);box-shadow:0 0 8px 0 rgba(0,0,0,.16)}.view-combination-product .l-combination-product__links .btn{width:160px}.view-combination-product .l-combination-product-flow__set{font-size:18px}.view-combination-product .l-combination-product-flow .c-combination-title{margin-bottom:64px;background-color:#f8f9fa}.view-combination-product .l-combination-product-flow .c-combination-title ol{list-style:none;margin-bottom:0;padding-left:0}.view-combination-product .l-combination-product-flow .c-combination-title li+li:before{content:"";display:block;margin-right:8px;width:48px;height:1px;background-color:#dee2e6}.view-combination-product .l-combination-product-flow .c-combination-title .badge{min-width:28px}.view-combination-product .l-combination-product-flow .c-combination-btn{border:1px solid #dee2e6;height:300px;background-color:#f8f9fa}@media (max-width:767.98px){.view-combination-product .l-combination-product-flow .c-combination-btn{min-height:160px}}.view-combination-product .l-combination-product-flow .c-combination-btn .h3{color:#a2a5a8}.view-combination-product .l-combination-product-flow__order-info{margin-bottom:120px}.view-combination-product .l-combination-product-flow__order-info-wrapper{border-top:1px solid #dee2e6;padding:0 12px}.view-combination-product .l-combination-product-flow__nt{color:#717375}.view-combination-product .l-combination-product-flow .pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.view-combination-product .l-combination-product-flow__number input[type=number]{max-width:74px}.view-combination-product .l-combination-product-flow__number input[type=number]::-webkit-inner-spin-button,.view-combination-product .l-combination-product-flow__number input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.view-combination-product .l-product-port__tip{font-size:18px;padding:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:rgba(237,28,36,.05)}.view-combination-product .l-product-port__modal{--bs-modal-width:75%}.view-combination-product .l-product-port__modal .c-modal__content{height:100%}.view-combination-product .l-product-port__modal h3{margin-bottom:48px}.view-combination-product .l-product-port__modal .modal-body{height:calc(100vh - 140px)}.view-combination-product .l-product-port__modal .modal-body::-webkit-scrollbar{display:none}.view-combination-product .l-product-port__modal .c-modal__body{display:none}.view-combination-product .l-product-port__modal .c-prev{background-color:#f8f9fa}@media (min-width:768px){.view-combination-product .l-product-port__modal .c-search{max-width:60%}}@media (max-width:767.98px){.view-combination-product .l-product-port__modal .c-search{margin-top:60px}}@media (max-width:767.98px){.view-combination-product .l-product-port__modal .c-product-swiper-large{top:48px}}@media (max-width:767.98px){.view-combination-product .l-product-port__modal .c-product-swiper{margin-top:calc(100vw - 24%)!important}}@media (max-width:575.98px){.view-combination-product .l-product-port__modal .c-product-swiper{margin-top:calc(100vw + 40px)!important}}.view-combination-product .l-product-cable__sync{max-width:70px}.view-combination-product .l-product-cable__sync--port{max-width:110px}.view-combination-product .l-product-cable__thead{border:1px solid #dee2e6;background-color:#f8f9fa}.view-combination-product .l-product-cable__thead--input,.view-combination-product .l-product-cable__thead--output{width:178px}.view-combination-product .l-product-cable__thead--cable{width:calc(100% - 356px)}.view-combination-product .l-product-cable__list{list-style:none}.view-combination-product .l-product-cable__item{border:1px solid #dee2e6}@media (min-width:768px){.view-combination-product .l-product-cable__item--input,.view-combination-product .l-product-cable__item--output{width:178px}}@media (max-width:767.98px){.view-combination-product .l-product-cable__item--input,.view-combination-product .l-product-cable__item--output{-ms-flex-preferred-size:72px;flex-basis:72px}}@media (min-width:768px){.view-combination-product .l-product-cable__item--cable{width:calc(100% - 356px);position:relative}}@media (min-width:768px){.view-combination-product .l-product-cable__item--no-cable{position:absolute;left:24px;bottom:-32px}}.view-combination-product .l-product-cable__item-thead{min-width:110px;border-right:1px solid #dee2e6;background-color:#f8f9fa}.view-combination-product .l-product-cable__item-thead--input,.view-combination-product .l-product-cable__item-thead--output{height:72px}.view-combination-product .l-product-cable__item-thead--cable{-webkit-box-flex:1;-ms-flex:1;flex:1}.view-combination-product .l-product-cable__dropdown button{padding:8px 12px}.view-combination-product .l-product-cable__dropdown button:disabled{border:1px solid #dee2e6;background-color:#e9ecef;opacity:1}.view-combination-product .l-product-cable__dropdown button:disabled:after{display:none}.view-combination-product .l-product-cable__dropdown button span{white-space:initial}.view-combination-product .l-product-cable .c-choose-btn{border:1px solid #dee2e6;-webkit-transition:.3s;transition:.3s}.view-combination-product .l-product-cable .c-choose-btn .fa-circle-plus{color:#717375}.view-combination-product .l-product-cable .c-choose-btn:hover{background-color:#f8f9fa}.view-combination-product .l-product-cable__edit-btns{list-style:none}@media (min-width:768px){.view-combination-product .l-product-connect__item-thead--input,.view-combination-product .l-product-connect__item-thead--output{width:178px}}@media (max-width:767.98px){.view-combination-product .l-product-connect__item-thead--input,.view-combination-product .l-product-connect__item-thead--output{-ms-flex-preferred-size:128px;flex-basis:128px}}@media (min-width:768px){.view-combination-product .l-product-connect__item--input,.view-combination-product .l-product-connect__item--output{min-width:178px;max-width:178px}}@media (max-width:767.98px){.view-combination-product .l-product-connect__item--input,.view-combination-product .l-product-connect__item--output{-ms-flex-preferred-size:128px;flex-basis:128px}}.view-combination-product .l-product-connect__item.invalid{border:1px solid #dc3545}.view-contact .l-contact-page{background:#f8f9fa url(../../images/front/faq/bg.png) no-repeat center center;background-size:cover;padding:64px 0 120px}@media (min-width:768px){.view-contact .l-contact-page{padding:150px 0 120px}}.view-contact .l-contact-page__title{font-size:40px}@media (min-width:768px){.view-contact .l-contact-page__title{font-size:56px}}.view-contact .l-contact-page__subtitle{font-size:18px}.view-contact .l-contact-page__desc{margin-bottom:60px}@media (min-width:992px){.view-contact .l-contact-page__desc{max-width:300px;margin-bottom:90px}}@media (max-width:991.98px){.view-contact .l-contact-page__info{margin-bottom:56px}}.view-contact .l-contact-page__info i{font-size:24px;margin-top:2px}.view-contact .l-contact-page__card-body{padding:24px}@media (min-width:768px){.view-contact .l-contact-page__card-body{padding:32px}}.view-contact .l-contact-page__form-title{font-size:24px}.view-error .l-error .container-fluid.overflow-hidden{padding-right:0;padding-left:0}.view-error .l-error__text{padding-top:100px;padding-bottom:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-error .l-error__text--title{color:#232324;font-size:100px;font-weight:900;line-height:120%}.view-error .l-error__text--subtitle{color:#717375;font-size:20px;font-weight:500}.view-error .l-error__text--btn{margin-top:64px;width:160px;padding:12px 32px}.view-error .l-error__text--black-deco{top:0;left:0}.view-error .l-error__text--red-deco{top:0;right:0}@media (max-width:991.98px){.view-error .l-error__text--black-deco{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);left:-1.5rem}.view-error .l-error__text--red-deco{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);right:-1.5rem}}.view-faq-list .l-faq-list{background:#f8f9fa url(../../images/front/faq/bg.png) no-repeat center center;background-size:cover;padding:64px 0 120px}@media (min-width:768px){.view-faq-list .l-faq-list{padding:130px 0 120px}}.view-faq-list .l-faq-list__title{font-size:40px}@media (min-width:768px){.view-faq-list .l-faq-list__title{font-size:56px}}.view-faq-list .l-faq-list__subtitle{font-size:18px;margin-bottom:40px}@media (min-width:768px){.view-faq-list .l-faq-list__subtitle{margin-bottom:80px}}.view-faq-list .l-faq-list .c-search{margin-bottom:32px}.view-faq-list .l-faq-list .c-list-nav{width:100%;overflow-x:auto;margin-bottom:32px}@media (min-width:768px){.view-faq-list .l-faq-list .c-list-nav{margin-bottom:56px}}.view-faq-list .l-faq-list .c-list-nav ul{list-style:none}.view-faq-list .l-faq-list .c-list-nav li{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:12px 24px}.view-faq-list .l-faq-list .c-list-nav a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;color:#717375}.view-faq-list .l-faq-list .c-list-nav a:after{content:"";display:block;margin-top:12px;width:0;height:2px;background-color:#a2a5a8;-webkit-transition:.3s;transition:.3s}.view-faq-list .l-faq-list .c-list-nav a:hover{color:#232324}.view-faq-list .l-faq-list .c-list-nav a:hover:after{width:100%}.view-faq-list .l-faq-list .c-list-nav a.active{color:#232324}.view-faq-list .l-faq-list .c-list-nav a.active:after{width:100%;background-color:#ed1c24}.view-faq-list .l-faq-list .c-item{--bs-accordion-body-padding-x:0;--bs-accordion-body-padding-y:0;--bs-accordion-btn-padding-x:0;--bs-accordion-btn-padding-y:0;--bs-accordion-btn-focus-box-shadow:none;padding:32px}.view-faq-list .l-faq-list .c-item__btn:not(.collapsed){--bs-accordion-border-width:0;background-color:#fff}.view-faq-list .l-faq-list .c-item__title{font-size:20px}@media (min-width:768px){.view-faq-list .l-faq-list .c-item__title{font-size:24px}}.view-faq-list .l-faq-list .c-item__body{margin-top:12px}.view-faq-list .page-link{padding:0;width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-home .l-homepage{overflow:hidden}@media (max-width:767.98px){.view-home .l-homepage .l-home-banner{margin-bottom:60px}}.view-home .l-homepage .l-home-banner .swiper{width:100%;height:100%}.view-home .l-homepage .l-home-banner .swiper-button-next,.view-home .l-homepage .l-home-banner .swiper-button-prev{font-size:28px;color:#fff}.view-home .l-homepage .l-home-banner .swiper-button-next:after,.view-home .l-homepage .l-home-banner .swiper-button-prev:after{display:none}.view-home .l-homepage .l-home-banner .swiper-pagination{bottom:-24px}@media (max-width:767.98px){.view-home .l-homepage .l-home-banner .swiper-pagination{bottom:-36px}}.view-home .l-homepage .l-home-banner .swiper-pagination-bullet{border-radius:0;background:#e9ecef;opacity:1}.view-home .l-homepage .l-home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ed1c24}.view-home .l-homepage .l-home-banner__img-mask{width:100%;height:700px;overflow:hidden}@media (max-width:767.98px){.view-home .l-homepage .l-home-banner__img-mask{margin-bottom:48px;height:320px}}.view-home .l-homepage .l-home-banner__img-mask img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.view-home .l-homepage .l-home-banner__text-wrapper{padding:0 12px}@media (min-width:768px){.view-home .l-homepage .l-home-banner__text-wrapper{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding-left:10%}}@media (min-width:768px){.view-home .l-homepage .l-home-banner__title{color:#fff}}.view-home .l-homepage .l-home-banner__text{margin-bottom:24px}@media (min-width:768px){.view-home .l-homepage .l-home-banner__text{margin-bottom:56px;color:#fff}}.view-home .l-homepage .l-about{padding-bottom:150px;position:relative}@media (max-width:991.98px){.view-home .l-homepage .l-about{padding-top:72px;padding-bottom:120px}}.view-home .l-homepage .l-about:before{content:url(../../images/front/home/bg-logo.svg);display:block;position:absolute;top:0;left:-60px}@media (max-width:767.98px){.view-home .l-homepage .l-about:before{top:0;left:0}}.view-home .l-homepage .l-about:after{content:url(../../images/front/home/bg-name.svg);position:absolute;right:-60px;bottom:40px;z-index:-1}@media (max-width:991.98px){.view-home .l-homepage .l-about .l-page-title{margin-bottom:65px}}.view-home .l-homepage .l-about .l-link-card{width:calc(100% - 60px)}@media (max-width:991.98px){.view-home .l-homepage .l-about .l-link-card{width:calc(100% - 20px)}.view-home .l-homepage .l-about .l-link-card img{height:80px}.view-home .l-homepage .l-about .l-link-card .fa-arrow-right{color:#ed1c24}.view-home .l-homepage .l-about .l-link-card:hover .fa-arrow-right{-webkit-transform:unset;-ms-transform:unset;transform:unset}}.view-home .l-homepage .l-product{margin-bottom:260px;position:relative}@media (max-width:991.98px){.view-home .l-homepage .l-product{margin-bottom:84px}}.view-home .l-homepage .l-product__image-mask{height:100%;position:absolute;overflow:hidden}@media (max-width:767.98px){.view-home .l-homepage .l-product__image-mask{height:240px;position:unset}}.view-home .l-homepage .l-product__image-mask img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.view-home .l-homepage .l-product__title-wrapper{padding:80px 60px 250px;background-color:#f8f9fa}@media (max-width:767.98px){.view-home .l-homepage .l-product__title-wrapper{padding:24px 12px 48px}}.view-home .l-homepage .l-product__links{position:absolute;bottom:-130px}@media (max-width:991.98px){.view-home .l-homepage .l-product__links{position:unset;padding:0}}.view-home .l-homepage .l-product__links .l-link-card{padding:32px}@media (max-width:767.98px){.view-home .l-homepage .l-product__links .l-link-card{padding:12px 12px 20px}}.view-home .l-homepage .l-product__links .l-link-card img{-webkit-transition:.3s ease-in;transition:.3s ease-in}@media (min-width:576px){.view-home .l-homepage .l-product__links .l-link-card img{width:160px;height:160px}}.view-home .l-homepage .l-product__links .l-link-card:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.view-home .l-homepage .l-custom{padding-top:180px;padding-bottom:140px}@media (max-width:767.98px){.view-home .l-homepage .l-custom{padding-bottom:80px}}.view-home .l-homepage .l-custom__flow-content{max-width:100%;overflow-x:auto}.view-home .l-homepage .l-custom__flow-list{list-style:none;margin-bottom:0;padding-left:0;gap:48px}.view-home .l-homepage .l-custom__flow-item{min-width:178px;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.view-home .l-homepage .l-custom__flow-item:nth-of-type(1) .l-custom__flow-item-wrapper:before{content:"1";display:block;margin-bottom:-26px;text-align:start;font-size:50px;font-style:italic;font-weight:700;line-height:normal;color:#e9ecef}.view-home .l-homepage .l-custom__flow-item:nth-of-type(2) .l-custom__flow-item-wrapper:before{content:"2";display:block;margin-bottom:-26px;text-align:start;font-size:50px;font-style:italic;font-weight:700;line-height:normal;color:#e9ecef}.view-home .l-homepage .l-custom__flow-item:nth-of-type(3) .l-custom__flow-item-wrapper:before{content:"3";display:block;margin-bottom:-26px;text-align:start;font-size:50px;font-style:italic;font-weight:700;line-height:normal;color:#e9ecef}.view-home .l-homepage .l-custom__flow-item:nth-of-type(4) .l-custom__flow-item-wrapper:before{content:"4";display:block;margin-bottom:-26px;text-align:start;font-size:50px;font-style:italic;font-weight:700;line-height:normal;color:#e9ecef}.view-home .l-homepage .l-custom__flow-item:nth-of-type(5) .l-custom__flow-item-wrapper:before{content:"5";display:block;margin-bottom:-26px;text-align:start;font-size:50px;font-style:italic;font-weight:700;line-height:normal;color:#e9ecef}.view-home .l-homepage .l-custom__flow-item:nth-of-type(6) .l-custom__flow-item-wrapper:before{content:"6";display:block;margin-bottom:-26px;text-align:start;font-size:50px;font-style:italic;font-weight:700;line-height:normal;color:#e9ecef}.view-home .l-homepage .l-custom__flow-item-wrapper{border:1px solid #dee2e6;padding:10px 20px 20px;background-color:#fff}.view-home .l-homepage .l-custom__flow-item-wrapper~.fa-chevron-right{position:absolute;top:50%;right:-28px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.view-home .l-homepage .l-purchase{height:500px;background-image:url(../../images/front/home/homepage-purchase.png);background-repeat:no-repeat;background-position:center}@media (max-width:767.98px){.view-home .l-homepage .l-purchase{height:430px;background-position:top left -500px}}.view-combination-preview{padding-top:0}.view-combination-preview .l-combination-preview__table{border:1px solid #dee2e6}.view-combination-preview .l-combination-preview__table th{background-color:#f8f9fa}.view-combination-preview .l-combination-preview .l-connector-item__title{font-size:20px}.view-combination-preview .l-combination-preview .l-cable-item__pin{margin:0 0 20px}.view-combination-preview .l-combination-preview .l-cable-item__title{font-size:20px}.view-combination-preview .l-combination-preview .l-cable-item__category{padding:16px 12px;border:1px solid #dee2e6;background-color:#e9ecef;color:#232324}.view-order-item .l-order-item__section-title{font-size:32px;margin:0 0 32px}.view-order-item .l-order-item__transfer{font-size:24px;margin:0 0 32px}.view-order-item .l-order-item__info{font-size:20px;margin-bottom:38px}.view-order-item .l-order-item__notice{color:#f3686d;background-color:rgba(237,28,36,.05)}.view-order-item .l-order-item__state{padding:4px 12px}.view-order-item .l-order-item__btn{color:#232324;padding:8px;border:1px solid #dee2e6;background-color:#fff;font-weight:500;font-size:14px}.view-order-item .l-order-item__btn:hover{border:1px solid #ed1c24}.view-order-item .l-order-item .l-table__title{font-size:20px;font-weight:500}.view-order-item .l-order-item .l-table table{border:1px solid #dee2e6;margin-bottom:32px}.view-order-item .l-order-item .l-table th{background-color:#f8f9fa;font-weight:500;padding:16px}.view-order-item .l-order-item .l-table th:not(:first-child){width:140px}.view-order-item .l-order-item .l-table td{padding:16px;font-weight:500}.view-order-item .l-order-item .c-normal-item__title{font-size:20px}@media (min-width:768px){.view-order-item .l-order-item .c-normal-item__title{font-size:24px}}.view-order-item .l-order-item .c-normal-item__img{width:80px}@media (min-width:992px){.view-order-item .l-order-item .c-normal-item__img{width:100px}}.view-order-item .l-order-item .l-total__grand{font-size:24px}.view-order-item .l-order-item #preview-modal .modal-body{padding:0}.view-order-list .l-order-list__head{background-color:#f8f9fa}.view-order-list .l-order-list .c-item{border:1px solid #dee2e6}.view-order-list .l-order-list .c-item:first-child{border-top:none}.view-order-list .l-order-list .c-item:not(:last-child){border-bottom:none}@media (min-width:1200px){.view-order-list .l-order-list .c-item:first-child{border-top:1px solid #dee2e6}.view-order-list .l-order-list .c-item:not(:last-child){border-bottom:inset}.view-order-list .l-order-list .c-item:not(:first-child){border-top:none}}.view-order-list .l-order-list .c-item:not(.l-order-list__head){font-weight:500}.view-order-list .l-order-list .c-item__col{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;padding:16px}@media (min-width:1200px){.view-order-list .l-order-list .c-item__col{width:29%}}.view-order-list .l-order-list .c-item__state{padding:4px 12px}.view-order-list .l-order-list .c-item__btn a{color:#232324;padding:8px 16px;border:1px solid #dee2e6;background-color:#fff;font-weight:500}.view-order-list .l-order-list .c-item__btn a:hover{border:1px solid #ed1c24}.view-order-list .l-order-list .c-pagination{margin-top:56px}.view-product-item .l-product-item:not(.loaded) .c-product-ad,.view-product-item .l-product-item:not(.loaded) .l-product-infos{display:none}.view-profile-edit .l-profile__cards{gap:32px}.view-profile-edit .l-profile__btns{margin-top:40px;gap:40px}.view-profile-edit .l-profile .c-profile-card__title{color:#232324;font-size:20px;font-weight:500}.view-profile-edit .l-profile .c-profile-card__body{border:1px solid #dee2e6;padding:24px 24px 40px 24px}.view-profile-edit .l-profile .c-profile-card label{color:#232324}.view-profile-edit .l-profile .c-profile-card input:-moz-read-only{background-color:#e9ecef}.view-profile-edit .l-profile .c-profile-card input:read-only{background-color:#e9ecef}.view-profile-edit .l-profile .c-profile-card select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 320 512'%3e%3cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px 28px}.view-profile-edit .l-profile .c-profile-card ::-webkit-input-placeholder{color:#a2a5a8}.view-profile-edit .l-profile .c-profile-card :-moz-placeholder{color:#a2a5a8;opacity:1}.view-profile-edit .l-profile .c-profile-card ::-moz-placeholder{color:#a2a5a8;opacity:1}.view-profile-edit .l-profile .c-profile-card :-ms-input-placeholder{color:#a2a5a8}.view-registration .l-registration__desc{margin:0 0 64px}.view-search .l-search__title{font-size:2rem;margin:40px 0 32px}.view-search .l-product-list{margin-bottom:48px}@media (min-width:768px){.view-search .l-product-list{margin-bottom:56px}}@media (min-width:992px){.view-search .l-product-list .c-search{max-width:100%}}.view-search .l-product-list .c-list-nav{width:100%;overflow-x:auto;margin-bottom:32px}@media (min-width:768px){.view-search .l-product-list .c-list-nav{margin-bottom:48px}}.view-search .l-product-list .c-list-nav ul{list-style:none}.view-search .l-product-list .c-list-nav li{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:12px 24px}.view-search .l-product-list .c-list-nav li+li{margin-top:0}.view-search .l-product-list .c-list-nav a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;color:#717375}.view-search .l-product-list .c-list-nav a:after{content:"";display:block;margin-top:12px;width:0;height:2px;background-color:#a2a5a8;-webkit-transition:.3s;transition:.3s}.view-search .l-product-list .c-list-nav a:hover{color:#232324}.view-search .l-product-list .c-list-nav a:hover:after{width:100%}.view-search .l-product-list .c-list-nav a.active{color:#232324}.view-search .l-product-list .c-list-nav a.active:after{width:100%;background-color:#ed1c24}
/*# sourceMappingURL=main.css.map */
